)]}'
{
  "log": [
    {
      "commit": "e5ef4e7c6eeeada174452da9be5f56fa1dcc22a9",
      "tree": "277ac611c7ab37b383cabc9b80f528cbd14709da",
      "parents": [
        "0d8ebb6140690489793fa7d828ac1a6eee9cdda8",
        "cde4a1176a26cc6db0b55717210fb99a66ce95cc"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon May 09 09:39:03 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon May 09 09:39:03 2022 +0000"
      },
      "message": "Merge \"setup.cfg: Replace dashes with underscores\""
    },
    {
      "commit": "590f33806abd61d22a24a5adb122504536a09b84",
      "tree": "ceb9f6f5d69cb2a2c18649f19c3c30de5c690c8a",
      "parents": [
        "ca2bf36fb9d3bc8a245daf4952c6f7659a5adca7"
      ],
      "author": {
        "name": "Matthias Runge",
        "email": "mrunge@redhat.com",
        "time": "Fri Jul 09 09:38:55 2021 +0200"
      },
      "committer": {
        "name": "Matthias Runge",
        "email": "mrunge@redhat.com",
        "time": "Fri Jul 09 09:38:55 2021 +0200"
      },
      "message": "Move doc requirements to doc\n\nand update tox to later version\n\nChange-Id: I4c07e622f2285513c86f168c15b375e62b5594ad\n"
    },
    {
      "commit": "cde4a1176a26cc6db0b55717210fb99a66ce95cc",
      "tree": "c28da8948ac2ce233683c76b07c2f277393da170",
      "parents": [
        "657804a7cff5cd0100e1a4a7b868e4bc3c78cd86"
      ],
      "author": {
        "name": "maaoyu",
        "email": "maaoyu@inspur.com",
        "time": "Tue May 04 10:03:23 2021 +0800"
      },
      "committer": {
        "name": "maaoyu",
        "email": "maaoyu@inspur.com",
        "time": "Tue May 04 10:09:00 2021 +0800"
      },
      "message": "setup.cfg: Replace dashes with underscores\n\nSetuptools v54.1.0 introduces a warning that the use of dash-separated\noptions in \u0027setup.cfg\u0027 will not be supported in a future version [1].\nGet ahead of the issue by replacing the dashes with underscores. Without\nthis, we see \u0027UserWarning\u0027 messages like the following on new enough\nversions of setuptools:\n\n  UserWarning: Usage of dash-separated \u0027description-file\u0027 will not be\n  supported in future versions. Please use the underscore name\n  \u0027description_file\u0027 instead\n\n[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb\n\nChange-Id: I696ad20f74bdb1c510fe02e6ae08d72396ffd548\n"
    },
    {
      "commit": "7716ce070e7b4fbb06f06d9ef403e8a4d957a4fe",
      "tree": "7737aa1517a0c065823c64ad6176152c6a12eaff",
      "parents": [
        "97df0116460541bd76902d1d0de83ebb86fd2234"
      ],
      "author": {
        "name": "Andreas Jaeger",
        "email": "aj@suse.com",
        "time": "Sun May 03 11:11:49 2020 +0200"
      },
      "committer": {
        "name": "Andreas Jaeger",
        "email": "aj@suse.com",
        "time": "Sun May 03 11:16:08 2020 +0200"
      },
      "message": "Further py27 cleanup support\n\nThis repo is now testing only with Python 3, so let\u0027s make\na few cleanups:\n- Remove obsolete sections from setup.cfg\n- Update requirements, no need for python_version anymore\n- Switch to using sphinx-build\n- Use newer openstackdocstheme and Sphinx versions\n- Switch to hacking 3.0, fix problems found\n\nChange-Id: I499bb071847dd006d4045faf2325f588d07b4ffe\n"
    },
    {
      "commit": "97df0116460541bd76902d1d0de83ebb86fd2234",
      "tree": "27f52d6560507317ef7edae81938c6d7d07830fc",
      "parents": [
        "429c677483087338715fa0286f3318c7348a0bbd"
      ],
      "author": {
        "name": "zhurong",
        "email": "aaronzhu1121@gmail.com",
        "time": "Tue Apr 07 04:41:19 2020 -0700"
      },
      "committer": {
        "name": "zhurong",
        "email": "aaronzhu1121@gmail.com",
        "time": "Tue Apr 07 04:41:19 2020 -0700"
      },
      "message": "Cleanup py27 support\n\nMake a few cleanups:\n- Remove python 2.7 stanza from setup.py\n- Add requires on python \u003e\u003d 3.6 to setup.cfg so that pypi and pip\n  know about the requirement\n- Remove obsolete sections from setup.cfg:\n  * Wheel is not needed for python 3 only repo\n  * Some other sections are obsolete\n- Update classifiers\n- Update requirements, no need for python_version anymore\n\nChange-Id: I547968d14abbdb8d134d7a94a545ea38342ec6a1\n"
    },
    {
      "commit": "429c677483087338715fa0286f3318c7348a0bbd",
      "tree": "72fe9cdc8907e774069d66c7ba157f81b06d6492",
      "parents": [
        "d852577e32f706eb5c8af853cd460ae1fe8d5647",
        "1fac68f021012a85de47520874bb800fe4d50f07"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Feb 10 11:40:37 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 10 11:40:37 2020 +0000"
      },
      "message": "Merge \"Drop python 2.7 support and testing\""
    },
    {
      "commit": "1fac68f021012a85de47520874bb800fe4d50f07",
      "tree": "db66177ac0ec54ef3b840ba4348d3190fbb85878",
      "parents": [
        "ea3c83bb67af70205a36b7c47321fa954fdedf8e"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Oct 30 07:47:38 2019 +0000"
      },
      "committer": {
        "name": "zhurong",
        "email": "aaronzhu1121@gmail.com",
        "time": "Mon Feb 10 04:16:17 2020 +0000"
      },
      "message": "Drop python 2.7 support and testing\n\nOpenStack is dropping the py2.7 support in ussuri cycle.\n\ntelemetry-tempest-plugin is ready with python 3 and ok to drop the\npython 2.7 support.\n\nComplete discussion \u0026 schedule can be found in\n- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html\n- https://etherpad.openstack.org/p/drop-python2-support\n\nUssuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/\n\nChange-Id: I72abc58ee67cf0594faa07e0f89b52f1c9cc6c2f\n"
    },
    {
      "commit": "ef67c2ab40b3ac994af00a28d1278510aa3d19ef",
      "tree": "16c77959724132166432c76119fb8b89948cf91d",
      "parents": [
        "803e77c9bf4c80e5aad8682f5f19bd04ecae5777"
      ],
      "author": {
        "name": "ShangXiao",
        "email": "shangxiaobj@inspur.com",
        "time": "Tue Nov 19 16:03:04 2019 +0800"
      },
      "committer": {
        "name": "ShangXiao",
        "email": "shangxiaobj@inspur.com",
        "time": "Tue Nov 19 16:04:02 2019 +0800"
      },
      "message": "Update invalid link\n\nThe links are invalid.\nReplace them with the available one.\n\nChange-Id: I244332c9eff84c5f15d7d656f80a24f1267c6218\n"
    },
    {
      "commit": "80eebaa7066dd1529f6308f7cf4fbf6067592fb6",
      "tree": "52a04fe08a84ed26f1251d4d2253cda3c7a4c1c5",
      "parents": [
        "18b5fce680d1e2bcc25fb6f6c066309962153eaf"
      ],
      "author": {
        "name": "Vieri",
        "email": "15050873171@163.com",
        "time": "Tue Aug 13 06:33:49 2019 +0000"
      },
      "committer": {
        "name": "Vieri",
        "email": "15050873171@163.com",
        "time": "Tue Aug 13 06:34:12 2019 +0000"
      },
      "message": "Add Python 3 Train unit tests\n\nThis is a mechanically generated patch to ensure unit testing is in place\nfor all of the Tested Runtimes for Train.\n\nSee the Train python3-updates goal document for details:\nhttps://governance.openstack.org/tc/goals/train/python3-updates.html\n\nChange-Id: Icd848acb737e046e76e5496f3acd02e1437b7349\n"
    },
    {
      "commit": "42444f46afe2bdefca59c2f0f42644575379d5a0",
      "tree": "cd5ff91c66d1e706f068f4835f6f01f687d6ad29",
      "parents": [
        "ad3a328435e83bf3fd42e26d217d1aef17905ee6"
      ],
      "author": {
        "name": "huang.zhiping",
        "email": "huang.zhiping@99cloud.net",
        "time": "Tue Dec 04 11:48:14 2018 +0000"
      },
      "committer": {
        "name": "huang.zhiping",
        "email": "huang.zhiping@99cloud.net",
        "time": "Tue Dec 04 11:48:27 2018 +0000"
      },
      "message": "Change openstack-dev to openstack-discuss\n\nMailinglists have been updated. Openstack-discuss replaces openstack-dev.\n\nChange-Id: I5a24e91540d6e6cb25c230b1917a3036d8373321\n"
    },
    {
      "commit": "c96061559bc8782f9a0d5274947d2ab09ec2af8a",
      "tree": "2c0f07aa657134c553eea1110246901a63c3b80c",
      "parents": [
        "b98eb81bf50595c6af42e25525765d8ae94c37e3"
      ],
      "author": {
        "name": "qingszhao",
        "email": "zhao.daqing@99cloud.net",
        "time": "Sat Sep 29 21:03:05 2018 +0800"
      },
      "committer": {
        "name": "qingszhao",
        "email": "zhao.daqing@99cloud.net",
        "time": "Sat Sep 29 21:03:42 2018 +0800"
      },
      "message": "Removed older version of python added 3.5\n\nIn setup.cfg file the python 3.5 is added\n\nChange-Id: I0765bf9ec69fdabdf90cb2cb79eb3c301b0cfdc1\n"
    },
    {
      "commit": "b30a19214d0036141de75047b444d48ae0d0b656",
      "tree": "3aea328961914a3d2839197bfc8b5f20c71447a9",
      "parents": [
        "91051caf3ed54c4e2fbdbff81cb43dc52df5203a"
      ],
      "author": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Sat Dec 09 20:24:46 2017 +0530"
      },
      "committer": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Sun Dec 10 11:59:04 2017 +0530"
      },
      "message": "Apply cookiecutter to newly split project telemetry-tempest-plugin\n\nThis tempest plugin is being split out of the main ceilometer project in\naccordance with Queens goal \"Split Tempest Plugins into Separate\nRepos/Projects\"[1]. This patch applies the standard boilerplate files\nfor OpenStack projects so that it can stand on its own.\n\nIt contains tempest tests for Aodh, Gnocchi, Ceilometer and Panko projects.\n\n[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html\n"
    }
  ]
}
