1. d77cc11 Adding consistent document tree. by Aaron Kruglikov · 8 years ago
  2. d5c3b93 Bugfix: default value is not applied to config correctly by Charles Chan · 8 years ago
  3. 852fecd - Typo fix by Yuta HIGUCHI · 8 years ago
  4. 4e8b783 [ONOS-5170] GroupStore: add purgeGroupEntries by Victor Silva · 8 years ago
  5. b058249 Cleaning up Javadocs in core-ui classes. by Simon Hunt · 8 years ago
  6. 8add9ee Cleaning up Javadocs in core-ui classes. by Simon Hunt · 8 years ago
  7. 4c8e3fe Allow null values for DocumentTree nodes by Madan Jampani · 8 years ago
  8. 76609cd ONOS-5218 protected Link related changes. by Yuta HIGUCHI · 8 years ago
  9. 066aaa9 RegionEvent: fix documentation by Victor Silva · 8 years ago
  10. 139bca4 [ONOS-5171] FlowRuleStore: add purgeFlowEntries by Victor Silva · 8 years ago
  11. d2db7ad Fix javadoc error by Yuta HIGUCHI · 8 years ago
  12. 9809422 AtomixDocumentTree support for filtering notifications by DocumentPath by Madan Jampani · 8 years ago
  13. 8698328 Support for a recurive create in AsyncDocumentTree + Javadoc clean up by Madan Jampani · 8 years ago
  14. bfc02ec Bumping snapshot version to 1.8.0-SNAPSHOT by Brian O'Connor · 8 years ago
  15. b19fc86 Bumping version back to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  16. 338bc0c Bumping pom versions to 1.7.0-rc2 and fixing some maven issues by Brian O'Connor · 8 years ago 1.7.0-rc2
  17. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  18. e7a240c FIX for ONOS-5260: METER AppID Display on GET, Precedence Range Issue by Jayasree Ghosh · 8 years ago
  19. 3b8101a Refactored IntentPartitionService as WorkPartitionService by Madan Jampani · 8 years ago
  20. 3188803 Fixes javadoc errors by Madan Jampani · 8 years ago
  21. 32bceca Add range checking methods to PowerConfig by Jimmy Yan · 8 years ago
  22. 2914e4e StorageService API for creating AsyncDocumentTree primitive by Madan Jampani · 8 years ago
  23. c4f681c Reimplemented the ProxyArp app on top of the NeighbourResolutionService. by Jonathan Hart · 8 years ago
  24. 79924fa Supporting Atomix classes for DocumentTree distributed primitive by Madan Jampani · 8 years ago
  25. ad5b8c7 Updates to DocumentTreeNode + Simple implementation of DocumentTree interface by Madan Jampani · 8 years ago
  26. 7c99811 Fixing a minor stylistic issue. by Aaron Kruglikov · 8 years ago
  27. e255cc4 Add descriptive message for MessagingExceptions. by Jonathan Hart · 8 years ago
  28. dbaed99 Proposing to undeprecate the non-device-specific packet request APIs. by Jonathan Hart · 8 years ago
  29. 64ff13b Support for listening to DocumentTree modifications. by Madan Jampani · 8 years ago
  30. 1184bc7 DocumentTreeNode: add support for a version by Madan Jampani · 8 years ago
  31. f5e6be4 Fixed javadoc error. by Thomas Vachuska · 8 years ago
  32. c3984c6 Fixed javadoc error. by Thomas Vachuska · 8 years ago
  33. 5bdebd5 Javadoc updates to DocumentTree classes by Madan Jampani · 8 years ago
  34. b789b5f Adding an initial API for the DomTree data structure. by Aaron Kruglikov · 8 years ago
  35. 734e1e6 Cosmetic fixes to Band by Yuta HIGUCHI · 8 years ago
  36. 4275587 Include ConsistentMap name in Timeout exception message by Madan Jampani · 8 years ago
  37. 625fb64 Fixing Protected P2PIntent Compiler issues by Yuta HIGUCHI · 8 years ago
  38. 27d4257 Support [ONOS-4593] and implement [ONOS-4594] by Pier Ventre · 8 years ago
  39. 23547b3 Minor changes around ProtectionConstraint by Yuta HIGUCHI · 8 years ago
  40. 7a174cf [ONOS-5184] Allow configuring cluster partition size by Thiago Santos · 8 years ago
  41. ad4f2cd Apply Null Object pattern by Sho SHIMIZU · 8 years ago
  42. e45ab44 Collections.emptyMap() produces an object that Kryo cannot serialize by Thomas Vachuska · 8 years ago
  43. 647138f [ONOS-4387] Support for multiple selectors in mp2sp intents by Pier Ventre · 8 years ago
  44. f5d7236 [ONOS-5070] Adds mirroring functionality. by Pier Ventre · 8 years ago
  45. c217cb9 Updated topo toolbar to use mojo glyphs and give it a cleaner look. by Simon Hunt · 8 years ago
  46. 3032af1 Fix javadoc syntax error - @throw -> @throws by Ray Milkey · 8 years ago
  47. df1eeae [ONOS-5169] GroupStore: properly add updated buckets by Victor Silva · 8 years ago
  48. ed88ff6 Adding additional resources for instantiating async consistent treemaps. by Aaron Kruglikov · 8 years ago
  49. c6759e8 ONOS-4374 Enable installing flows with hard_timeout by Murat Parlakisik · 8 years ago
  50. 38feb6e Revert "Fix for ONOS-5032 and ONOS-5034" by Jonathan Hart · 8 years ago
  51. feb95f1 Just a copy from FlowObjectiveAdapter of org.onosproject.sfc.util. by Yoonseon Han · 8 years ago
  52. 50ad080 Fix for ONOS-5032 and ONOS-5034 by Deepa Vaddireddy · 8 years ago
  53. cfcb053 Add Oplink attenuation extension and channel power drivers. by yjimmyy · 8 years ago
  54. d3ff540 Fix for ONOS-5152:Encoder for Disjoint Rest API with NPE:onos-1.7 by Jayasree Ghosh · 8 years ago
  55. 22774cd Addressing review comments of patch-3 by Viswanath KSP · 8 years ago
  56. ecf9971 Update TestTopic to confirm to the new Topic API by Madan Jampani · 8 years ago
  57. 03fb8b2 Topic: Support for passing a executor to subscribe method for invoking the callback by Madan Jampani · 8 years ago
  58. a1c4115 Distribute failover event with topic by helenyrwu · 8 years ago
  59. dbf59f0 Unit tests to improve API test coverage by Ray Milkey · 8 years ago
  60. 7c298f3 Fix javadoc by Yuta HIGUCHI · 8 years ago
  61. 13f6515 Distributed topic primitive by Madan Jampani · 8 years ago
  62. 89470f1 Group event indicating failover of previously used live port by helenyrwu · 8 years ago
  63. 07e31cf Remove public from definition in interface by Sho SHIMIZU · 8 years ago
  64. 4859b3a Fix for Host2Host Intent issue. by Yuta HIGUCHI · 8 years ago
  65. 21d0069 Remove explicit type parameters which can be inferred by Sho SHIMIZU · 8 years ago
  66. 2a67490 Implement path protection for point to point intents by helenyrwu · 8 years ago
  67. b94f93b Implement Oplink drivers for port adjacency by yjimmyy · 8 years ago
  68. 8d50c8d Simplify String concatenation by Sho SHIMIZU · 8 years ago
  69. 070c319 Remove methods just calling its super by Sho SHIMIZU · 8 years ago
  70. 3aa0b18 Remove unnecessary static from enum by Sho SHIMIZU · 8 years ago
  71. 32ae9c5 Remove unnecessary semicolon by Sho SHIMIZU · 8 years ago
  72. 3437bdb Fix dangling Javadoc comments by Sho SHIMIZU · 8 years ago
  73. 3d71252 Added endPortA/B to UiLink class. by Simon Hunt · 8 years ago
  74. f836a87 Added breadcrumbs array to topo2CurrentLayout response. by Simon Hunt · 8 years ago
  75. bef16cd Simplify ConnectPoint#toString format by Yuta HIGUCHI · 8 years ago
  76. f4fd2a2 Clean up handling of lat/long geo-coordinates. by Simon Hunt · 8 years ago
  77. 6a8cb4f ONOS-4970: Device data for topology view -- WIP. by Simon Hunt · 8 years ago
  78. 013688c typo fix by Yuta HIGUCHI · 8 years ago
  79. df97013 Handle null secondary path properly by Yuta HIGUCHI · 8 years ago
  80. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  81. c13082f ONOS-4971: Synthetic Link Data -- WIP by Simon Hunt · 8 years ago
  82. bc38cd4 Fixing ONOS-4875 by Srinivas Bandi · 8 years ago
  83. ef835c9 Make ResourceService API more flexible in parameter by Sho SHIMIZU · 8 years ago
  84. c3d69f5 Fix NPE when there's no secondary path. by Yuta HIGUCHI · 8 years ago
  85. 208b167 Polling link provider by Michele Santuari · 8 years ago
  86. c69c66a Merged master fixed conflict. by Kavitha Alagesan · 8 years ago
  87. 516a8ca Typo fix by Yuta HIGUCHI · 8 years ago
  88. d90dbc9 Simplify EventHistoryManager by Yuta HIGUCHI · 8 years ago
  89. 4f4ffc3 ONOS-4971: Synthetic Link Data -- WIP by Simon Hunt · 8 years ago
  90. bb23e0b Fix Javadoc warnings by Ray Milkey · 8 years ago
  91. d95d590 [ONOS-4513] Move optical Intent compilers out to optical-model (3/3) by Yuta HIGUCHI · 8 years ago
  92. b9af6b7 [ONOS-4691] Refactoring OpticalPortOperator (2/3) by Yuta HIGUCHI · 8 years ago
  93. f3ead25 [ONOS-4513] Slice optical-model into separate bundle (1/3) by HIGUCHI Yuta · 8 years ago
  94. 90e1229 Fix NPE in AbstractPathService. by Yuta HIGUCHI · 8 years ago
  95. 2d45985 ONOS-4751-Fix:creating GroupType INDIRECT, multiple bucket(REST API) by Jayasree Ghosh · 8 years ago
  96. 4854f3d ONOS-4971: Synthetic Link Data -- WIP by Simon Hunt · 8 years ago
  97. d44b957 Fix javadoc in DeviceAdminService by sangyun-han · 8 years ago
  98. d03d7dd Cleanup of AbstractPathService by Brian O'Connor · 8 years ago
  99. 45920dd ONOS-2184 - initial impl. of virtual network path service; move path related methods from PathManager to AbstractPathService (since they are reused for VirtualNetworkPathService). by Claudine Chiu · 8 years ago
  100. 54f28e2 [ONOS-4747] NETCONF function for FUJITSU OLT #2 by Akihiro Yamanouchi · 8 years ago