)]}'
{
  "log": [
    {
      "commit": "be321f7470968a88100cd4a6e42f2f6b722c14c1",
      "tree": "dc7d9742fd25d64c453dd28f676f67c71c089299",
      "parents": [
        "a7d4a67fc66a4ed4c992a2e9bf1c741838f94127"
      ],
      "author": {
        "name": "Mykyta Karpin",
        "email": "mkarpin@mirantis.com",
        "time": "Wed Dec 19 16:14:38 2018 +0200"
      },
      "committer": {
        "name": "Mykyta Karpin",
        "email": "mkarpin@mirantis.com",
        "time": "Wed Dec 19 18:38:16 2018 +0200"
      },
      "message": "Add ability to configure retry parameter for apache proxy\n\nRetry parameter is useful to define maintenance window during\nwhich backend will be unavailable in case it is in error state.\nDuring this period of time connections to the backend won\u0027t be\nallowed, and apache will give 503 error. More details: [1]\n\n[1] http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass\n\nChange-Id: I324fc9c7ecc5f7a68b9c04946693f383453013d4\nRelated-Prod: https://mirantis.jira.com/browse/PROD-25993\n"
    },
    {
      "commit": "fbad4331777bf3ccb99d1ad051a545128022076b",
      "tree": "1d03195b34ed5f6aaef841f8a46d7c714e9b2e28",
      "parents": [
        "acb3391cb7c51875cd4b853eacc30b5c3bfd6b9d"
      ],
      "author": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Wed Nov 21 14:07:43 2018 +0100"
      },
      "committer": {
        "name": "Aleksey Zvyagintsev",
        "email": "azvyagintsev@mirantis.com",
        "time": "Fri Dec 07 10:57:15 2018 +0000"
      },
      "message": "Drop Travis CI support\n  - Update links\n\nFixes: PROD-25037 (PROD:25037)\nFixes: PROD-25327 (PROD:25327)\n\nChange-Id: If222366285506b66d5860ffc0943b7caf7632f6e\n"
    },
    {
      "commit": "a9b5d3bfd5a6c84be35e5457414a2475f075d02c",
      "tree": "9235e80257111a52934bc0ddb83afc2bd1566ab6",
      "parents": [
        "a80c51c0b5bc0dc531ae5ef5cb2410847339cb0e"
      ],
      "author": {
        "name": "Oleksandr Bryndzii",
        "email": "obryndzii@mirantis.com",
        "time": "Thu Nov 01 17:21:39 2018 +0200"
      },
      "committer": {
        "name": "Oleksandr Bryndzii",
        "email": "obryndzii@mirantis.com",
        "time": "Mon Nov 05 14:14:07 2018 +0200"
      },
      "message": "Add ability to disable apache modules\n\nIntroduce a new pillar apache:server:mods that is a dictionary with\nthe new module metadata. It will allow to manage apache modules by\nsetting \"status: disabled/enabled\".\n\nChange-Id: I4ef85ce426f92e01a15e0fbcdb1370d68c1cf736\nRelated-Prod: PROD-23524\n"
    },
    {
      "commit": "fb99ea5d0412dfbac81cc5a7e940846aee6825e6",
      "tree": "7bb7f297cc47d66a716be3323404e5a703788104",
      "parents": [
        "6ee2b58687b5cb1c703bbcdbd34af8a7ce0d0b92"
      ],
      "author": {
        "name": "Dzmitry Stremkouski",
        "email": "dstremkouski@mirantis.com",
        "time": "Wed Oct 24 10:09:18 2018 +0200"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Fri Oct 26 07:03:21 2018 +0000"
      },
      "message": "* Fix bindings for default ports in case they are needed\n* Fix tests for listen_default_ports option\n* Fix doc for listen_default_ports option\n\nChange-Id: I83955b302f41d2ef78d091f88b99bd5b6d551949\n"
    },
    {
      "commit": "d0be2505cf8359fbab99ccb8f2bad6b5a74ac5a7",
      "tree": "b2a25c8ded2f5644bac55269847fab752c2f426a",
      "parents": [
        "df130a0c8e6d7b257cbf2a170ff050cc0d386e66"
      ],
      "author": {
        "name": "Oleksii Grudev",
        "email": "ogrudev@mirantis.com",
        "time": "Fri May 25 14:19:43 2018 +0300"
      },
      "committer": {
        "name": "Oleksii Grudev",
        "email": "ogrudev@mirantis.com",
        "time": "Thu May 31 10:34:13 2018 +0300"
      },
      "message": "Allow to configure advanced SSL options for Apache\n\nThis patch allows to configure advanced ssl options like:\n- SSLProtocol\n- SSLCipherSuite\n- SSLUseStapling\n- SSLOpenSSLConfCmd DHParameters\n- SSLOpenSSLConfCmd Curves\n... and others\n\nThe whole list of options may be found in README and in following files:\napache/files/_ssl.conf\napache/files/_ssl_proxy.conf\napache/files/_ssl_stapling.conf\napache/files/httpd_ssl.conf\n\nPlease note that some parameters could be set only on server level\nwhile the most of parameters are set on site level\n\nParameters` description:\nhttps://httpd.apache.org/docs/2.4/mod/mod_ssl.html\n\nThe \u0027mode\u0027 trigger is deprecated and will be removed in future together\nwith _ssl_normal.conf and _ssl_secure.conf. All options should be\nset from reclass directly.\n\nThe following options changed theirs types (for backward compatibility\nnew type will be applied only when mode is set to !\u003d secure)\nSSLCipherSuite, SSLOpenSSLConfCmd Curves - was string, become list\nPlease read README for more details\n\nChange-Id: I78aefd51b62d80eef57bfba6f9c1e40be86f519f\nRelated-PROD: PROD-19153\n"
    },
    {
      "commit": "8d25a0e2073cedeb51f1f4c7501e63f84b56e394",
      "tree": "006625b05cef8b30ee2b73f765759559232fb44b",
      "parents": [
        "63a2e1310b04db6e3adb12262090a3c6caafeb15"
      ],
      "author": {
        "name": "Dzmitry Stremkouski",
        "email": "dstremkouski@mirantis.com",
        "time": "Wed May 09 18:44:18 2018 +0200"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Wed May 16 09:12:30 2018 +0000"
      },
      "message": "Adding an ability to set arbitrary cipher for apache site.\n\nMake sure cert/key/chain files are created before site is enabled and\nservice is restarted.\n\nProd-Related: EME-219\n\nChange-Id: I43720d6361665a29557415c3a272928432462f19\n"
    },
    {
      "commit": "3f4eca18762d17725a5f00ec72b32b238e519f7c",
      "tree": "858c8215a5255860d11eb38828e8a5cbf66007e9",
      "parents": [
        "baf3ddeb3e69431b6715a1c335059f743d151716"
      ],
      "author": {
        "name": "Jakub Josef",
        "email": "jakub.josef@gmail.com",
        "time": "Thu Feb 08 13:22:13 2018 +0100"
      },
      "committer": {
        "name": "Jakub Josef",
        "email": "jakub.josef@gmail.com",
        "time": "Thu Feb 08 13:22:13 2018 +0100"
      },
      "message": "Fixed shebang kernel limitation with virtualenv during test run (https://github.com/pypa/virtualenv/issues/596)\n\nChange-Id: I48f9c7d30906ccdf2a0f8c8bcce4e032cb708df5\n"
    },
    {
      "commit": "6b26c61114409b6e300ed30c778e98a3c01951a9",
      "tree": "ef7afc50589edbab9902799b5e36e60eafa8f6a8",
      "parents": [
        "07e7fce12e7eafb58714b2f7ef4ed5d4a8cbbe41"
      ],
      "author": {
        "name": "Jakub Josef",
        "email": "jakub.josef@gmail.com",
        "time": "Fri Dec 15 16:58:28 2017 +0100"
      },
      "committer": {
        "name": "Jakub Josef",
        "email": "jakub.josef@gmail.com",
        "time": "Fri Dec 15 17:29:19 2017 +0100"
      },
      "message": "Fixed typo in run_tests.sh file\n\nChange-Id: Iacd4ee4d1fbe24ffcf6062ade78191e4cc5022be\n"
    },
    {
      "commit": "9a6c8cd7cb52036f54d2f4404c29f536b29aa86f",
      "tree": "cf28bb8a005b937a61b03a954b1d45a492e12e49",
      "parents": [
        "7f12820f3ec43697e844730c84b12b6199bab4c1"
      ],
      "author": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Tue Oct 24 16:58:03 2017 +0200"
      },
      "committer": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Tue Oct 24 16:58:03 2017 +0200"
      },
      "message": "Allow testing of Apache services\n\nChange-Id: I5d853d92c5c299bc43d92514307ad467e2bbb1a6\n"
    },
    {
      "commit": "8aef619f4196ed6ca796c26cc8381aa88e83e638",
      "tree": "fc7b3d15ec696e7a0c3b4e7a03c31686a8ee1cc3",
      "parents": [
        "eebe47a117610a2325d465e103ff65d83aa457a1"
      ],
      "author": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Tue Jun 06 14:36:58 2017 +0200"
      },
      "committer": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Tue Jun 06 14:52:02 2017 +0200"
      },
      "message": "Test different PHP versions\n"
    },
    {
      "commit": "eebe47a117610a2325d465e103ff65d83aa457a1",
      "tree": "bf6128ae0f97fa669274b03db23fe709e44fe712",
      "parents": [
        "22f01ca480c3bfbf410f7b264dbbcce174b393e1"
      ],
      "author": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Fri Jun 02 16:29:40 2017 +0200"
      },
      "committer": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Fri Jun 02 16:29:40 2017 +0200"
      },
      "message": "Optimize noservices condition + fix missing pillar param\n"
    },
    {
      "commit": "a7ca7edc0356aa45625af23b3b213177540316b2",
      "tree": "b3361b4419766b87d0cd6884bbd513e32a1d9409",
      "parents": [
        "0150e5a279aa1afa172c6bea5700e9e5f855475a"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Apr 14 16:38:37 2016 +0200"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Apr 14 16:38:37 2016 +0200"
      },
      "message": "Fix source dependency parsing\n"
    },
    {
      "commit": "420ff3fd7a0fa746230fedd60da8aeb6af9410ae",
      "tree": "581b0c2142a275ea0ff3ab24d116485e9a48fcb7",
      "parents": [
        "43c094699a2bbf62e7624ab9a26c88b6ddcb457c"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Apr 14 12:46:30 2016 +0200"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Apr 14 12:46:30 2016 +0200"
      },
      "message": "Fix tests dependency fetch\n"
    },
    {
      "commit": "0c9ebc5a7ef16eebab1eca1654afbac3be235601",
      "tree": "3d16417228a6ebef0a75d04e64a75cef1376ded4",
      "parents": [
        "e3b20eeb1b946fe99c39af67355ba10ab816b67f"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Apr 14 11:46:40 2016 +0200"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Apr 14 12:07:51 2016 +0200"
      },
      "message": "Add makefile, run tests during package build\n"
    },
    {
      "commit": "c0d263b683ae03526fe582a5b713cf9de8067870",
      "tree": "92a80b374e9f52ea05436636dde2e2f6bcb7dcbe",
      "parents": [
        "643432a93fdbabcf1d74f4ab579fbf9b84a75f06"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Apr 06 11:19:34 2016 +0200"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Apr 06 11:24:04 2016 +0200"
      },
      "message": "Allow defining robots.txt\n"
    },
    {
      "commit": "f6f69c3494e37c42016d31d712cf5a6ed9255035",
      "tree": "588d7146a869739d115cd972294360f9b760ee6a",
      "parents": [
        "7865ef360556be175bb3c600d1ec3e558d58dab0"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Mon Feb 22 15:01:02 2016 +0100"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Mon Feb 22 15:01:02 2016 +0100"
      },
      "message": "Setting default mpm in a better way\n"
    },
    {
      "commit": "affb18df7cdf55b6fa13a321af9135732d6b3d0a",
      "tree": "6a6b2de43d59380ff80f7470a46562ab243eb585",
      "parents": [
        "3179bca6964f8d172f0b2de78ae52e2196c1fbc3"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Mon Feb 22 13:58:27 2016 +0100"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Mon Feb 22 14:42:51 2016 +0100"
      },
      "message": "Fix security settings and mpm\n"
    },
    {
      "commit": "cfffb4e8f8f7df664660aa2774e0b2a69f19c362",
      "tree": "0d12b3770693c65e5bf386c3d95d069fa83bb826",
      "parents": [
        "f103db8e54a878184aed4b0536f01ffca1e3db45"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Feb 04 10:59:19 2016 +0100"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Feb 04 11:01:43 2016 +0100"
      },
      "message": "Support for setting htaccess\n"
    },
    {
      "commit": "ac4cb5b2a611f9588d3c191582b2317abfa13b04",
      "tree": "d81811b246aa5e06002dce8d8f5aa8a627fac470",
      "parents": [
        "b5282fa53f56c9d00d210aa00543fef6163a7749"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Jan 27 17:05:31 2016 +0100"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Jan 27 17:05:31 2016 +0100"
      },
      "message": "Create automatically webdav roots\n"
    },
    {
      "commit": "590b579e81d703bd57b32cd0f0f644108dd00b78",
      "tree": "383bd162382c1b70b6edefb89819fdc3bbc8650b",
      "parents": [
        "75aae5c6c1a05b51f0520d2820a8a444e57fa8b1"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Jan 27 11:24:29 2016 +0100"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Wed Jan 27 11:24:29 2016 +0100"
      },
      "message": "Support for basic and kerberos authentication\n"
    },
    {
      "commit": "130eb9bd90efb5293a86cdede946c67a77b0bd39",
      "tree": "dc9836bfeea6aa96382ec0c64b36c29a87f8dca2",
      "parents": [
        "d6267f8be7b67382f7620e5f26a21bcd0994e221"
      ],
      "author": {
        "name": "jan kaufman",
        "email": "jan.kaufman@tcpcloud.eu",
        "time": "Tue Jan 26 14:47:44 2016 +0100"
      },
      "committer": {
        "name": "jan kaufman",
        "email": "jan.kaufman@tcpcloud.eu",
        "time": "Tue Jan 26 14:47:44 2016 +0100"
      },
      "message": "add formula tests\n"
    }
  ]
}
