1. 8ad2995 VOL-2957 - Improved time complexity of portUpdated. by Kent Hagerman · 4 years, 1 month ago
  2. 5e98c78 VOL-2892 Problem comparing two proto messages with reflect.DeepEqual(). Changing it to proto.Equal() by Mahir Gunyel · 4 years, 1 month ago
  3. 57ee9aa [VOL-2941] Throwing an error if an adapter tries to register without specifying the adapter type by Matteo Scandolo · 4 years, 1 month ago
  4. 787224a [VOL-1385] Remove parent's device flows after child deletion by khenaidoo · 4 years, 1 month ago
  5. 2b21604 VOL-2909 - Disaggregating rw_core/core/. by Kent Hagerman · 4 years, 1 month ago
  6. 7849b32 [VOL-2804]:code changes to support reboot of disabled OLT by Chaitrashree G S · 4 years, 2 months ago
  7. 7d545aa [VOL-2835] Fix adapter reconcile for multiple adapters by serkant.uluderya · 4 years, 1 month ago v2.4.0
  8. d525ae3 [VOL-2835] Using different topic per ONU device by Matteo Scandolo · 4 years, 2 months ago
  9. c64df64 VOL-2893 Removing redundant Dockerfile. by Kent Hagerman · 4 years, 1 month ago
  10. 4f355f5 VOL-2868 Model simplification/removal. by Kent Hagerman · 4 years, 2 months ago
  11. d9cc2e9 VOL-2868 Remove all uses of Proxy.RegisterCallback(...) by Kent Hagerman · 4 years, 7 months ago
  12. 09400bd [VOL-2866] Removing NNI port before ofagent disconnection by Andrea Campanella · 4 years, 2 months ago
  13. 8cb47bb VOL-2776 Restore numberOfDeviceTestRuns to 2 by Scott Baker · 4 years, 2 months ago
  14. a05f4d4 VOL-2859 Added test cases for RequestQueue. by Kent Hagerman · 4 years, 2 months ago
  15. 914d533 VOL-2850 Fixed an issue where the RequestQueue could get stuck on context cancelation. by Kent Hagerman · 4 years, 2 months ago
  16. 730cbdf VOL-2850 Reworked RequestQueue so it no longer requires a separate thread. by Kent Hagerman · 4 years, 2 months ago
  17. 432f9be VOL-2776 unit test for StartOmciTestAction by Scott Baker · 4 years, 2 months ago
  18. d1afd66 VOL-2658, VOL-2840 - remove core compete code by David Bainbridge · 4 years, 2 months ago
  19. f56a468 [VOL-2694] Use package specific logger instance in all log statements by Girish Kumar · 4 years, 2 months ago
  20. 5ff3092 [VOL-2782] Update go.mod of voltha-go,open-olt-adapter,ofagent-go and voltctl to be compatible with latest version of voltha-lig-go by divyadesai · 4 years, 2 months ago
  21. e132f52 [VOL-2790] Fix delete pipeline issue by khenaidoo · 4 years, 2 months ago
  22. 408cd96 [VOL-2404] : RW-Core changes for handling OLT Reboot Scenario by Girish Gowdra · 4 years, 2 months ago
  23. 8728525 SEBA-749 Added on demand api code for omci test action by onkarkundargi · 4 years, 4 months ago
  24. e75f284 VOL-2114: No need for vid 4000 controller flows by Matt Jeanneret · 4 years, 2 months ago
  25. 48d46e1 VOL-2764 - default log level to warning by David Bainbridge · 4 years, 2 months ago
  26. 442e7c7 [VOL-2164] Update rw-core to use the Async Kafka API by khenaidoo · 4 years, 2 months ago
  27. 18fa0c9 VOL-2728 - Do not inform logical_device_manager for PON port state updates by Mahir Gunyel · 4 years, 2 months ago
  28. 5c2eb81 VOL-2712: Fixing Meter Table Delete Issue by Thomas Lee S · 4 years, 2 months ago
  29. aa8bd4d Expose PProf webserver outside the container by Matteo Scandolo · 4 years, 3 months ago
  30. 3283673 [VOL-2715] Fix device delete issue by khenaidoo · 4 years, 2 months ago
  31. eb8c4f8 VOL-2401 - turn error into warning by David K. Bainbridge · 4 years, 2 months ago
  32. 2d87ee3 VOL-2696 Stop monitorKvstoreLiveness goroutine when core is stopped by Scott Baker · 4 years, 3 months ago
  33. 67b2215 [VOL-2688] Improve core model performance by khenaidoo · 4 years, 3 months ago
  34. c704def [VOL-2573] Delete all logical ports on OLT Delete by Hardik Windlass · 4 years, 3 months ago
  35. e8ad020 [VOL-2673]:added check to verify deletion of onu devices on deleting same. by Chaitrashree G S · 4 years, 3 months ago
  36. c68c9c0 [VOL-2537] Logging - Implement dynamic log levels in voltha-core by divyadesai · 4 years, 3 months ago
  37. fdea1e3 VOL-2632 Error propagation from HashFlowStats by Scott Baker · 4 years, 3 months ago
  38. 543df3e [VOL-1385] : Changes to support ONU delete by Chaitrashree G S · 4 years, 3 months ago
  39. dcd4dcc Updated tools version to 2.0.0 by Kent Hagerman · 4 years, 3 months ago
  40. 0e78ba2 VOL-2631 Update to voltha-lib-go 3.0.14 by Scott Baker · 4 years, 3 months ago
  41. 7f72f0c [VOL-2356]core log_level command line argument should take log level names not int value by Rohan Agrawal · 4 years, 4 months ago v2.3.2
  42. 2ebbf22 Revert "[VOL-1385] : code changes to support ONU delete" by David Bainbridge · 4 years, 3 months ago
  43. e935b33 [VOL-1385] : code changes to support ONU delete by Chaitrashree G S · 4 years, 3 months ago
  44. 80b987d [VOL-2628] Fix issue with peer ports by khenaidoo · 4 years, 3 months ago
  45. 8eca462 enable compile time profiling by Don Newton · 4 years, 3 months ago
  46. 820197c [VOL-2576] Improve route calculation by khenaidoo · 4 years, 3 months ago
  47. 16ce36a The adapter last_communication is now updated when a message is received from an adapter. by Kent Hagerman · 4 years, 5 months ago
  48. bc2d162 VOL-2463 : Enable and disable pon/NNI port Core changes by kesavand · 4 years, 4 months ago
  49. 467fe75 VOL-2180 context changes in voltha-go by npujar · 4 years, 4 months ago
  50. b9cfcb1 [VOL-2415] Enable with invalid device-id should throw NotFound error by Hardik Windlass · 4 years, 3 months ago
  51. fc3b1af VOL-2521 "Group-id-not-present-in-map" error message appears in rw-core logs by Esin Karaman · 4 years, 4 months ago
  52. e7be133 [VOL-2500] Fix panic in Core by khenaidoo · 4 years, 4 months ago
  53. 2ae470f VOL-1643 Update voltha-go to use voltha-protos and voltha-lib-go v3.0.0 by serkant.uluderya · 4 years, 4 months ago
  54. 9318152 [VOL-2490] Fix jenkins test when using mock onu adapter by khenaidoo · 4 years, 4 months ago
  55. 9a30c70 VOL-1900 lint warning fixes db by npujar · 4 years, 6 months ago
  56. 93d5a3d [VOL-2442] Fix for Core panic by khenaidoo · 4 years, 4 months ago
  57. 4908535 [VOL-2454] Fix for device deletion in the rw_core by khenaidoo · 4 years, 4 months ago
  58. 09959ae VOL-2294 Flow-decomposer should not decompose multicast flows; by Esin Karaman · 4 years, 6 months ago
  59. 7cf8e0b VOL-2106 Fix RPC name to be consistent with others by Matt Jeanneret · 4 years, 4 months ago
  60. e5a4401 VOL-1774 Etcd Crash Handling by Thomas Lee S · 4 years, 6 months ago
  61. 2ea5921 VOL-2330 Add Support for handling multicast groups in VOLTHA Core by Esin Karaman · 4 years, 5 months ago
  62. b2121e5 [VOL-2370] - Fix the add-delete-add flow sequence by khenaidoo · 4 years, 5 months ago
  63. 6e55d9e [VOL-2318] - Fix for jenkins NBI Failure by khenaidoo · 4 years, 5 months ago
  64. 5c28f55 Fix for delete device hangs. by A R Karthick · 4 years, 5 months ago
  65. c594bb3 VOL-2224 Event Filter Mechanism by Devmalya Paul · 4 years, 6 months ago
  66. b64fc8a [VOL-2255] NBI unit test in rw-core by khenaidoo · 4 years, 6 months ago
  67. 1d86a52 VOL-1900 lint warning fixes rw_core by npujar · 4 years, 6 months ago
  68. 8da2f1e Added a helper type to more safely handle async request completion. by Kent Hagerman · 4 years, 6 months ago
  69. 3c51397 Removed updateDeviceWithoutLockAsync to avoid a potential lockless write issue. by Kent Hagerman · 4 years, 6 months ago
  70. 4d3887d [VOL-2230] Update RW Core k8s Ready state based on backend kvstore connection status by Girish Kumar · 4 years, 6 months ago
  71. c2c73ff Adding ro-core exclusive api calls to the rw-core. by Kent Hagerman · 4 years, 6 months ago
  72. a9cc6d0 [VOL-2262] Fix list logical devices in single core deployment by khenaidoo · 4 years, 6 months ago
  73. 8067860 VOL-2226 reconcile device agent when taking over device from failed core; by Scott Baker · 4 years, 6 months ago
  74. 360605d [VOL-2231] Cleaning the packet-in/out logs and dumping packets in HEX by Matteo Scandolo · 4 years, 6 months ago
  75. ab1f7bd [VOL-2235] Mocks and interfaces for rw-core by khenaidoo · 4 years, 6 months ago
  76. 4087cc5 VOL-2229 - implement additional physical device GRPC methods by David Bainbridge · 4 years, 6 months ago
  77. ee6a087 VOL-2098 Monitor Kafka service readiness by Scott Baker · 4 years, 7 months ago
  78. 17d7e22 VOL-2154 : Moving back db/model to voltha-go repo by sbarbari · 4 years, 6 months ago
  79. a773e99 [VOL-1754] :changes to handle device states on olt disable/re-enable by Chaitrashree G S · 4 years, 8 months ago
  80. 555307d VOL-2189 update voltha-go to use voltha-protos=v2.0.1 and voltha-lib-go=v2.2.9 by Scott Baker · 4 years, 7 months ago v2.2.1
  81. 171b98e [VOL-1949] fix individual port state change by khenaidoo · 4 years, 7 months ago
  82. 0d4597e [VOL-1950] Fixed exception on Disable of Invalid Logical Device port by Girish Kumar · 4 years, 7 months ago
  83. 518b5a4 Revert "VOL-1847-Add flow only if it does not exist in device,No delete here as delete flows/groups handled now in deleteFlowsAndGroups" by Matt Jeanneret · 4 years, 7 months ago
  84. f684e1b [VOL-2175] Fix error message by khenaidoo · 4 years, 7 months ago
  85. ad06fd7 [VOL-2174] Race condition when creating NNI port by khenaidoo · 4 years, 7 months ago
  86. 51b5cb8 VOL-1981: Same Device Provisioning Multiple Times by Thomas Lee S · 4 years, 7 months ago
  87. 33f779a VOL-1847-Add flow only if it does not exist in device,No delete here as delete flows/groups handled now in deleteFlowsAndGroups by Manikkaraj k · 4 years, 9 months ago
  88. 6e4ac16 VOL-2119 bugfix for sending meter-stats replies properly by Gamze Abaka · 4 years, 7 months ago
  89. 807addd VOL-2138 Use v2 import paths for voltha-lib-go by Scott Baker · 4 years, 7 months ago
  90. eb33605 VOL-2092: Fix empty id reference in delete statement by Stephane Barbarie · 4 years, 7 months ago
  91. b671a86 VOL-2153 remove flow_utils.go from voltha-go by Scott Baker · 4 years, 7 months ago
  92. b423bad VOL-2041: Controller bound flows now decompose for parent and child device by Matt Jeanneret · 4 years, 7 months ago
  93. fdee921 VOL-2103 - Device reason update modifications by Mahir Gunyel · 4 years, 7 months ago
  94. cb7c88a VOL-2017 library code was moved to voltha-lib-go by Scott Baker · 4 years, 7 months ago
  95. 09771ef [VOL-1997] Remove transaction timeout for a non-active rw_core by khenaidoo · 4 years, 7 months ago
  96. b6b68c4 VOL-1894 : Disable forced data reconcile from getDevice() by Stephane Barbarie · 4 years, 7 months ago
  97. ed2a77b VOL-2024: If multiple adapter registration requests come during adapter startup, by A R Karthick · 4 years, 7 months ago
  98. c461883 Added configuration option to change the probe's listen address. by Kent Hagerman · 4 years, 7 months ago
  99. f794fc5 VOL-2021 - default health check to true by David Bainbridge · 4 years, 8 months ago
  100. 43ba1fb VOL-1690: Close the etcd watcher channels after we are done watching for etcd events. by A R Karthick · 4 years, 8 months ago