1. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  2. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  3. 69d6ac7 ONOS-2003 Fixing intent reroute after cluster change by Brian O'Connor · 9 years ago
  4. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  5. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  6. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  7. afeebbd ONOS-1982: MessagingService is now a OSGi service. Has implementations based on Netty and IOLoop by Madan Jampani · 9 years ago
  8. 2318191 ONOS-1823 and ONOS-1838:Segment Routing Multi-instance Support-1 by Srikanth Vavilapalli · 9 years ago
  9. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  10. a7841ed ONOS-1896 : enum Permission added, DefaultPermission removed by Changhoon Yoon · 9 years ago
  11. bdeb88a ONOS-1896 Modify Application Subsystem to support Security-Mode ONOS by Changhoon Yoon · 9 years ago
  12. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  13. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  14. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  15. f7536ab ONOS-1883: Fix for lost flow rules on CLI directed mastership changes. by Madan Jampani · 9 years ago
  16. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  17. 100e3b8 First shot at Broadcom OFDPA 1.0 pipeline by Saurav Das · 9 years ago
  18. 30d639b Introduce import statements for java.util.Optional by Sho SHIMIZU · 9 years ago
  19. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  20. eba4e34 Adding tests for IntentCleaner by Brian O'Connor · 9 years ago
  21. a6c9b5c Updating IntentCleanup to check for stalled *_REQ and *ING intents. by Brian O'Connor · 9 years ago
  22. 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 9 years ago
  23. 3c58e96 Adding IntentCleanup as a component. by Brian O'Connor · 9 years ago
  24. fd45d5e Use similar return types for LeadershipService.getCandidates() and LeadershipService.getCandidates(topic) by Madan Jampani · 9 years ago
  25. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  26. 10e75cd ONOS-1443: Group bucket statistics support and group CLI formatting by Srikanth Vavilapalli · 9 years ago
  27. fd26a30 Create local storage for topic candidates mapping. This also includes: by Ayaka Koshibe · 9 years ago
  28. 538108b ONOS-1440: Implements port statistics feature, which polls port statistics of all devices every 10 seconds. Also, implemented a simple portstats ONOS CLI command to show the statistics. by sangho · 9 years ago
  29. 4294778 implemented a distributed default flow registration mechanism to avoid duplicate requests from other onos instances by alshabib · 9 years ago
  30. c19b8b8 DistributedLeadershipManager tracks topic election candidates in addition to by Ayaka Koshibe · 9 years ago
  31. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  32. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  33. 72175c2 Moved duplicated isUpdateAcceptable method to IntentData by Jonathan Hart · 9 years ago
  34. 717361f Distributed group store using eventual consistent map abstraction by Srikanth Vavilapalli · 9 years ago
  35. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  36. 7d2fab2 ONOS-1326: Added support for observing when node liveness status was last updated. Useful for detecting/debugging stability issues. by Madan Jampani · 9 years ago
  37. 0d18df3 Implement copyData as copy constructor on IntentData. by Jonathan Hart · 9 years ago
  38. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  39. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  40. 7648d66 Prototyping GUI & CLI for the intent performance test fixture. by Thomas Vachuska · 9 years ago
  41. 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 9 years ago
  42. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  43. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  44. 6d697f1 Sketching out component configuration model & API. by Thomas Vachuska · 9 years ago
  45. 1e5873e ONOS-400 Topology creation and up time formatting fixes by Abhishek Dwaraki · 9 years ago
  46. 30a57f8 Added creationTime to Versioned object. This enables supporting a electedTime in leadership, which in turn helps us track how stable leadership terms are. by Madan Jampani · 9 years ago
  47. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  48. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  49. 4d973eb Workaround for ConcurrentModificationException by HIGUCHI Yuta · 9 years ago
  50. 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 9 years ago
  51. 6a8fd1d Cleaned up IntentStores. by Jonathan Hart · 9 years ago
  52. 7baba07 BGP router now handles the case where groups don't exists right away. by Jonathan Hart · 9 years ago
  53. 59f0229 Remove all the mastership roles when a Node leaves the cluster by HIGUCHI Yuta · 9 years ago
  54. 5961051 Added couple of methods to LeadershipService. by Madan Jampani · 9 years ago
  55. be28a87 Chaning IntentStore.isMaster to take a key by Brian O'Connor · 9 years ago
  56. f7329c7 Remove some deprecated APIs and warnings from BatchOperationEntry by Ray Milkey · 9 years ago
  57. ed12ae5 ONOS-985: Sample integration test application for group subsystem by Srikanth Vavilapalli · 9 years ago
  58. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  59. 2085e07 Removed deprecated IntentStore#batchWrite() API. by Jonathan Hart · 9 years ago
  60. 2ba63fd Adding version stamping/checking to SimpleIntentStore by Brian O'Connor · 9 years ago
  61. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  62. 7775bda Intent F/W improvements by Brian O'Connor · 9 years ago
  63. 5b3717e Add keys to intents by Ray Milkey · 9 years ago
  64. 03406a4 IntentStore interface changes by Brian O'Connor · 9 years ago
  65. b499b35 Updates to Intent Manager and store interface by Brian O'Connor · 9 years ago
  66. 24226a2 Start IntentOperations removal by Ray Milkey · 9 years ago
  67. cff0332 Started refactoring Intent Manager by Brian O'Connor · 9 years ago
  68. 7ff0181 ONOS-944: Implemented a Group operation failure handler in GroupManger and SimpleGroupStore. by sangho · 9 years ago
  69. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  70. c611d92 Fix Cache Removal listener by Yuta HIGUCHI · 9 years ago
  71. 45c27c8 ONOS-895: Group manager implementation by Srikanth Vavilapalli · 9 years ago
  72. 0599d51 ONOS-885: Group store interface definition and in-memory store implementation by Srikanth Vavilapalli · 9 years ago
  73. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  74. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  75. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  76. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  77. dac3008 Remove unused IntentStore write APIs. by Jonathan Hart · 9 years ago
  78. c036367 Remove deprecated and unused APIs from IntentStore. by Jonathan Hart · 9 years ago
  79. 2bb988b Return immediately when the given BatchWrite is empty by Sho SHIMIZU · 9 years ago
  80. 9a39eca ONOS-423 - Throw a specific exception when resources are exhausted by Ray Milkey · 9 years ago
  81. 800fac6 LinkStores: Concurrent readable {src, dst}Links by Yuta HIGUCHI · 9 years ago
  82. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  83. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  84. ab98466 adding license to ALL files by alshabib · 9 years ago
  85. 64ae11c Move nested class to top-level class by Sho SHIMIZU · 9 years ago
  86. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  87. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  88. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  89. 8d21c79 LeadershipService API change: Using NodeId in place of ControllerNode. by Madan Jampani · 9 years ago
  90. 86f6f7f Adding Leadership Listener to IntentBatchService by Brian O'Connor · 9 years ago
  91. a9819bf fix intent issues yuta observed by alshabib · 9 years ago
  92. 949c284 Added a trivial implementation of the LeadershipService. by Jonathan Hart · 9 years ago
  93. 82e5326 For ONOS-356 by Yuta HIGUCHI · 9 years ago
  94. 9c57bdd check if there are any stats remaining when removing by alshabib · 9 years ago
  95. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  96. a68be81 Fixed a null pointer exception in SimpleMastershipStore; need to verify whether same exists in distributed one. by Thomas Vachuska · 9 years ago
  97. f1f2ac0 Construct GraphDescription with online/active Device/Link only by Yuta HIGUCHI · 9 years ago
  98. 6b7920d Measuring topology performance. Fixing a defect that caused us to run w/o accumulator when config file was not present. by Thomas Vachuska · 9 years ago
  99. e4b6bb2 Intents are now removed after being withdrawn. by Thomas Vachuska · 9 years ago
  100. e97ede9 ONOS-239 Retrigger compilation when new resources are available by Ray Milkey · 9 years ago