1. 094a135 Removed the setServiceDirectory() method from the base web resource by Ray Milkey · 6 years ago
  2. 96b2640 SONAR suggestion - toString() should not return null by Ray Milkey · 6 years ago
  3. 506d8e6 Add script for downloading ONOS DB from test cells by Jordan Halterman · 6 years ago
  4. ab8d861 Workaround for GroupProvider to work with ofdpa3 by Andreas Pantelopoulos · 6 years ago
  5. fa6002c SONAR suggestion - collection item types by Ray Milkey · 6 years ago
  6. 06297ed SONAR suggestion - Synchronize initialization of static fields by Ray Milkey · 6 years ago
  7. ffe1a33 SONAR suggestions - more blocker bugs by Ray Milkey · 6 years ago
  8. 9539082 [ONOS-7393] Allows TableEntryEncoder decode action profile group and member id by Yi Tseng · 6 years ago
  9. bf9e5ce [ONOS-7137] Interfaces Discovery through gNMI by Andrea Campanella · 6 years ago
  10. 6dc7e4f Updates of SimpleFabric applcation by Lee Yongjae · 6 years ago
  11. 4f35076 Revert "[ONOS-7373] Ensure Netty channels are closed on send exceptions" by Ray Milkey · 6 years ago
  12. 2124935 Upgrade to Atomix 2.0.14 by Jordan Halterman · 6 years ago
  13. e706253 Implement minimum heartbeat interval in failure detectors by Jordan Halterman · 6 years ago
  14. bf2cd74 Make it possible to annotate as lambda by Laszlo Papp · 6 years ago
  15. 2ff6716 SONAR Suggestion - use .equals() on strings, not '==' by Ray Milkey · 6 years ago
  16. bb9d3fb Adding drop on same output of input connect point by Andrea Campanella · 6 years ago
  17. 02c4c57 [ONOS-7392] Fix P4Runtime priority bug by Yi Tseng · 6 years ago
  18. bd46d05 Fix VLAN and MPLS problem for fabric.p4 by Yi Tseng · 6 years ago
  19. 239492c Fix NPE in Dhcp6HandlerImpl by Charles Chan · 6 years ago
  20. 3a5731e Minor refactoring for fabric.p4 by Yi Tseng · 6 years ago
  21. 75ee45e Only modify the default doc set when a new release is made by Ray Milkey · 6 years ago
  22. 475fb2c [CORD-2528] RIPngEntry handling byte by Kalhee Kim · 6 years ago
  23. 40beb72 [CORD-2529] Fpm route store handling by Kalhee Kim · 6 years ago
  24. 2f07c60 [CORD-2260] Add a timer task to clean ipaddr, pd prefix by Kalhee Kim · 6 years ago
  25. d94ceea [CORD-2362] dhcp relay v6 counters implementation by Kalhee Kim · 6 years ago
  26. 495c9b2 [CORD-2318] Allow v6 alternative dhcp server for default and indirect dhcp server by Kalhee Kim · 6 years ago
  27. ea4b6c2 [CORD-2226] Dhcp6 Relay uses to store dhcp record for LeaseQuery by Kalhee Kim · 6 years ago
  28. 8e8ff05 Use USE_FREQ for port stats by Laszlo Papp · 6 years ago
  29. 62c3e07 Order the annotation output by Laszlo Papp · 6 years ago
  30. 45f4815 Take down edge ports on a leaf switch when all uplinks are gone by Saurav Das · 6 years ago
  31. 7b332f1 SONAR suggestion - possible NPE if date is not set by Ray Milkey · 6 years ago
  32. fe0e085 SONAR suggestions - boolean expressions that are known to be 'true' or 'false' by Ray Milkey · 6 years ago
  33. e319dc2 Restricting mastership recheck when role NONE. Avoids also log pollution. by Andrea Campanella · 6 years ago
  34. 74e5913 Sonar suggestions - fixes to potential null pointer dereferences by Ray Milkey · 6 years ago
  35. 325c757 Fix SONAR warnings in CORSA pipelines by Pier Luigi · 6 years ago
  36. 37d1062 T3: Handling null or offline device by Andrea Campanella · 6 years ago
  37. 2bc55dd Fix for T3 test paths by Andrea Campanella · 6 years ago
  38. 3ed7585 Adding an error trap for the web-socket onClose handler. by Thomas Vachuska · 6 years ago
  39. b5a7fd6 Fixing geant topo script. by Thomas Vachuska · 6 years ago
  40. f11513d Various improvements to P4 dev env by Carmelo Cascone · 6 years ago
  41. dbd7457 This is a language bundle for ONOS -Greek translations by Anastasia Kollia · 6 years ago
  42. 1315d3e [ONOS-7381] Reset phi accrual failure detectors when nodes are re-activated by Jordan Halterman · 6 years ago
  43. 01e886e [CORD-2432][CORD-2431] Initial t3 implementation by Andrea Campanella · 6 years ago
  44. 161ce33 Fixed VLAN used for l2 intf groups of pseudowires by Andreas Pantelopoulos · 6 years ago
  45. c41ceb9 Minor update in PW configuration to handle updates better by Andreas Pantelopoulos · 6 years ago
  46. a7e6692 Update onos buck version by Ray Milkey · 6 years ago
  47. 6a2e8fa Adding a bucklet to compile XSD in to Java by Sean Condon · 6 years ago
  48. ce336f7 [ONOS-7382] Ensure flow tables are removed when last entry is removed by Jordan Halterman · 6 years ago
  49. 0e44012 Fix stack trace when encountering a checkstyle error by Ray Milkey · 6 years ago
  50. d008dbe [CORD-2533] UnsupportedOperationException in OFDPA pipeliner by Pier Luigi · 6 years ago
  51. 63edd93 [CORD-2532] IllegalArgumentException in OFDPA pipeliner by Pier Luigi · 6 years ago
  52. 07532ab [CORD-2531] Missing flows and multicast groups by Pier Luigi · 6 years ago
  53. 8596fde Fix the JIRA ticket number in a comment by Laszlo Papp · 6 years ago
  54. 7b77f71 [ONOS-7374] OvsdbBridges obtained by DefaultOvsdbClient.getBridges() do not have controller information by jaegonkim · 6 years ago
  55. 73c21bd [ONOS-7372] GossipDeviceStore cannot do 'mark off line' for a removed device in a controller recovered from failure by jaegonkim · 6 years ago
  56. 9c9cde4 SONAR Suggestion - protected members in final classes are pointless by Ray Milkey · 6 years ago
  57. 57add21 Sonar suggestion - null pointer check had the wrong boolean operator by Ray Milkey · 6 years ago
  58. 3e0e92e SONAR suggestion - don't ignore stream read() return value by Ray Milkey · 6 years ago
  59. 4a76f37 Fixed app category for live-compile YANG models. by Thomas Vachuska · 6 years ago
  60. 7390b5c Expose the port stats annotations to REST by Laszlo Papp · 6 years ago
  61. 83b1d93 [ONOS-7373] Ensure Netty channels are closed on send exceptions by Jordan Halterman · 6 years ago
  62. 111aab7 Add minimum timeout for Netty messages by Jordan Halterman · 6 years ago
  63. d6c4280 Sonar suggestion - don't lock on a field that is being modified by Ray Milkey · 6 years ago
  64. d4439e6 Sonar suggestion - don't lock on a potentially shared Object by Ray Milkey · 6 years ago
  65. e81e941 [ONOS-7377] Fix: Removing Config Factory only if last element in cluster by Andrea Campanella · 6 years ago
  66. 5817481 Do not collect flow and port stats if unsupported by Laszlo Papp · 6 years ago
  67. 9fb87f6 Remove device from deviceLocalStatus after the device was removed from the store. by Rafał Szalecki · 6 years ago
  68. 73f9aea Avoid division by zero by Laszlo Papp · 6 years ago
  69. b7e618d Updated script to build P4 VM by Carmelo Cascone · 6 years ago
  70. 302405e Obey Java package file naming rules by Ray Milkey · 6 years ago
  71. 59ad657 [ONOS-7334] Using Cache Loader to remove stale entries in p4runtime by Manjunath Vanaraj · 6 years ago
  72. c1ecdd0 [ONOS-7371] Fix General Device provider NPE when disconnecting device after netcfg remove by Andrea Campanella · 6 years ago
  73. f373565 Updating onos-setup-p4-dev to support gNMI by Brian O'Connor · 6 years ago
  74. 9dfb512 Use port stats prop from OF 1.4 by Laszlo Papp · 6 years ago
  75. 7cf6037 Expose optical properties by Laszlo Papp · 6 years ago
  76. a8418ca Building test distributable if it is not available already. by Thomas Vachuska · 6 years ago
  77. a3f1611 [ONOS-7365] Fix NPE in ECM peersSupplier to avoid exceptions when rebooting container by Jordan Halterman · 6 years ago
  78. 09bf269 Resume the use of ICMP type/code in OFDPA driver by Charles Chan · 6 years ago
  79. f237e1b Fix the path not found issue in pseudowire by Charles Chan · 6 years ago
  80. 4a768c0 Deploy existing pseudowires when segment routing is activated by Andreas Pantelopoulos · 6 years ago
  81. e720ddf [ONOS-7363] Isolate replica info to a single version for isolation of primary-backup protocols by Jordan Halterman · 6 years ago
  82. f5f4094 [ONOS-7352] Activate applications locally when restoring old version after upgrade failure by Jordan Halterman · 6 years ago
  83. 151af4b Publish new buck packages to maven central by Ray Milkey · 6 years ago
  84. 20cfb6f Expose tx_pwr_min/max by Laszlo Papp · 6 years ago
  85. 3c65d1b [ONOS-7350] Add ISSU HA/rollback test scenario by Jordan Halterman · 6 years ago
  86. 9719eb0 ONOS-6955 onos-app does not reinstall apps correctly by Deepa Vadireddy · 6 years ago
  87. 1d4d189 Add warnings to KryoNamespaces to avoid reordering serializable types. by Jordan Halterman · 6 years ago
  88. b2a91f2 Fix the Statistics resource title by Laszlo Papp · 6 years ago
  89. b22787d New version of buck, hosted on maven central by Ray Milkey · 6 years ago
  90. 39f78b6 Remove Intent constructor APIs deprecated in 1.9.1 by Ray Milkey · 6 years ago
  91. c1518bb Drivers for HP3800 and HP3500, switches inter-operate correctly by Alessio Giorgetti · 6 years ago
  92. bd071d8 Bug fix in routing logic - should let routing process continue by Saurav Das · 6 years ago
  93. fa40ca2 Adding GroupService Adapter for Tests by Andrea Campanella · 6 years ago
  94. 10ebc2b [ONOS-7343] Support for new CORSA software by Pier Luigi · 6 years ago
  95. 132393a CORD-2470 Fix NPEs by Charles Chan · 6 years ago
  96. ef92f19 Use failure detection for Netty messages to improve ability to adapt to changing network conditions by Jordan Halterman · 6 years ago
  97. 914b0b1 Fixed the ECFlowRuleStore to support MODIFY flow rule operations. by Thomas Vachuska · 6 years ago
  98. 65cd9e3 Bumped version of p4c in p4 tools script by Carmelo Cascone · 6 years ago
  99. d5d506a Cleaned-up the net-smoke scenario to tolerate failures of independent steps. by Thomas Vachuska · 6 years ago
  100. 45d340c Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago