)]}'
{
  "log": [
    {
      "commit": "134d9f748be26dd4c7649534b716f8533b6bcd62",
      "tree": "af23264db5f8a5a3c6b647d61035021f32827122",
      "parents": [
        "2d5bdd04a20fed8e08da4fc6d2a1ecbc1d3ec3e8"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.me",
        "time": "Fri Feb 10 18:05:26 2017 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.me",
        "time": "Mon Feb 13 17:16:18 2017 +0900"
      },
      "message": "Introduce flake8-import-order\n\nThis commit introduces flake8-import-order to check import orders\nautomatically. We shouldn\u0027t do it manually.\n\nDepends-On: Ia2140f5566ce169b076ffa5c9ebfbdbfc41e5bed\nChange-Id: Iff75ebec42b295870edd1c04001adfb17460a682\n"
    },
    {
      "commit": "2e2c83a52765aad347176366074ec3c94366ad10",
      "tree": "798fd18100cda80af652071e2f164d9fd2a70b1e",
      "parents": [
        "c2e17e7f7ad97ded5913de3162d05e73c7ac367b"
      ],
      "author": {
        "name": "Yatin Kumbhare",
        "email": "yatinkumbhare@gmail.com",
        "time": "Mon May 30 22:45:58 2016 +0530"
      },
      "committer": {
        "name": "Yatin Kumbhare",
        "email": "yatinkumbhare@gmail.com",
        "time": "Mon May 30 22:50:15 2016 +0530"
      },
      "message": "Keep py3.X compatibility for urllib\n\nChange-Id: Iba10637688ada66f2e3003cd87bbba7d4db4abc7\nCloses-Bug: #1280105\n"
    },
    {
      "commit": "b3ecf6534f41c14333a48703c0c61892d5868093",
      "tree": "30da576030944673336a824bf982745c58aa6096",
      "parents": [
        "96d8025ae00b72bd3d680db0a7aef3b6ede21e2d"
      ],
      "author": {
        "name": "Harshada Mangesh Kakad",
        "email": "harshadak@metsi.co.uk",
        "time": "Tue Dec 22 09:24:26 2015 -0800"
      },
      "committer": {
        "name": "Harshada Mangesh Kakad",
        "email": "harshadak@metsi.co.uk",
        "time": "Wed Dec 23 01:33:08 2015 -0800"
      },
      "message": "Use six.StringIO/BytesIO instead of StringIO.StringIO\n\nto keep Python 3.x compatibility, use six.StringIO/BytesIO to\nreplace StringIO.StringIO\n\nStringIO works for unicode\nBytesIO works for bytes\n\nChange-Id: I063d62a4f005084f4088da403f348ad97656ad45\nPartial-Bug: #1280100\n"
    },
    {
      "commit": "96e9e88dc06a5527b764a0ff4efe05d86c6054a8",
      "tree": "896122e475c3ae768663ad4fc8aec5cb0ce0f307",
      "parents": [
        "fceab118642fe4c1ffe1fb1bc61af5ec717e6733"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Mon Jun 09 18:37:19 2014 -0400"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Tue Aug 12 17:39:16 2014 -0400"
      },
      "message": "Enable H407,H305,H307,E122 ignore E123\n\nAfter bumping the hacking version to the 0.9.x series ignores were\nadded for several rules. This commit fixes the violations for a subset\nof these rules and re-enables the checks.\n\nE123 is ignored because this rule is ignored in the default pep8 by\ndefault, due to a lack of consensus around it.\n\nChange-Id: I8f14cd2ca6afc38d3fe8ee758272071111022896\n"
    },
    {
      "commit": "e8d31a0b80072daf1059787ece4eb100dccbc558",
      "tree": "936a68cce1982ec7f507b683c9c7688c90197b4b",
      "parents": [
        "c7c332e7137a633beb5de8476cd07712a5bd1c2e"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "igawa@mxs.nes.nec.co.jp",
        "time": "Tue Jan 14 16:21:24 2014 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "igawa@mxs.nes.nec.co.jp",
        "time": "Mon Jan 20 11:22:45 2014 +0900"
      },
      "message": "Remove vim headers\n\nWe don\u0027t need to have the vim headers in each source files. We can set\nit in our vimrc file instead. Also if set incorrectly, gate (pep8 check)\nwill catch the mistakes.\n\nMore discussions:\nhttp://lists.openstack.org/pipermail/openstack-dev/2013-October/017353.html\n\nChange-Id: I43703e2289212389c7841f44691ae7849ed1f505\nCloses-Bug: #1229324\n"
    },
    {
      "commit": "9e3c71780a29f911752c0bffa985c70055f1c053",
      "tree": "0e4af24d17924ff166f200120cb2f4795a14f763",
      "parents": [
        "db56fc53aae80c44a5cd078b8a13a7f1ae38b802"
      ],
      "author": {
        "name": "David Kranz",
        "email": "dkranz@redhat.com",
        "time": "Wed Oct 09 21:45:31 2013 -0400"
      },
      "committer": {
        "name": "David Kranz",
        "email": "dkranz@redhat.com",
        "time": "Wed Oct 09 21:51:25 2013 -0400"
      },
      "message": "Accept gzip files in find_stack_traces.py\n\nThe server response seems to have changed since this code was originally\nwritten.\n\nChange-Id: Icffc062ce46f59b678fe468560d198567286fe67\n"
    },
    {
      "commit": "1db5db2dc56463137662f9d7862448732dc2bbd2",
      "tree": "7cf757fee9a0a07423a04d339b8032070f3ecffb",
      "parents": [
        "70a82b823c5d8932114c393e7156c8124ea92990"
      ],
      "author": {
        "name": "Dirk Mueller",
        "email": "dirk@dmllr.de",
        "time": "Sun Jun 23 20:21:32 2013 +0200"
      },
      "committer": {
        "name": "Dirk Mueller",
        "email": "dirk@dmllr.de",
        "time": "Sun Jun 23 20:51:36 2013 +0200"
      },
      "message": "Use Python 3.x compatible syntax constructs\n\nAvoid print operator, deprected except and\nother things covered by statical checks.\n\nChange-Id: I89f9608b977b2d4567300ec82558284dac347c9a\n"
    },
    {
      "commit": "70eef03c095bf530f051992a8dc039fc5572e8d0",
      "tree": "fc18794e681b43552bad6bc1230149fa5e238aa7",
      "parents": [
        "ae99a9593560a111713e3010909beb724081c6f7"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Wed Mar 20 13:41:15 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Tue Apr 09 11:38:50 2013 -0400"
      },
      "message": "make stack traces tool find individual traces\n\npreviously the tool just reprinted out TRACE and ERROR log lines.\nNow make it actually collect up TRACE and ERROR into individual\nevents which will make it easier to cross reference to tempest\ntests.\n\nbuilt additional features around stack trace tooling, making it\nsimpler to find unique events.\n\nChange-Id: Id1fed3343e79e75da3145b5a9c19820b65a0d548\n"
    },
    {
      "commit": "bcdba0818aceb270106eeea84f1723a4d3bc7e3f",
      "tree": "0137c23355b3b6bd96696259265a861130f43ab6",
      "parents": [
        "3a1878dbf5316147bb1c951ef6a13dca17779ff3"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Tue Mar 12 15:14:16 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Tue Mar 12 15:14:16 2013 -0400"
      },
      "message": "add find_stack_traces tool\n\nthis is useful to go and collect all the stack traces found for a\nparticular test run. Helps us easily identify when stack traces\nare being generated even on good runs.\n\nChange-Id: Ia5b95be7bc1a425630fba06c7c65cbaa9fa7079f\n"
    }
  ]
}
