1. ee87e64 [VOL-2738]Enable configuration of ectd v3 client options by Rohan Agrawal · 4 years, 1 month ago v3.1.5
  2. 472a5c9 [VOL-2899] Added loglevel listpackage command to voltctl for by Girish Kumar · 4 years, 1 month ago v3.1.4
  3. 4fca23a [VOL-2890] Using olt-device-id in the path of a tech-profile by Matteo Scandolo · 4 years, 1 month ago v3.1.3
  4. 87d71c0 Adding mocks for EndpointManager by Matteo Scandolo · 4 years, 1 month ago v3.1.2
  5. 2e67748 [VOL-2836] Using different topic per ONU device by Matteo Scandolo · 4 years, 1 month ago v3.1.1
  6. b6238b3 [VOL-2831] - Multiple adapter support by khenaidoo · 4 years, 1 month ago
  7. d58eaef [VOL-2833] Reporting total number of instances and current adapter instance during Adapter Registration (needs VOL-2834) by Matteo Scandolo · 4 years, 2 months ago
  8. 04cb5da VOL-2776 Plumb Start_omci_test through request_handler by Scott Baker · 4 years, 2 months ago v3.1.0
  9. d737eb6 [VOL-2656] Add unit test for Watch(... withPrefix=True) by divyadesai · 4 years, 2 months ago
  10. 99b6d95 VOL-2828 Bump post-2.3 release by Zack Williams · 4 years, 2 months ago
  11. e6f45e8 [VOL-2694] Use package specific logger instance in all log statements by Girish Kumar · 4 years, 2 months ago voltha-2.3 v3.0.25
  12. d51d5d8 Modification and refinement of Readme for tech profile by Takahiro Suzuki · 4 years, 2 months ago
  13. a8ef633 [VOL-2779] Corrected Loglevel Config storage path by Girish Kumar · 4 years, 2 months ago v3.0.23
  14. 78cdb4f [VOL-2758] [VOL-2759] Write default loglevel to KV store on Pod startup by Girish Kumar · 4 years, 2 months ago v3.0.22
  15. 21972fb [VOL-2740] Fixed loglevel clear issue and other optimizations by Girish Kumar · 4 years, 2 months ago v3.0.21
  16. ed12882 [VOL-2163] Supporting Async request by Matteo Scandolo · 4 years, 3 months ago v3.0.20
  17. 42bcb67 [VOL-2312] Logging - Integrate voltctl with new etcd-based dynamic loglevel mechanism by divyadesai · 4 years, 3 months ago v3.0.19
  18. ae1d470 VOL-2708 prevent deadlock during timeout in invokerpc by Scott Baker · 4 years, 3 months ago v3.0.18
  19. 5351fc5 VOL-2337 There is only one Multicast GEM port id value system-wise and it is by Esin Karaman · 4 years, 3 months ago v3.0.17
  20. c9b0e71 [VOL-2674] Fixed logs missing instance id and caller info by Girish Kumar · 4 years, 3 months ago
  21. 3da1fd0 Updated tools version to 2.0.0 by Kent Hagerman · 4 years, 3 months ago
  22. 6256a34 VOL-2632 Error propagation from HashFlowStats by Scott Baker · 4 years, 3 months ago v3.0.15
  23. 66fab83 release voltha-lib-go 3.0.14 by divyadesai · 4 years, 3 months ago v3.0.14
  24. 8bf9686 [VOL-2310] Logging - Implement dynamic log levels in OpenOLT adapter by divyadesai · 4 years, 3 months ago
  25. a2da2f4 VOL-2631 Cleanup Kafka Interadapter Proxy by Scott Baker · 4 years, 3 months ago v3.0.13
  26. d7c25f4 VOL-2356 Change log.V() to use a typed LogLevel by Scott Baker · 4 years, 3 months ago v3.0.12
  27. 7c75cac VOL-2624 - fix SCA issues by David K. Bainbridge · 4 years, 3 months ago
  28. 08d15ab Modified tool container flags so CTRL-C works properly. by Kent Hagerman · 4 years, 3 months ago
  29. 51b4060 Release voltha-lib-go 3.0.11 by Rohan Agrawal · 4 years, 3 months ago v3.0.11
  30. 0c62b5d [VOL-2356]core log_level command line argument should take log level names not int value by Rohan Agrawal · 4 years, 4 months ago
  31. c4a5c07 [VOL-2574]: code changes to support Child_device_lost API by Chaitrashree G S · 4 years, 4 months ago v3.0.10
  32. 8e2be6b VOL-2458 Timestamp format has changed from float32 to timestamp.Timestamp by Scott Baker · 4 years, 3 months ago v3.0.9
  33. 1530d41 [VOL-2364] Returning a DEADLINE_EXCEEDED error from ChildDeviceDetected by Matteo Scandolo · 4 years, 4 months ago v3.0.8
  34. 359d93b Fix for SubscribeForMetadata in the kafka client mock. by Kent Hagerman · 4 years, 4 months ago v3.0.7
  35. f17f792 VOL-2463 : Enable and disable pon/NNI port by kesavand · 4 years, 4 months ago v3.0.6
  36. 3a40230 Fixed an issue where the InterContainerProxy was hanging if it was closed before it was started. by Kent Hagerman · 4 years, 4 months ago v3.0.5
  37. fac11d4 Modified Makefile to use containerized tools. by Kent Hagerman · 4 years, 4 months ago
  38. f346a2d [VOL-2364] Adding required methods to InterContainerProxy interface by Matteo Scandolo · 4 years, 4 months ago v3.0.4
  39. 5bf737f VOL-2180 code changes for context in voltha-lib-go by npujar · 4 years, 4 months ago v3.0.3
  40. 7c4c156 [VOL-2364] Release voltha-lib-go by Matteo Scandolo · 4 years, 4 months ago v3.0.2
  41. b45cf59 [VOL-2364] InvokeRPC returns an error code in case of a timeout by Matteo Scandolo · 4 years, 4 months ago
  42. 2ba00d3 [VOL-2364] Adding unit test in the core_proxy package by Matteo Scandolo · 4 years, 4 months ago
  43. ccfa213 Added SubscribeForMetadata() to the sarama client, to access the header field of each received message. by Kent Hagerman · 4 years, 5 months ago v3.0.1
  44. b38671c VOL-1643 Update voltha-lib-go to use voltha-protos v3.0.0 by serkant.uluderya · 4 years, 7 months ago v3.0.0
  45. b332f9b [VOL-2471] Update library to use package logger by khenaidoo · 4 years, 4 months ago v2.2.28
  46. 6a99a45 [VOL-2356] removed Panic loglevel and added a method to convert loglevel from string to int by Rohan Agrawal · 4 years, 4 months ago v2.2.27
  47. 66d4135 [VOL-2440] : code changes to facilitate portstateupdate towards core by Chaitrashree G S · 4 years, 4 months ago v2.2.26
  48. 718bee0 VOL-2348 I/O Errors should trigger unreadiness by Scott Baker · 4 years, 4 months ago v2.2.25
  49. 8aa75a7 In the scope of VOL-1595, multicast GEM port definitions by Esin Karaman · 4 years, 5 months ago v2.2.24
  50. 0fef698 VOL-2204 Report health status of Kafka service by Scott Baker · 4 years, 5 months ago v2.2.23
  51. d8a69c3 Release voltha-lib-go 2.2.22 by Girish Kumar · 4 years, 5 months ago v2.2.22
  52. b3c52d5 [VOL-2260] Guard Openolt against Wrong Tech Profile configuration by Girish Kumar · 4 years, 6 months ago
  53. d2b7be6 [VOL-2360] Fix logging when importing some packages. by khenaidoo · 4 years, 5 months ago v2.2.21
  54. d497865 [VOL-2101] adding the update status in partition consumer by cbabu · 4 years, 6 months ago v2.2.20
  55. 6172a2e VOL-2172: Delete tech-profile on ONU by Girish Gowdra · 4 years, 6 months ago v2.2.19
  56. a36b498 VOL-2265 test go.mod and vendor consistency; by Scott Baker · 4 years, 6 months ago
  57. f65a8ce VOL-2224 Event Filtering Mechanism by Devmalya Paul · 4 years, 6 months ago v2.2.18
  58. 7bdbf5c Adding Code of Conduct by Matteo Scandolo · 4 years, 6 months ago
  59. fa2f6ee VOL-2232 restrict kafka readiness to connectivity-related errors by Scott Baker · 4 years, 6 months ago
  60. 32f0eff VOL-2242: Default TP not chosen when TP not available on KV store by Girish Gowdra · 4 years, 6 months ago v2.2.17
  61. 44d43ae VOL-2256 - correct version to next dev version by David Bainbridge · 4 years, 6 months ago
  62. c7005fc [VOL-2254] Fix for unit test failing by khenaidoo · 4 years, 6 months ago
  63. ec2bd40 Release voltha-lib-go v2.2.16 by Girish Kumar · 4 years, 6 months ago v2.2.16
  64. ca52210 [VOL-2099] Modify backend to Monitor and report KVStore Liveness state by Girish Kumar · 4 years, 7 months ago
  65. 34326d7 Revert to dev version by Girish Kumar · 4 years, 6 months ago
  66. 9447baf VOL-2191: Implement the right interpretation of instance-control by Girish Gowdra · 4 years, 7 months ago v2.2.15
  67. 63ab5d1 VOL-2071 Unit Test cases for performance_metrics.go by gerardo.laurenzi · 4 years, 7 months ago
  68. 20b6de9 VOL-1601 Necessary functions for multicast IP to MAC address conversion by Esin Karaman · 4 years, 7 months ago
  69. e131155 Return voltha-lib-go to dev version by khenaidoo · 4 years, 6 months ago
  70. 59ce9dd [VOL-2193] Create mocks for Kafka Client and Etcd by khenaidoo · 4 years, 6 months ago v2.2.13
  71. defa2bf VOL-2098 Add probe argument to NewGrpcServer; Release 2.2.12 by Scott Baker · 4 years, 6 months ago v2.2.12
  72. 98c2440 Return voltha-lib-go to dev version by Scott Baker · 4 years, 7 months ago
  73. 8d057de VOL-2098 Release voltha-lib-go 2.2.11 by Scott Baker · 4 years, 7 months ago v2.2.11
  74. 104b67d VOL-2098 Support for Kafka liveness testing by Scott Baker · 4 years, 7 months ago
  75. 86fc936 VOL-2180 Timeout Addition for Etcdclient APIs by Thomas Lee S · 4 years, 7 months ago
  76. 2739514 VOL-2154: Update to dev version by sbarbari · 4 years, 7 months ago
  77. 1e3e29c VOL-2154 : Moving back db/model to voltha-go by sbarbari · 4 years, 7 months ago v2.2.10
  78. 89567d5 VOL-2189 return to dev version by Scott Baker · 4 years, 7 months ago
  79. f1b096c VOL-2189 update voltha-lib-go to use voltha-protos=v2.0.0; Release 2.2.9 by Scott Baker · 4 years, 7 months ago v2.2.9
  80. bc70c45 Updated with "go mod vendor" and "go mod tidy" run by Naga Manjunath · 4 years, 7 months ago
  81. f14a956 VOL-2073 Unit Test cases for utils.go by gerardo.laurenzi · 4 years, 7 months ago
  82. bbb0b2b VOL-1904 openolt adapter reconcile Apis for managing pon resources by Abhilash Laxmeshwar · 4 years, 7 months ago
  83. 707ecc9 Updated dev version by Naga Manjunath · 4 years, 7 months ago
  84. 3d41212 Updated with VERSION file for patchset release with 2.2.8 by Naga Manjunath · 4 years, 7 months ago v2.2.8
  85. a59c915 Updated with Comment for SendKPIEvent method by Naga Manjunath · 4 years, 7 months ago
  86. 86e9d2e Updated pmmetrics package to support for VOL-1091 and VOL-1381, This is to collect PMMetics for OLT. by Naga Manjunath · 4 years, 7 months ago
  87. 64b7669 VOL-2138 return to -dev version by Scott Baker · 4 years, 7 months ago
  88. ce76700 VOL-2138 move to v2 imports by Scott Baker · 4 years, 7 months ago v2.2.7
  89. 456b893 VOL-2153 move flow_utils.go from voltha-go to voltha-lib-go; release 2.2.6 by Scott Baker · 4 years, 7 months ago v2.2.6
  90. 0935d03 VOL-2137 move to next dev release by David Bainbridge · 4 years, 7 months ago
  91. 80258b3 VOL-2133 - release 2.2.5 by David Bainbridge · 4 years, 7 months ago v2.2.5
  92. 36d0b20 VOL-2143 - add UpdateReason to common.CoreProxy by David Bainbridge · 4 years, 7 months ago
  93. e06da0f VOL-2137 move to next dev release by David Bainbridge · 4 years, 7 months ago
  94. c5f1c53 VOL-2133 release 2.2.4 by David Bainbridge · 4 years, 7 months ago v2.2.4
  95. 42b97a4 VOL-2092 VOL-2116 : Ensure the latest data is updated by Stephane Barbarie · 4 years, 7 months ago
  96. 57e6428 VERSION bump to 2.2.4-dev by Mahir Gunyel · 4 years, 7 months ago
  97. 62f0709 VOL-2103 - Device reason update modifications by Mahir Gunyel · 4 years, 7 months ago v2.2.3
  98. e73f91e VOL-2017 eliminate common dir and move its contents up a level by Scott Baker · 4 years, 7 months ago v2.2.2
  99. 2c1c482 VOL-2017 voltha-lib moved from voltha-go; release version 2.2.1 by Scott Baker · 4 years, 7 months ago v2.2.1
  100. 679976e Initial empty repository by Zack Williams · 4 years, 7 months ago