)]}'
{
  "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": "f22de9dea0501064e0a588bf18879de7027791c4",
      "tree": "ae9b94d4cc29104c3d22f15c9db904879aa6ccc3",
      "parents": [
        "6f046d073c74f4f74bca1c5d3fe5da9f8d9860b7"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "jarmstrong@linuxfoundation.org",
        "time": "Fri Apr 26 11:37:52 2024 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "jarmstrong@linuxfoundation.org",
        "time": "Fri Apr 26 12:46:42 2024 -0400"
      },
      "message": "[VOL-5297] Add more pre-commit linters.\n\n.pre-commit-config.yaml\n-----------------------\n  o Document where the latest config file can be copied from.\n  o [todo] install this as a git submodule -- lf/pre-commit.\n\nbin/setup.sh\n------------\n  o Greatly simplify the installer.\n  o No longer need to preserve makefiles/ when transitioning.\n  o Git submodule installed into lf/onf-make/ so simply\n    mkdir and git submodule \u003cpath\u003e.\n\nMakefile\n--------\n  o Added convenience makefile target view used to\n    pre-screening README.md markdown edits before publishing\n    to the repository for final rendering/browser viewing.\n\nSigned-off-by: Joey Armstrong \u003cjarmstrong@linuxfoundation.org\u003e\nChange-Id: I946336e37253be2a6f675ed47c01005edf27c1ab\n"
    },
    {
      "commit": "a2db6cde51d0fd4f7a65c1ab19013196fbda209f",
      "tree": "d8b46aa3d4f8892d5c862c06d625f8a4027ddd34",
      "parents": [
        "7298cc40cd5725ed181b2da29a2135e877fdaf08"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Nov 30 12:16:18 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Dec 22 00:48:12 2023 -0500"
      },
      "message": "Misc library edits and cleanup\n\nMakefile\n--------\n  o Simplify initial bootstrap path construction logic used to load\n    the top level library makefile repo:onf-lib/makefiles/include.mk.\n  o Remove direct includes (consts.mk) that are loaded by include.mk.\n\nbin/setup.sh\n------------\n  o Update repo:onf-lib installer script.\n  o Re-arrange inlined logic into functions.\n  o Added a banner message to display installation progress.\n  o Added install_config_mk(), relocate sandbox/config.mk into sandbox/makefiles/onf-lib/config.mk.\n  o Added detection logic to handle patching python to v3.10+.\n\nmakefiles/etc/include.mk\n------------------------\n  o Remove dup logic, include.mk mirrored features.mk, changed to simply include features.mk.\n\nmakefiles/include.mk\n--------------------\n  o Relocate display of include/display of help target trailer message\n    from top level Makefile into the library makefile hierarchy.\n\nmakefiles_include_mk.ex\n-----------------------\n  o Added git-submodule maintenance helper targets \u0026 dependencies that\n    consuming repository makefiles can use to automate submodule checkout\n    from a clean state.\n\nChange-Id: Id8df17cef09a17325137934d04e58d87ea370621\n"
    },
    {
      "commit": "0003f1a36b973973b5fc627363590d007d064cad",
      "tree": "3efb16f4b120d592de0342e43700918f316ca7dd",
      "parents": [
        "85e34514a552ca664da07027910c380bc692cbc7"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Oct 18 16:40:23 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Oct 18 16:40:23 2023 -0400"
      },
      "message": "[VOL-5194] - Add missing copyright notice for license check\n\nbin/setup.sh\n------------\n  o This script is only used interactively, no potential job fallout.\n  o Added helper function banner and error.\n  o Added source comments.\n  o Added banner() calls to hilight script progression.\n  o polish: git add created content for pending commit.\n\nChange-Id: I637d58f3e983b6cb1b7f08d19f16da925a579668\n"
    },
    {
      "commit": "fedf45e89dae72710fe2f6d556d808780c457e88",
      "tree": "69598aa938b1ad0786dea0153bec5aeb71e9729a",
      "parents": [
        "686d3b9ad64e9b4083a3e6cda3a684e78db3a60b"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Sep 20 11:40:01 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Sep 20 11:40:01 2023 -0400"
      },
      "message": "Merge in more makfiles/ edits from repo:voltha-docs\n\nChange-Id: Ibb7862d48b7a1a40d642d053c94784e48ed3e7ee\n"
    },
    {
      "commit": "f128de807a82b1ca44b8b93d6f3f29237df379c2",
      "tree": "de3085079056509838507189b6b17ef694b7d958",
      "parents": [
        "f548adc757f6ddeec76a1418ccf0dcf56d4bbeb4"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Sep 08 17:05:18 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Sep 08 17:05:18 2023 -0400"
      },
      "message": "Bulk merge from repo:ci-managment\n\nChange-Id: I7b733b43699b47deaaec2fe433987619b6928158\n"
    }
  ]
}
