)]}'
{
  "log": [
    {
      "commit": "74a2e76a839c8d4d648f6e19b9066ede53212016",
      "tree": "426fe18810084b0f181fbe9e2ce4c30235b91db7",
      "parents": [
        "3b87f75cc2ebf96deccef09788446bee78f8dd95"
      ],
      "author": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Wed Aug 27 12:34:53 2025 -0700"
      },
      "committer": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Wed Aug 27 13:07:47 2025 -0700"
      },
      "message": "Change domain from opencord.org to lfbroadband.org\n\nWe have moved all sites from the opencord.org domain to\nlfbroadband.org (except wiki/Jira, which are now hosted on Atlassian\nCloud).\n\nSigned-off-by: Eric Ball \u003ceball@linuxfoundation.org\u003e\nChange-Id: I9624ae92e9c193fa2d2fac9ab30ad108a812306e\n"
    },
    {
      "commit": "1eb713f23c9c94dd409042e418703d128f5acb0c",
      "tree": "3943c1ae58edffb9216c638df16781427087c184",
      "parents": [
        "bb26e9363a8bafa705dc759bc1990782fa608841"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Jan 30 13:53:00 2024 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Feb 01 11:43:23 2024 -0500"
      },
      "message": "Misc doc edits for release.\n\nrelease_notes/voltha_2.12.rst\n-----------------------------\n  o Update version and URLs for kafka\n  o Update version and URLs for olt\n\nhowto/release/tasks/index.rst\nhowto/release/tasks/golang_gofmt_syntax.rst\n-------------------------------------------\n  o Document std golang formatting with gofmt -s -e -w.\n  o Document content with references (commit message, make lint)\n    diff --git a/howto/release/tasks/index.rst b/\n\nInclude a few edits from gerrit id I6e9658c23f436f83d423f74e01b2966943d2fe08\n\nChange-Id: I27ad46ddd6673a9e35e794b1d3e8bb0644e8260d\n"
    },
    {
      "commit": "a144ef3335dd71668df4fbf910fc961d6c656c8a",
      "tree": "bdc4eb3dfa7c49550a8cae3bb069b28407529c1a",
      "parents": [
        "e9edbda12417e291cc22e00aa602f53120064a26"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Jan 11 11:26:41 2024 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jan 17 15:17:10 2024 -0500"
      },
      "message": "Create placeholders for documenting release by repository\n\nChange-Id: I0e4af607de9e6aac3424676f344714e0d9e6fde8\n"
    },
    {
      "commit": "644fb65754ab9eb64980070315ae4c77476f998f",
      "tree": "bc1063ffcff92ec70b5f3603ecc49d09e60df436",
      "parents": [
        "b5a5e8c1b0ea6dd08bac89c5b2c7fe2ab1f66a7e"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Oct 02 13:12:20 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Oct 04 09:17:44 2023 -0400"
      },
      "message": "Early staging for library makefile use (patch 2 of many)\n\nFix for broken URLs and delayed problem manifestations.\n\noverview/troubleshooting.rst\n----------------------------\n  o (make test) Wireshark protocol-dissectors returned a 500 error.\n  o URL accessible when used interactively.\n  o Workaround: morph the url into an emphasized statement.\n\nhowto/code/linting.rst\n----------------------\n  o Modify lint target URLs to reference repo:onf-make VS repo:voltha-docs.\n  o Update URLs to accommodate temp renaming makefiles/ to makefiles-orig.\n\nmakefiles-orig/lint/json.mk\n---------------------------\n  o Exclusions for delayed error condition.\n  o make lint runs successfully after a clean checkout.\n  o lint begins failing after targets (build, test, etc) checkout external\n    repos, create *venv* and generate documents.\n  o ie: cord-tester/venv_cord\n    + [todo] include makefiles/virtualenv/include.mk\n  o Add simple directory exclusions for now so lint target\n    will ignore generated content.\n\nChange-Id: Idea00c999f6bf8bfffd8192240005532e13baafe\n"
    },
    {
      "commit": "1a9b7d17f716bc468a4e4a028a58b01a391619f8",
      "tree": "90e7f83d53c1b121a5fff71fb42f6a19629c6236",
      "parents": [
        "b0b790b6ec292de4290d5ba20e209b3ac275edd5"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Dec 19 14:13:07 2022 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Dec 19 17:07:25 2022 -0500"
      },
      "message": "VOL-4836 - Cosmetic edits to force a jenkins job.\n\nMakefile\n\nbandwidth-profiles/bandwidth-profiles.rst\n-----------------------------------------\n   o Update document text to force trivial deltas.\n   o For readability: reformat runon command output to fit 80cpl.\n\nhowto/edit_voltha_docs.rst\n--------------------------\n   o Copy in gendocs howto text from repo:infra-docs.\n\noverview/troubleshooting.rst\n----------------------------\n   o Update document text to force trivial deltas.\n   o Change variable delimiter syntax $()-makefile into ${}-shell since context is the command line.\n   o cat | grep command can be replaced by a single grep command to avoid the extra process.\n\ntesting/index.rst\n-----------------\n   o Minor reformatting for readability.\n   o Include URLs for both voltha-system-test repository access: gerrit \u0026 github.\n   o Added a \"See Also\" section to hilight cord-* resources.\n\nChange-Id: Ibf0881a6172abcb866f54dce57ce67a4c29b1bb1\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": "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": "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": "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": "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": "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": "1f5530b010039cc47272895ff5bb61b9b16939a3",
      "tree": "3522e56c99ddb9143ccd7becbff5a78a95fc3e34",
      "parents": [
        "f23915435356dc6816e53455c720b6d38f89c2d3"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Dec 17 10:12:31 2019 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Wed Dec 18 16:25:02 2019 +0000"
      },
      "message": "[VOL-2386]\nCreating a base structure for the docs\nInserting basic content\n\nChange-Id: Ie3c3417e95065021aeed79985f7d6262418b08f8\n"
    }
  ]
}
