)]}'
{
  "log": [
    {
      "commit": "cd5fdbaeebe8ff02943322d20af040b7b50c12c0",
      "tree": "372327248d48c0223eae8c3fe356408d35f1371d",
      "parents": [
        "a8bc8e1b37f9333c09894433437837b46b1f6f3e"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Dec 05 13:22:12 2022 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Dec 05 14:07:10 2022 -0500"
      },
      "message": "docs.voltha.org not updated, bump version again as a forced attempt\n\nChange-Id: I7aa454ff7274081926c02b67c3be288923300f82\n"
    },
    {
      "commit": "a8bc8e1b37f9333c09894433437837b46b1f6f3e",
      "tree": "6b2bd617d41080125ff564a5ccb9f863a8b0dd06",
      "parents": [
        "f88b7384db047262c6e98a2889720d73d4d1cf4d"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sun Dec 04 07:06:59 2022 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sun Dec 04 07:07:25 2022 -0500"
      },
      "message": "VOL-4840 - docs.voltha.org edits\n\nMakefile\npatches/python_310_migration.sh\n-------------------------------\n   o Change log message to note venv patching by version.\n   o Original message could be interpreted as explict patching of wrong version.\n\nmakefiles/lint/include.mk\n-------------------------\n   o Document lint targets: usage, commands, makefiles, etc.\n\nChange-Id: I895a0a032f856632c9adf31aa634b6cbf0328cdb\n"
    },
    {
      "commit": "f88b7384db047262c6e98a2889720d73d4d1cf4d",
      "tree": "fdc9f0af78ed0f97129a897a599a63c23316b283",
      "parents": [
        "053feecbf873958511d63a4fec62c2c0e50a155c"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Dec 02 15:04:21 2022 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Dec 02 19:00:46 2022 -0500"
      },
      "message": "VOL-4865 - Fix broken links on the release notes page.\n\noverview/releases.rst\n---------------------\n   o Refresh gerrit patch 33439 -- some changes already merged in.\n   o Change refernece rst files to html to view the generated document.\n   o Exclusions already added in config.py for the sphinx chicken-n-egg problem.\n\nAdded a new python 3.10+ patch so linkcheck could run to completion.\n\nAdd more config exclusions.\n\nChange-Id: I586718b70afabbd78aeff3072fd301413f3e55c3\n"
    },
    {
      "commit": "053feecbf873958511d63a4fec62c2c0e50a155c",
      "tree": "74e2d74a7f644449123bfc8db4178d8152a1757e",
      "parents": [
        "36592e3e08a493d996e3e3bab925b4d6df1b73f2"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Dec 01 11:57:43 2022 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Dec 01 19:37:28 2022 -0500"
      },
      "message": "VOL-4840 - Doc fixes\n\ntesting/certification.rst\n-------------------------\n   o Corrected spelling for Hillsboro Oregon site.\n   o Made a few content and formatting changes.\n\nVERSION\nrelease_notes/voltha_2.10.rst\n-----------------------------\n   o Remove execute permissions from config and doc files.\n   o Having the ability to run your documentation is a novel attribute.\n\nChange-Id: Idf353ecf84103acf8d31e1c361ebf8a4a7786e6a\n"
    },
    {
      "commit": "36592e3e08a493d996e3e3bab925b4d6df1b73f2",
      "tree": "64e871f03736e40125c16cd44660d917f3da631b",
      "parents": [
        "a62c74a7e8d936e1298381d2a5de76cf578b8b00"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Nov 28 09:00:28 2022 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Dec 01 18:59:23 2022 -0500"
      },
      "message": "VOL-4840 - Makefile edits\n\nVOL-4874, VOL-4877, VOL-4840\n\nhowto/edit_voltha_docs.rst\n--------------------------\n   * Also need to run \"make docs\" to generate html content.\n\nMakefile\n--------\n   * (local use) fixed non-functional makefile targets.\n   * Begin splitting monolithic makefile into reusable libs.\n   * Extended help to document all targets (make help VERBOSE\u003d1)\n   * Extended lint to support more targets.\n   * Replace wildcard target (%) with a list of sphinx-build named targets:\n     + Amusing behavior but \"make clean\" should not initiate \"gendocs\".\n     + Likewise \"make lint\" should not attempt to generate documentation.\n   * Introduced simple patching logic for virtualenv.  Local users are\n     now able to use make clean, lint, etc with a newer interpreter.\n     Baby steps toward VOL-4874.\n   * Conditional make vars added:\n     + NO_PATCH\u003d1\n     + NO_OTHER_REPO_DOCS\u003d1 (venv patching not yet supported by foreign repos).\n\nmakefiles/consts.mk\n-------------------\n   * basic values: space, dot, null, HIDE.\n\nmakefiles/help/include.mk\n-------------------------\n   * makefile target help with context.\n\nmakefiles/lint/*.mk\n-------------------\n   * lib makefiles capturing syntax checking logic.\n\nmakefiles/patches/include.mk\n----------------------------\n   * Targets for creation and applying python virtualenv patches.\n\npatches/*/patch\npatches/python_310_migration.sh\n-------------------------------\n   * Logic used to support dynamic python module pathching in a virtual env directory.\n   * Module edits are trivial -- attempt to import new modules and fallback to existing import syntax.\n\nChange-Id: I437289a751423217b4193b75b62c4a295db18ffd\n"
    },
    {
      "commit": "a62c74a7e8d936e1298381d2a5de76cf578b8b00",
      "tree": "d0b7daa30324e9b6961f0a2c64acbcc9d36e0055",
      "parents": [
        "bbd71d631e49e7d4b34e7bae4744aa702aa858a5"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Nov 23 13:16:34 2022 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Nov 25 11:27:53 2022 -0500"
      },
      "message": "Added a HOWTO page release based source edits.\n\nconf.py\n-------\n   * Exclude all variants of python virtual env from traversal.\n   * Exclude __pycache__ from document traversal.\n\nindex.rst\n---------\n   * Create a top level index link/page for release howto(s).\n\noverview/contributing.rst\n-------------------------\n   * Document version based script edits required at time of release.\n   * This URL will be used by repo:ci-management/vars/installVoltctl\n     to display self-documenting help.\n\n*/urls\n------\n   * Added placeholders and resources for documenting future topics.\n\nChaser edits:\n-------------\n   o Bump VERSION string.\n   o \u0027stern\u0027 URL in unrelated troublteshooting.rst doc failed link check:\n      + github repo no longer exists.\n      + add replacement github/stern/stern\n\nChange-Id: I2f0f15eb5ba7bd6817806296928964df5259b21a\n"
    },
    {
      "commit": "bbd71d631e49e7d4b34e7bae4744aa702aa858a5",
      "tree": "b29d8d187e033a81eea0a6d765770da9752a04a7",
      "parents": [
        "2cab6b4eece63a9c2edbf79980ec13e9d03301cc"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Oct 12 11:51:35 2022 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Oct 12 15:07:49 2022 -0400"
      },
      "message": "conf.py\n----\n   * Import extension sphinx.ext.extlinks for rewriting/shortening URLs.\n   * Define extlinks vol-{git,ger,jira} for documenting.\n\nhowto/edit_voltha_docs.rst\n----\n   * Build out docs for make lint and make html.\n   * Include iamge files from an earlier howto patch to help get content in.\n\nhowto/voltha_repositories.rst\n----\n   * Pull in docs from another howto patch.\n   * Describe gerrit and git repos.\n\nBump the copyright revision string to 2022.\n\nChange-Id: Iacc139d764682d586c2cd88150c8e1795e479662\n"
    },
    {
      "commit": "2cab6b4eece63a9c2edbf79980ec13e9d03301cc",
      "tree": "5f11b0ed7e5feaf0987183a36427195e7852b83c",
      "parents": [
        "ed6cedd427c5032f90024b0254874cb1ee4ff425"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Sep 08 12:59:42 2022 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Sep 08 13:20:22 2022 -0400"
      },
      "message": "Added folder howto/ for capturing simple cookbook topics\nFixed a few silly trailing whitespace typos.\n\nChange-Id: Id14c19477299d1c76f2c0227e4dc0882f6721e0f\n"
    },
    {
      "commit": "ed6cedd427c5032f90024b0254874cb1ee4ff425",
      "tree": "dfae84b0e18ccab40c39e9f79e872279edfb62fb",
      "parents": [
        "b0b6763ac30082475cb29e6347266115365a7b01"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Aug 31 12:39:33 2022 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Aug 31 15:40:40 2022 -0400"
      },
      "message": "Documentation edits: cosmetic\n\noverview/architecture_overview.rst\n----------------------------------\n   * Fixed dup \"have been have been\"\n\noverview/lab_setup.rst\n----------------------\n   * Correct VOLTHA cases and s/the/this/.\n\nrelease_notes/release_process.rst\n---------------------------------\n   * Updated jira notes to be more descriptive wrt edits needed.\n\nChange-Id: I780a0835787f5e7d658c9b63451c78809114f9c9\n"
    },
    {
      "commit": "b0b6763ac30082475cb29e6347266115365a7b01",
      "tree": "4f8feaaa850eb315251df2270a79dca0541ea7c6",
      "parents": [
        "a29f1c97663d946c31463a8288afae1784ff4741"
      ],
      "author": {
        "name": "TorstenThieme",
        "email": "torsten.thieme@adtran.com",
        "time": "Wed Jul 13 10:43:39 2022 +0000"
      },
      "committer": {
        "name": "TorstenThieme",
        "email": "torsten.thieme@adtran.com",
        "time": "Wed Jul 13 10:43:39 2022 +0000"
      },
      "message": "Fix flow handling disabled device for TT and ATT voltha 2.10\n\nChange-Id: I2379e5ff0389052438c59430b5c433b66b9ff622\n"
    },
    {
      "commit": "a29f1c97663d946c31463a8288afae1784ff4741",
      "tree": "5ee404bc631047b99aa78a6246c98d621e40bf10",
      "parents": [
        "c1e722eafaeda49f8c16199fb2259fd4734b9c66"
      ],
      "author": {
        "name": "TorstenThieme",
        "email": "torsten.thieme@adtran.com",
        "time": "Tue Jul 12 08:40:33 2022 +0000"
      },
      "committer": {
        "name": "TorstenThieme",
        "email": "torsten.thieme@adtran.com",
        "time": "Tue Jul 12 08:40:45 2022 +0000"
      },
      "message": "Fix removeFlowsOnDisable flag for DT for voltha 2.10\n\nChange-Id: I9373b8de117c15f1e5256623af68964fe29479be\n"
    },
    {
      "commit": "c1e722eafaeda49f8c16199fb2259fd4734b9c66",
      "tree": "40888300ea6ad5fb18290e33e18ac2235808358f",
      "parents": [
        "07486926d0b724995d67f2aad960719573096c99"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Thu Jul 07 19:11:43 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Thu Jul 07 19:11:43 2022 +0200"
      },
      "message": "Fixing OLT and voltha-onos versions\n\nChange-Id: I166d37f7c40ddf90a60494fb703727aef3099d83\n"
    },
    {
      "commit": "07486926d0b724995d67f2aad960719573096c99",
      "tree": "2df00f03344900702e3e37e06e37765747a4a4a0",
      "parents": [
        "812c1f515205156f3f7aacf9a5c62efbf98b97f7",
        "01960221eafe0cb0563f7c4ab10073f168f4c92c"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Mon Jul 04 08:00:42 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Mon Jul 04 08:00:42 2022 +0000"
      },
      "message": "Merge \"Minor release note fixes\""
    },
    {
      "commit": "01960221eafe0cb0563f7c4ab10073f168f4c92c",
      "tree": "d92e7ca78923f6779f61e62d2b40106eba06cffb",
      "parents": [
        "ab5306b6aa763046f6375b4d6bd18cf425e33de9"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Mon Jul 04 09:46:25 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Mon Jul 04 09:46:25 2022 +0200"
      },
      "message": "Minor release note fixes\n\nChange-Id: I96db689b8b311fcfbf097c8615b2515b62559aff\n"
    },
    {
      "commit": "812c1f515205156f3f7aacf9a5c62efbf98b97f7",
      "tree": "853431cde4c65b123aa63c7327d0a880388da887",
      "parents": [
        "702b5faf7488f6718d8146b943b939af6c4df3a3",
        "ab5306b6aa763046f6375b4d6bd18cf425e33de9"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@intel.com",
        "time": "Fri Jul 01 01:24:01 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Fri Jul 01 01:24:01 2022 +0000"
      },
      "message": "Merge \"Releasing voltha 2.10\""
    },
    {
      "commit": "ab5306b6aa763046f6375b4d6bd18cf425e33de9",
      "tree": "5473013d7bbce5bc8b8534145daa0cbec6222529",
      "parents": [
        "4dfe932f10757ee196d895c5423ca45275e0ee8b"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Thu Jun 30 20:48:20 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Thu Jun 30 22:16:58 2022 +0200"
      },
      "message": "Releasing voltha 2.10\n\nChange-Id: I758429bab6fd974b49ded77ee9d3a84df3203cc3\n"
    },
    {
      "commit": "702b5faf7488f6718d8146b943b939af6c4df3a3",
      "tree": "4e4af911bae16edef728bf72f2e926ffbd803ade",
      "parents": [
        "11527b4689ea10dfc0d6dd3a32c53c4b6c4811b2"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik.windlass@intel.com",
        "time": "Wed Jun 29 17:27:01 2022 +0530"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik.windlass@intel.com",
        "time": "Wed Jun 29 18:10:18 2022 +0530"
      },
      "message": "Updated software-upgrade documentation\n\nChange-Id: I9653dbe5180a382c9944980bb0bc78b6f7bb472b\n"
    },
    {
      "commit": "11527b4689ea10dfc0d6dd3a32c53c4b6c4811b2",
      "tree": "2c2ed437ae7dd8d1e0ca6e01598b69496b4fcd5b",
      "parents": [
        "a2f9e02d5443b59cfde31cdeaee2211ad5f8cc5c",
        "4dfe932f10757ee196d895c5423ca45275e0ee8b"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Fri May 13 13:02:27 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Fri May 13 13:02:27 2022 +0000"
      },
      "message": "Merge \"VOLTHA releasing process documentation\""
    },
    {
      "commit": "4dfe932f10757ee196d895c5423ca45275e0ee8b",
      "tree": "05744b1ac263ffa374c1503d37312a2b51e421e3",
      "parents": [
        "afc4653628caf62a2650a370d452c8cca1e7f5ae"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Tue May 10 12:40:10 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Thu May 12 12:12:25 2022 +0200"
      },
      "message": "VOLTHA releasing process documentation\n\nChange-Id: I695567782e7abf41c122d43c9618f3340cb43dd5\n"
    },
    {
      "commit": "a2f9e02d5443b59cfde31cdeaee2211ad5f8cc5c",
      "tree": "715a148fb9f253e185d21987f2ee52387d935ee9",
      "parents": [
        "458163b4b9d0ce9f297aabccb40707a1e46e4684",
        "afc4653628caf62a2650a370d452c8cca1e7f5ae"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Mon May 09 09:05:31 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Mon May 09 09:05:31 2022 +0000"
      },
      "message": "Merge \"Adding a guide to include devices in certification\""
    },
    {
      "commit": "afc4653628caf62a2650a370d452c8cca1e7f5ae",
      "tree": "5cea8ea3585f73fb4156f49f0090db79c5eccbd8",
      "parents": [
        "7dae5ced556b180949ff589ccdbd1896188d529a"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Thu May 05 23:14:36 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Mon May 09 10:47:40 2022 +0200"
      },
      "message": "Adding a guide to include devices in certification\n\nChange-Id: Id9d59342bdff5e1dfb18cc7e0d1028dfa9f6352e\n"
    },
    {
      "commit": "458163b4b9d0ce9f297aabccb40707a1e46e4684",
      "tree": "66f4a1646a5dd3ca67de527009c87889bf607bac",
      "parents": [
        "30fcab4a5def0efebc470bebf29430cf4b36357a"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Apr 11 14:19:25 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Apr 11 14:19:25 2022 +0200"
      },
      "message": "Documenting DT container setup\n\nChange-Id: Idab811beec0229372ea1fa4e95e82ab94cdf66c1\n"
    },
    {
      "commit": "30fcab4a5def0efebc470bebf29430cf4b36357a",
      "tree": "f10f8b78e9c2cc4c71a304a27e94518bf870086b",
      "parents": [
        "7dae5ced556b180949ff589ccdbd1896188d529a"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Thu Mar 31 15:51:24 2022 -0700"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Apr 04 09:49:49 2022 +0200"
      },
      "message": "Adding instructions on how to setup a Jenkins node to run VOLTHA pipelines\n\nChange-Id: I4219f754065c52e8c0ac61acadfb33d8f133a26e\n"
    },
    {
      "commit": "7dae5ced556b180949ff589ccdbd1896188d529a",
      "tree": "62e2423a644ccbc8d2e31270790b34a140bd458d",
      "parents": [
        "4dd0422e6c02785d72fa3f5148583f715d8f3bb2"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Mar 25 16:08:15 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Mar 25 16:39:34 2022 +0100"
      },
      "message": "Adding Versioning guidelines\n\nChange-Id: I27307cea6a20ef385bff062b8dfdc2feb1fc6241\n"
    },
    {
      "commit": "4dd0422e6c02785d72fa3f5148583f715d8f3bb2",
      "tree": "5da474c545f1f549c95a6210bdaa4c7700c62f30",
      "parents": [
        "138d9fb3315b8d44e16b10762a51638161f8e99e"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Mar 18 15:52:28 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Mar 24 10:59:18 2022 +0000"
      },
      "message": "Adding contributing to VOLTHA page with new core maintainers guidelines\n\nChange-Id: Iccae0095f3f1eb40cb619238443679ecd9c5caee\n"
    },
    {
      "commit": "138d9fb3315b8d44e16b10762a51638161f8e99e",
      "tree": "682b98b0e7efa0903270fdd2d7203995ea37b1ec",
      "parents": [
        "9d8e6c8b80dbba75cc604141c65ca8515048892a"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Thu Mar 24 03:26:43 2022 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Thu Mar 24 03:26:50 2022 +0000"
      },
      "message": "[VOL-4647] Updated voltha test automation doc with dt-fttb workflow work\n\nChange-Id: I431fbc0a025dbfb40734ad213847ab402c056cd5\n"
    },
    {
      "commit": "9d8e6c8b80dbba75cc604141c65ca8515048892a",
      "tree": "d69bb215dff27a613738cd0f51cf8e89bf6069e5",
      "parents": [
        "09d19640443bda3ebd43768812080d9a9e8e96a0"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Wed Mar 23 08:28:43 2022 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Wed Mar 23 08:28:49 2022 +0000"
      },
      "message": "Added more targets info in Voltha per-patchset verification test automation section\n\nChange-Id: I0214465029c44139f547cc7acb8ef4df9c33cff6\n"
    },
    {
      "commit": "09d19640443bda3ebd43768812080d9a9e8e96a0",
      "tree": "1ef52a46f9cf74114ab6a72433520c535c5058b2",
      "parents": [
        "d366cd966a26ca6fbc0a49b6b0921f193dd356e7",
        "1808a712b93e5b870cf1b895de876c0590a218da"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Mar 17 07:42:53 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Thu Mar 17 07:42:53 2022 +0000"
      },
      "message": "Merge \"[VOL-4597] Added Voltha Test Automation Documentation\""
    },
    {
      "commit": "1808a712b93e5b870cf1b895de876c0590a218da",
      "tree": "752f6f69a6d19a967e29b085c1ee1de87677c5d0",
      "parents": [
        "0851c4e4bddde69e65556cbdaefc81cc10eaa91e"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Thu Mar 10 11:23:30 2022 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Thu Mar 17 06:44:40 2022 +0000"
      },
      "message": "[VOL-4597] Added Voltha Test Automation Documentation\n\nChange-Id: I77a823c3d6c84f847455fb63e4dc38c8392e7f10\n"
    },
    {
      "commit": "d366cd966a26ca6fbc0a49b6b0921f193dd356e7",
      "tree": "0956cc7079695f7e88a2ddf2d2dcf35920693e41",
      "parents": [
        "0851c4e4bddde69e65556cbdaefc81cc10eaa91e",
        "1fbf203611e83c2d55155df362ffb37ab00ff523"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Mar 15 14:19:44 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Tue Mar 15 14:19:44 2022 +0000"
      },
      "message": "Merge \"Updating helm chart values\""
    },
    {
      "commit": "1fbf203611e83c2d55155df362ffb37ab00ff523",
      "tree": "10dd9329f195daada0a6854013bc890d4904ff28",
      "parents": [
        "fd8f639f4ecc322e22646f489edcc4468e4de092"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Mar 15 12:29:59 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Mar 15 12:29:59 2022 +0100"
      },
      "message": "Updating helm chart values\n\nChange-Id: I6547e1e121d1092336699453f9b0f8b341e8bca8\n"
    },
    {
      "commit": "0851c4e4bddde69e65556cbdaefc81cc10eaa91e",
      "tree": "d49807ded2453c1476a82f55612eaf1247072b1a",
      "parents": [
        "fd8f639f4ecc322e22646f489edcc4468e4de092"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Wed Mar 09 14:10:50 2022 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Thu Mar 10 07:27:09 2022 +0000"
      },
      "message": "[VOL-4597] Updated Voltha Test Documentation\n\nChange-Id: I39829fc8c686579232103d593cf68b829e511976\n"
    },
    {
      "commit": "fd8f639f4ecc322e22646f489edcc4468e4de092",
      "tree": "03fb906da68c7bd03ea6c10c1e696e2091d09369",
      "parents": [
        "096fa590de78623d2acb088cdd2bf00bb8f5e2d8"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Feb 04 16:08:21 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Feb 04 16:08:21 2022 +0100"
      },
      "message": "Updating openonu-go version in 2.8 release notes\n\nChange-Id: Icd695ac6125b728bd2a44bbb0e3785d609f977f7\n"
    },
    {
      "commit": "096fa590de78623d2acb088cdd2bf00bb8f5e2d8",
      "tree": "0630ce2b9336baac46eb606a89e495e29ef50e15",
      "parents": [
        "e1a64ab35635dccb0f189a201909b3c814f3b0a2"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Feb 03 12:07:35 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Feb 04 11:48:37 2022 +0100"
      },
      "message": "Documenting how to use pprof tool with examples\n\nChange-Id: I24786439ead3b33bf65c6f5c077517de9ba853e1\n"
    },
    {
      "commit": "e1a64ab35635dccb0f189a201909b3c814f3b0a2",
      "tree": "40ac6b90206ea6085a71fe377b65357fcd1c4b8d",
      "parents": [
        "5e77613515b46789e10133175c26435984da8244"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Jan 28 14:48:37 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Feb 01 19:32:20 2022 +0100"
      },
      "message": "Adding rollback scenarios in case of failures\n\nChange-Id: I5939f34f393c966c48c921a851ee74bbbd10a506\n"
    },
    {
      "commit": "5e77613515b46789e10133175c26435984da8244",
      "tree": "7fb8ebad0ca21708d2a045a9dc9d7929db52a5e9",
      "parents": [
        "58ea9a7a3d072236800b0a8232e18e5286370824"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Jan 14 11:20:44 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Jan 14 11:24:32 2022 +0100"
      },
      "message": "Updatin VOLTHA 2.9 and 2.8 with latest components versions\n\nChange-Id: I583672f42de370d186801bb69bd0d38907a0b46b\n"
    },
    {
      "commit": "58ea9a7a3d072236800b0a8232e18e5286370824",
      "tree": "19e3f92ff1c9d68bc7821f63b60c94cd989c1606",
      "parents": [
        "f31c4fd1a4c9f3ace10e38876f772ab0dd322198"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Jan 05 12:10:26 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Jan 05 19:38:26 2022 +0100"
      },
      "message": "Updating voltha-2.8 release, bumping to 2.10 and using master for all references\n\nChange-Id: I5dbef01fb43f95eb5663963d61409ff07b59e2c3\n"
    },
    {
      "commit": "f31c4fd1a4c9f3ace10e38876f772ab0dd322198",
      "tree": "ba983fbfbb588a2a235ee5e60256e2ebb55281b6",
      "parents": [
        "38a06f995b3a15217be7cdd8651ea2b1362f64ba"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Dec 28 11:40:03 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Dec 28 11:59:53 2021 +0100"
      },
      "message": "Update to ONOS 2.5.5 and minor release fixes\n\nChange-Id: I4ee5f5273220a79e7f3e15344faa2e863c3d161f\n"
    },
    {
      "commit": "38a06f995b3a15217be7cdd8651ea2b1362f64ba",
      "tree": "52e46499aa80f2a1ecca92995274dfe6a7ec9c1d",
      "parents": [
        "732fbb9e17a1640035090ef99c08a5543cab169d"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Dec 01 15:49:28 2021 -0800"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Dec 17 18:24:08 2021 +0100"
      },
      "message": "Release notes for voltha-2.9 and adding bandwidth profile documentation\n\nChange-Id: I3bd3857da7aadf577133be5228d611984b129faa\n"
    },
    {
      "commit": "732fbb9e17a1640035090ef99c08a5543cab169d",
      "tree": "aa6402d948cdd1119a47033555c59749dc71a429",
      "parents": [
        "4dea9cc487794f800effbcae957880473c3fdb7b"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Nov 23 11:08:49 2021 -0800"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Nov 29 09:33:30 2021 -0800"
      },
      "message": "Updating open olt and onu adapters and inserting BAL version\n\nChange-Id: Ib42995269fbae13b5c24b13b60b9a1b78c340bb0\n"
    },
    {
      "commit": "4dea9cc487794f800effbcae957880473c3fdb7b",
      "tree": "d5f4888e0b22ab3eb7dfc7ba925583aef652d0fb",
      "parents": [
        "e83f6245239b077ca0ec8ded457ac6af45048459"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Nov 16 13:44:51 2021 -0800"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Nov 18 16:09:39 2021 -0800"
      },
      "message": "Updating 2.8 versions of components and charts\n\nChange-Id: I4347364c633e18016038d9a482aea8ff03b21e23\n"
    },
    {
      "commit": "e83f6245239b077ca0ec8ded457ac6af45048459",
      "tree": "e569a738e67222da53938c1f3c984627aa42e2b1",
      "parents": [
        "542291bd71d251e99295dc5ea1c22a39971dc997"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Nov 04 11:08:37 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Nov 05 10:00:40 2021 +0100"
      },
      "message": "Create a list of VOLTHA repositories\n\nChange-Id: I398ae547e2ec2d71f84d73822b42e4e20c7bfef4\n"
    },
    {
      "commit": "542291bd71d251e99295dc5ea1c22a39971dc997",
      "tree": "d20c997f0a12d6f303836dc76bb51d80380cb652",
      "parents": [
        "75cc9940f509f12ae709d69e709a0c17223aead0"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Oct 27 16:18:46 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Oct 28 00:41:31 2021 +0200"
      },
      "message": "[VOL-4423] VOLTHA API deprecation policy\n\nChange-Id: I29555eb4361b62952409659eced9a12449c42d75\n"
    },
    {
      "commit": "75cc9940f509f12ae709d69e709a0c17223aead0",
      "tree": "6805577da402c7910bf37e453c1103ffbcf0b805",
      "parents": [
        "501ebc572e4d5458f741ecd0cb4d474d7ff41e3e"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Oct 27 14:30:09 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Oct 27 14:42:40 2021 +0200"
      },
      "message": "[VOL-3731] Releasing updated 2.8 with ETCD state state deletion\n\nChange-Id: I76b99c121ea39848478828038572ff06e1930008\n"
    },
    {
      "commit": "501ebc572e4d5458f741ecd0cb4d474d7ff41e3e",
      "tree": "daeb458fe815765a25ce9d9c96775c4e232ffe23",
      "parents": [
        "ce1e0797381c1da1b3ff2c52eb105d835a24f12a"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Oct 19 15:45:33 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Oct 19 15:45:33 2021 +0200"
      },
      "message": "Updating severla component and chart versions\n\nChange-Id: Ia1f7bafdfa7b24a471ac14dfcd0d11c4bc11c6c3\n"
    },
    {
      "commit": "ce1e0797381c1da1b3ff2c52eb105d835a24f12a",
      "tree": "dca5794752598df9fd45a5f0701f16bb157fd881",
      "parents": [
        "8245ff538317ec2edcd2d58b0b9e8755d2b0c046"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Oct 15 13:59:10 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Oct 15 13:59:10 2021 +0200"
      },
      "message": "ONU adapter per package/functional area logging\n\nChange-Id: I36f63f011287eb2b64e45be21934c014b2022925\n"
    },
    {
      "commit": "8245ff538317ec2edcd2d58b0b9e8755d2b0c046",
      "tree": "e9590e0b0bfc64c51cc84066354b3b9733cb42c9",
      "parents": [
        "e67d9c1f1597e5e97d062362e80932b9e33c4669"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Oct 06 11:50:03 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Oct 06 13:36:24 2021 +0200"
      },
      "message": "[VOL-4350] Updating docs for the removal of kafka for inter-container comunication and laters 2.8 helm/image versions\n\nChange-Id: I3b20737ec5c709aecbf2fe1141428ec4354ae76c\n"
    },
    {
      "commit": "e67d9c1f1597e5e97d062362e80932b9e33c4669",
      "tree": "d6cd88fe5fa900f64f47e91dd63a4e3cee3f2c66",
      "parents": [
        "c18d118c4d428dabf61fd362bfab1cc1b497fc69"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Sep 20 21:27:01 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Sep 20 21:55:52 2021 +0200"
      },
      "message": "[VOL-4343] Releasing voltha-infra chart with updated onos base version\n\nChange-Id: Id4956934b1b931c83fc8222c994685f703977cb8\n"
    },
    {
      "commit": "c18d118c4d428dabf61fd362bfab1cc1b497fc69",
      "tree": "4cf05e00f218b234d2b2c19b9312e8bf6a213436",
      "parents": [
        "6b2fcf20989ed3efd4907d1364833a100b3f2da6"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Sep 10 12:01:38 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Sep 20 13:41:32 2021 +0200"
      },
      "message": "Updating to latest openolt chart after release\n\nChange-Id: Ie1e26ed40ee9af787cb42d32ab989eb7515c154c\n"
    },
    {
      "commit": "6b2fcf20989ed3efd4907d1364833a100b3f2da6",
      "tree": "6756c2cd53562e64234fb096c5765d6bdf6677a6",
      "parents": [
        "6e682c07528dc5da8a754e1cc3fd3776dbdeec5b"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Tue Sep 14 06:50:44 2021 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Tue Sep 14 07:32:27 2021 -0700"
      },
      "message": "Update Sphinx and modules versions\n\n- Only build branches, not every point release\n- Bump site copyright date\n- Remove a few unused sphinx extensions\n\nChange-Id: I96468446f1f85fdff2daf5a9e1e7e8b85b61b378\n"
    },
    {
      "commit": "6e682c07528dc5da8a754e1cc3fd3776dbdeec5b",
      "tree": "a03e6850369f8eff76c1ab99baebd33cc6737e51",
      "parents": [
        "71167845a88d2237bd0e66b1ba9409f217dd2cde"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Aug 31 10:38:18 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Sep 02 12:35:06 2021 +0200"
      },
      "message": "Updating 2.8 chart and component versions\n\nChange-Id: I08d30ef112527b8048148a5f9d351ae3fcf8179d\n"
    },
    {
      "commit": "71167845a88d2237bd0e66b1ba9409f217dd2cde",
      "tree": "f9f98029d731c14a9d3b05d2c3ead8262929ebae",
      "parents": [
        "090c6031e8320bd7ab69208bbf271562545a4646"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Thu Aug 05 16:01:18 2021 -0700"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Thu Aug 05 21:20:48 2021 -0700"
      },
      "message": "VOL-4268: Update voltha-2.8 release notes with BAL3.4.9.9 deb package details\n\nChange-Id: I6c8a71069c17c5d4ed32d6b373ac83b4b6684ead\n"
    },
    {
      "commit": "090c6031e8320bd7ab69208bbf271562545a4646",
      "tree": "ceb3b500aef454c0cbf75f4e8a08d0aaec0afcf7",
      "parents": [
        "dd6f6dda17402d7fa7c27709f7b37db9d73b91ad"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Aug 05 12:34:41 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Aug 05 12:34:41 2021 +0200"
      },
      "message": "[VOL-4215] Updating released 2.8 versions for know TCONT issue\n\nChange-Id: Iaa777fb66b9caa6891ea12972101855da8e3ea54\n"
    },
    {
      "commit": "dd6f6dda17402d7fa7c27709f7b37db9d73b91ad",
      "tree": "170ecb7b1d47262eb23dee096370aeb4b1cd463d",
      "parents": [
        "af7db9c71b2ae499684b4d5542d08f3d26255c02"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Jul 30 13:50:06 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Jul 30 13:50:06 2021 +0200"
      },
      "message": "Updating released versions\n\nChange-Id: Id8291e863dc96de8d805a70af15a6e4d50e71698\n"
    },
    {
      "commit": "af7db9c71b2ae499684b4d5542d08f3d26255c02",
      "tree": "d9388d1767143ca1bebbfdb43f34c2700c9ebd65",
      "parents": [
        "fa80ceb841c1108f6275269a0aa92bd5d86d57dd"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Jul 21 10:04:25 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Jul 23 13:36:44 2021 +0200"
      },
      "message": "[VOL-4248] Updating documentation with release schedule and notes\n\nChange-Id: Ia8637ffeee9e9d75dc0d0d722b500561a2eed8ac\n"
    },
    {
      "commit": "fa80ceb841c1108f6275269a0aa92bd5d86d57dd",
      "tree": "829909fc27e416a1b674d61ddcc2ca5f5adbaafc",
      "parents": [
        "764a3cec01cac0a61ba3e2ba186a6c17155eff99"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Jul 20 21:21:42 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Jul 20 21:21:42 2021 +0200"
      },
      "message": "Starting VOLTHA 2.9 docs\n\nChange-Id: Ie2e3fe80eb47419c17931d15666f2bce69de8dfc\n"
    },
    {
      "commit": "764a3cec01cac0a61ba3e2ba186a6c17155eff99",
      "tree": "f86533db7817a58315f027ba7299c6de8251041c",
      "parents": [
        "1865dcb60667b647bb51595c4a803c2ca5a5b5ea"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Jul 19 21:55:02 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Jul 20 12:25:16 2021 +0200"
      },
      "message": "Updating version of charts for VOLTHA 2.8\n\nChange-Id: Ib308594ef03fac7c271fa1bb084fbd0d6d60f82e\n"
    },
    {
      "commit": "1865dcb60667b647bb51595c4a803c2ca5a5b5ea",
      "tree": "885f04c710bac935739c59617ca29fe23a6b0260",
      "parents": [
        "f2d9e09ebcaf5ea170f5092bba0042c40fb4d7a2"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Sat Jul 10 01:16:45 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Sat Jul 10 01:39:41 2021 +0200"
      },
      "message": "Releasing VOLTHA 2.8 documentation\n\nChange-Id: I054aebd255ef2bf81d8479cd73f090f78322cbeb\n"
    },
    {
      "commit": "f2d9e09ebcaf5ea170f5092bba0042c40fb4d7a2",
      "tree": "f822cb01e775cd8c5f42b2f0b8416c7373081fe3",
      "parents": [
        "c11eb7375fcb7cf43f2443b585c36f51ca1b00a4",
        "448fbc2875d783e30514d1922ca9502e273a5191"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Jun 08 16:27:31 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Tue Jun 08 16:27:31 2021 +0000"
      },
      "message": "Merge \"[VOL-3961] Software update documentation\""
    },
    {
      "commit": "448fbc2875d783e30514d1922ca9502e273a5191",
      "tree": "bd2d0ae3271ed42af71537a6c7d95aaf32bc3400",
      "parents": [
        "5a1d317ea4fdbc13da4b42b28f78a7cbc16fd4dd"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu May 13 15:39:00 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Jun 08 11:11:33 2021 +0200"
      },
      "message": "[VOL-3961] Software update documentation\n\nChange-Id: I145f685f2db6f55568bd580b81b4f971d5610320\n"
    },
    {
      "commit": "c11eb7375fcb7cf43f2443b585c36f51ca1b00a4",
      "tree": "9f99b94cda8ae3af5d3a4144ddbbd67efcfe1907",
      "parents": [
        "177615df43540dba7b49efe80e957b6117f23ce3"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri May 21 16:15:44 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri May 21 16:15:44 2021 +0200"
      },
      "message": "fixing to docutils\u003d\u003d0.16\n\nChange-Id: I98602bfb74ff422b14ce031b8025995226a56958\n"
    },
    {
      "commit": "177615df43540dba7b49efe80e957b6117f23ce3",
      "tree": "50d745b22cbf5d9693f9cafd22fc252faf496745",
      "parents": [
        "3c4e52679547c20eb2903c72058d8b57778b8c8b"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu May 20 18:35:51 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu May 20 18:35:51 2021 +0200"
      },
      "message": "Updating openonu and stack charts with ONU sw update fixes\n\nChange-Id: I6f0b506438e445f14e11951f91bee76b189f55f0\n"
    },
    {
      "commit": "3c4e52679547c20eb2903c72058d8b57778b8c8b",
      "tree": "d3bd9e897ec1a392daffe599d40fa1f595a6e7ab",
      "parents": [
        "5a1d317ea4fdbc13da4b42b28f78a7cbc16fd4dd"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue May 18 11:47:57 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue May 18 11:53:38 2021 +0200"
      },
      "message": "[VOL-4089] updated lab setup documentation\n\nChange-Id: I2c6e3c3216aae416d630bcf624fdd175178ca1fe\n"
    },
    {
      "commit": "5a1d317ea4fdbc13da4b42b28f78a7cbc16fd4dd",
      "tree": "a8eac2b33436e617a8aa4aefb1c788d407e9d7af",
      "parents": [
        "8d480288ef995403262c7c533077839f64e4015d"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu May 06 17:54:27 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu May 06 17:54:56 2021 +0200"
      },
      "message": "Updating openonu-go chart version\n\nChange-Id: I2f19b67ef7eb0716d563e499ba1ab75e34b747d4\n"
    },
    {
      "commit": "8d480288ef995403262c7c533077839f64e4015d",
      "tree": "d041d0d29e21f9e8d0f0eb647f872fbf62cbe5b2",
      "parents": [
        "077cd5ebe1df283d59360b0a43840b8dabf3d048"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu May 06 11:49:57 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu May 06 11:49:57 2021 +0200"
      },
      "message": "Updating the chart version used in 2.7\n\nChange-Id: I946e375a8d588ae322e0989d6b17c63a31815750\n"
    },
    {
      "commit": "077cd5ebe1df283d59360b0a43840b8dabf3d048",
      "tree": "1bd24960c20513086a788b9c109280154054efd9",
      "parents": [
        "148f4ecf58377dc649552e0f70f098638a8c6bac"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Apr 16 11:12:41 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Apr 21 16:54:58 2021 +0200"
      },
      "message": "[VOL-3988] Documentation for bandwidth profile changes and 5 TCONT type support\n\nChange-Id: I8dd055e649dbde773ef44fa871e199a5cb4fea3b\n"
    },
    {
      "commit": "148f4ecf58377dc649552e0f70f098638a8c6bac",
      "tree": "81be70ad5d75dc0049f5af527b400391dc6eaa8f",
      "parents": [
        "e0a7e52038dd962c3380a23ff8af38ac5128d3a3"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Apr 20 15:35:53 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Apr 20 15:37:12 2021 +0200"
      },
      "message": "Adding atomix version in 2.7 release notes\n\nChange-Id: I969a14ac522c33002e71444996d735bd3d47f9e1\n"
    },
    {
      "commit": "e0a7e52038dd962c3380a23ff8af38ac5128d3a3",
      "tree": "d91c3c48ef0802a95a9c57ab975a8e0e391e1394",
      "parents": [
        "9f534c7efc8cae4f3c38ac656cc6bfa4b5b2a7f2"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Mar 26 15:45:48 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Mar 31 09:17:11 2021 +0200"
      },
      "message": "[VOL-3960] Adding VOLTHA 2.7 release notes alongside PM counters update and ONU SW update.\n\nChange-Id: I37a99f566b63c7315458fce152481ff471a78879\n"
    },
    {
      "commit": "9f534c7efc8cae4f3c38ac656cc6bfa4b5b2a7f2",
      "tree": "76c587af8ad2d49041626741d7a277bda1cc2d8f",
      "parents": [
        "882cfccd88a3e34f29efd7a75377ba752fbc0f7c"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Mar 19 18:44:27 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Mar 22 10:39:08 2021 +0100"
      },
      "message": "Adding OMCI packet parsing for openonu-go\n\nChange-Id: Id81a19f060226f22d8301164c9f51283806b87a5\n"
    },
    {
      "commit": "882cfccd88a3e34f29efd7a75377ba752fbc0f7c",
      "tree": "cb8dea5b7bec5bd3d7e8abd622a59a2bfe883356",
      "parents": [
        "71221c817a1e93edae411401bc5476fdce17b3b9"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Feb 04 10:53:57 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Feb 10 09:44:49 2021 +0100"
      },
      "message": "Removing kind-voltha and addressing some other comments\n\nChange-Id: I11e7aa9b9c6c703cf30eeaf1764a067ca7c70243\n"
    },
    {
      "commit": "71221c817a1e93edae411401bc5476fdce17b3b9",
      "tree": "6b0633ec900215928042728825ebd1ef62faee33",
      "parents": [
        "13f26f58c33ee0b263f0328029b2966cf06a43c5"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Feb 01 14:40:48 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Feb 03 10:08:36 2021 +0100"
      },
      "message": "[VOL-3802] Introducing architecture overview with component description\n\nChange-Id: Ide16f03a4d0a03412a8043777aa00664fe6e4b61\n"
    },
    {
      "commit": "13f26f58c33ee0b263f0328029b2966cf06a43c5",
      "tree": "f0f4cd194b07aebdf3c61bcfd26ba07e1da9e010",
      "parents": [
        "5c4f5622743589450c88c2bd84818dfb7f81bbd2"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Jan 28 13:47:40 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Jan 28 14:33:13 2021 +0100"
      },
      "message": "Add device-management-interface documentation\n\nChange-Id: I01f58e3d1cd8cd968e995bb912f14c0937034408\n"
    },
    {
      "commit": "5c4f5622743589450c88c2bd84818dfb7f81bbd2",
      "tree": "2055eaa3f81e43fafa0ff331fd748cc0c845d688",
      "parents": [
        "93b0028cddf51621d1f30a323c38980ecf86e07d"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Mon Jan 04 15:56:15 2021 -0800"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Mon Jan 04 15:56:15 2021 -0800"
      },
      "message": "Voltha 2.6 release notes - minor updates\nUpdate doc version to 2.6.2\n\nChange-Id: Ib358a9d04cdb1bca9c81f06913488fa718c25963\n"
    },
    {
      "commit": "93b0028cddf51621d1f30a323c38980ecf86e07d",
      "tree": "0eded3f59c4bea120f56d34780988fb708a67210",
      "parents": [
        "cb1185230c0f1cfbc124895d349968c7cbe16ad4"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Fri Dec 18 14:51:05 2020 -0800"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Fri Dec 18 14:51:05 2020 -0800"
      },
      "message": "Voltha 2.6 release notes - minor fixes\n\nChange-Id: Ie47c3d0f399f81a930b6cdcb0e21371e64b25848\n"
    },
    {
      "commit": "cb1185230c0f1cfbc124895d349968c7cbe16ad4",
      "tree": "b7eb20900bbbeaa7decdd2c1e88efd40f3468a55",
      "parents": [
        "97c8131453fb7cc8720ce64cdd843d7d34acd4d6"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Dec 14 17:59:44 2020 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Dec 18 09:26:38 2020 +0100"
      },
      "message": "Voltha 2.6 release notes\n\nChange-Id: Ibdc7904581eca8e8777de380d919b94d3613fcff\n"
    },
    {
      "commit": "97c8131453fb7cc8720ce64cdd843d7d34acd4d6",
      "tree": "dbdfd10887fd28a12d829de577c7388a88562686",
      "parents": [
        "d51094c80e5aa88fb65558e780110aae770284fd"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Nov 06 11:23:37 2020 -0800"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Dec 15 18:49:59 2020 +0100"
      },
      "message": "[VOL-3634] Adding multi-stack support docs\n\nChange-Id: I290ca9b2e9ee73c96010b53493144da728377f01\n"
    },
    {
      "commit": "d51094c80e5aa88fb65558e780110aae770284fd",
      "tree": "b91ab40564da4b8d5c44401c09300d65d6eb772e",
      "parents": [
        "827331579cf44ace6b23e64fc51b810486940439"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Wed Sep 30 10:49:52 2020 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Wed Sep 30 17:07:26 2020 -0700"
      },
      "message": "Release notes and tag for 2.5.0\n\nChange-Id: Iff3a561d04323ff4b175e1f5fd4a508550579696\n"
    },
    {
      "commit": "827331579cf44ace6b23e64fc51b810486940439",
      "tree": "599e8858a48991d60b5150bbea7e2e3306b333fd",
      "parents": [
        "2b69dac89ad271267b78474c68d4332243ebfa5c"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Wed Sep 02 17:49:48 2020 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Wed Sep 02 17:49:48 2020 -0700"
      },
      "message": "[VOL-2778] Documenting the new format to select different workflows\n\nChange-Id: I4f117334d76eed63da327c618142f1cd2bf53014\n"
    },
    {
      "commit": "2b69dac89ad271267b78474c68d4332243ebfa5c",
      "tree": "6610693f4912b2f86c08479cd686ed4a54d8f174",
      "parents": [
        "a702ba996f53a7f18dc8eb608d4dc2fb0637dc87"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Sep 02 20:47:40 2020 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Sep 02 20:47:40 2020 +0200"
      },
      "message": "Adding voltctl device flow list command\n\nChange-Id: I0c3691c4e814aeac7520eed4304ee86893cc70e4\n"
    },
    {
      "commit": "a702ba996f53a7f18dc8eb608d4dc2fb0637dc87",
      "tree": "c690a6d1b8275fb6e2573ef92760de23fdd8ea1f",
      "parents": [
        "f20b0654bd1e20cbe7c02dc22aa3322b8ae3ff4d"
      ],
      "author": {
        "name": "divyadesai",
        "email": "divya.desai@infosys.com",
        "time": "Mon Aug 31 11:27:46 2020 +0000"
      },
      "committer": {
        "name": "divyadesai",
        "email": "divya.desai@infosys.com",
        "time": "Tue Sep 01 06:24:16 2020 +0000"
      },
      "message": "[VOL-901] As an operator, I should be able to view logs from all VOLTHA components in a single stream\n\nChange-Id: I5b6e69f57a7684168d3e3ce750ad170b784ca212\n"
    },
    {
      "commit": "f20b0654bd1e20cbe7c02dc22aa3322b8ae3ff4d",
      "tree": "9b51905766611a01eb2aee91f8499ca7c588c155",
      "parents": [
        "0604f77a5b75e5ab5853d0304165df00b59fc4e8"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Aug 24 14:51:07 2020 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Aug 24 14:51:07 2020 +0200"
      },
      "message": "Bumping OLT Adapter chart\n\nChange-Id: I4c68d35ca64984d56978cd1a2e19488b3122627c\n"
    },
    {
      "commit": "0604f77a5b75e5ab5853d0304165df00b59fc4e8",
      "tree": "64b7e4bb9971c6b4267a44fcca35f36ed7c623d9",
      "parents": [
        "a2f2084a4e979440567a0bba4d675182e4a734fe"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Thu Aug 13 15:56:37 2020 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Thu Aug 13 16:28:07 2020 -0700"
      },
      "message": "Updating versions used in voltha-2.4\n\nChange-Id: Iedf72faa90512197c5ac31101401581b5a8d21a9\n"
    },
    {
      "commit": "a2f2084a4e979440567a0bba4d675182e4a734fe",
      "tree": "d8a99cfff640759562eadab69a5b73936c62f326",
      "parents": [
        "315c40269488b28144ab4352cb704840de44d941"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Aug 12 15:32:44 2020 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Aug 12 15:32:44 2020 +0200"
      },
      "message": "Updating voltha onos image to 4.1.4 in voltha 2.4\n\nChange-Id: I2896b07e126072266d0d98eea7ba73dfb77097c6\n"
    },
    {
      "commit": "315c40269488b28144ab4352cb704840de44d941",
      "tree": "9c570c3ce26731067b5bd7d4c4f1f419af1036aa",
      "parents": [
        "b0fcd4ece78b126170213154cb9ec1a59a9f4a52"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Jul 28 15:57:00 2020 -0700"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Jul 29 08:31:01 2020 +0000"
      },
      "message": "Bumping VERSION to 2.5.0-dev\n\nChange-Id: I9ef05c6f5c2e9fd6f14704150b8466f824f61c86\n"
    },
    {
      "commit": "b0fcd4ece78b126170213154cb9ec1a59a9f4a52",
      "tree": "3aa571710c3c0be76da6cf35d725547b914bf16e",
      "parents": [
        "ef5d6f42676aeba2047b5f9b0c095c5f12ad5211"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Jul 28 15:54:52 2020 -0700"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Jul 29 10:08:13 2020 +0200"
      },
      "message": "Adding release notes and tagging docs for 2.4.0 release\n\nChange-Id: Ic037678de1ad29a9026d2506048b9d3cd38b4494\n"
    },
    {
      "commit": "ef5d6f42676aeba2047b5f9b0c095c5f12ad5211",
      "tree": "dc8149fc48bc0b9b995e0cf3daa78f9e8243b776",
      "parents": [
        "61fd666589c096e441be792fe82453eb8596cf90"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Jul 27 16:46:38 2020 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Jul 28 14:37:46 2020 -0700"
      },
      "message": "Reorganizing docs\n\n- Adding quickstart examples for the different workflows\n- Adding an environemnt overview\n- Adding workflow definition\n- Adding operation guide\n\nChange-Id: I474dd1a2ea6e916512041f80f2ca3039718ab219\n"
    },
    {
      "commit": "61fd666589c096e441be792fe82453eb8596cf90",
      "tree": "3d7e7db874e3faf29cf1a72414bad1bd674c7cc5",
      "parents": [
        "2a6a8a6367703503452f698d4c202bb6b5bf3ecc"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Jul 27 16:56:55 2020 +0200"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Jul 27 09:43:36 2020 -0700"
      },
      "message": "[VOL-3373] Updating voltha docs with califications and more links\n\nChange-Id: If37468e130446164737467bec32c7fd28ed32320\n"
    },
    {
      "commit": "2a6a8a6367703503452f698d4c202bb6b5bf3ecc",
      "tree": "ac7d42347d80c214d9b5fa8a1678fa7ded7c5440",
      "parents": [
        "7674432892c4607f581f791081cc8bd02586225e"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Mon Apr 13 09:39:00 2020 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Mon Apr 13 09:39:00 2020 -0700"
      },
      "message": "[VOL-2372]v2 ofagent-go version bumps for 2.3 release\n\nChange-Id: I4c8675faba9a6cf2ddf918aa7f4d378d58a6db34\n"
    },
    {
      "commit": "7674432892c4607f581f791081cc8bd02586225e",
      "tree": "4c388dc84226723562e91f3b074ca12d87eeb13d",
      "parents": [
        "6ebfe06088a564c2aa43a1b2b967dbddfcfae056"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu Apr 09 22:00:35 2020 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu Apr 09 22:19:07 2020 -0700"
      },
      "message": "[VOL-2875]v2 Fixes to formatting and multiversion build\n\nChange-Id: I5fd56cbda10e8b019c796f40cb32905b78c700ec\n"
    },
    {
      "commit": "6ebfe06088a564c2aa43a1b2b967dbddfcfae056",
      "tree": "4f8a21acf0cd8ea47b7a7e50de992b23cc7a636a",
      "parents": [
        "16042b619ecd76e40d58165b91e699e09648fdd8"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu Apr 09 16:08:29 2020 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu Apr 09 16:08:29 2020 -0700"
      },
      "message": "[VOL-2903] Release notes for 2.3 and relocation of kind-voltha\n\nChange-Id: Iedc86d15b8e12933d1a8f8823e86a9bfb7ce4cbb\n"
    },
    {
      "commit": "16042b619ecd76e40d58165b91e699e09648fdd8",
      "tree": "1e5337674781127f6c83270521497971ed820392",
      "parents": [
        "39d67b1646d1a0154fbdd829f6dd92a271355005"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Sun Mar 29 22:03:16 2020 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Wed Apr 08 15:59:51 2020 -0700"
      },
      "message": "[VOL-2875] Documentation update\n\n- Updated the main landing page and overview documentation\n- Added the lab setup (copied from CORD docs)\n- Use forked sphinx-multiversion to publish docs, which allows versions\n  to be listed at bottom of sidebar\n- Updated logo and favicon, fixed CSS to make logo legible\n- Use VERSION file to set the version in the sidebar\n- Add more words to dictionary\n- removed reload functionality that is nonworking in Sphinx 2.x\n- Fixed lint/linkcheck issues\n\nChange-Id: I032e67d76393778fc697944a6d5df9c8cdacbbc4\n"
    },
    {
      "commit": "39d67b1646d1a0154fbdd829f6dd92a271355005",
      "tree": "567d78f04a0bbf3a3968d4e75d1c21578ab4f6e0",
      "parents": [
        "330855294fbe98b111f6adc9849ea8f730309a47"
      ],
      "author": {
        "name": "Andy Bavier",
        "email": "andy@opennetworking.org",
        "time": "Thu Feb 27 16:08:52 2020 -0700"
      },
      "committer": {
        "name": "Andy Bavier",
        "email": "andy@opennetworking.org",
        "time": "Fri Feb 28 14:03:55 2020 -0700"
      },
      "message": "VOL-2678 Publish docs for cord-robot resources\n\nChange-Id: Iaad08cb5b9be584d7d45fcee74db5aa972cc7777\n"
    },
    {
      "commit": "330855294fbe98b111f6adc9849ea8f730309a47",
      "tree": "a6d24716325a097308cfd044447dc1e4ab73cc89",
      "parents": [
        "92bd59bad66b03c2b4717ea2274a111003f7d4e4"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Feb 28 11:41:01 2020 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Feb 28 11:41:01 2020 -0700"
      },
      "message": "Update to python3, bump versions\n\nChange-Id: I9a62f81f9462083e11757cc1254c40f9dca5785e\n"
    },
    {
      "commit": "92bd59bad66b03c2b4717ea2274a111003f7d4e4",
      "tree": "04d3ae6cdd45c16458ad1269ebe961d8b7845204",
      "parents": [
        "5dee6ae014c726adccbb1baaccd4fc5fe3ac6e0b"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Jan 30 17:26:32 2020 +0100"
      },
      "committer": {
        "name": "Andy Bavier",
        "email": "andy@opennetworking.org",
        "time": "Fri Jan 31 11:35:18 2020 -0700"
      },
      "message": "Fixing missing README.md files, Makefile tweaks\n\nChange-Id: Ibd7a24634dc359a7bb657aa4753db9e912925d71\n"
    },
    {
      "commit": "5dee6ae014c726adccbb1baaccd4fc5fe3ac6e0b",
      "tree": "c90ce0db2b0435b8dd111a107a36bf36105c35e0",
      "parents": [
        "4cf8ba00436602f1914d91f0a6add08c72fe20c8"
      ],
      "author": {
        "name": "Andy Bavier",
        "email": "andy@opennetworking.org",
        "time": "Wed Jan 29 16:03:40 2020 -0700"
      },
      "committer": {
        "name": "Andy Bavier",
        "email": "andy@opennetworking.org",
        "time": "Wed Jan 29 17:50:04 2020 -0700"
      },
      "message": "Publish generated voltha-system-tests docs\n\nChange-Id: If5b2d2892cb22255141692939e4e3d8ca691d33a\n"
    },
    {
      "commit": "4cf8ba00436602f1914d91f0a6add08c72fe20c8",
      "tree": "65a6d532ed12e15c7a56ed7761b6f5828ef5519e",
      "parents": [
        "e377eae4a49f952edbedb234e9480ac463888f01"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Jan 21 18:01:59 2020 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Jan 22 17:49:49 2020 +0100"
      },
      "message": "Adding voltctl page downloading the README from opencord/voltctl\n\nChange-Id: I3ed6218273c65498cb704d3048c38b49c2321da8\n"
    },
    {
      "commit": "e377eae4a49f952edbedb234e9480ac463888f01",
      "tree": "1e0c645931f5d8d81b2e88414f0d99881b73daff",
      "parents": [
        "6c1703f872e035c2534e54fe6c06bed3ae33f386"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Dec 20 16:40:38 2019 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Dec 20 16:47:36 2019 -0700"
      },
      "message": "Adding VOLTHA 2.2 release notes to the documentation\n\nRenamed files to use underscore delimiters, was mixed before\n\nFixed a few spelling/formatting issues\n\nChange-Id: I4d66ff64c2e7488b1a77be9535cf3398d8a2e2ed\n"
    },
    {
      "commit": "6c1703f872e035c2534e54fe6c06bed3ae33f386",
      "tree": "8da5535e093dfa8dfd5f37d88139b33690c1fe4d",
      "parents": [
        "17e34029eccf3e3df55c3cf92903287d6f827c01"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Dec 20 15:31:58 2019 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Dec 20 16:12:47 2019 -0700"
      },
      "message": "Fix branch git checkout target to work with versioning\n\nChange-Id: I47acb02fa31987c53a94333d19c40c5561dd09ee\n"
    },
    {
      "commit": "17e34029eccf3e3df55c3cf92903287d6f827c01",
      "tree": "5575c271adcab800e6b598c788f38ff9fde95b94",
      "parents": [
        "88df47431094ae61fadac16c7f21b2235941507f"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Dec 20 13:51:54 2019 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Dec 20 13:51:54 2019 -0700"
      },
      "message": "fix subdir linking for repos/\n\nChange-Id: I727ad790f5658c6b080651deaf8b6235e5f691bc\n"
    },
    {
      "commit": "88df47431094ae61fadac16c7f21b2235941507f",
      "tree": "e1da4e17153a84fdbc63faa8105b0b808317d77c",
      "parents": [
        "c6460c21a9e54101ef01ff6c517e9b1c072cf841"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Dec 20 08:24:47 2019 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Fri Dec 20 13:14:39 2019 -0700"
      },
      "message": "Add sphinxcontrib-versioning\n\n- \u0027make versioned\u0027 target to build w/versions, and supporting \u0027make\n  prep\u0027 target.\n- Rework how checking out refs in repos are done in the makefile\n- Change versioning method from VERSION file to conf.py\n- use fork of sphinxconfig-versioning to deal with repos/ structure\n- move OTHER_REPO_DOCS in Makefile so doc8 target requires that docs are\n  checked out in repos/ .\n\nChange-Id: I6f5d6eee324bbbe31b71e1af596f0d8feb8f8785\n"
    }
  ],
  "next": "c6460c21a9e54101ef01ff6c517e9b1c072cf841"
}
