Tagging 1.12.2-rc2
  1. 2f8de0d Tagging 1.12.2-rc2 by ONOS Jenkins User · 5 years ago 1.12.2-rc2
  2. 2d378cd Support user-provided timeouts in intra-cluster communication service by Jordan Halterman · 5 years ago
  3. 26fe4a4 Introduced HostMoveTracker to suspend hosts that moves too frequently. by jobin · 5 years ago
  4. 2dacdb4 Fetch flows in buckets to avoid large memory allocations/serialization in flow store by Jordan Halterman · 5 years ago
  5. 3b73624 Move modified after registerProperties in FlowRuleManager by pier · 5 years ago
  6. 5b9b9e3 Implements accumulation of the fwdobjectives in ofdpa pipelines by pier · 5 years ago
  7. 52cb937 Allowed apps to specify whether the existing component config value should be overridden by Charles Chan · 5 years ago
  8. fd17e77 Fix duplicate ip issue by pier · 5 years ago
  9. 14c6d62 Fix NPE when pending operations are not present (due to possible race condition) by pier · 5 years ago
  10. f642fe3 Packet throttle support Incorporated review comments by Mayank Tiwari · 5 years ago
  11. 8111219 Fix NPE in flow store by Jordan Halterman · 5 years ago
  12. 9285dbd Fix NPE in flow store by Jordan Halterman · 5 years ago
  13. 196a9ca Moving the device event handling to separate thread by Ruchi Sahota · 5 years ago
  14. 3eb5b81 Make default primitive operation timeout configurable by Jordan Halterman · 5 years ago
  15. a35584e Optimize filtering flow rule counts by state by Jordan Halterman · 5 years ago
  16. 58df227 Make Netty messaging timeouts configurable. by Jordan Halterman · 5 years ago
  17. 1e1a5a2 Reduce frequency of flow store replication by Jordan Halterman · 5 years ago
  18. 972ee84 Upgrade to Atomix 2.0.27 by Jordan Halterman · 5 years ago
  19. 4554ecd restapi-cli-audit-onos-1.12-manual-cherry-pick by Arjun E K · 5 years ago
  20. ada4c6d ONOS-7896 Fix a bug that results in flow obj queue not being dequeued properly by Charles Chan · 5 years ago
  21. 8d616a3 Prevent objective context from being executed multiple times by Charles Chan · 5 years ago
  22. d935b63 Attempt to fix unit test by Charles Chan · 5 years ago
  23. 352bae8 Unit test fix - timeout is not correctly set in parallel execution environment by Charles Chan · 5 years ago
  24. 0d33336 Address StackOverflow by offloading cache listener to a separate thread by Charles Chan · 5 years ago
  25. 31f277e Cherry picking multiple commits for FlowRuleStore optimaization by Nikunj Desai · 5 years ago
  26. 9265815 Do not invalidate the cache again if the dequeue is triggered by the cache timeout by Charles Chan · 6 years ago
  27. b746700 [ONOS-7751] Sometimes device availability is not changed to available after creation of OF device by jaegonkim · 6 years ago
  28. 385b01a Starting snapshot 1.12.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  29. dd21009f Tagging 1.12.2-rc1 by ONOS Jenkins User · 6 years ago 1.12.2-rc1
  30. 988b2e7 Added one more Component Config REST API; for specified component and variable. by psneha · 6 years ago
  31. 74b3545 Do not queue VERIFY objectives by Charles Chan · 6 years ago
  32. 19d6486 Avoid blocking event thread in ResourceDeviceListener by Jordan Halterman · 6 years ago
  33. caa878e Refactor file path validation code; reject apps with up-level references in the name by Ray Milkey · 6 years ago
  34. fe56ed2 Prevent zip archives from putting files in directories outside of the target directory by Ray Milkey · 6 years ago
  35. 2207a87 Correct a log message in HostManager by Charles Chan · 6 years ago
  36. 1087d13 Starting snapshot 1.12.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  37. 9172e40 Tagging 1.12.1 by ONOS Jenkins User · 6 years ago 1.12.1
  38. 24aef6c Ensure multimap events are published on replaceValues by Jordan Halterman · 6 years ago
  39. 140766e Fix for OS-13 - don't allow app pathnames to leave the app root by Ray Milkey · 6 years ago
  40. 41467e5 Set R-bit in neighbor advertisement if replying as a router by Charles Chan · 6 years ago
  41. fb92a5a Bugfix: DistributedPacketStore does not notify delegate in some cases by Charles Chan · 6 years ago
  42. 0881581 Refactor multimap streams to avoid blocking iteration on initialization by Jordan Halterman · 6 years ago
  43. 4c05f5b Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  44. a9bee37 Tagging 1.12.1-rc7 by ONOS Jenkins User · 6 years ago 1.12.1-rc7
  45. d73dc58 Ensure cached document tree listeners are run after cache has been updated to prevent stale reads from the cache by Jordan Halterman · 6 years ago
  46. ceafdc0 Ensure cache map listeners are run after cache has been updated to prevent stale reads from the cache by Jordan Halterman · 6 years ago
  47. 837be00 Ensure multimap event listeners are executed after cache update to avoid stale reads from the cache. by Jordan Halterman · 6 years ago
  48. b84e24f Experimental cheap fix for device events issue ONOS-7623 by Thomas Vachuska · 6 years ago
  49. 314b1f7 Improve KryoNamespaces to better support Objectives and lambda functions by Charles Chan · 6 years ago
  50. 1ebe018 Bugfix in routing logic to avoid null groups; Improvement in group handling. by Saurav Das · 6 years ago
  51. f9eab5a Implement host probing retry with major refactoring by Charles Chan · 6 years ago
  52. 4171a6f Refactor DistributedPacketStore to store packet requests in a ConsistentMultimap by Jordan Halterman · 6 years ago
  53. c17c7ca Change DefaultRouteTable primitive to cached multimap. by Jordan Halterman · 6 years ago
  54. f52858b Implement event-based streaming iterator for ConsistentMultimap primitive by Jordan Halterman · 6 years ago
  55. 4616cb3 Upgrade to Atomix 2.0.22 by Jordan Halterman · 6 years ago
  56. de18048 Implement partitioned multimap by Jordan Halterman · 6 years ago
  57. 7b1a66b Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  58. 6252ca3 Tagging 1.12.1-rc6 by ONOS Jenkins User · 6 years ago 1.12.1-rc6
  59. d2852bc Fix concurrent modification exception due to unlocked access to collection by Ray Milkey · 6 years ago
  60. 9f83234 Fix testUninstallAndInstallNonDisruptive test by Pier · 6 years ago
  61. d8c1da0 Fix NPE in DeviceManager for an offline device by Ray Milkey · 6 years ago
  62. 3445b48 Fix ConsistentMapException.Interrupted and NullPointerException by Charles Chan · 6 years ago
  63. 6a5c229 Adding mechanism for device subsystem & providers to trigger device by Thomas Vachuska · 6 years ago
  64. 1012d7b Add retry for ResourceSubStores by Sacheth Hegde · 6 years ago
  65. 50f5a88 Partial fix for ONOS-6767. by Thomas Vachuska · 6 years ago
  66. c1f7da1 Fixed not to print misleading "device does not exist" warning to the log. by Thomas Vachuska · 6 years ago
  67. 27e3d61 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  68. f338236 Tagging 1.12.1-rc5 by ONOS Jenkins User · 6 years ago 1.12.1-rc5
  69. dbe8abe Send probes when host moves by Charles Chan · 6 years ago
  70. a000ef6 Increase flow obj timeout and remove pendingForwards and pendingNexts when the next failed by Charles Chan · 6 years ago
  71. 655e821 Implement default method for isConfigured by Charles Chan · 6 years ago
  72. 9062a7f Adding a component config to take down single homed host ports when all uplinks are lost. by Saurav Das · 6 years ago
  73. 707d9dc Print flow objective error message by Charles Chan · 6 years ago
  74. 1222cf5 [ONOS-7555] Device local-status and device availability parameters are not synchronized in cluster by Palash Kala · 6 years ago
  75. ee7001e Implement flow objective queue command by Charles Chan · 6 years ago
  76. 213cdaa Avoid head of queue blocking in InOrderFlowObjecitveManager by Charles Chan · 6 years ago
  77. 241d793 Fix more thread leaks by Charles Chan · 6 years ago
  78. 07b8426 Adding REST API and CLI for managing UI user preferences. by Thomas Vachuska · 6 years ago
  79. 03ff064 Fixing GUI to respond to server-side layout changes. by Thomas Vachuska · 6 years ago
  80. 7583e70 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  81. e84aa93 Tagging 1.12.1-rc4 by ONOS Jenkins User · 6 years ago 1.12.1-rc4
  82. 0a8bfdd [ONOS-7332] Ensure DEVICE_ADDED events are not skipped after device creation on a non-master node by Jordan Halterman · 6 years ago
  83. a255470 Allow duplicate event sinks to be registered to allow retries of component activation. by Jordan Halterman · 6 years ago
  84. 590ec76 Increase default mastership timeout to 2500 by Jordan Halterman · 6 years ago
  85. 4bd2d9a [ONOS-7570] ServiceNotFoundException(DriverService) in de-serializing DefaultGroup by jaegonkim · 6 years ago
  86. 9a93304 Validate that cluster configuration intersects with existing nodes when forming cluster by Jordan Halterman · 6 years ago
  87. 44bfacd [ONOS-7288] Fix race condition of device manager by Yi Tseng · 6 years ago
  88. fcbb5a9 [ONOS-7573][Test successful] Mark online does not notify peers device subsystem by Palash Kala · 6 years ago
  89. a8a329c [ONOS-7586] ONOS leadership change does not occurs sometimes. by jaegonkim · 6 years ago
  90. 8a4de91 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  91. d26fbf5 Tagging 1.12.1-rc3 by ONOS Jenkins User · 6 years ago 1.12.1-rc3
  92. 6b06148 CORD-2917 Should not push packet requests that target specific device to all devices by Charles Chan · 6 years ago
  93. ff7c20c Make various Raft server/client/storage options configurable by Jordan Halterman · 6 years ago
  94. 0d5106a Adding topology auto-layout. by Thomas Vachuska · 6 years ago
  95. 15dc295 Adding ability to assign roles to elements as part of network config. by Thomas Vachuska · 6 years ago
  96. 04d557e Refactor logging in InOrderFlowObjectiveManager by Charles Chan · 6 years ago
  97. d0e31d7 ONOS-7577 - REST API to add and remove buckets from a group by Ray Milkey · 6 years ago
  98. b9c1693 Fixing implicit app deactivation for apps loaded from disk. by Thomas Vachuska · 6 years ago
  99. cb1db5a Implements in-order flow objective execution by Charles Chan · 6 years ago
  100. 1cef740 [ONOS-7565] Flow rules error while rerouting intents with Flow Objectives 1.12 by Devin Lim · 6 years ago