)]}'
{
  "log": [
    {
      "commit": "2301cb3fb05a379311dbcf3a60c854b48930ebff",
      "tree": "45c32b8a927672f06229dfc0e5f5a84c37fe3f4e",
      "parents": [
        "f7a5fbb29b12c64ff9ae4cafd812de66f09be41e"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "jarmstrong@linuxfoundation.org",
        "time": "Wed May 01 18:39:52 2024 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "jarmstrong@linuxfoundation.org",
        "time": "Wed May 01 18:39:52 2024 -0400"
      },
      "message": "[VOL-5338] - Add support for pre-commit tool and repo:onf-make\n\n .pre-commit-config.yaml\n -----------------------\n   o Add basic tool config\n\nmakfiles/include.mk\nmakefiles/commands/pre-commit/\nrequirements.txt\n------------------------------\n  o virtualenv: install python module pre-commit.\n  o Add makefile target \u0027pre-commit\u0027 to install venv and\n    pre-commit tool by dependency.\n\nSigned-off-by: Joey Armstrong \u003cjarmstrong@linuxfoundation.org\u003e\nChange-Id: I7c3e4b46cab429e60e504e5f9579d578614eafad\n"
    },
    {
      "commit": "a9deb69a1ced864b61270bc3228ab32bc90464f2",
      "tree": "1a89d17f0636a8974d4372ab4cd0eec3d4880694",
      "parents": [
        "ae72bf8bde4f38744c810294084b9204c7cb6235"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jun 30 18:13:01 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sun Feb 04 18:57:16 2024 -0500"
      },
      "message": "[VOL-5031] - Pre-release voltha-onos build\n\n[VOL-5099] - verify_foltha-onos-sanity-test FAIL\n\napp-install.sh\ntests/version-check.sh\n----------------------\n  o shellcheck cleanups\n  o Improve error detection and reporting.\n  o cd \u0027..\u0027 early VS resolving relative paths everywhere.\n  o Replace $(basename) with shell string builtins.\n  o use local vars to shorten paths and avoid extra string concatenation.\n  o Added error detection in \"\u003capp name\u003d\" gathering, shell commands can\n    fail allowing manipulation in APP_INSTALL_ROOT VS A_I_R/$name.\n\nMakefile\nmakefiles/virtualenv.mk\n-----------------------\n  o Update requirements.txt read check to not require existence\n    of an empty *.txt file on disk.\n\ndependencies.xml\n----------------\n  o Update component dependencies to match the latest deployed versions.\n  o https://wiki.opennetworking.org/display/VOLTHA/v2.12+Deployments\n  o Still pending: segmentrouting.version and kafka.\n\nChange-Id: I05d2d71521fa56ea788cc959e1ce88b1d38e1b2b\n"
    },
    {
      "commit": "6f63edff9d248239ee57736b9670bce13a68488f",
      "tree": "26ed638c582e81d44bd10403c97411cc56698182",
      "parents": [
        "4a4286e31d6cfa1e0a0b4159ed092c867540a2c2"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jan 12 11:30:08 2024 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jan 12 11:31:01 2024 -0500"
      },
      "message": "[VOL-5031] - baseline build for repo:voltha-onos\n\nmakefiles/*.mk\n*.sh\netc/*.sh\nDockerfile.votlha-onos\n----------------------\n  o Update copyright notice ending date.\n  o Patch will trigger a clean build to screen for pre-existing failures.\n\nDockerfile.votlha-onos\n----------------------\n  o Remove duplciate apt-get call, only need to refresh the index once.\n\nChange-Id: Iacf97a88266d300ec6985d233f388f1b25c5c90c\n"
    },
    {
      "commit": "99a72d0126e5ab03b02c19cfba716ee3336953cf",
      "tree": "33bc40cdff3a5dc413138661c6d21bf334e18dd0",
      "parents": [
        "f58ac35d9b9ba4d35cebf3224bffb8c9b437e01c"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jun 09 10:26:42 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jun 09 10:26:42 2023 -0400"
      },
      "message": "[VOL-5031] Build and deploy voltha-onos for v2.12\n\nmakefiles/*\n-----------\n  o https://github.com/opencord/onf-make\n  o Update to the latest library makefiles to support more lint targets.\n\nVERSION\n-------\n  o Cosmetic dev version bump to triage build state.\n\nChange-Id: Iaddd825c24afdfa13e99cfd46cfe887072016d0f\n"
    },
    {
      "commit": "695ba5caa0457c3d0f833bbe2d435544bd89106a",
      "tree": "2d89431cbf679cd838e4e0eec603041cdbec9504",
      "parents": [
        "4048c1ff0a700aeed339d7fe94daa3eebbe57444"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jan 20 11:17:49 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jan 20 11:18:11 2023 -0500"
      },
      "message": "VOL-4925 - Build and release components.\n\nMisc/\n-----\n  o Bulk copyright notice updates to 2023.\n\nVERSION\n-------\n  o Bump version string for a release build.\n\ndependencies.xml\n----------------\n  o Update released component versions.\n\nMakefile\nmakefiles/\n----------\n  o Add common library makefiles for lint, constants, etc.\n\nChange-Id: I5a4f6cc764913b93f3ae192bc292896a9ec3dbf0\n"
    }
  ]
}
