1. 281dbf3 Refactor flow rule store to resolve missing flows with old masters following mastership reassignment by Jordan Halterman · 6 years ago
  2. 0a2bd45 Add atomic mastership/term/backups method to MastershipService by Jordan Halterman · 6 years ago
  3. 137f27f Bugfix in routing logic to avoid null groups; Improvement in group handling. by Saurav Das · 6 years ago
  4. e74e629 Ensure mastership elections are cached in flow rule store by Jordan Halterman · 6 years ago
  5. ed9bace Deprecate Distributed Flow Rule Store by Ray Milkey · 6 years ago
  6. 53e4796 Deprecate potentially error prone constructor methods by Yuta HIGUCHI · 6 years ago
  7. 9f6bd52 Fixed issue where component configuration would not propagate on node restart. by Thomas Vachuska · 6 years ago
  8. fbd9ae9 Various small fixes by Yuta HIGUCHI · 6 years ago
  9. e720ddf [ONOS-7363] Isolate replica info to a single version for isolation of primary-backup protocols by Jordan Halterman · 6 years ago
  10. ef92f19 Use failure detection for Netty messages to improve ability to adapt to changing network conditions by Jordan Halterman · 6 years ago
  11. 326ad2d ONOS-7050 Refactored PI translation service and store by Carmelo Cascone · 6 years ago
  12. f9c409a [ONOS-6556] Distributed Implementation of PiPipeconfService by Andrea Campanella · 7 years ago
  13. fa13229 [ONOS-7025] Restore old flow rule store for testing by Jon Hall · 7 years ago
  14. 7bf273c Move deprecated flow batch APIs to a less obvious place by Ray Milkey · 7 years ago
  15. 9b3a7ce Store flows rules asynchronously via master in DistributedFlowRuleStore by Jordan Halterman · 7 years ago
  16. f755409 [ONOS-6870] Refactor DistributedFlowRuleStore to use DocumentTree for persistence by Jordan Halterman · 7 years ago
  17. 9f816de ONOS-6151 Add group behavior in case of device master "null" is made inline with flow subsystem. i.e. group add is allowed when master is null, this gets added to the pending audit queue and when the device is up the pending group add request gets fullfilled by Sivachidambaram Subramanian · 7 years ago
  18. 4beea65 [ONOS-6266] 'garbageCollect' is not working for groups after ONOS restart by sisubram · 7 years ago
  19. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  20. f70bf46 [ONOS-6756] Replicate node version information for ISSU by Jordan Halterman · 7 years ago
  21. d975bdf dist store testing by Sbhat35 · 7 years ago
  22. b1e9924 Fix bugs in host subsystem by Charles Chan · 7 years ago
  23. 3548bb2 Test enhancements for DocumentPath, UiTopology, DistributedClusterStore by Sbhat35 · 7 years ago
  24. 0d0c683 [ONOS-6806] Add getAvailableDeviceCount method to DeviceStore by mskala · 7 years ago
  25. ee3132c test enhancements by Sbhat35 · 7 years ago
  26. f7c7f6f [ONOS-6401] Implement dynamically computed timeouts for NettyMessagingManager by Jordan Halterman · 7 years ago
  27. 4f8a377 ONOS-6468 Fix for race condition between compilation and installation complete state. by Yuta HIGUCHI · 7 years ago
  28. 2048c1f Cleaning up intent tests setup/teardown to avoid cascading failures by Thomas Vachuska · 7 years ago
  29. c927a06 [ONOS-6348] Intent installer redesign by Yi Tseng · 7 years ago
  30. 2f7a5d0 [ONOS-5992] Ensure Copycat connections are closed when no remote handler is registered by Jordan Halterman · 7 years ago
  31. 0a71c8b Fix for ONOS-5035.Cherry picked from commit f1621f163d1b48d7056ef676cdcece3822bde0f3 by Deepa Vaddireddy · 7 years ago
  32. fa394de Fix for ONOS-5175. GroupId refactoring. by Yi Tseng · 7 years ago
  33. 5168f61 ONOS-6082 by sivachidambaram subramanian · 7 years ago
  34. 2323596 Added code to intent unit tests to pre-emptively unbind ID generator to avoid cascading failures. by Thomas Vachuska · 7 years ago
  35. 0282ab8 [ONOS-5797] GroupService: add setBucketsForGroup by Victor Silva · 7 years ago
  36. 3721041 Stopping map conflicts with persistent EC maps. by Aaron Kruglikov · 7 years ago
  37. 5361221 Working on Bay-Area-Region Demo. by Simon Hunt · 7 years ago
  38. 6329880 Disabling NettyMessagingManagerTest.testSendAndReceive() for random failures by Brian O'Connor · 8 years ago
  39. 4e8b783 [ONOS-5170] GroupStore: add purgeGroupEntries by Victor Silva · 8 years ago
  40. 46ab5cc Move GossipDeviceStore away from deprecated ClusterCommunicationService API by Jonathan Hart · 8 years ago
  41. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  42. 3b8101a Refactored IntentPartitionService as WorkPartitionService by Madan Jampani · 8 years ago
  43. df1eeae [ONOS-5169] GroupStore: properly add updated buckets by Victor Silva · 8 years ago
  44. 6f4d586 Disable NettyMessagingManager test which is failing sporadically by Jonathan Hart · 8 years ago
  45. 53bcc24 Follow JUnit 4 style instead of JUnit 3 style by Sho SHIMIZU · 8 years ago
  46. 21d0069 Remove explicit type parameters which can be inferred by Sho SHIMIZU · 8 years ago
  47. 19af19d Use JDK's Optional instead of Guava's Optional by Sho SHIMIZU · 8 years ago
  48. e0b7d16 Remove unused import statements by Sho SHIMIZU · 8 years ago
  49. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  50. 1ca7e9f Fixing cyclic component dependency issue. by Thomas Vachuska · 8 years ago
  51. 9f0af2d Add ComponentConfigService for @Modified by sangyun-han · 8 years ago
  52. 2d45985 ONOS-4751-Fix:creating GroupType INDIRECT, multiple bucket(REST API) by Jayasree Ghosh · 8 years ago
  53. 0a70f73 Fix Netty messaging unit test race condition by Madan Jampani · 8 years ago
  54. 0583387 Implementation of Hybrid Logical Clock Service. by Madan Jampani · 8 years ago
  55. 8f4f7af Improve test coverage by Sho SHIMIZU · 8 years ago
  56. 81416d0 Improve test coverage by Sho SHIMIZU · 8 years ago
  57. 709a179 Improve test coverage by Sho SHIMIZU · 8 years ago
  58. 6847016 Fix bug in releasing a continuous resource by Sho SHIMIZU · 8 years ago
  59. 4920d05 Make sure to supply Kryo serializable set to constructor by Sho SHIMIZU · 8 years ago
  60. a1a590b Fix NoSuchElementException reported in ONOS-4763 and ONOS-4757 by Sho SHIMIZU · 8 years ago
  61. 09ed387 Fix unit tests and bugs of EncodableDiscreteResources by Sho SHIMIZU · 8 years ago
  62. 317b498 Remove a constructor unnecessary due to the custom serializer by Sho SHIMIZU · 8 years ago
  63. 0c49b60 Fix for JIRA ONOS-4620. Whenever networkconfiguration is deleted even the queued will be removed by Deepa Vaddireddy · 8 years ago
  64. b15b2ea Avoid extracting resoure set from backing range set by Sho SHIMIZU · 8 years ago
  65. b42d383 Avoid extracting resoure set from backing range set by Sho SHIMIZU · 8 years ago
  66. dd89bbd Add unit tests for DiscreteResourceCodec implementations by Sho SHIMIZU · 8 years ago
  67. ae40b57 Add unit tests for EncodableDiscreteResources by Sho SHIMIZU · 8 years ago
  68. 1a6e94a Add unit tests for GenericDiscreteResources by Sho SHIMIZU · 8 years ago
  69. 047f5b7 Add unit tests for EmptyDiscreteResources by Sho SHIMIZU · 8 years ago
  70. 783d3d2 Ensure all active nodes are in contention before relinquishing a partition by Madan Jampani · 8 years ago
  71. 78be249 Code clean up: Removed unused code. Fixed comments. Renamed some files. by Madan Jampani · 8 years ago
  72. 13bf46e Fix bug causing ClassCastException by Sho SHIMIZU · 8 years ago
  73. 6ec2eca Add Codecs class holding DiscreteResourceCodecs by Sho SHIMIZU · 8 years ago
  74. f093cf2 Potential fix for ONOS-4521. by HIGUCHI Yuta · 8 years ago
  75. a4a5994 Mark couple of expensive LeadershipService methods as deprecated by Madan Jampani · 8 years ago
  76. 7cbbbb7 Adding Copyright notice to files that are missing it by Brian O'Connor · 8 years ago
  77. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  78. b028599 adding group garbage collection functionality by alshabib · 8 years ago
  79. f98df54 [Goldeneye][ONOS-4038] Support configurable heartbeat on DistributedClusterStore by sangyun-han · 8 years ago
  80. 096bcc8 ONOS-4129 Fixing issue where two pending configurations with the same config key, but for two different subject classes are encountered. by Thomas Vachuska · 8 years ago
  81. 0b84753 Moving group store to consistent map by Madan Jampani · 8 years ago
  82. d09e2ee ONOS-4018 - Enhance the DistributedRegionStore to make sure that a by Brian Stanke · 8 years ago
  83. 4844808 Introducing concept of a physical or logical region to facilitate by Thomas Vachuska · 8 years ago
  84. e014b3a ONOS-3931: move DeviceKey manager and store implementations from incubator to core by Claudine Chiu · 8 years ago
  85. 1b72738 Migrating netty messaging into netty messaging manager. by Aaron Kruglikov · 8 years ago
  86. a9673fd Fixes NPE in map event listener by Madan Jampani · 8 years ago
  87. 620f70d LeadershipStore updates: by Madan Jampani · 8 years ago
  88. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  89. f4c8850 Refactor change: Moved all distributed primitive implementation classes into onos-core-primitives bundle by Madan Jampani · 8 years ago
  90. 1c96510 Renaming Partition{Service, Manager, Event} to IntentPartition{Service, Manager, Event} to better disambiguate between another PartitionService that is responsible for managing datastore partitions by Madan Jampani · 8 years ago
  91. f2f086c Added Change utility class for representing change events + Moved Match class to org.onlab.util by Madan Jampani · 8 years ago
  92. 6f350ed ONOS-3725 Adding ability to retain pending configs. by Thomas Vachuska · 8 years ago
  93. f4838a7 ONOS-3552 Do not return group information when a device is unavailable by Charles Chan · 8 years ago
  94. 1c8493c bug fix: type mismatch in mock Database by HIGUCHI Yuta · 8 years ago
  95. 2b8e189 Added an adapter for PersistenceService to be used in unit tests by Madan Jampani · 8 years ago
  96. 8a4a600 fix for reactive forwarding failing in a distributed setting. by alshabib · 8 years ago
  97. 14e865d ONOS-3472 Fixing ConsistentMap key equality by HIGUCHI Yuta · 8 years ago
  98. 549464b Clean up the test which is no longer used by Sho SHIMIZU · 8 years ago
  99. 66cf0b9 Modifying eventually consistent map and tests to make use of the persistence service. by Aaron Kruglikov · 9 years ago
  100. d9df7bd Fix naming convention issues in preparation for stricter checkstyle enforcement by Jonathan Hart · 9 years ago