1. 91af10a Prevent unhandled exception if the executor is already shut down. by Ray Milkey · 5 years ago
  2. 75a9a89 Trigger pipeconf deploy right after registration by Carmelo Cascone · 5 years ago
  3. 7e65ac7 This patch solves the following problem: by Gamze Abaka · 5 years ago
  4. dadae72 In order to implement VOLTHA VOL-949 task (https://jira.opencord.org/browse/VOL-949) , OltPipeline (pmc-olt driver) must support meter, transition and also QinQ vlan push instructions. by Gamze Abaka · 6 years ago
  5. 65f27f1 ONOS-7733 Meter Creation Fails : by Gamze Abaka · 6 years ago
  6. 9db4d5c Add support for P4Runtime clone sessions via Group API by Carmelo Cascone · 5 years ago
  7. 8b488de Allowed apps to specify whether the existing component config value should be overridden by Charles Chan · 5 years ago
  8. 15743ea Fix duplicate ip issue by pier · 5 years ago
  9. d1092d6 properly reallocate thread pools after a restart by Ray Milkey · 5 years ago
  10. 07093b0 Write to flow table bucket in calling thread to reduce latency by Jordan Halterman · 5 years ago
  11. bd508ed cfgdef tool modifications to catch variable names that don't match properties by Ray Milkey · 5 years ago
  12. 0e3b623 Reduce the chance of apps triggering fake mastership events by Carmelo Cascone · 5 years ago
  13. e3de321 Fix NPE in flow store by Jordan Halterman · 5 years ago
  14. 01bf125 Match device pattern on start of line in MastershipStore election topics by Jordan Halterman · 5 years ago
  15. 0677d88 Fix NPE in flow store by Jordan Halterman · 5 years ago
  16. b81fdc1 Optimize filtering flow rule counts by state by Jordan Halterman · 5 years ago
  17. 3977ea4 Refactor channel and mastership handling in P4Runtime by Carmelo Cascone · 5 years ago
  18. c88c265 Add debug logging of add/remove operations in flow rule store by Jordan Halterman · 5 years ago
  19. aeda275 Reduce frequency of flow store replication by Jordan Halterman · 5 years ago
  20. 3e4dbef Use singleton primitives in transactions by Jordan Halterman · 5 years ago
  21. 2ef1cf7 Support DNS storage discovery via cluster metadata by Jordan Halterman · 5 years ago
  22. c694383 Adding support for TLS connections for gRPC clients by Brian O'Connor · 5 years ago
  23. 5ec4208 Remove deprecated Port Statistics APIs by Ray Milkey · 5 years ago
  24. 8efe278 Remove deprecated APIs by Ray Milkey · 5 years ago
  25. 47f09c5 Remove deprecated FlowRuleExtPayLoad API by Ray Milkey · 5 years ago
  26. 4c289b7 New P4RuntimeClient implementation that supports batching and error reporting by Carmelo Cascone · 5 years ago
  27. 3638de8 Generate error log when unable to load app dependencies by Ray Milkey · 5 years ago
  28. cb4327a ONOS-7887 Rename action profile-related entities by Carmelo Cascone · 6 years ago
  29. fb503a7 Revert "Re-enabled TLS netty" by Ray Milkey · 5 years ago
  30. 1a37866 Re-enabled TLS netty by Brian O'Connor · 5 years ago
  31. c6fe1ea ONOS-7821 Adding on-startup download of any missing application bits from cluster peers. by Thomas Vachuska · 5 years ago
  32. fa066ed Revert "Adding support for TLS connections for gRPC clients" by Ray Milkey · 5 years ago
  33. 47a3aa6 Adding support for TLS connections for gRPC clients by Brian O'Connor · 5 years ago
  34. 86741ec Ensure master is excluded from backups list when reading role info from mastership service by Jordan Halterman · 5 years ago
  35. 630966f Fixed new NextTreatment classes not registered in Kryo by Carmelo Cascone · 5 years ago
  36. 2b3ed3e Upgrade to Atomix 3.1.0-beta3 by Jordan Halterman · 5 years ago
  37. 28b21d1 Upgrade to Atomix 3.1 by Jordan Halterman · 5 years ago
  38. 52f2cd1 Detangling incubator: virtual nets, tunnels, resource labels, oh my by Thomas Vachuska · 5 years ago
  39. e52652c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  40. c88ebaa Save developers from wasting hours on wrong bucket type by Charles Chan · 6 years ago
  41. f566fa2 Removing commented out @Property annotations from the core. by Thomas Vachuska · 6 years ago
  42. 1bb2a28 Fixing issue with superfluous exception when installing apps. by Thomas Vachuska · 6 years ago
  43. 956bb16 Merge remote-tracking branch 'origin/master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  44. 7632e15 [ONOS-7596] Support reading table entries with counter data in P4Runtime by steven30801 · 6 years ago
  45. 22ea612 Removing BUCK files and other Buck-related auxiliaries. by Thomas Vachuska · 6 years ago
  46. d542568 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  47. 16c95ff Upgrade to Atomix 3.0.7 by Jordan Halterman · 6 years ago
  48. 2d7bca1 Move type specifiers from property name constants to the corresponding component annotations by Ray Milkey · 6 years ago
  49. 0b18b72 Merge branch 'master' into merge by Ray Milkey · 6 years ago
  50. b5646e6 Use property constants for OSGi components for stores by Ray Milkey · 6 years ago
  51. 27ccf0d Remove unused Netty messaging service by Jordan Halterman · 6 years ago
  52. 234b9a4 Remove unused distributed cluster store by Jordan Halterman · 6 years ago
  53. db57f1c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  54. da3b9f0 Avoid closing DeviceFlowTable when flows are purged on device down event by Jordan Halterman · 6 years ago
  55. 584f54b Fix race condition between AtomixManager and metadata providers startup by Ray Milkey · 6 years ago
  56. d15c5f6 [ONOS-7801] Avoid converting local node on every lookup in ClusterStore by Jordan Halterman · 6 years ago
  57. e44592f More robust P4Runtime group handling by Carmelo Cascone · 6 years ago
  58. df52129 Merge remote-tracking branch 'origin/master' into merge-master by Ray Milkey · 6 years ago
  59. 5409e34 Ensure root path element is removed when writing to underlying Atomix DocumentTree primitive by Jordan Halterman · 6 years ago
  60. 86ad7bb [WIP] apps CLI changes for karaf upgrade by Ray Milkey · 6 years ago
  61. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  62. e458f00 Support hostname resolution for cluster configuration by Jordan Halterman · 6 years ago
  63. d0f017f Remove deprecated value() method by Ray Milkey · 6 years ago
  64. 80b296d Notifying the delegate about the RESTORED event on the mastership of a given device. by Andrea Campanella · 6 years ago
  65. 9e4972c Refactor P4Runtime subsystem to implement async connection procedure by Carmelo Cascone · 6 years ago
  66. 45ce008 Increase leadership election timeout to 2500ms by You Wang · 6 years ago
  67. 35a02ea Implement destroy() method for certain primitives to preserve backwards compatibility by Jordan Halterman · 6 years ago
  68. 204c7bf Make leadership/mastership failover timeouts configurable by Jordan Halterman · 6 years ago
  69. da60a61 Build missing pipeconf-merged driver at startup by Carmelo Cascone · 6 years ago
  70. 761e80a Remove pom files from ONOS by Ray Milkey · 6 years ago
  71. f31ac6f Added one more Component Config REST API; for specified component and variable. by psneha · 6 years ago
  72. 312d987 Starting snapshot 1.15.0-SNAPSHOT by Ray Milkey · 6 years ago
  73. e075338 Upgrade to Atomix 3.0.0 final by Jordan Halterman · 6 years ago
  74. c1be5b8 Upgrade to Atomix 3.0.0-rc12 by Jordan Halterman · 6 years ago
  75. 6cf60c3 Convert all Atomix exceptions to ONOS storage exceptions by Jordan Halterman · 6 years ago
  76. 03e5521 Starting snapshot 1.14.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  77. 3594c24 Tagging 1.14.0-rc2 by ONOS Jenkins User · 6 years ago 1.14.0-rc2
  78. 4e5f2d6 Starting snapshot 1.14.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  79. cff0bd8 Tagging 1.14.0-rc1 by ONOS Jenkins User · 6 years ago 1.14.0-rc1
  80. 4867af2 Revert "Tagging 1.14.0-b1" by Ray Milkey · 6 years ago
  81. bc559fd Upgrade to Atomix 3.0.0-rc11 by Jordan Halterman · 6 years ago
  82. 78ce400 Tagging 1.14.0-b1 by Ray Milkey · 6 years ago
  83. 72893b7 [WIP] Attempt at building grpc and p4runtime protocols with Bazel by Carmelo Cascone · 6 years ago
  84. fa71cc6 Upgrade to Atomix 3.0.0-rc10 by Jordan Halterman · 6 years ago
  85. bc98239 Use default primitive timeout in map keys/values/iterators by Jordan Halterman · 6 years ago
  86. 6aca84c Upgrade to Atomix 3.0.0-rc7 to use agent distribution by Jordan Halterman · 6 years ago
  87. d486a73 Support to build openstack related apps using Bazel by Jian Li · 6 years ago
  88. 19c123a [ONOS-7757] Support onos-local and embedded cluster configurations by Jordan Halterman · 6 years ago
  89. b6d3167 Refactoring to eliminate a split package issue in onos-core-primitives. by Thomas Vachuska · 6 years ago
  90. 644fdbf bazel implementation of the bucklet for ATOMIX primitives by Ray Milkey · 6 years ago
  91. 28d77f3 Bazel build for Atomix 3.0 use by Ray Milkey · 6 years ago
  92. 00e92da Upgrade to Atomix 3.0-rc5 by Jordan Halterman · 6 years ago
  93. 5813681 ONOS-7739 Support for P4Runtime multicast programming by Carmelo Cascone · 6 years ago
  94. c8b591e Ensure multimap events are published on replaceValues by Jordan Halterman · 6 years ago
  95. a9acf7a [ONOS-7533] Extension instruction deserialization failure due to un-available device by jaegonkim · 6 years ago
  96. dae1160 Implement lazy iterators/streams for ConsistentMap by Jordan Halterman · 6 years ago
  97. 4e7de42 Bugfix: DistributedPacketStore does not notify delegate in some cases by Charles Chan · 6 years ago
  98. 158feb9 [ONOS-7729] Copy flow buckets prior to replication to avoid inconsistent collection serialization by Jordan Halterman · 6 years ago
  99. 15f3371 Refactor multimap streams to avoid blocking iteration on initialization by Jordan Halterman · 6 years ago
  100. dbd3821 Checkstyle rule to prevent throwing the generic RuntimeException by Ray Milkey · 6 years ago