1. e14914d VOL-1660 - check return type from KV GET and handle errors by David K. Bainbridge · 5 years ago
  2. f4a3aab Makefile improvements. by Kent Hagerman · 5 years ago
  3. a8cf833 VOL-1677 : Fixed callback issue by Stephane Barbarie · 5 years ago
  4. 3d3b8c2 This commit fixes some issues in the Core: by khenaidoo · 5 years ago
  5. be88396 VOL-1654 - filter out sentinel adapter in RO core by David K. Bainbridge · 5 years ago
  6. 1e9061e General afrouter cleanup. by Kent Hagerman · 5 years ago
  7. 802aca4 VOL-1616 / VOL-1611 : Fix device state issue and memory discrepencies by Stephane Barbarie · 5 years ago
  8. 5a4a212 Tag version 2.0.0 by Matt Jeanneret · 5 years ago 2.0.0
  9. 8c86ab9 Dep update and update python requirements.txt by Matt Jeanneret · 5 years ago
  10. 1678e19 update to support a single Makefile and standard image names by David K. Bainbridge · 5 years ago
  11. 334a8ce Added environment variables to make hardcoded values configurable. by Kent Hagerman · 5 years ago
  12. 5dc2734 don't need and entrypoint and cmd in this case by David K. Bainbridge · 5 years ago
  13. 2e3051a VOL-1613: Redo Makefile and Dockerfile to new standard by Matt Jeanneret · 5 years ago
  14. 6d62c00 [VOL-1645] Fix for device agents creation by khenaidoo · 5 years ago
  15. 53de550 Techprofile module to receive KVStore config from adapter, by manikkaraj k · 5 years ago
  16. 68c930b [VOL-1644] Add test cases to the Core Utils package by khenaidoo · 5 years ago
  17. 1b9c706 Re-enabled redundancy for binding routers. by Kent Hagerman · 5 years ago
  18. cfbe21a Documentation and test update by Matt Jeanneret · 5 years ago
  19. 27f59a4 VOL-1613 VERSION file on voltha-go by Zack Williams · 5 years ago
  20. f6516dd Implemented changes from Sergio to make afrouterTest runnable. by Kent Hagerman · 5 years ago
  21. 6c9689d Packet-In/Out Support and Removed default Leaf rules as it is overriding ONU default 4091 flows by manikkaraj k · 5 years ago
  22. 0a822f9 [VOL-1614] Device Management update in the Core by khenaidoo · 5 years ago
  23. d3e0f00 VOL-1584: Removed extra SetProxy statement by Stephane Barbarie · 5 years ago
  24. 7512fc8 VOL-1584: Fix for multi-core cli infinite loop by Stephane Barbarie · 5 years ago
  25. 259a6f7 VOL-1377: Bug fixes during tech profile download at ONU by manikkaraj k · 5 years ago
  26. 3ab3488 [VOL-1605] Update disable/reenable device management logic by khenaidoo · 5 years ago
  27. 802bf36 VOL-1489: Add uni port id as tunnel id needed for olt flows by Matt Jeanneret · 5 years ago
  28. ca4c51e Cleaned up make lints' and make test's console output. by Kent Hagerman · 5 years ago
  29. f934a1e [VOL-1593] Add more unit tests to device graph by khenaidoo · 5 years ago
  30. 5f0aa18 VOL-1496: Allow reason field in proto from adapter by Matt Jeanneret · 5 years ago
  31. 7cf7800 Allow tests to run with non-interactive shells by Zack Williams · 5 years ago
  32. 24ff023 can't ignore vendor files if we want dep check to work ootb by David K. Bainbridge · 5 years ago
  33. 0ab4cb2 VOL-1577 - General cleanup (gofmt, go vet, go test, dep check) by Kent Hagerman · 5 years ago
  34. 2c6a099 [VOL-1588] Improve Flow Add performance by khenaidoo · 5 years ago
  35. 334479d VOL-1556 Add alarm simulation to voltha-go core by serkant.uluderya · 5 years ago
  36. ee9755c VOL-1570 Omit some fields from voltha CLI devices command by serkant.uluderya · 5 years ago
  37. ce5969c [VOL-1587] Fix the bug introduced when creating a UNI port on a parent device by khenaidoo · 5 years ago
  38. 3122174 move the files of a test suite into their own dir by David Bainbridge · 5 years ago
  39. 074d0e0 Added a make targets 'lint-style', 'lint-sanity', 'lint', and 'test'. by Kent Hagerman · 5 years ago
  40. 282d640 Upgrade python voltha-protos and pyvoltha in requirements.txt by Matt Jeanneret · 5 years ago
  41. 0c5088c VOL-1494: Allow adapter to set of port name by Matt Jeanneret · 5 years ago
  42. ec4ff51 rename template file to allow distinction between template and go compilation unit by David Bainbridge · 5 years ago
  43. 86e1837 Updating local proto copy to work the same on osx and linux(tested on ubuntu) by William Kurkian · 5 years ago
  44. 40fd3b2 VOL-1497 : Further improved data synchronization between cores by Stephane Barbarie · 5 years ago
  45. 142516e updated for afrouterTest to work with new protos by David Bainbridge · 5 years ago
  46. 49eab50 Resolve Compilation Issue in PonResourceManager by Manjunath Vanarajulu · 5 years ago
  47. 252f767 VOL-1377 code changes required in voltha-go for flow handling in openolt adapter by mkoodali · 5 years ago
  48. 2379882 VOL-1379 TechProfile implementation for go-lang based olt and onu adapters by Mannikraj Kodilingam · 5 years ago
  49. fc0dcda VOL-1500 VOL-1475 Updated the remaining python containers in voltha-go to use pyvoltha and voltha-protos by William Kurkian · 5 years ago
  50. 7bf8443 BUGFIX: Remove ENTRYPOINT from Dockerfiles by Matt Jeanneret · 5 years ago
  51. 6b6a995 VOL-1536 Inter OpenOLT/Onu Adapter Messaging by cuilin2018 · 5 years ago
  52. 910204f [VOL-1553] Improve device graph performance by khenaidoo · 5 years ago
  53. 2bdfd3f VOL-1552 - inital stub remove extra file by Don Newton · 5 years ago
  54. c91266e Updated voltha-protos in vendor to the latest version by William Kurkian · 5 years ago
  55. 068867d VOL-1517 PON resourcemanager library for go based olt adapters by Abhilash S.Laxmeshwar · 5 years ago
  56. 42d4b78 VOL-1489: Compose file now uses configured onos by Matt Jeanneret · 5 years ago
  57. b003742 VOL-1489: Call update incremental flows properly by Matt Jeanneret · 5 years ago
  58. ed4b760 VOL-1483 Update voltha-cli to use pyvoltha by Arun Arora · 5 years ago
  59. 8f47419 [VOL-1547] Add port to logical device when device is active by khenaidoo · 5 years ago
  60. 9fba865 VOL-1460: Include voltha-protos in vendor by Matt Jeanneret · 5 years ago
  61. 85ab508 VOL-1460: Docker builds now use common base image. Also Documentation Update. by Matt Jeanneret · 5 years ago
  62. daa6bb2 VOL-1460 Updated core to use voltha-protos instead of local protos by William Kurkian · 5 years ago
  63. f7fc178 VOL-1543 : Fix to properly delete a device from storage by Stephane Barbarie · 5 years ago
  64. 1ce37ad [VOL-1512] Set device ownership by khenaidoo · 5 years ago
  65. 199fd86 VOL-1512: Set device Active ownership per Core in a Core pair by Richard Jankowski · 5 years ago
  66. 54544ae [VOL-1524] Use port labels as port IDs by khenaidoo · 5 years ago
  67. 3815e32 VOL-1494: Support for adding multiple logical uni by Matt Jeanneret · 5 years ago
  68. daefa37 [VOL-1519] Bug fix when deleting a device by khenaidoo · 5 years ago
  69. 79c9a04 Added compose/system-test files to use BBSIM/PONSIM by serkant.uluderya · 5 years ago
  70. fa0f8b9 [VOL-1515] Add logging instructions to the CLI README.md by khenaidoo · 5 years ago
  71. 1d1e50b Updates to the affinity router test framework as by sslobodr · 5 years ago
  72. fc1314d [VOL-1514] Add port notification to the logical device by khenaidoo · 5 years ago
  73. fffcc8a [VOL-1512] Set Device Active Ownership by khenaidoo · 5 years ago
  74. c53a275 VOL-1509 : Partial fix for merging issue by Stephane Barbarie · 5 years ago
  75. a26e072 VOL-1460 Update documentation. Install additional requirements needed for pyvoltha and voltha-protos by Matt Jeanneret · 5 years ago
  76. 2a20aaa VOL-1474 Implement get child device by proxy address by Matt Jeanneret · 5 years ago
  77. bdcb8e0 [VOL-1505] This update enables the core to add a key when by khenaidoo · 5 years ago
  78. cee54fd Update the simulated OLT/ONU adapters as per the childdetected API. by khenaidoo · 5 years ago
  79. 1b29992 VOL-1407: Perform end-to-end integration testing in the K8S environment by Richard Jankowski · 5 years ago
  80. 46464e9 VOL-1399: The value of the metadata field used by OFAgent & Arouter by Richard Jankowski · 5 years ago
  81. 6417b6c [VOL-1503] Add a GetMembership API to the core by khenaidoo · 5 years ago
  82. 4e24195 VOL-1474: GetChildDevice support by Matt Jeanneret · 5 years ago
  83. 5e677ae [VOL-1479] Ensure root device is set. by khenaidoo · 5 years ago
  84. 303a26f [VOL-1501] Ponsim OLT Adapter not receiving all packet out by khenaidoo · 5 years ago
  85. 54e0ddf [VOL-1499] Use precreated topic by khenaidoo · 5 years ago
  86. 260a563 VOL-1497 : Add more control to kv/memory access by Stephane Barbarie · 5 years ago
  87. 0105a1f VOL-1453 args name, device name, and topic name must match by Matt Jeanneret · 5 years ago
  88. f4d4d35 VOL-1450 OpenOLT is now built and run from its own repo by Matt Jeanneret · 5 years ago
  89. df5a975 [VOL-1469] Missing yield keyword by khenaidoo · 5 years ago
  90. de93b46 In order to process events in the order they are received for a by khenaidoo · 5 years ago
  91. 8c3303d This commit cleans up the loading of a logical device in memory. by khenaidoo · 5 years ago
  92. b0c7989 VOL-1468 : Ensure hash is kept and latest is set by Stephane Barbarie · 5 years ago
  93. 6d05513 This commit fixes a few issues: by khenaidoo · 5 years ago
  94. dec9317 VOL-1410: Integration testing between the OFAgent, by Richard Jankowski · 5 years ago
  95. 0a97e9b VOL-1468 : Fix to prevent kv watch updates to trigger callbacks by Stephane Barbarie · 5 years ago
  96. 1e28f3e VOL-1465 : Integrate rw sync fixes into ro core by Stephane Barbarie · 5 years ago
  97. 1318284 Changes to the test framework to support templating of by sslobodr · 5 years ago
  98. 63d160c [VOL-1463 VOL-1464] by sslobodr · 5 years ago
  99. 297cd25 [VOL-1462] Sync data between two voltha cores in the same pair by khenaidoo · 5 years ago
  100. 11b88e7 VOL-1459 : Fix failure to load device from persistence by Stephane Barbarie · 5 years ago