)]}'
{
  "log": [
    {
      "commit": "6faa8623b9b474953b8bc713c1d2cfbff1cabaa7",
      "tree": "29488c01bb4e6e9ad0358597392715f33ec82d61",
      "parents": [
        "43e741fc1defd9cc8a71449d14ac803f47606274"
      ],
      "author": {
        "name": "Guillaume Thouvenin",
        "email": "gthouvenin@mirantis.com",
        "time": "Tue Feb 28 16:40:42 2017 +0100"
      },
      "committer": {
        "name": "Guillaume Thouvenin",
        "email": "gthouvenin@mirantis.com",
        "time": "Wed Mar 08 17:46:12 2017 +0100"
      },
      "message": "Manage notification handler for Sensu\n\nThis patch adds two things:\n  - the field \u0027handler\u0027 to an alarm. Now an alarm can be described as\n        alarm_name:\n            policy: name_of_policy\n            alerting: enabled_with_notifications\n            handler: mail\n            ...\n  - a new parameter \u0027notification_handler\u0027 to pass the handler that\n    can now be added to an alarm.\n\nChange-Id: I1e0767b3c1aa664110c97ae5f8fafc47c9682ab9\n"
    },
    {
      "commit": "43e741fc1defd9cc8a71449d14ac803f47606274",
      "tree": "7798d5c0866b3033dc1c30ea1ba318db08c9ca3f",
      "parents": [
        "d8532e54452565d444d5a40848235c84d9b39ccd"
      ],
      "author": {
        "name": "Guillaume Thouvenin",
        "email": "gthouvenin@mirantis.com",
        "time": "Tue Mar 07 15:34:19 2017 +0100"
      },
      "committer": {
        "name": "Guillaume Thouvenin",
        "email": "gthouvenin@mirantis.com",
        "time": "Wed Mar 08 17:46:12 2017 +0100"
      },
      "message": "Rename no_alerting field\n\nThis patch uses a boolean to enable or disable alerting instead of using\na variable no_alerting that is not very obvious and adds unneeded\ncomplexity.\n\nChange-Id: I42feeb2858aaadd9c1b4aaf5217dfe34aae35059\n"
    },
    {
      "commit": "d31484e10d2be125e841a216359a8467800c74cf",
      "tree": "3b82987aae11e7f620a9e8a0bd22dacdfb07b355",
      "parents": [
        "4b93fb790cfd6d4ff72ca4904e9d3b318483246b"
      ],
      "author": {
        "name": "Ilya Tyaptin",
        "email": "ityaptin@mirantis.com",
        "time": "Mon Dec 12 19:25:07 2016 +0400"
      },
      "committer": {
        "name": "Ilya Tyaptin",
        "email": "ityaptin@mirantis.com",
        "time": "Mon Dec 12 19:27:48 2016 +0400"
      },
      "message": "Fix behavior of heka_alarming.py for None service_data\n\nCurrently if service data has a key with None value:\n`{a: None}`, function `grains_for_mine` raises exception.\nIt\u0027s incorrect. For right approach it should only pass this pair.\n"
    },
    {
      "commit": "f45901e5b452035e4ea5586dd916135b2da2933a",
      "tree": "31650cf62c24a64686a0fa7c1592363c5b1337f7",
      "parents": [
        "d26770fffbb63e62d13c5ae1730331928d4870a0"
      ],
      "author": {
        "name": "Éric Lemoine",
        "email": "elemoine@mirantis.com",
        "time": "Wed Nov 16 13:02:50 2016 +0000"
      },
      "committer": {
        "name": "Éric Lemoine",
        "email": "elemoine@mirantis.com",
        "time": "Wed Nov 16 13:02:50 2016 +0000"
      },
      "message": "Fix flake8 in heka_alarming.py\n"
    },
    {
      "commit": "d26770fffbb63e62d13c5ae1730331928d4870a0",
      "tree": "db1bebe8a037b0d6162e5ba63fe6753459dbf3ac",
      "parents": [
        "99e8e1dc72e328caf6eb84a1e8e2684cc40e1b32"
      ],
      "author": {
        "name": "Éric Lemoine",
        "email": "elemoine@mirantis.com",
        "time": "Wed Nov 16 13:01:59 2016 +0000"
      },
      "committer": {
        "name": "Éric Lemoine",
        "email": "elemoine@mirantis.com",
        "time": "Wed Nov 16 13:01:59 2016 +0000"
      },
      "message": "Fix the grains_for_mine function\n"
    },
    {
      "commit": "74f7bd36c681b46939705d05b7e2dea76c4d5670",
      "tree": "4d144ec46926d7f007f664928048547af21fd0cf",
      "parents": [
        "3f045e35f26cc5ebe1b1574c6ec5e591fefc3652"
      ],
      "author": {
        "name": "Éric Lemoine",
        "email": "elemoine@mirantis.com",
        "time": "Tue Nov 15 13:18:33 2016 +0000"
      },
      "committer": {
        "name": "Éric Lemoine",
        "email": "elemoine@mirantis.com",
        "time": "Tue Nov 15 17:01:17 2016 +0000"
      },
      "message": "Send only alarm-related data to mine\n"
    },
    {
      "commit": "eed005a501e241a19fa89fdeb1801c39acb5c263",
      "tree": "a35daa2d06bd5cf3ace32f8862352a44bb1aeed4",
      "parents": [
        "9372ad0a55bbd9cd0764235abdf5e787021aa2f4"
      ],
      "author": {
        "name": "Swann Croiset",
        "email": "scroiset@mirantis.com",
        "time": "Thu Nov 10 15:37:53 2016 +0100"
      },
      "committer": {
        "name": "Swann Croiset",
        "email": "scroiset@mirantis.com",
        "time": "Mon Nov 14 17:54:55 2016 +0100"
      },
      "message": "Redefine alerting property\n\nThe alerting property can be one of \u0027disabled\u0027, \u0027enabled\u0027 or\n\u0027enabled_with_notification\u0027\n"
    },
    {
      "commit": "fc2ae37b03d05424bf90e9505b0ec457ea340c73",
      "tree": "62dbf0efe58a4ba4406ec65a498c37db7d4c9969",
      "parents": [
        "ff7677bcb1f6acee353692f76339e88237c4bae4"
      ],
      "author": {
        "name": "Éric Lemoine",
        "email": "elemoine@mirantis.com",
        "time": "Tue Nov 08 13:55:03 2016 +0000"
      },
      "committer": {
        "name": "Éric Lemoine",
        "email": "elemoine@mirantis.com",
        "time": "Wed Nov 09 13:26:09 2016 +0000"
      },
      "message": "Support dimensions in gse metrics\n"
    },
    {
      "commit": "7dc121304c15c36cc8e24cfd0b667aeff6a64621",
      "tree": "62b97b118970fe92deb5d5c0945c009c81334561",
      "parents": [
        "809addc8b93dd1aa4afe20446ab2e4fc72f81765"
      ],
      "author": {
        "name": "Éric Lemoine",
        "email": "elemoine@mirantis.com",
        "time": "Mon Nov 07 16:25:09 2016 +0000"
      },
      "committer": {
        "name": "Éric Lemoine",
        "email": "elemoine@mirantis.com",
        "time": "Wed Nov 09 13:26:09 2016 +0000"
      },
      "message": "Generate gse filter toml for each cluster alarm\n"
    },
    {
      "commit": "6a1abe93e8f5458715ac1df181870c01847062c6",
      "tree": "11d189eeda480ef4d0cd649c056ba22ced1e0a53",
      "parents": [
        "c03dd1631742fc80de0f093fa8f97cc3b755a35a"
      ],
      "author": {
        "name": "Éric Lemoine",
        "email": "elemoine@mirantis.com",
        "time": "Thu Nov 03 14:02:43 2016 +0000"
      },
      "committer": {
        "name": "Éric Lemoine",
        "email": "elemoine@mirantis.com",
        "time": "Mon Nov 07 13:04:48 2016 +0000"
      },
      "message": "Add alarming support\n"
    }
  ]
}
