)]}'
{
  "log": [
    {
      "commit": "0ce49d387407753c381f01d1bc0704dbf62eb459",
      "tree": "103490ebbe000240708f51b70c3c18ac33b3737f",
      "parents": [
        "76c358b64adc4016a53d467a55b02026823bae6a"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Dec 12 16:46:28 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Jan 09 19:27:32 2024 -0500"
      },
      "message": "[VOL-5222] - Upgrade golang version for VOLTHA jobs\n\nmakefiles/docker/include.mk\n----------------------------\n  o bash: -c: line 2: syntax error: unexpected end of file\n    + Lack of a semi-colon within \"\u0026\u0026 {}\" contributes to syntax error.\n    + Copy in latest is-stdin macro definition from repo:onf-make:\n      + https://gerrit.opencord.org/plugins/gitiles/onf-make/+/refs/heads/master/makefiles/docker/include.mk#42\n\nmakefiles/lint/golang/sca.mk\n----------------------------\n  o Remove stray debugging message.\n\nmakefiles/lint/golang/include.mk\n----------------------------\n  o Replace echo with printf for consistent golang help target display.\n  o golang-version and golang-upgrade will be added by a different patch.\n\nChange-Id: I3d02f6e1c199c2ffac45075f59a3e1d431289d53\n"
    },
    {
      "commit": "25589d8650beed2fddfabc923c63f152f19b27e4",
      "tree": "44ac52fc66a1a2f602cf46ff0dd97874f14cc979",
      "parents": [
        "7434dfec930c12f902c4b744b48ddfe19d02f96b"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Jan 02 22:31:35 2024 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jan 03 03:17:53 2024 -0500"
      },
      "message": "VOL-5244 - branch and release voltha-protos.\n\nIntent: Bulk file update to trigger and validate the repo jenkins job.\n\nVERSION\n-------\n  o Revert VERSION string to v5.4.10 so master branch will attached\n    to v5.5.0 post release.\n\nMakefile\nmakefiles/\n.../\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n  o Bulk copyright notice update to span 2024.\n  o Suffix \u0027(ONF) and the ONF Contributors\u0027 on a few files.\n  o Copyright 2019-2024 Open Networking Foundation (ONF) and the ONF Contributors\n\nprotos/voltha_protos/ext_config.proto\nprotos/voltha_protos/extension.proto\nprotos/voltha_protos/openflow_13.proto\nprotos/voltha_protos/*.proto\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n  o Replace \u0027Copyright (c)\u0027 with the latest ONF Copyright msg syntax.\n  o Update notice to span the current year.\n\nChange-Id: I8a1003cb3754f974a045df3adc1033dd78ce2cbc\n"
    },
    {
      "commit": "56b36781e3e0aff64fcf7c6110fd075c1210422a",
      "tree": "28da42bfbcb725a3df2b95df594007b1c0759a02",
      "parents": [
        "ba79e80e15ba6dcf57376234e32f72af86ecde50"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue May 30 17:30:11 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue May 30 17:30:11 2023 -0400"
      },
      "message": "[VOL-5000] VOL-5001 - edits for debugging voltha-prototype problems.\n\nMakefile\n--------\n  o Disable DISTUTILS_DEBUG, only needed when tracing pip install failure.\n  o Added comments and minor cleanups.\n  o Added enter/leave banners for targets.\n  o Display PROTO_FILES macro to see where the bash -c syntax error problem originated.\n  o ls /go/src and java_temp/ to show permissions (local docker issue).\n  o Sterile target updated to remove java_temp and addeed\n    mkdir helper logic to continue building locally.\n\ntox.ini\n-------\n   o Community reported people are no longer using python protos so\n     begin cleanup by removing old interpreters.\n\nChange-Id: Ia7ae20bb409c9ccfdc2e87fb07491a143eae56da\n"
    },
    {
      "commit": "670d40cb0e083fef4dbfcabc5238339d0cfb76d9",
      "tree": "3f20f6e0ddb4b353605016e13609d2e9c55e51f3",
      "parents": [
        "761579c36d0768feb3e809e59dfe504cec02e110"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu May 11 20:49:26 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri May 12 08:13:55 2023 -0400"
      },
      "message": "VOL-4977 - Failure in voltha-protos verification job.\n\nMakefile\n--------\n o This patch contains prototyping.\n o Define DISTUTILS_DEBUG to enable verbose output from python pkg install.\n o Define DOCKER_DEBUG to enable docker --debug.\n o Added whitespace to improve make output readability.\n o Insert banner text into targets so they will announce themselves for logging.\n o Remove @/$(HIDE) from prototype generation so command will be visible.\n\nmakefiles/docker/include.mk\n---------------------------\n o Conditionally test for stdin and explicity pass --tty so docker can pass back log output.\n\n.gitignore\n----------\nIgnore the virtualenv directory.\n\nChange-Id: If73870fec03eadef2671f3f2f33075d58327914d\n"
    },
    {
      "commit": "761579c36d0768feb3e809e59dfe504cec02e110",
      "tree": "8cb636ef78828ba14b8138d4916a2a035939eb4e",
      "parents": [
        "d95e199adec9eba299fef34e36e96d03d8ba47c7"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon May 08 11:59:57 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon May 08 15:59:59 2023 -0400"
      },
      "message": "VOL-4977 - Failure in voltha-protos verification job.\n\nMakefile\nmakefiles/consts.mk\nmakefiles/include.mk\nvirtualenv.mk\nrequirements.txt\n--------------------\n  o Added library makefiles from repo:onf-make to handle virtualenv setup/removal.\n  o go-clean - augment clean rule, current behavior leaves directory unbuildable.\n\nmakefiles/docker/include.mk\n---------------------------\n  o Replace inlined copies of docker cli arguments with macros: is-stdin, docker-run, etc.\n  o Moved docker command wrappers: PROTOC, etc into docker/include.mk\n\nmakefiles/help/*.mk\n-------------------\n  o Update and align makefile target help text.\n\nChange-Id: Ifcf72e8081efc6e0d828ee4b1b96c66a219a39b9\n"
    }
  ]
}
