1. 3595823 Unit test for the gossip intent store by Ray Milkey · 9 years ago
  2. 92c64eb More Unit tests by Madan Jampani · 9 years ago
  3. 8098405 Added unit test for Match and UpdateResult + Javadoc fixes by Madan Jampani · 9 years ago
  4. d083bc4 Improve test coverage for ConsistentMapEvent and WallClockTimestamp by Ray Milkey · 9 years ago
  5. cab114c Misc improvements. Primarily Javadoc. by Madan Jampani · 9 years ago
  6. 4727a11 Added a compute method to ECMap to simplify map interactions following a read-modify-write template. by Madan Jampani · 9 years ago
  7. dbe6703 ONOS-2330: Fixes bug in MapValue.isNewerThan by Madan Jampani · 9 years ago
  8. d13f3b8 ONOS-2280: Fix NPE in hosts EC map by Madan Jampani · 9 years ago
  9. 3d76c94 Simplified ECMap implmentation by merging items and tombstones maps by Madan Jampani · 9 years ago
  10. 43e9c9c Updated ECMap remove call to return the value that was removed by Madan Jampani · 9 years ago
  11. bcf1a48 Removed ClockService<K, V> and replaced its usage with a BiFunction<K, V, Timestamp> by Madan Jampani · 9 years ago
  12. fdbc4c2 Adding multi-instance support for flow stats. by Thomas Vachuska · 9 years ago
  13. 69d6ac7 ONOS-2003 Fixing intent reroute after cluster change by Brian O'Connor · 9 years ago
  14. c6e574f MastershipService.relinquishRole returns CompletableFuture + Block deviceDiconnected until role relinquish is complete by Madan Jampani · 9 years ago
  15. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  16. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  17. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago
  18. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  19. 4732c1b ONOS-1981: Move partition manager rebalance activity off of the event loop thread by Madan Jampani · 9 years ago
  20. 36002e6 Made time limit for event processing configurable; cleaned-up duplicate code. by Thomas Vachuska · 9 years ago
  21. afeebbd ONOS-1982: MessagingService is now a OSGi service. Has implementations based on Netty and IOLoop by Madan Jampani · 9 years ago
  22. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  23. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  24. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  25. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  26. 63939a3 Moved generic Timestamp/ClockManager classes to onos-api by Jonathan Hart · 9 years ago
  27. f7536ab ONOS-1883: Fix for lost flow rules on CLI directed mastership changes. by Madan Jampani · 9 years ago
  28. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  29. 86940d9 New flowrule store that utilizes a simple mechanism to periodically backsup its flowentries. by Madan Jampani · 9 years ago
  30. b093c91 Renamed IOLoop & Netty to *MessagingManager for consistency. by Thomas Vachuska · 9 years ago
  31. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  32. ec5ae34 Use the Executor interface when specifying where to handle incoming messages by Madan Jampani · 9 years ago
  33. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  34. 3e033bd Added a LogicalClockService for ordering arbitrary events in the cluster. Updated couple of areas that are currently vulnerable to clock skew by Madan Jampani · 9 years ago
  35. 6ec029a Implemented a Builder pattern for EventuallyConsistentMaps. by Jonathan Hart · 9 years ago
  36. 7061acd Unit tests for PartitionManager by Jonathan Hart · 9 years ago
  37. 0811bdd Disable some brittle tests that are causing problems with Jenkins by Ray Milkey · 9 years ago
  38. eeaea2c adding sender-side accumulator to ecmap by Brian O'Connor · 9 years ago
  39. 1736749 Adding assertAfter to intermittent DistributedMastershipStoreTest by Brian O'Connor · 9 years ago
  40. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  41. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  42. 8dc8208 Fix some compiler warnings about unchecked types by Ray Milkey · 9 years ago
  43. cc53abd Favor adapter classes over service interfaces in unit tests by Ray Milkey · 9 years ago
  44. b28e4ad Fix EventuallyConsistentMapImpl unit tests. by Madan Jampani · 9 years ago
  45. 04f4615 Disabling all tests in EventuallyConsistentMapImplTest temporarily. by Madan Jampani · 9 years ago
  46. 2872628 EventuallyConsistentMap: move broadcasting to a separate backgroup thread. by Madan Jampani · 9 years ago
  47. b473b9d Injecting topology through JSON ConfigProvider works for multi-instance (ONOS-490). by Marc De Leenheer · 9 years ago
  48. 77bdd26 Moved EventuallyConsistentMap classes into their own package. by Jonathan Hart · 9 years ago
  49. 5ec32ba Finished implementation of GossipIntentStore based on new API and semantics. by Jonathan Hart · 9 years ago
  50. 94c2353 WIP: Partitioned Database based on Raft. by Madan Jampani · 9 years ago
  51. 151cad8 Use TestHazelcastFactory by Yuta HIGUCHI · 9 years ago
  52. f910823 Pulled internal event classes out of EventuallyConsistentMap class for clarity. by Jonathan Hart · 9 years ago
  53. 584d2f3 Unit tests for EventuallyConsistentMapImpl. by Jonathan Hart · 9 years ago
  54. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  55. d0f13eb Patch job on transient test failure by Brian O'Connor · 9 years ago
  56. 7d656f4 Remove "throws IOException" from ClusterCommunicationService APIs by Jonathan Hart · 9 years ago
  57. 9a39eca ONOS-423 - Throw a specific exception when resources are exhausted by Ray Milkey · 9 years ago
  58. ab98466 adding license to ALL files by alshabib · 10 years ago
  59. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 10 years ago
  60. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 10 years ago