)]}'
{
  "log": [
    {
      "commit": "95a52436dba9c50e248a1c2c02d8e8e1c281f8b6",
      "tree": "a99ae324df9e42399a5fb5a7d39689cf1da28e00",
      "parents": [
        "f22de9dea0501064e0a588bf18879de7027791c4"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "jarmstrong@linuxfoundation.org",
        "time": "Mon Apr 29 15:26:18 2024 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "jarmstrong@linuxfoundation.org",
        "time": "Mon Apr 29 15:26:51 2024 -0400"
      },
      "message": "Updates for the pre-commit hook\n\n.pre-commit-config.yaml\n-----------------------\n  o Add more hooks\n\nbin/setup.sh\nmakefiles/commands/kail/godownloader.sh\n---------------------------------------\n  o Shellcheck cleanups\n\ninstall/README.md\n-----------------\n  o Add a project copyright notice.\n\nmakefiles/.../*.mk\n------------------\n  o Update copyright notice.\n  o Replace legacy var $(ONF_MAKEDIR) with onf-mk-dir\u003d\n\nmakefiles/virtualenv/include.mk\n-------------------------------\n  o Fixed a small problem with targets clean \u0026 sterile.\n  o Clean target should remove\n\nChange-Id: If624531f4d38aaacc200d3c49aee2c3804122ffb\nSigned-off-by: Joey Armstrong \u003cjarmstrong@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "df2387271b79085160ac852b61466db41e1d95dc",
      "tree": "0424dc734834964a0126ea1c61bea0abca65e295",
      "parents": [
        "62ae139e6e69c0422b2d8c4a272301b46bcbc21a"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "jarmstrong@linuxfoundation.org",
        "time": "Thu Mar 28 15:57:52 2024 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "jarmstrong@linuxfoundation.org",
        "time": "Thu Mar 28 15:57:52 2024 -0400"
      },
      "message": "Cleanup tox command handling.\n\nLong winding road for this patch:\n  Interest: Support local python and tox upgrades to facilitate working\n            on robot testing framework used by broadband.\n            Support a common python and tox versions across repos.\n     Wonky: tox was used indirectly as a lint dependency (lint-jjb).\n            The lint target is only used by repo:ci-management for JJB.\n            Modify to make it a standalone usable comand/dependency.\n\nmakefiles/target/tox.mk\n-----------------------\n  o File deprecation pending, only used by repo:ci-management.\n\nmakefiles/include.mk\nmakefiles/commands/include.mk\nmakefiles/lint/include.mk\n-----------------------------\n  o Restructure: include logic, installer and version from commands/tox/.\n\nmakefiles/commands/tox/README.md\nmakefiles/commands/include.mk\nmakefiles/commands/tox/include.mk\nmakefiles/commands/tox/install.mk\nmakefiles/commands/tox/requirements.txt\nmakefiles/commands/tox/tox.mk\n---------------------------------------\n  o Added targets:\n    + tox-version: Display version of venv installed tox command.\n    + tox-install: Install a versioned tox command (requirements.txt).\n    + help: display basic target help.\n    + tox-help: display extended help for tox-*.\n  o Added 3.11.6 to the supported list of python interpreters for local use.\n\n[HOWTO: Test]\n  % make help | grep tox\n  % make tox-help\n\n  # Install venv + tox\n  % make sterile tox-version\n  % make sterile tox\n  % make sterile tox-install\n\nChange-Id: I8a7c1fe84727b8ec282c4c03e953b8052d2bf242\n"
    },
    {
      "commit": "7298cc40cd5725ed181b2da29a2135e877fdaf08",
      "tree": "316c80ef7289fb727a5da97af8d5b03ad04464ba",
      "parents": [
        "6fdded6e4468b30be44f38bd90e306a3f1c5645e"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Dec 11 17:35:41 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Dec 21 22:20:37 2023 -0500"
      },
      "message": "Add common lint target for golang.\n\nmakefiles/lint/include.mk\nmakefiles/lint/golang/include.mk\nmakefiles/lint/golang/sca.mk\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\n  o sca -\u003e static-code-analysis\n  o Copy in golang lint target from repo:voltha-openolt-adapter.\n  o Cleanup needed but start with a verbatim import.\n\nChange-Id: I057ee09a740aae855fa25162e55c4dad30365a6b\n"
    },
    {
      "commit": "216b04b3c6bada846f240fb0eaf838dc30e77cc7",
      "tree": "15b1791b3ad593e0d41a1549a6ae710bcbbee793",
      "parents": [
        "a8205c202e320b5f74e5b93de7c0ac2809dfc3c0"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Sep 29 16:31:19 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Nov 10 11:57:43 2023 -0500"
      },
      "message": "Bulk filter undef vars to support makefile target lint-make\n\nmakefiles/include.mk\nmakefiles/lint/make/include.mk\nmakefiles/lint/make/makefile.mk\n-------------------------------\n  o Move lint-make target logic into makefiles/lint/make/\n\nmakefiles/lint/make/warn-undef-vars.mk\n--------------------------------------\n  o Volume undef warnings plague makefile linting.\n  o Makefile logic cleanup needed but in the interim valid-but-undef\n    vars are defined as \"var :\u003d $(null)\".  This helps shorten the\n    error log so lint-make can be used as a default lint target.\n\nChange-Id: I48a0c6b2c71cf1dd5a6554cc5823502ed88482d0\n"
    },
    {
      "commit": "ad7bd3fe665f83d04d695db29fa57b9c443a792d",
      "tree": "e0dfd99ec1b3967cfe426beb2cf12cd90be69e2c",
      "parents": [
        "7f590b9daf005b926ae7e42bae056b166ec2f4d1"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Oct 02 16:55:59 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Nov 01 16:07:42 2023 +0000"
      },
      "message": "Integration edits for repo:voltha-docs use.\n\nThis patch will add makefile targets and exclusions for doc8 (estructuredText) linting.\n\nmakefiles/lint/doc8/excl.mk\nmakefiles/lint/doc8/doc8.mk\nmakefiles/lint/doc8/help.mk\nmakefiles/lint/doc8/include.mk\nmakefiles/lint/doc8/install.mk\n------------------------------\n  o Apply exclusion list so checking will not fail on python venv dirs.\n  o Split include.mk into named modular makfiles.\n\nmakefiles/lint/include.mk\nmakefiles/lint/shell.mk\n-------------------------\n  o Remove legacy shell.mk config, lint target loads from lint/shell/*.\n\nChange-Id: I8c214dc499356edf9778ae7ec1deeddf35bd3b65\n"
    },
    {
      "commit": "f548adc757f6ddeec76a1418ccf0dcf56d4bbeb4",
      "tree": "13d0763edd097f9af32ce776ab1ed7f7d07477c8",
      "parents": [
        "825114ee76bfe6054fd975b33519e7d94dd83e3d"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Sep 08 15:59:42 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Sep 08 15:59:42 2023 -0400"
      },
      "message": "Bulk lint target updates.\n\nImport more files and directories from repo:ci-managment so \"make lint\"\ntargets can run cleanly.\n\nChange-Id: If45732f6aa3d1548db538bb1aa68cad9035b82ec\n"
    },
    {
      "commit": "825114ee76bfe6054fd975b33519e7d94dd83e3d",
      "tree": "c0efad0eff07ddf17413575186ba5b0478bb7bd9",
      "parents": [
        "7805bbdee5b6b27ba096651f7ccbf769a1eb04af"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Sep 08 15:18:51 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Sep 08 15:18:51 2023 -0400"
      },
      "message": "Import latest lint targets from repo:ci-managmeent\n\nChange-Id: I6f27903cd6a9aa9896ec1f80582fc30dcc996a8d\n"
    },
    {
      "commit": "1e07f8827585a2d7ba6541babb28027c8e1f39e0",
      "tree": "9c28dbd15cafb1bd979c0d0aa5d88b13b3f145dd",
      "parents": [
        "7ad5c36fcf37b97151855df80aeef443197329da"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sat Jul 08 19:28:49 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Jul 10 16:34:03 2023 -0400"
      },
      "message": "Bulk import from ci-management and voltha-docs\n\nChange-Id: Ic1b9b80de495dff4dc204e757ea0223161ab77fb\n"
    },
    {
      "commit": "7ad5c36fcf37b97151855df80aeef443197329da",
      "tree": "d912dee561638399a8a862ba889471215a6be5a5",
      "parents": [
        "d26858f7035f67f7ffa4594fd60058c22429e28d"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sun Jul 09 19:10:16 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sun Jul 09 19:10:16 2023 -0400"
      },
      "message": "Merge in bulk edits from repo:ci-management\n\nChange-Id: I2c9fbe379d123cf18c23dfe393bf34f90b1afee9\n"
    },
    {
      "commit": "d26858f7035f67f7ffa4594fd60058c22429e28d",
      "tree": "b69440fe38adb71c70b748139a2f2c891ff6a6df",
      "parents": [
        "42f4ce6a40535322b27f6a10cf94718452927066"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sat Jul 08 15:52:16 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sat Jul 08 15:52:16 2023 -0400"
      },
      "message": "Normalize MAKEDIR, ONF_MAKEDIR and ONF_MAKE\n\nChange-Id: I3908c0738dbbed180d62dc0f4ba656226035ba5a\n"
    },
    {
      "commit": "b2b3b1e9ed2456ff9fe148248fea63b7cdf4ed10",
      "tree": "9486dfbf381939fec3689d2936331a911dbef0cc",
      "parents": [
        "43997db22f16681e9f1c7d9a9c5cf1c7af32e7de"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jun 09 12:24:40 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jun 09 12:24:40 2023 -0400"
      },
      "message": "Add in a few missing -2023 dates in copyright notice\n\nChange-Id: Iba9367ba8e4cd395789d58b7ded52e74459af6c8\n"
    },
    {
      "commit": "43997db22f16681e9f1c7d9a9c5cf1c7af32e7de",
      "tree": "6ca5175118230757ab1e7adda20dedc5b62c3106",
      "parents": [
        "a68903447ca29e7e65e1345fbdba1f52429ff4fb"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sun Jun 04 10:08:58 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sun Jun 04 10:08:58 2023 -0400"
      },
      "message": "Support distinct project and library makefile includes.\n\nMakefile\nmakefiles/include.mk\nmakefiles/lint/include.mk\nmakefiles/python/include.mk\n---------------------------\n  O Library makefiles only require an include directory var.\n  o Project makefiles require two vars, one for derived paths (TOP\u003d).\n  o Infer library makefile path from the included makefile.\n  o Maintain MAKEDIR\u003d and ONF_MAKEDIR\u003d so caller can selectively\n    include what they want to use.\n\nChange-Id: Id1a6d76a278edc130729dd641688c9e5793e90f4\n"
    },
    {
      "commit": "e98239c88808fc70c303dcc3290f961bb8aa104e",
      "tree": "37d722e4a521fb1e1c10e48ddf5d6f89c96f1bc6",
      "parents": [
        "0205d33fd6c45b46edb8b0a12a8976d7933dfb0b"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon May 08 17:10:07 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon May 08 17:10:07 2023 -0400"
      },
      "message": "Minor makefile edits\n\nmakefiles/consts.mk\n-------------------\n  o Fixed quote-{double,single} macros to use the correct values.\n\nmakefiles/include.mk\nmakefiles/lint/shell.mk\nmakefiles/virtualenv.mk\n-----------------------\n  o Inline a visual version string for quick sanity checking.\n\nmakefiles/lint/include.mk\nmakefiles/lint/license/\n-------------------------\n  o Check license agreements with the reuse command line tool.\n\nChange-Id: I54b247805dc75b888ab5662e224261dabb01eab7\n"
    },
    {
      "commit": "0205d33fd6c45b46edb8b0a12a8976d7933dfb0b",
      "tree": "590b7f782779450ab1d0f85495758b97aaa4dbf1",
      "parents": [
        "7a3b844425751f6a9f89f4e905251f188d5cb2fc"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Apr 11 17:29:23 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Apr 11 17:30:43 2023 -0400"
      },
      "message": "Initial import from repo:ci-management/makefiles\n\nChange-Id: Ie6267d932de97f8ee38908e2a1aab146cd11085b\n"
    }
  ]
}
