1. ef79434 Fix Javadoc warnings by Ray Milkey · 7 years ago
  2. 1e20dae Added UI_TYPE annotation key, and augmented BasicDeviceConfig and BasicHostConfig to support defining a custom "uiType" value to override the glyph used in rendering on the Topology View. by Simon Hunt · 8 years ago
  3. 5d08e1e Unit tests for virtual host codec. by Ray Milkey · 7 years ago
  4. c0bfe7c Revert "Copy FlowOperationsProcessor defensively for thread safety" by Sho SHIMIZU · 8 years ago
  5. b9e0ab7 Revert "Provide hasFailed explicitly" by Sho SHIMIZU · 8 years ago
  6. f8543d8 Fixes [ONOS-5412] and implements [ONOS-5300] by Pier Ventre · 8 years ago
  7. 4d19ab9 Adding javadoc to IntentInstaller.OperationContext by Yuta HIGUCHI · 8 years ago
  8. 617c284 Remove log message about default cluster metadata provider. by Jonathan Hart · 8 years ago
  9. 6d33e80 FIXME: Move to app package by sangyun-han · 8 years ago
  10. a91dc19 Adding FIXME to IntentCleanupTestMock by Brian O'Connor · 8 years ago
  11. d7395c8 Added UiTopoLayoutId network config to BasicNetworkConfigs. by Simon Hunt · 8 years ago
  12. ce48f96 ONOS-3600 - use separate dispatch queues for different classes of events by Ray Milkey · 8 years ago
  13. 1bee529 Partial revert of hosts/regions work to fix NPE with null provider. by Simon Hunt · 8 years ago
  14. 351282d Revert "Fixing Hosts filtered by RegionId... for topo-2 view." by Simon Hunt · 8 years ago
  15. 4aef6c3 Fixing Hosts filtered by RegionId... for topo-2 view. by Simon Hunt · 8 years ago
  16. f59d36b ONOS-5411: Introduce basic region config. by Simon Hunt · 8 years ago
  17. 6c60389 In vnet CLI, separates virutal port creation and binding operations. by Yoonseon Han · 8 years ago
  18. 973bb03 Fix [ONOS-5467] by Pier Ventre · 8 years ago
  19. 19e6e4f Implementing region hosts for topology 2 by Steven Burrows · 8 years ago
  20. 2a81c9d [ONOS-5264] [ONOS-5242] Intents w/ FilteredConnectPoint by Yi Tseng · 8 years ago
  21. 3ff504c Fix for ONOS-5175. GroupId refactoring. by Prince Pereira · 8 years ago
  22. a78f060 ONOS-5309 Clearing installables from intent data object on successful uninstallation by Brian O'Connor · 8 years ago
  23. 5e93545 Fix for ONOS-5033 hosts - dynamic or static by sdn · 8 years ago
  24. a67f8f2 Fix spelling error in LinkCollectionCompiler.java by Brian O'Connor · 8 years ago
  25. 4e8b783 [ONOS-5170] GroupStore: add purgeGroupEntries by Victor Silva · 8 years ago
  26. f2b9d03 MastershipManager: make "useRegionForBalanceRoles" a property by Victor Silva · 8 years ago
  27. a0b0a13 Keep using same iterator. by Yuta HIGUCHI · 8 years ago
  28. 155370e Fix LinkCollectionCompiler duplicate flow rules problem by Yi Tseng · 8 years ago
  29. bfc02ec Bumping snapshot version to 1.8.0-SNAPSHOT by Brian O'Connor · 8 years ago
  30. 3b8101a Refactored IntentPartitionService as WorkPartitionService by Madan Jampani · 8 years ago
  31. c4f681c Reimplemented the ProxyArp app on top of the NeighbourResolutionService. by Jonathan Hart · 8 years ago
  32. c9b64dc ONOS-5271 pendingDevices is used to track installation progress, by Brian O'Connor · 8 years ago
  33. 09d90f0 ONOS-5268 Intents don't properly transition from WITHDRAWING to INSTALLED by Brian O'Connor · 8 years ago
  34. 94b0015 Fix for ONOS-5034 by sdn · 8 years ago
  35. e38b866 Provide pendingDevices explicitly by Sho SHIMIZU · 8 years ago
  36. 4c79468 Provide hasFailed explicitly by Sho SHIMIZU · 8 years ago
  37. dfefecd Copy FlowOperationsProcessor defensively for thread safety by Sho SHIMIZU · 8 years ago
  38. dbaed99 Proposing to undeprecate the non-device-specific packet request APIs. by Jonathan Hart · 8 years ago
  39. 6ff6ffe Move EdgeService back to Link/Device services rather than TopologyService. by Jonathan Hart · 8 years ago
  40. 57a61cd Fix the side effects introduced by https://gerrit.onosproject.org/#/c/10978/ by Pier Ventre · 8 years ago
  41. 5f70942 Add comments describing immutability/mutability by Sho SHIMIZU · 8 years ago
  42. 625fb64 Fixing Protected P2PIntent Compiler issues by Yuta HIGUCHI · 8 years ago
  43. 27d4257 Support [ONOS-4593] and implement [ONOS-4594] by Pier Ventre · 8 years ago
  44. 7a174cf [ONOS-5184] Allow configuring cluster partition size by Thiago Santos · 8 years ago
  45. ad4f2cd Apply Null Object pattern by Sho SHIMIZU · 8 years ago
  46. c9e4bb0 Remove redundant field by Sho SHIMIZU · 8 years ago
  47. 9f95074 Make field final by Sho SHIMIZU · 8 years ago
  48. f4fd3de Refactor: Rename and inline to simplify inside of the loop by Sho SHIMIZU · 8 years ago
  49. 2ad5f41 Refactor: Get updating pendingDevices out of the loop by Sho SHIMIZU · 8 years ago
  50. 8efc896 Reformat code by Sho SHIMIZU · 8 years ago
  51. 5711ce1 Add mapping function to simplify process() implementation by Sho SHIMIZU · 8 years ago
  52. c710467 Fix for Mastership exception fetching timestamp - from Madan by Ray Milkey · 8 years ago
  53. 647138f [ONOS-4387] Support for multiple selectors in mp2sp intents by Pier Ventre · 8 years ago
  54. 2712419 Use primitive boolean because of being synchronized already by Sho SHIMIZU · 8 years ago
  55. b837cb7 Use light collection because of being synchronized already by Sho SHIMIZU · 8 years ago
  56. 2d7c539 Make FlowOperationsProcessor thread-safe with synchronized modifier by Sho SHIMIZU · 8 years ago
  57. 7c9b73a Tighten method visibility by Sho SHIMIZU · 8 years ago
  58. ecfbeb6 Read the latest value of lastSink by Sho SHIMIZU · 8 years ago
  59. d21c4dd Read the latest value of dispatchFuture by Sho SHIMIZU · 8 years ago
  60. 7239078 See the latest value of dispatchLoop by Sho SHIMIZU · 8 years ago
  61. f13feb8 Recover from NPE that can sometimes be thrown by Felix by Ray Milkey · 8 years ago
  62. c6759e8 ONOS-4374 Enable installing flows with hard_timeout by Murat Parlakisik · 8 years ago
  63. 38feb6e Revert "Fix for ONOS-5032 and ONOS-5034" by Jonathan Hart · 8 years ago
  64. 50ad080 Fix for ONOS-5032 and ONOS-5034 by Deepa Vaddireddy · 8 years ago
  65. ad0c990 Evict pipeliner/driver cache only on DEVICE_REMOVE by Yuta HIGUCHI · 8 years ago
  66. 1fb0a8c Lazily populate Pipeliner cache by Yuta HIGUCHI · 8 years ago
  67. 22774cd Addressing review comments of patch-3 by Viswanath KSP · 8 years ago
  68. d48320e Fix [ONOS-4857] and impement [ONOS-5143] by Pier Ventre · 8 years ago
  69. 89470f1 Group event indicating failover of previously used live port by helenyrwu · 8 years ago
  70. e6aaa33 Filters intent list before installation by helenyrwu · 8 years ago
  71. 21d0069 Remove explicit type parameters which can be inferred by Sho SHIMIZU · 8 years ago
  72. 2a67490 Implement path protection for point to point intents by helenyrwu · 8 years ago
  73. 81470a5 Use StringBuilder instead of StringBuffer by Sho SHIMIZU · 8 years ago
  74. 970d6e2 Remove unnecessary reference to this by Sho SHIMIZU · 8 years ago
  75. 5c396e3 Remove explicit use of the default value by Sho SHIMIZU · 8 years ago
  76. 3437bdb Fix dangling Javadoc comments by Sho SHIMIZU · 8 years ago
  77. 532eb21 Refresh pipeleiner cache with newly initialized Pipeliner by Yuta HIGUCHI · 8 years ago
  78. bddbb25 Added a temporary fix for out-of-order app activation event delivery. by Thomas Vachuska · 8 years ago
  79. f4fd2a2 Clean up handling of lat/long geo-coordinates. by Simon Hunt · 8 years ago
  80. 3e6f05e Code changes to ensure ONOS has each IP address attached to only one host at a time by soumya · 8 years ago
  81. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  82. ef835c9 Make ResourceService API more flexible in parameter by Sho SHIMIZU · 8 years ago
  83. c69c66a Merged master fixed conflict. by Kavitha Alagesan · 8 years ago
  84. 0666f15 Cleaning-up shared executors use of metrics service. by Thomas Vachuska · 8 years ago
  85. 78613d2 Probe immediately when IPs are added to host monitor by Jonathan Hart · 8 years ago
  86. d95d590 [ONOS-4513] Move optical Intent compilers out to optical-model (3/3) by Yuta HIGUCHI · 8 years ago
  87. b9af6b7 [ONOS-4691] Refactoring OpticalPortOperator (2/3) by Yuta HIGUCHI · 8 years ago
  88. f3ead25 [ONOS-4513] Slice optical-model into separate bundle (1/3) by HIGUCHI Yuta · 8 years ago
  89. 90e1229 Fix NPE in AbstractPathService. by Yuta HIGUCHI · 8 years ago
  90. 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
  91. fb61df4 ONOS-2184 - Implementation of virtual network topology provider. by Brian Stanke · 8 years ago
  92. 7a8bfc6 [ONOS-4460] Relinquish device role when partitioned away from cluster by Jon Hall · 8 years ago
  93. 1677f9f Fix PathCompiler in case of VLAN encapsulation constraint and 1 hop. by Pier · 8 years ago
  94. 1624df1 Assigning names to various threads by Yuta HIGUCHI · 8 years ago
  95. e7ea688 Allowing driver loaders to refer to classes loaded by others. by Thomas Vachuska · 8 years ago
  96. 126b8af ONOS-4802 sp2mp intents now apply treatment at the egress switch by Nicholas Dean · 8 years ago
  97. 0b5b82e BugFix for ONOS-4942. by Yuta HIGUCHI · 8 years ago
  98. e50a56d Replace deprecated method usage. by Yuta HIGUCHI · 8 years ago
  99. b440ef4 EdgeManager fixes by Yuta HIGUCHI · 8 years ago
  100. 9ef2223 Fix STC crashes due to devices not found by Ray Milkey · 8 years ago