1. ee79ad3 Adding skeletal structure for the ONLP gNMI GUI demo. by Thomas Vachuska · 5 years ago
  2. 8358d76 Remove reference to deprecated FileType function by Ray Milkey · 5 years ago
  3. 3dbcaaf Initial gNOI implementation added. Introduced system Time and Reboot RPC by oleksandr.yashchuk@plvision.eu · 5 years ago
  4. 566edf3 Only one node should be master of initializing the DCS store by Andrea Campanella · 5 years ago
  5. ab87b9d Remove GUI(2) features from BUILD as no longer exist by Maciej Skala · 5 years ago
  6. 2888433 GUI2 added in the layout topo overlay by Sean Condon · 5 years ago
  7. 5e3afe5 Fix NPE when pending operations are not present (due to possible race condition) by pier · 5 years ago
  8. afe17e1 Bumpup OpenStack4j dependencies from 3.1.0 to 3.2.0 by Jian Li · 5 years ago
  9. b08c7c4 Re-enable route-service REST APIs by Carmelo Cascone · 5 years ago
  10. 293b04a Fix: segment TCP packet when the payload is larger than MTU size by Jian Li · 5 years ago
  11. 9f278e9 Fix: print out debug message for metadata response by Jian Li · 5 years ago
  12. a929a2e [ONOS-7732] Automating switch workflow: workflow store cli command completeter by jaegonkim · 5 years ago
  13. 5504bd2 Implement static component properties - passed through without modification by Ray Milkey · 5 years ago
  14. a7e60c6 Various fixes for P4Runtime group handling by Carmelo Cascone · 5 years ago
  15. 70e816b Support compiling fabric.p4 with arbitrary table sizes by Carmelo Cascone · 5 years ago
  16. 397d8d4 Fix Sonar complaints about synchronization by Ray Milkey · 5 years ago
  17. 975a343 Fix NPE when processing host events in UI by Carmelo Cascone · 5 years ago
  18. 13b25cb [ONOS-7732] Automating switch workflow: data model schema checking bug fix by jaegonkim · 5 years ago
  19. 4f73fac Use max_group_size 1 for INDIRECT groups by Carmelo Cascone · 5 years ago
  20. a3635ab Parse action profile max group size from P4Info annotations by Carmelo Cascone · 5 years ago
  21. 9bf3b2a8 Allocate a new Timer if component is restarted by Ray Milkey · 5 years ago
  22. 5d80e45 Eliminated references to deprecated ONOS_NIC environment variable. by Thomas Vachuska · 5 years ago
  23. 9764236 Changing how ONOS_APPS value is used and defaulted; cleaned up cell defs. by Thomas Vachuska · 5 years ago
  24. 8d338b5 Improved error message when device has no more free ports by Sean Condon · 5 years ago
  25. bd508ed cfgdef tool modifications to catch variable names that don't match properties by Ray Milkey · 5 years ago
  26. f42f76e Handle the case where ONOS_APPS is not defined - needed for Jenkins by Ray Milkey · 5 years ago
  27. a79a111 Handle the case where ONOS_APPS is not defined - needed for Jenkins by Ray Milkey · 5 years ago
  28. 2673aaa temporary hack to get GUI working with existing cell infrastructure by Ray Milkey · 5 years ago
  29. ff85fbe GUI2 Extract Topology view in to its own library by Sean Condon · 5 years ago
  30. bf7ff4f Change GUI and GUI2 to be apps rather than core features by Sean Condon · 5 years ago
  31. 2d0bd6e [ONOS-7732] Automating switch workflow: workflow test cli command completeter by jaegonkim · 5 years ago
  32. 2a5c8fd sample worklet with multiEvent usage by nitinanand · 5 years ago
  33. 63a921c workflow app fixes by mohamedrahilr · 5 years ago
  34. 65cb23d Add openstack node initialization REST APIs by Jian Li · 5 years ago
  35. 0169520 Change in pattern for port recognition in Cassini Driver by Andrea Campanella · 5 years ago
  36. 9530828 Fix pipeline not marked as READY after device reboot by Carmelo Cascone · 5 years ago
  37. 67a317d Fix race condition when processing first Update of gNMI Subscribe RPC by Carmelo Cascone · 5 years ago
  38. a1cabe5 Do not clear the P4Runtime device mirror when devices go offline by Carmelo Cascone · 5 years ago
  39. c4953eb Minor fixes derived from OFC ODTN demo by Andrea Campanella · 5 years ago
  40. 02f86c8 Fix for propeties that need to have the same name as the used variable. by Andrea Campanella · 5 years ago
  41. 4025900 Restart the scheduled task when polling frequency is really changed by DongRyeol Cha · 5 years ago
  42. 9da8e72 Removing OCH singal from intent created from TAPI. by Andrea Campanella · 5 years ago
  43. e519982 Fix: do not publish vStats info to Prometheus if it is not activated by Jian Li · 5 years ago
  44. fbf6143 [ONOS-7732] Automating switch workflow: workflow cli command completeter by jaegonkim · 5 years ago
  45. 0f7897f Route is not populated correctly when next hop moves by Charles Chan · 5 years ago
  46. 70d1e1c Fix for NPE in arista Drivers by Andrea Campanella · 5 years ago
  47. bde9b39 Ignore errors coming out of Felix by Ray Milkey · 5 years ago
  48. 2dc3759 Fix: lower down the security group logging level by Jian Li · 5 years ago
  49. 34d116c Fix net-trellis-p4-smoke not working with latest stratum_bmv2 by Carmelo Cascone · 5 years ago
  50. b4863b3 Fix missing P4Runtime groups because of infinite delete/insert cycle by Carmelo Cascone · 5 years ago
  51. 81fcfbe Depend on official gnmi repo instead of fork by Carmelo Cascone · 5 years ago
  52. 2803d30 Add ipv6 address supporting for file transfer using scp by DongRyeol Cha · 5 years ago
  53. 19c5174 Fix: do not uninstall group table rules if flag is unset by Jian Li · 5 years ago
  54. b9e491b Fix for ADVA ols with TAPI by Andrea Campanella · 5 years ago
  55. 0e3b623 Reduce the chance of apps triggering fake mastership events by Carmelo Cascone · 5 years ago
  56. 0854c04 Add bridge Config at Arista Driver by HelloONOS · 5 years ago
  57. 14b6238 Added REST API call to fetch routes count and routes count by type for Route Service by Harshada Chaundkar · 5 years ago
  58. 64a1c8e Offload packet processing to another thread by Charles Chan · 5 years ago
  59. b87495c Disable DHCP relay counters by Charles Chan · 5 years ago
  60. ee5d4b9 GUI2 Minor bug fixes to position of devices by Sean Condon · 5 years ago
  61. 754701c Fixed potential NPE in packet-stats for ipv4 tcp packets by Harshada Chaundkar · 5 years ago
  62. addf634 Added capture of errors during server-side websocket handling. by Thomas Vachuska · 5 years ago
  63. 1c8b7ab Added uptime to stc-warden. by Thomas Vachuska · 5 years ago
  64. ee54576 GUI2 Handle node additions and removals in Topology view by Sean Condon · 5 years ago
  65. fe1bc06 [ONOS-7732] Automating switch workflow: workplace cli command completeter by jaegonkim · 5 years ago
  66. e3de321 Fix NPE in flow store by Jordan Halterman · 5 years ago
  67. cb60f92 Fix case where multiple stats poller tasks are created for the same device by Carmelo Cascone · 5 years ago
  68. 95dcaa0 Add new gnmi-standalone driver with fake mastership handling by Carmelo Cascone · 5 years ago
  69. 87c3297 Fix stratum-install to support tar files with arbitrary root directory by Carmelo Cascone · 5 years ago
  70. 62d5c2e Allow enabling gRPC message logging for existing channels by Carmelo Cascone · 5 years ago
  71. 1ae2506 Add stratum-tofino driver by Carmelo Cascone · 5 years ago
  72. 01bf125 Match device pattern on start of line in MastershipStore election topics by Jordan Halterman · 5 years ago
  73. 0677d88 Fix NPE in flow store by Jordan Halterman · 5 years ago
  74. b2e6be8 remove some driver apps from the restart test because they depend on the default drivers by Ray Milkey · 5 years ago
  75. ab5d41e Add support for enabling/disabling ports for gNMI devices by Carmelo Cascone · 5 years ago
  76. e4934e1 Moving the device event handling to separate thread by Ruchi Sahota · 5 years ago
  77. b81fdc1 Optimize filtering flow rule counts by state by Jordan Halterman · 5 years ago
  78. 3f73127 Fix cfg properties for GeneralDeviceProvider by Carmelo Cascone · 5 years ago
  79. 584fa13 REST specific provider is not ancillary, it should be a primary by Ray Milkey · 5 years ago
  80. 6146946 Fix inconsistent update type during concurrent P4Runtime writes by Carmelo Cascone · 5 years ago
  81. 0bcbe26 Use stratum in Trellis P4 STC scenario by Carmelo Cascone · 5 years ago
  82. 3977ea4 Refactor channel and mastership handling in P4Runtime by Carmelo Cascone · 5 years ago
  83. e8a89b8 Fix: resolve the critical issues reported by sonarcube by Jian Li · 5 years ago
  84. f3f94c6 multi event support for a worklet in workflow app by nitinanand · 5 years ago
  85. 5e8a22a Enforce to use unique group Id for k8s svc IP, port, proto combination by Jian Li · 5 years ago
  86. 1cf5188 [ONOS-7942] Implement k8s ingress service and watcher with unit tests by Jian Li · 5 years ago
  87. ca34c67 Support to print out k8s pod, service and endpoints in JSON format by Jian Li · 5 years ago
  88. 004526d Implement k8s service IP to pod IP translation using Nicira load ext by Jian Li · 5 years ago
  89. 2cc2b63 Initial implementation of svc IP to pod IP translation using DNAT by Jian Li · 5 years ago
  90. 3d1111e Add a kubernetes port and pod mapper with sync/purge rules CLIs by Jian Li · 5 years ago
  91. b1cd0b0 Add CLIs for k8s endpoins, pods and services, sync & purge states by Jian Li · 5 years ago
  92. 8538773 Implement kubernetes pod, service and endpoints watcher by Jian Li · 5 years ago
  93. 747e136 [ONOS-7935] Add k8s pod store and manager with unit tests by Jian Li · 5 years ago
  94. 3e1b887 [ONOS-7934] Add k8s endpoints store and manager with unit tests by Jian Li · 5 years ago
  95. 965de27 [ONOS-7933] Add k8s service store and manager with unit tests by Jian Li · 5 years ago
  96. d893a66 Add a set of interfaces for k8s pod, service, endpoint by Jian Li · 5 years ago
  97. 1cee988 Manage k8s API config life cycle, bootstrap k8s node using k8s client by Jian Li · 5 years ago
  98. 3defa84 Import k8s client deps, support inject k8s API server config by Jian Li · 5 years ago
  99. ec0f748 Support to check the existence of k8s network through REST API by Jian Li · 5 years ago
  100. 9b19916 [ONOS-7926] Implement IPAM service to allocate IP for Kubernetes POD by Jian Li · 5 years ago