1. 4bac497 Fix NPE reported by Sonar by Ray Milkey · 6 years ago
  2. 52a3590 Use the alarm message as id for now by Laszlo Papp · 6 years ago
  3. 80b296d Notifying the delegate about the RESTORED event on the mastership of a given device. by Andrea Campanella · 6 years ago
  4. 4d7f88b Removes local gatewayIp set in OpenstackSwitchingArpHandler. by Daniel Park · 6 years ago
  5. f1a7b7f Parse the event time consistently via netconf by Laszlo Papp · 6 years ago
  6. 23e0c51 Make loss of service alarms major when polling by Laszlo Papp · 6 years ago
  7. a73c236 Support flow trace CLI in openstack networking app. by Daniel Park · 6 years ago
  8. 66bf382 Remove deprecated Host Provider APIs by Ray Milkey · 6 years ago
  9. 4884410 Make the bazel build work with python3 by Laszlo Papp · 6 years ago
  10. 35cc7c4 Translate Polatis NETCONF notifications by Laszlo Papp · 6 years ago
  11. 82e2189 Removing applyRole to avoid double mastership requests to the provider. by Andrea Campanella · 6 years ago
  12. 53f36f3 Here miss a brances,thanks. by 柯志勇10068695 · 6 years ago
  13. f381442 Allow using the 0.17 version of bazel by Ray Milkey · 6 years ago
  14. 1f8fcc3 Fix problems detected by the latest version of errorprone by Ray Milkey · 6 years ago
  15. b256a84 Remove deprecated APIs from ResourceIdParser() by Ray Milkey · 6 years ago
  16. f32757e Remove deprecated static indexes by Ray Milkey · 6 years ago
  17. 69aad44 Remove deprecated ConnectPoint location() by Ray Milkey · 6 years ago
  18. 765b644 Remove deprecated invokeRpc() method by Ray Milkey · 6 years ago
  19. 25dc553 Missing a braces here by 柯志勇10068695 · 6 years ago
  20. 5ca0026 GUI2 Framework as a standalone NPM Library by Sean Condon · 6 years ago
  21. 40010b5 Fix: resolve influxdbmetrics activation issue caused by unsatisfied deps by Jian Li · 6 years ago
  22. b535154 Fix: resolve CPMan activation issue caused by unsatisfied rr4j deps by Jian Li · 6 years ago
  23. bdb6408 Make the netconf notification stream customisable by Laszlo Papp · 6 years ago
  24. a17b3a1 Implement CLI for black hole routes by Charles Chan · 6 years ago
  25. 0488c73 Fix: resolve a set of NPEs and WARNs caused by null instance port by Jian Li · 6 years ago
  26. 8a5fb64 Fix: remove the instance port only if osPort remove event is issued by Jian Li · 6 years ago
  27. bcc4228 Fix: resolve a set of NPEs due to security group activation by Jian Li · 6 years ago
  28. 319b9ab Supports the cast that VM access to VM's via floating ip's. by Daniel Park · 6 years ago
  29. 943c664 Fixed P4RuntimeClient not parsing detailed write errors by Carmelo Cascone · 6 years ago
  30. 4235257 Convert default routes to two table entries in fabric.p4 pipeliner by Carmelo Cascone · 6 years ago
  31. cad36c7 Add a REST interface for configuring security group by Jian Li · 6 years ago
  32. 7b44412 Network toplogy GUI for VM-to-VM flow statistics configuration. by boyoung2 · 6 years ago
  33. 36b60f9 Route Type Addition REST API by psneha · 6 years ago
  34. 51bee8d Bump up BND to version 4.0.0 in preparation for Java 10 by Ray Milkey · 6 years ago
  35. 6b1acfc Remove deprecated addDevice() API by Ray Milkey · 6 years ago
  36. 5274150 remove deprecated start() method by Ray Milkey · 6 years ago
  37. f031e30 Remove deprecated constructors and change usges to builder pattern by Ray Milkey · 6 years ago
  38. 2c84a9a Remove deprecated fit() API by Ray Milkey · 6 years ago
  39. 946fb4f Remove deprecated getTimer() API by Ray Milkey · 6 years ago
  40. 066fe4a Remove python2 statements that breaks the build by Laszlo Papp · 6 years ago
  41. fb42199 Fix: resolve openstacknetworkingui dependency issue by Jian Li · 6 years ago
  42. bbeb31a Fix the security group bugs - degrade by sanghoshin · 6 years ago
  43. 5a6a710 Supports update/remove of physical/vlan/dpdk interfaces in OpenstackNode app. by Daniel Park · 6 years ago
  44. a8ac7e3 Use java_import_external() for maven artifacts to allow usage of web proxy by Ray Milkey · 6 years ago
  45. 33b27bc Ignore entries from constant tables in P4Runtime by Carmelo Cascone · 6 years ago
  46. de3b684 Relinquish mastership when device reports "permission" denied event by Carmelo Cascone · 6 years ago
  47. 3bceb01 Remove deprecated getLeaderBoard() API from LeadershipService by Ray Milkey · 6 years ago
  48. c65a870 remove deprecated isLinkLocal() method by Ray Milkey · 6 years ago
  49. 7f98ba6 Deprecated protected data is now private by Ray Milkey · 6 years ago
  50. 4eec965 Addes unit test coverage in OpenstackSwitchingHostProvider. by Daniel Park · 6 years ago
  51. 92b6f29 Support injecting novaMetadataIp and novaMetadataPort through cfg by Jian Li · 6 years ago
  52. 4665093 Use metadata secret var in openstack node, support PUT/POST/DELETE by Jian Li · 6 years ago
  53. c704b67 Add keystone and neutron config classes and codec with unit tests by Jian Li · 6 years ago
  54. d9a24ed Fix: do not handle non-ip packet, do not block ICMP packet processing by Jian Li · 6 years ago
  55. 6343020 [ONOS-7786] Support to retrieve metadata from virtual instances by Jian Li · 6 years ago
  56. 046b184 Fixed recent versions of OFDPA premium not matching ofdpa3 driver by Carmelo Cascone · 6 years ago
  57. 832b2f9 Remove deprected API by Ray Milkey · 6 years ago
  58. 43caa25 Upgrade to Atomix 3.0.5 by Jordan Halterman · 6 years ago
  59. c009a89 Change VNI to segId in OpenstackNetworkList command. by Daniel Park · 6 years ago
  60. 9e4972c Refactor P4Runtime subsystem to implement async connection procedure by Carmelo Cascone · 6 years ago
  61. 0761cd3 Few core changes in preparation of P4Runtime subsystem refactoring by Carmelo Cascone · 6 years ago
  62. 2f1fb8d Updating NodeJS to v8.11.1 as it was with BUCK by Sean Condon · 6 years ago
  63. 11d40e8 Upgrade to Atomix 3.0.4 by Jordan Halterman · 6 years ago
  64. fe59ba0 More concise test output when running tests by Carmelo Cascone · 6 years ago
  65. 45ce008 Increase leadership election timeout to 2500ms by You Wang · 6 years ago
  66. b1f02f2 Do not change vlan_meta flow if we are only editing the buckets by Charles Chan · 6 years ago
  67. 9d7db8a App should not care about table transition by Charles Chan · 6 years ago
  68. 67ef255 Pass metadata in the remove_from_existing operation, just like the add_to_existing case by Charles Chan · 6 years ago
  69. c76685f Shorten the polling frequency and offset the flows and groups polling by Charles Chan · 6 years ago
  70. cd03f07 Implement NOP in routing v4 table by Charles Chan · 6 years ago
  71. 91ea972 Report successful objective operation immediately once the flows/groups are translated by Charles Chan · 6 years ago
  72. 76e6386 Bump version of BMv2 and disable nanomsg by Carmelo Cascone · 6 years ago
  73. 4f32fe2 Disable P4-related modules from BUCK build by Carmelo Cascone · 6 years ago
  74. 37cf6ba SSL/TLS support for OVSDB Southbound API by debanshur · 6 years ago
  75. c3e0c60 Fixes to deal with unsupported vendor type interface in OpenstackSwitchingDirectPortProvider by Daniel Park · 6 years ago
  76. 7040b69 Ignore DEVICE_ADDED event while availability is false by Charles Chan · 6 years ago
  77. 55b806f Remove NextId from internal stores when the NextObj fails by Charles Chan · 6 years ago
  78. d5814aa Implement CLI commands to view and delete SR internal stores by Charles Chan · 6 years ago
  79. f27ef09 Suppress IPv6 flows when the device is not configured with IPv6 by Charles Chan · 6 years ago
  80. 3330195 Slience warning of MPLS_PUSH and TTL_OUT by Charles Chan · 6 years ago
  81. b64fe82 Run checkstyle on test source files by Ray Milkey · 6 years ago
  82. f8b8c7f Support monitoring underlay network using openstack telemetry app by Jian Li · 6 years ago
  83. 3ed7f30 Refactor: remove code duplication for openstacktelemetry app by Jian Li · 6 years ago
  84. bed6151 Removing old features.xml file. by Thomas Vachuska · 6 years ago
  85. 3c8e558 Minor fixes for the Bazel build of GUI2 by Sean Condon · 6 years ago
  86. dc579c5 Implement compareTo for TableId to avoid IllegalArgumentException by Charles Chan · 6 years ago
  87. 277ec4e Breaks hermetic build. by Thomas Vachuska · 6 years ago
  88. 42db831 Minor fixes for the Bazel build of GUI2 by Sean Condon · 6 years ago
  89. 2bdcb5f Add DCS root node as leaf of immutable root of Atomix Tree by Andrea Campanella · 6 years ago
  90. 95ac1cf [odtn] optical-rest app. Fix in the json example file, to be consistent with the enum types ChannelSpacing and GridType. by alessio · 6 years ago
  91. e2658ba Supports a creation of dpdk tunnel bridge and ports in OpenstackNode. by Daniel Park · 6 years ago
  92. 35a02ea Implement destroy() method for certain primitives to preserve backwards compatibility by Jordan Halterman · 6 years ago
  93. 9281593 Fix Sonar reported potential null pointer dereference by Ray Milkey · 6 years ago
  94. 0c19e65 Fixing GUI2 build for MacOS which does not support shell substring with negative offsets. by Thomas Vachuska · 6 years ago
  95. 204c7bf Make leadership/mastership failover timeouts configurable by Jordan Halterman · 6 years ago
  96. 61289c1 Allow GUI component to build when behind a proxy by Ray Milkey · 6 years ago
  97. f6af2a5 Adding GUI2 to the Bazel build system by Sean Condon · 6 years ago
  98. 678767f Don't run formatting checker on generated bazel code by Ray Milkey · 6 years ago
  99. 98bb37a fix netconf automatic reconnection issue (check both isClosed and isClosing) by zhongguo zhao · 6 years ago
  100. 427811e Purge instance port when removing osPort which is not bound to fip by Jian Li · 6 years ago