)]}'
{
  "log": [
    {
      "commit": "421cd3fd46671ef53a59148a2d7b903aa2b6393c",
      "tree": "ad448b9f53ddcff1f9fbe7397b2ce0b564428422",
      "parents": [
        "f4d7375147662f4ad8cd219b81f82121888dc90c"
      ],
      "author": {
        "name": "Pavlo Shchelokovskyy",
        "email": "shchelokovskyy@gmail.com",
        "time": "Wed Dec 18 12:15:20 2019 +0200"
      },
      "committer": {
        "name": "Pavlo Shchelokovskyy",
        "email": "shchelokovskyy@gmail.com",
        "time": "Wed Dec 18 12:29:39 2019 +0200"
      },
      "message": "Tolerate existing gabbiliveceph archive policy\n\ncurrent tests implementation is not friendly to test re-runs:\nas archive policy may fail to delete when there are still samples\nstored for it (and the test expects it, see the last xfail: true in\nthe aodh-gnocchi-threshold-alarm.yaml), next test rerun may fail\nright on the initial setup as it receives 409 Conflict instead of 201\non attempt to create an archive policy that already exists.\n\nSolve this by tolerating 409 in the archive policy creation step,\nand moving checks for fields of created (or existing) policy to an\nextra GET /v1/archive_policy/\u003cname\u003e step.\n\nChange-Id: I978937d89b2e886e2ef690661bc00a730db94c92\n"
    },
    {
      "commit": "18b5fce680d1e2bcc25fb6f6c066309962153eaf",
      "tree": "de2a8ed2c3a8faf110bba30e8a64e9334d9ede6b",
      "parents": [
        "e94a3f619afb0ad514b054f879ba93f18b0fac45"
      ],
      "author": {
        "name": "Rocky",
        "email": "shi.yan@unimelb.edu.au",
        "time": "Mon Jul 01 14:41:02 2019 +1000"
      },
      "committer": {
        "name": "Rocky",
        "email": "shi.yan@unimelb.edu.au",
        "time": "Tue Jul 02 15:35:26 2019 +1000"
      },
      "message": "Create a safe rand name for stack name\n\nTo avoid the name conflict in integration test.\n\nChange-Id: Ia64e42403f29056008d69aa5c60d396564d66755\n"
    },
    {
      "commit": "e94a3f619afb0ad514b054f879ba93f18b0fac45",
      "tree": "4b906627a22677578bd2749565c320d1ae663122",
      "parents": [
        "fc990c4ada71ca3c45df2d4733bb1fb4b7f7c9e5"
      ],
      "author": {
        "name": "Rocky",
        "email": "shi.yan@unimelb.edu.au",
        "time": "Mon Jul 01 14:32:56 2019 +1000"
      },
      "committer": {
        "name": "Rocky",
        "email": "shi.yan@unimelb.edu.au",
        "time": "Tue Jul 02 15:34:31 2019 +1000"
      },
      "message": "Use gnocchi search api to check gnocchi resources\n\nWhen running the tests against production cloud, the resource list call\nwould return tons of records, so it\u0027s better to use resource search api\ninstead to check the resources.\n\nChange-Id: I723f99e5b19ddf4dc2d9c20738e818b7399f54a4\n"
    },
    {
      "commit": "7f0e315a78df17d981ed86ebddf87759cd97eedf",
      "tree": "ce0ff1b9167873c908a0fc6940ae29615464f4b3",
      "parents": [
        "b9fce9a5e17e3a8d1c999c5b232eefdfc731ef3b"
      ],
      "author": {
        "name": "Mehdi Abaakouk",
        "email": "sileht@sileht.net",
        "time": "Fri Feb 08 12:30:17 2019 +0100"
      },
      "committer": {
        "name": "Mehdi Abaakouk",
        "email": "sileht@sileht.net",
        "time": "Mon Feb 18 09:53:51 2019 +0100"
      },
      "message": "Fix gabbi tests\n\nWhen the tests have been migrated to this repository, the gabbi test\ngenerates have never raise error...\n\nThis change fixes that.\n\nIt also fixes tests that doesn\u0027t pass anymore.\nIt removes useless stack downscaling,  because it takes too many times\nfor no additional value (alarm update/metric update are tested by other\ntests).\n\nChange-Id: I09cd0569f90e873cf4b7f05ec9c14496c9551fcc\n"
    },
    {
      "commit": "3b79e460e2ee183dd70e6dfcd4ef47a0a93db90a",
      "tree": "160b0496a15ec9d30b3dfaaa50246dfbd4c323c3",
      "parents": [
        "b64d2b073f98493ee1b28a4ee37e851e67fcdf3c"
      ],
      "author": {
        "name": "Julien Danjou",
        "email": "julien@danjou.info",
        "time": "Thu Jul 19 09:31:40 2018 +0200"
      },
      "committer": {
        "name": "Julien Danjou",
        "email": "julien@danjou.info",
        "time": "Tue Sep 04 16:47:44 2018 +0200"
      },
      "message": "Allow to use environment variable to override some metric values\n\nChange-Id: Ifd1d04ce813028f115c19bc983e7dd1e63c6f8a5\n"
    },
    {
      "commit": "b64d2b073f98493ee1b28a4ee37e851e67fcdf3c",
      "tree": "fb6c1938e9a21bb90474d192b5fd9972713f74ce",
      "parents": [
        "b35146e1a423e81b2bbdd8621d0310ffac9af517"
      ],
      "author": {
        "name": "Mehdi Abaakouk",
        "email": "sileht@sileht.net",
        "time": "Mon Sep 03 11:50:49 2018 +0200"
      },
      "committer": {
        "name": "Mehdi Abaakouk",
        "email": "sileht@sileht.net",
        "time": "Tue Sep 04 11:51:58 2018 +0200"
      },
      "message": "Reorganize scenario testing.\n\n* This moves all scenarios in scenarios directory.\n* factorized code between two scenarios in utils.py\n* remove unused tempest-heat-plugin\n\nChange-Id: Ifd2e1ad1453484e6af4ae09dedb6e96d96f42b52\n"
    },
    {
      "commit": "b35146e1a423e81b2bbdd8621d0310ffac9af517",
      "tree": "90f0287bda6a720a8638fadf4c56027bb4b5bf5b",
      "parents": [
        "b45f6d424a41eff12ad3fc7e1383ca2c53c1c435",
        "54f46ca551e1dfd4b2f6e096ac96ab47b548f5ad"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Aug 16 10:11:27 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Aug 16 10:11:27 2018 +0000"
      },
      "message": "Merge \"Fix aodh service name check in tempest tests\""
    },
    {
      "commit": "11277a8bee2b0ee0688ed32cc0e836872c24ee4b",
      "tree": "1349dfa67743aac60bd006846291ffb4bb569e47",
      "parents": [
        "05b95d28400f82a9e69c7c99207844b80ae3607f"
      ],
      "author": {
        "name": "Mehdi Abaakouk",
        "email": "sileht@sileht.net",
        "time": "Thu Apr 19 14:03:46 2018 +0200"
      },
      "committer": {
        "name": "Mehdi Abaakouk",
        "email": "sileht@sileht.net",
        "time": "Thu Apr 19 14:04:48 2018 +0200"
      },
      "message": "gabbi 1.42 expect a host to be set\n\nSince 1.42, gabbi expect a host to be set. We don\u0027t use it in our tests\nsuites, so this change just put a random one.\n\nChange-Id: Iee6579f18ac3634b4b8de00b9b039c10be243017\n"
    },
    {
      "commit": "54f46ca551e1dfd4b2f6e096ac96ab47b548f5ad",
      "tree": "36a0ca02624635c98078177beaf59d5f0c331eff",
      "parents": [
        "dbd432ecdf46182db391226019e56fa572ae7978"
      ],
      "author": {
        "name": "Arx Cruz",
        "email": "arxcruz@redhat.com",
        "time": "Thu Feb 08 15:35:49 2018 +0100"
      },
      "committer": {
        "name": "Arx Cruz",
        "email": "arxcruz@redhat.com",
        "time": "Thu Feb 08 16:07:15 2018 +0100"
      },
      "message": "Fix aodh service name check in tempest tests\n\nThe service name is aodh, not aodh_plugin, other projects like\ntripleo are having these tests skipped because of this.\n\nChange-Id: If288c261a74e7abd5237041d01fa78b2207b5d33\n"
    },
    {
      "commit": "358c65f29cd0c6286726bb57940cc89ac6c46de7",
      "tree": "0d8949cfc9b22a109b81cc54a00e97663f0a5903",
      "parents": [
        "8bccc06c2bc71798f532f4ba6bc873c5e5dbb896"
      ],
      "author": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Mon Feb 05 12:17:08 2018 +0530"
      },
      "committer": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Mon Feb 05 07:51:00 2018 +0000"
      },
      "message": "Enable heat support in telemetry-tempest-plugin\n\n* Due to tempest plugin split migration and deprecation of\n  `orchestration` flag in heat which is replaced with\n  heat_plugins leads to skipping telemetry scenario tests.\n* It updates the same and enable tests for the same.\n\nChange-Id: Idd12dcb05322737b3d9b72eac902b969252ee4c3\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"
    }
  ]
}
