)]}'
{
  "log": [
    {
      "commit": "b5e6062831cde01a65c58a5b2848bfd67ad60781",
      "tree": "bb66ee8b0dfc2df35ce346db48e0ec1167948769",
      "parents": [
        "85333142520e13d1ca37bf8ec01d4f3651473c48"
      ],
      "author": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Fri May 19 16:18:38 2017 +0700"
      },
      "committer": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Fri May 19 16:20:14 2017 +0700"
      },
      "message": "Replace test.attr with decorators.attr\n\nFunction \u0027tempest.test.attr()\u0027 has moved to \u0027tempest.lib.decorators\n.attr()\u0027 in Pike and will be removed in a future version[1].\nThis patch replaces the \u0027tempest.test.attr()\u0027 with the \u0027tempest.lib\n.decorators.attr().\u0027\n\n[1] Iaafbb112b6eee458089cc49918359a8a8d0485e2\n\nChange-Id: I52289f8915c05c338b46dce5df7e7d674846916a\n"
    },
    {
      "commit": "3b0cd807341b7c4b4deebc114b235ae4ca2a0b49",
      "tree": "5a11d7f7f9e8371491e6e969ba4ca7319a3334f9",
      "parents": [
        "5916e84ff5d953ded8e2d8b7223ab4b070c7bc31"
      ],
      "author": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Thu Jan 05 13:06:29 2017 -0300"
      },
      "committer": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Thu Jan 05 13:07:55 2017 -0300"
      },
      "message": "Fix the usage of tempest.client.Manager class\n\nThis should fix our gate. We should continue the work to remove\nthe dependencies from any module that isn\u0027t at tempest.lib.\n\nChange-Id: I2158d1971a4187171a89169c3f324453f0ec13be\n"
    },
    {
      "commit": "dedaefd888c84ae7a36cfbfb0eba43d3f663dfef",
      "tree": "8e2821653a3f29b3d95a40ce1b6a8c9b72372b1f",
      "parents": [
        "590c8be507edd49802401c35e0914ec637ab1d0d"
      ],
      "author": {
        "name": "Lance Bragstad",
        "email": "lbragstad@gmail.com",
        "time": "Tue Dec 20 22:01:51 2016 +0000"
      },
      "committer": {
        "name": "Steve Martinelli",
        "email": "s.martinelli@gmail.com",
        "time": "Mon Jan 02 05:02:11 2017 +0000"
      },
      "message": "Fix import ordering in tempest plugins\n\nFor some reason the third-party imports were divided into two\nseparate groups. This commit combines them to follow the convention\nestablished throughout the rest of the project.\n\nChange-Id: Ice1a681938aef96d0d289a83cadc1cde2f12eb1e\n"
    },
    {
      "commit": "e508fe023862b65bddfe7bebf3c814a897edeb7c",
      "tree": "70807168ef5c5d60c5e129846127c288f7b68430",
      "parents": [
        "79197b5a451f9c8981e88914ecd09182cb61de0d"
      ],
      "author": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Thu Jun 02 16:08:39 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Duarte Sousa",
        "email": "rduartes@redhat.com",
        "time": "Tue Dec 27 09:48:10 2016 -0300"
      },
      "message": "Federated authentication via ECP functional tests\n\nAdds a first test for the federated authentication feature. It handles\nfirst the authentication using the SAML2 ECP profile.\n\nThe tests cleanup have some issues, see related bug.\n\nRelated-Bug: 1642692\nChange-Id: I3b393a695c6d9f846efdaf302c1beea34e6bd54b\n"
    },
    {
      "commit": "85c87978c19ed49f38334d52a3825435d0d2cc37",
      "tree": "f1d7f9be4005c388d5faab39a6fd368ff0e6599d",
      "parents": [
        "dd7a7744235da123a205a671bdd8c32509e1474f"
      ],
      "author": {
        "name": "Ronald De Rose",
        "email": "ronald.de.rose@intel.com",
        "time": "Mon Aug 29 20:13:35 2016 +0000"
      },
      "committer": {
        "name": "Steve Martinelli",
        "email": "s.martinelli@gmail.com",
        "time": "Thu Oct 20 19:12:04 2016 +0000"
      },
      "message": "Validate mapping exists when creating/updating a protocol\n\nThis patch validates that a mapping exists when adding or updating\na federation protocol.\n\nChange-Id: I996f94d26eb0f2c679542ba13a03bbaa4442486a\nCloses-Bug: #1571878\n"
    },
    {
      "commit": "79abcf463e272922606905dee03af57aed13666b",
      "tree": "89735cb7021ed7e644f27719aabe8784d81af4b0",
      "parents": [
        "ff53fedfbb32278d3e3a30294473d3acfa7719d3"
      ],
      "author": {
        "name": "Rodrigo Duarte Sousa",
        "email": "rduartes@redhat.com",
        "time": "Thu Jun 16 09:31:01 2016 -0300"
      },
      "committer": {
        "name": "Dave Chen",
        "email": "dave.jungler@gmail.com",
        "time": "Sun Jun 19 08:27:10 2016 +0000"
      },
      "message": "Integration tests cleanup\n\nThis patch does a cleanup and fixes some nits found by reviewers\nin the original patches [1], some of them are:\n\n- import json instead of jsonutils\n- use six.moves.http_client\n- put common logic on clients superclass\n- use \"fails\" to indicate negative cases\n- stronger comparison in update tests\n\n[1] https://review.openstack.org/#/q/topic:federation_integration_tests\n\nChange-Id: I216fc5d4758e7b09d167d9d26271ddd149c66816\n"
    },
    {
      "commit": "ad9512a49067d5c185b5519a16574f1e833315e0",
      "tree": "4673e49cbc7acb5222b599239ddfc98457f52a94",
      "parents": [
        "179085d4e8a078a2f0df2e9cb7a2e33acceafd42"
      ],
      "author": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Mon Apr 18 18:31:54 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Thu Jun 02 16:12:44 2016 -0300"
      },
      "message": "Add protocols integration tests\n\nThis patch adds the tests related to protocols/mappings\nin the Identity Provider API (part of the Federated\nIdentity API)\n\nChange-Id: I5e2573a175edbaf6f7a1bb73f3e0a86deeb94f1d\n"
    },
    {
      "commit": "179085d4e8a078a2f0df2e9cb7a2e33acceafd42",
      "tree": "770aec7fc8f27aa35752b2143bb063d086785a35",
      "parents": [
        "d96e29cbe9131ae9696fdb9968919e20ffca9d68"
      ],
      "author": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Wed Apr 13 13:56:37 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Thu Jun 02 16:12:44 2016 -0300"
      },
      "message": "Add mapping rules integration tests\n\nThis patch adds the tests for the Mappings API (part of the\nFederated Identity API).\n\nThe tests added here are not intended to cover all negative and\ncorner cases, they are rather testing the API in a higher level\nand its integration in a working environment.\n\nChange-Id: If245a12a407f960a7ad5f73aa7af717229976ea2\n"
    },
    {
      "commit": "d96e29cbe9131ae9696fdb9968919e20ffca9d68",
      "tree": "d974c7d42a6fb1e4a56ed58b09686af4ef48a648",
      "parents": [
        "45f5fc96b0a2d62c3d5f889026e0c8ad7582f82f"
      ],
      "author": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Fri Apr 08 11:53:43 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Thu Jun 02 16:12:43 2016 -0300"
      },
      "message": "Add service providers integration tests\n\nThis patch adds the tests for the Service Provider API (part of\nthe Federated Identity API).\n\nTo run the tests install keystone and run (in tempest):\n\n    $ tox -e all-plugin -- keystone\n\nChange-Id: I6d6f44736e4187dd2a500c7c0b6715e52296a9b3\n"
    },
    {
      "commit": "8192f6c665545a435056d2d110a9ecb6f687e775",
      "tree": "cba523791346c34771f2374cf3a6167104813e7c",
      "parents": [
        "ba555e9cad88635228886293d786bef84edc1c08"
      ],
      "author": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Tue May 31 10:11:27 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Tue May 31 10:11:27 2016 -0300"
      },
      "message": "Fix credentials_factory method call\n\nThe method has changed from get_configured_credentials to\nget_configured_admin_credentials.\n\nThis is one of the parts imported directly from tempest\n(not tempest.lib) so there is no \"care\" in keeping it stable.\n\nChange-Id: I0072157d0cf9ab87a5b939868ae4a1d0bbec294b\n"
    },
    {
      "commit": "4666c64163b3b63bd17aa62f3f9e06819dfe5fe0",
      "tree": "933e1448d4b7bd2bd9aad88ee8fd447fff699383",
      "parents": [
        "bfc93c898077610d6397042eb7e4acaf9857a214"
      ],
      "author": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Wed Apr 06 11:52:19 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Wed May 11 12:44:35 2016 -0300"
      },
      "message": "Add identity providers integration tests\n\nThis patch adds a first set of tests in the keystone tempest plugin.\nThese tests are for the Identity Provider API (part of the Federated\nIdentity API).\n\nTo run the tests install keystone and run (in tempest):\n\n    $ tox -e all-plugin -- keystone\n\nChange-Id: I64ebba2e57aa952a2262f9e0ad143cea7de259c0\n"
    },
    {
      "commit": "767d01e8ba777db23fa5a3a91050954ad0cdcdcc",
      "tree": "fde13ae503799d134dc3432a590e16104c9752f4",
      "parents": [],
      "author": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Thu Mar 24 15:08:44 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Duarte",
        "email": "rduartes@redhat.com",
        "time": "Thu Mar 31 11:41:13 2016 -0300"
      },
      "message": "Base for keystone tempest plugin\n\nThis patch adds the basic files and configs in order to enable the\nkeystone tempest plugin interface using tempest-plugin-cookiecutter.\nSince we are adding them inside keystone\u0027s repository, they can be\ninstalled alongside keystone and to run the tests (when we have one)\nwe simply use `testr run keystone_tempest_plugin` in tempest.\n\nFor more details about the tempest plugin interface see [1]\n\n[1] http://docs.openstack.org/developer/tempest/plugin.html\n\nChange-Id: Ia42e79246251e8af1010aa8eaf462aacf75644a7\nPartially-Implements: bp keystone-tempest-plugin-tests\n"
    }
  ]
}
