)]}'
{
  "log": [
    {
      "commit": "75dbca626e46b26dda38e98b3f98e9f5cf7f5b4c",
      "tree": "9383342852769dba84beebb6b8fb87c69ceb9fa5",
      "parents": [
        "e344e37d62caf65da9b8e1ba7a6bc925cfded7fc"
      ],
      "author": {
        "name": "Alexander Deiter",
        "email": "adeiter@infinidat.com",
        "time": "Tue Oct 18 14:07:21 2022 +0300"
      },
      "committer": {
        "name": "Alexander Deiter",
        "email": "adeiter@infinidat.com",
        "time": "Tue Oct 18 14:07:21 2022 +0300"
      },
      "message": "Add a metadata field shown on API \u003e\u003d 2.73\n\nFixed SharesActionsTest cases for API version \u003e\u003d 2.73\nsince a metadata field was added in that version.\n\nCloses-bug: #1993283\nSigned-off-by: Alexander Deiter \u003cadeiter@infinidat.com\u003e\nChange-Id: Ib285d9c740558d1ff3e24acb1ccc3de7e1ad562f\n"
    },
    {
      "commit": "c89cb9de759437ed9aee543637e6e18f0dd205ff",
      "tree": "cfd5b46e344862214018b1c5c41e79a405c77ad8",
      "parents": [
        "c81501c91051d47cb26be93d0b9b84dcff84f3e6"
      ],
      "author": {
        "name": "niuke",
        "email": "niuke19970315@163.com",
        "time": "Wed Aug 17 19:20:49 2022 +0800"
      },
      "committer": {
        "name": "niuke",
        "email": "niuke19970315@163.com",
        "time": "Thu Aug 18 08:30:40 2022 +0800"
      },
      "message": "remove unicode prefix from code\n\nChange-Id: Ibbc849f59a71c3368bd997e93cf4fe09151add4d\n"
    },
    {
      "commit": "8866127d8b9bc7c2811c9025be8acf2228adb0f8",
      "tree": "40861209e0aeaa0805ee7004cb05e89445b10e61",
      "parents": [
        "9c4a97b150e15b814acd4feb4da858a0eeff881e"
      ],
      "author": {
        "name": "Fabio Oliveira",
        "email": "fabioaurelio1269@gmail.com",
        "time": "Fri Oct 15 10:53:51 2021 -0300"
      },
      "committer": {
        "name": "Fabio Oliveira",
        "email": "fabioaurelio1269@gmail.com",
        "time": "Fri Oct 15 12:57:11 2021 -0300"
      },
      "message": "Add unstable tag on some replication tests\n\nThe tempest tests `test_promote_out_of_sync_share_replica` and\n`test_resync_share_replica` are concurrency-prone.\n\nTheses tests are trying to determine something that shouldn\u0027t really\nbe a problem and may require to over-engineer the APIs to solve it.\n\nCloses-Bug: #1631314\nChange-Id: I4519147f2c1e7f4ea060d83b1a34d0a85dca9687\n"
    },
    {
      "commit": "645e4eb092a6cd7ba946ec949cec684112629eed",
      "tree": "c7b155368e049d0be308f01a22b836f78b24f712",
      "parents": [
        "a096815be929abd4b91290dff40e90315d2395ce"
      ],
      "author": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Tue Oct 15 17:26:41 2019 -0400"
      },
      "committer": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Tue Apr 21 08:28:39 2020 -0400"
      },
      "message": "Fix export location used for extend/shrink tests\n\nInstead of using the first export location, use the first export\nlocation matching the address family (IPv4 or IPv6) to be used\nfor the mount.\n\nCloses-Bug: #1848278\nChange-Id: Ia2a0fefc34085e21e521acb7ccfdeecef7fda186\n"
    },
    {
      "commit": "0cd6c999d4985e10be2566c631312720efe8413c",
      "tree": "2198056772df9052c002b79c230069dae524f21d",
      "parents": [
        "4d7b4949906a8935f2fe5a404c234e392b6e4cde"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Wed Jan 01 15:56:52 2020 +0200"
      },
      "committer": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Thu Jan 09 11:02:53 2020 +0200"
      },
      "message": "Use a single keypair for multiple instances\n\nWhen I ran manila scenario tests, some tests failed due to\nssh key authentication. I noticed that tests with single\ninstance pass, however, tests with more than one instance\n(e.g. \"test_read_write_two_vms\" test) fail.\nI figured out that every instance initialization creates a\nunique keypair.\nAn unnecessary resource duplication, when a single user boots\nmore than one instance. Depending on test flow this may also\ncause keypair mismatch.\n\nChange-Id: Ic685d1b9574daf7e6c9b90d5636f1b614a70b0da\nRelated-bug: #1858024\n"
    },
    {
      "commit": "3dd627bdec282071450694bf5399d53e9f9abd5b",
      "tree": "80e6b4e4403b34b15faf622bebfc2fa23d6efcb7",
      "parents": [
        "db5ab6b28c47335151ab4fa4e7c7313964d5806c"
      ],
      "author": {
        "name": "Raissa Sarmento",
        "email": "rdearauj@redhat.com",
        "time": "Wed Sep 27 12:18:44 2017 +0100"
      },
      "committer": {
        "name": "Raissa Sarmento",
        "email": "rdearauj@redhat.com",
        "time": "Wed Sep 27 12:25:46 2017 +0100"
      },
      "message": "Apply cookiecutter to newly split project\n\nThis tempest plugin is being split out of the main manila 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\n[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html\n"
    }
  ]
}
