1. 5967765 Release voltha-go 2.1.2 by Scott Baker · 4 years, 7 months ago 2.1.2
  2. a9ebe33 VOL-1984 replace gopkg.in sarama import by Scott Baker · 4 years, 7 months ago
  3. 7d248d4 VOL-1925 Method-router unit tests; by Scott Baker · 4 years, 7 months ago
  4. ddd6bdd VOL-1867, VOL-1868 remove simulated olt and onu from voltha-go by Scott Baker · 4 years, 7 months ago
  5. 056aa95 VOL-1947 Update source-router to use protodescriptor from method router by Scott Baker · 4 years, 7 months ago
  6. e4572ee VOL-1723 - add readiness probe capability to rw-core by David K. Bainbridge · 4 years, 7 months ago
  7. acacd47 VOL-1925, VOL-1882 affinity-router.go unit tests; fix varint skip issue by Scott Baker · 4 years, 7 months ago
  8. cf4bec1 VOL-1838 : adding interfaces for Coreproxy and adapter proxy by kdarapu · 4 years, 9 months ago
  9. 691c976 VOL-1946: Use uuid to generate transaction ids for grpc request metadata to core instead of a running integer. by A R Karthick · 4 years, 7 months ago
  10. d9f78ae VOL-1944: Print backend name assigned only if non-nil or was assigned. by A R Karthick · 4 years, 7 months ago
  11. 2f9f77c VOL-1937 round-robin-router unit tests by Scott Baker · 4 years, 7 months ago
  12. a61567e [VOL-1913] Replies with errors of the form "transaction-not-acquired" are now ignored. by Kent Hagerman · 4 years, 7 months ago
  13. 112b0d4 VOL-1848 API for setting and querying loglevel of api-server; by Scott Baker · 4 years, 8 months ago
  14. 0576711 VOL-1878 : Support for LLDP trap flow by Humera Kouser · 4 years, 8 months ago
  15. 33213ff VOL-1861: Disable the check for backend bindings. by A R Karthick · 4 years, 8 months ago
  16. 63e7d33 VOL-1845 : Support for delete device in openolt adapter by Devmalya Paul · 4 years, 8 months ago
  17. c322453 [VOL-1890] Flow decomposition fails after a core switch over by khenaidoo · 4 years, 8 months ago
  18. caf4fb4 VOL-1902: Stop kafka client only after device monitoring exits since consumer kafka channels are closed on Stop. by A R Karthick · 4 years, 8 months ago
  19. 03b5899 Reworked connection to use a single thread for state management. by Kent Hagerman · 4 years, 8 months ago
  20. 87f4d63 [VOL-1889] Packet Out fix by khenaidoo · 4 years, 8 months ago
  21. 570f988 VOL-1885 : Ignore the reservation PUTs from transaction owner. by A R Karthick · 4 years, 8 months ago
  22. 8c8dd1f Update docker-compose onos test configuration by Matt Jeanneret · 4 years, 8 months ago
  23. acc718f [VOL-1862] rwCore waits for Kafka and KV Store by khenaidoo · 4 years, 8 months ago
  24. 434e2bb Post release increment to version 2.1.2-dev by David Bainbridge · 4 years, 8 months ago
  25. 23a1124 Release 2.1.1 to get nested repos released by David Bainbridge · 4 years, 8 months ago 2.1.1
  26. 5c430f1 Release 2.1.0 contains TP by David Bainbridge · 4 years, 8 months ago 2.1.0
  27. b1a1092 VOL-1623-meter support and handling techprofile and fix for flow delete , now migrated to onosproject/onos:1.13.9-rc4 by Manikkaraj k · 4 years, 9 months ago
  28. 43b20e0 Start version 2.1.0-dev by David Bainbridge · 4 years, 8 months ago
  29. 4dcfabc Release 2.0.1 by Matt Jeanneret · 4 years, 8 months ago 2.0.1
  30. 881e7ea VOL-1859 : If streaming calls: ReceivePacketsIn/ChangeEvents are received by A R Karthick · 4 years, 8 months ago
  31. 8e2707d VOL-1801 : Inconsistent data update by Mahir Gunyel · 4 years, 9 months ago
  32. c69d4dc VOL-1848 Print affinity router frames in hex, not decimal by Scott Baker · 4 years, 9 months ago
  33. 604196b Docker compose bbsim system test includes radius by Matt Jeanneret · 4 years, 9 months ago
  34. 7e3d8f1 [VOL-1842] Fix partial logical device update by khenaidoo · 4 years, 9 months ago
  35. ba6b6c4 [VOL-1825] Implemetation of the reconcile feature in the Core by khenaidoo · 4 years, 9 months ago
  36. 352fb7d system-test docker-compose uses golang openolt as the default by Matt Jeanneret · 4 years, 9 months ago
  37. d4eccbc Clean up local imports when building. Issues can occur when version are updated otherwise. by William Kurkian · 4 years, 9 months ago
  38. 4b3fada [VOL-1778] : changes to derive onu adapter name dynamically by Chaitrashree G S · 4 years, 9 months ago
  39. a6d0c36 Added core_pair_topic flag. Removed UpdateMembership and GetMembership calls. by Kent Hagerman · 4 years, 9 months ago
  40. b585167 VOL-1798:Restructuring KV store update calls in DeviceAgent by Mahir Gunyel · 4 years, 9 months ago
  41. b312747 [VOL-1800] Implement Performance configuration in Voltha Core. by khenaidoo · 4 years, 9 months ago
  42. 9a879af Core pre-pairing. by Kent Hagerman · 4 years, 9 months ago
  43. ef6650d VOL-1775 VOL-1779 VOL-1780 : Fix several issues with overall stability by Stephane Barbarie · 4 years, 10 months ago
  44. 90cd955 return error on failure to subscribe to a topic by Abhilash S.L · 4 years, 10 months ago
  45. 737b9e5 Changed algorithm to wait for all containers to be running. by Kent Hagerman · 4 years, 11 months ago
  46. 6c5b992 VOL-1777 Update python requirements by Matt Jeanneret · 4 years, 10 months ago
  47. 44e134a Fix bug preventing packet in/out from working by Matt Jeanneret · 4 years, 10 months ago
  48. f2e1378 VOL-1537 : Create the Alarm Framework in golang openolt adapter by Devmalya Paul · 4 years, 10 months ago
  49. 9ab99b7 VOL-1714 Fixes an issue where flow_stats reply in ofagent fails. by Daniele Rossi · 4 years, 10 months ago
  50. 2bc4828 [VOL-1788] Fix logical port update by khenaidoo · 4 years, 10 months ago
  51. 190e38b Fixed build error on Dockerfile witht the LOCAL_PROTOS or LOCAL_PYVOLTHA flags, while keeping it passing with docker lint by William Kurkian · 4 years, 10 months ago
  52. 6deaa24 VOL-1689 : ONU stays in DISCOVERED state by Mahir Gunyel · 4 years, 10 months ago
  53. 5f3619c VOL-1763 - correct Dockerfile lint issues, and add docker lint to Makefile by David Bainbridge · 4 years, 10 months ago
  54. 294ff52 VOL-1691 Fix openolt adapter getting stuck while registartion with core by Abhilash S.L · 4 years, 10 months ago
  55. 404b71a Documentation update. by Matt Jeanneret · 4 years, 10 months ago
  56. 877b5c2 Move ARGs to prevent invalidating docker caches by Matt Jeanneret · 4 years, 10 months ago
  57. 28f120f Updating python requirements file by William Kurkian · 4 years, 10 months ago
  58. 59ef7be [VOL-1697] Update Admin state by khenaidoo · 4 years, 10 months ago
  59. fcfb16b Changed connections to accept DNS strings in addition to IP addresses. by Kent Hagerman · 4 years, 10 months ago
  60. 0458db6 [VOL-1564] Refactor flow deletion by khenaidoo · 4 years, 10 months ago
  61. 5891dbe Adding a system test file for using the go openolt adapters by William Kurkian · 5 years ago
  62. c92d107 VOL-1687 : Fix wrong in-memory node assignments by Stephane Barbarie · 5 years ago
  63. 9266146 Afrouterd contextualization. by Kent Hagerman · 5 years ago
  64. 894d97d VOL-1549: Support Reboot_device API in request_handler.go by Girish Gowdru · 5 years ago
  65. e566c2e Improvements to afrouterd. by Kent Hagerman · 5 years ago
  66. cfe03b9 [VOL-1679] Fix flow decomposition rules by khenaidoo · 5 years ago
  67. 631fe54 [VOL-1667] Fix instance Id and other minor fixes by khenaidoo · 5 years ago
  68. 4554f7c [VOL-1658] Address disable/delete of a device in Pre-prov state by khenaidoo · 5 years ago
  69. df7e3bd Error in command for running simulated olt container by aishwaryarana01 · 5 years ago
  70. 43aa6bd Add transaction key for ofagent request. by khenaidoo · 5 years ago
  71. f430cd5 VOL-1674 - add version reporting information by David K. Bainbridge · 5 years ago
  72. dd23717 [VOL-1678] Resolve PENDING_ADD issue by khenaidoo · 5 years ago
  73. 89176ab [VOL-1550] Support for GetChildDevices API in core_proxy by Chaitrashree G S · 5 years ago
  74. 3306c99 [VOL-1668] Remove default flow rules from the Core by khenaidoo · 5 years ago
  75. e14914d VOL-1660 - check return type from KV GET and handle errors by David K. Bainbridge · 5 years ago
  76. f4a3aab Makefile improvements. by Kent Hagerman · 5 years ago
  77. a8cf833 VOL-1677 : Fixed callback issue by Stephane Barbarie · 5 years ago
  78. 3d3b8c2 This commit fixes some issues in the Core: by khenaidoo · 5 years ago
  79. be88396 VOL-1654 - filter out sentinel adapter in RO core by David K. Bainbridge · 5 years ago
  80. 1e9061e General afrouter cleanup. by Kent Hagerman · 5 years ago
  81. 802aca4 VOL-1616 / VOL-1611 : Fix device state issue and memory discrepencies by Stephane Barbarie · 5 years ago
  82. 5a4a212 Tag version 2.0.0 by Matt Jeanneret · 5 years ago 2.0.0
  83. 8c86ab9 Dep update and update python requirements.txt by Matt Jeanneret · 5 years ago
  84. 1678e19 update to support a single Makefile and standard image names by David K. Bainbridge · 5 years ago
  85. 334a8ce Added environment variables to make hardcoded values configurable. by Kent Hagerman · 5 years ago
  86. 5dc2734 don't need and entrypoint and cmd in this case by David K. Bainbridge · 5 years ago
  87. 2e3051a VOL-1613: Redo Makefile and Dockerfile to new standard by Matt Jeanneret · 5 years ago
  88. 6d62c00 [VOL-1645] Fix for device agents creation by khenaidoo · 5 years ago
  89. 53de550 Techprofile module to receive KVStore config from adapter, by manikkaraj k · 5 years ago
  90. 68c930b [VOL-1644] Add test cases to the Core Utils package by khenaidoo · 5 years ago
  91. 1b9c706 Re-enabled redundancy for binding routers. by Kent Hagerman · 5 years ago
  92. cfbe21a Documentation and test update by Matt Jeanneret · 5 years ago
  93. 27f59a4 VOL-1613 VERSION file on voltha-go by Zack Williams · 5 years ago
  94. f6516dd Implemented changes from Sergio to make afrouterTest runnable. by Kent Hagerman · 5 years ago
  95. 6c9689d Packet-In/Out Support and Removed default Leaf rules as it is overriding ONU default 4091 flows by manikkaraj k · 5 years ago
  96. 0a822f9 [VOL-1614] Device Management update in the Core by khenaidoo · 5 years ago
  97. d3e0f00 VOL-1584: Removed extra SetProxy statement by Stephane Barbarie · 5 years ago
  98. 7512fc8 VOL-1584: Fix for multi-core cli infinite loop by Stephane Barbarie · 5 years ago
  99. 259a6f7 VOL-1377: Bug fixes during tech profile download at ONU by manikkaraj k · 5 years ago
  100. 3ab3488 [VOL-1605] Update disable/reenable device management logic by khenaidoo · 5 years ago