1. 416ef14 [VOL-2950][VOL-3110][AETHER-457] Fix a bug in component readiness check by Charles Chan · 3 years, 9 months ago
  2. 2ef1cf7 Support DNS storage discovery via cluster metadata by Jordan Halterman · 5 years ago
  3. 4f7e363 Removal of deprecated APIs by Ray Milkey · 5 years ago
  4. f632826 Remove deprecated Node APIs by Ray Milkey · 5 years ago
  5. 31e16f5 Secure LLDP-based Topology Detection by Samuel Jero · 6 years ago
  6. e458f00 Support hostname resolution for cluster configuration by Jordan Halterman · 6 years ago
  7. 3bceb01 Remove deprecated getLeaderBoard() API from LeadershipService by Ray Milkey · 6 years ago
  8. 19c123a [ONOS-7757] Support onos-local and embedded cluster configurations by Jordan Halterman · 6 years ago
  9. 00e92da Upgrade to Atomix 3.0-rc5 by Jordan Halterman · 6 years ago
  10. b8cace7 Implement service for registering, managing, and operating on remote Java proxies over the cluster communication service by Jordan Halterman · 6 years ago
  11. a57a472 [ONOS-7546] Simplify partitioning scheme for ISSU by Jordan Halterman · 6 years ago
  12. 054e23d Add uptimes to device and cluster REST APIs by Ray Milkey · 6 years ago
  13. 74e5913 Sonar suggestions - fixes to potential null pointer dereferences by Ray Milkey · 6 years ago
  14. 07f052b [ONOS-7088] Distribute storage partitions evenly during upgrades by Jordan Halterman · 7 years ago
  15. 0c47d53 Deprecate joda-time by Yuta HIGUCHI · 7 years ago
  16. 28183ee Replace Unified* services with MembershipService for subgroup membership by Jordan Halterman · 7 years ago
  17. 980a8c1 [ONOS-7054] Implement prototype of ISSU protocol by Jordan Halterman · 7 years ago
  18. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  19. f70bf46 [ONOS-6756] Replicate node version information for ISSU by Jordan Halterman · 7 years ago
  20. 0d89ea3 Limit/validate string lengths for various identifiers to prevent DoS from large objects by Jordan Halterman · 7 years ago
  21. b471f2c Add Unit tests for ClusterEvent by Jon Hall · 7 years ago
  22. 3557db5 Add unit tests for ClusterMetadataEvent by Jon Hall · 7 years ago
  23. c708e3c remove dereferencing a null pointer by Donghee Yoon · 7 years ago
  24. 7a174cf [ONOS-5184] Allow configuring cluster partition size by Thiago Santos · 8 years ago
  25. 7a8bfc6 [ONOS-4460] Relinquish device role when partitioned away from cluster by Jon Hall · 8 years ago
  26. 4822922 [ONOS-4424] Tag LLDP/BDDP source address with fingerprint by Ayaka Koshibe · 8 years ago
  27. a4a5994 Mark couple of expensive LeadershipService methods as deprecated by Madan Jampani · 8 years ago
  28. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  29. fba7f3d ONOS-4137 Adding a "ready" check-mark glyph to the node instances. by Thomas Vachuska · 8 years ago
  30. 7a8de84 Added ability to track whether or not node has all components running fully. by Thomas Vachuska · 8 years ago
  31. b6d998e [ONOS-4014] Refactor *Id classes to extend from Identifier class by Jian Li · 8 years ago
  32. 1807057 ClusterManager support for reacting to cluster metadata changes by Madan Jampani · 8 years ago
  33. 931e97d Remove base (p0) partition in StorageManager by Madan Jampani · 8 years ago
  34. 4844808 Introducing concept of a physical or logical region to facilitate by Thomas Vachuska · 8 years ago
  35. cc6310f Unit test for default partition class by Ray Milkey · 8 years ago
  36. 620f70d LeadershipStore updates: by Madan Jampani · 8 years ago
  37. fa24218 Added destroy() method to DistributedPrimitive interface by Madan Jampani · 8 years ago
  38. dfba739 Fix javadoc warnings by Jian Li · 8 years ago
  39. ad3c526 Using provider pattern for cluster metadata. by Madan Jampani · 8 years ago
  40. 8474fdd Fix how default partitions are created by Madan Jampani · 8 years ago
  41. f6c6a30 Fix incorrect input verification check in ClusterMetadata by Madan Jampani · 8 years ago
  42. ab7e7cd First round of ClusterMetadata improvements: by Madan Jampani · 8 years ago
  43. 3ddb7b2 [Falcon] link discovery - by Ayaka Koshibe · 8 years ago
  44. 1979f55 Bug fixes for ONOS-3509 by HIGUCHI Yuta · 8 years ago
  45. ca9cc8e Avoid use of Objects.hash when there's only 1 params by HIGUCHI Yuta · 9 years ago
  46. e676dab added equality functions that do a deep content check by David K. Bainbridge · 9 years ago
  47. ec1df02 In preparation for dynamic clustering support: by Madan Jampani · 9 years ago
  48. e2952e4 Remove unnecessary modifiers by Sho SHIMIZU · 9 years ago
  49. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  50. 5bfd4e6 Simplify equals() implementation by Sho SHIMIZU · 9 years ago
  51. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  52. 5051040 Unit tests for Leadership and LeadershipEvent classes by Ray Milkey · 9 years ago
  53. 207528f Simpler Leadership equality check + Use getLeader in place of getLeadership when appropriate by Madan Jampani · 9 years ago
  54. 69d6ac7 ONOS-2003 Fixing intent reroute after cluster change by Brian O'Connor · 9 years ago
  55. afeebbd ONOS-1982: MessagingService is now a OSGi service. Has implementations based on Netty and IOLoop by Madan Jampani · 9 years ago
  56. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  57. 9bd1f15 ONOS-1798: More appropriate method name + better pre-condition checks by Madan Jampani · 9 years ago
  58. 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 9 years ago
  59. fd45d5e Use similar return types for LeadershipService.getCandidates() and LeadershipService.getCandidates(topic) by Madan Jampani · 9 years ago
  60. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  61. fd26a30 Create local storage for topic candidates mapping. This also includes: by Ayaka Koshibe · 9 years ago
  62. 25d843c Insert a blank line after the description in Javadoc by Sho SHIMIZU · 9 years ago
  63. c19b8b8 DistributedLeadershipManager tracks topic election candidates in addition to by Ayaka Koshibe · 9 years ago
  64. a48f752 Leadership construct includes List of NodeIds to describe current by Ayaka Koshibe · 9 years ago
  65. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  66. 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
  67. 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
  68. 5961051 Added couple of methods to LeadershipService. by Madan Jampani · 9 years ago
  69. ab98466 adding license to ALL files by alshabib · 9 years ago
  70. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  71. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago