)]}'
{
  "log": [
    {
      "commit": "45bca6fd815a1e69e70861eccad4be368b03a155",
      "tree": "4aa43fa07070e309f2aa91f089907bc84ceee105",
      "parents": [
        "78eba8444c0ba50994c7b686251f3a7c21dc92ce"
      ],
      "author": {
        "name": "Adam Kocoloski",
        "email": "kocolosk@apache.org",
        "time": "Wed Dec 18 20:01:11 2019 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 18 20:01:11 2019 -0500"
      },
      "message": "Add tombstone to this repo"
    },
    {
      "commit": "78eba8444c0ba50994c7b686251f3a7c21dc92ce",
      "tree": "0f7595f490f884a9020790c543077eafc957783f",
      "parents": [
        "dddaa3cd44b65d90bc9bd73888c19c0f703b7c97"
      ],
      "author": {
        "name": "Adam Kocoloski",
        "email": "kocolosk@apache.org",
        "time": "Wed Sep 11 11:49:37 2019 -0400"
      },
      "committer": {
        "name": "Adam Kocoloski",
        "email": "kocolosk@apache.org",
        "time": "Tue Sep 24 14:43:04 2019 -0400"
      },
      "message": "Add unit tests for scheduling window logic\n"
    },
    {
      "commit": "dddaa3cd44b65d90bc9bd73888c19c0f703b7c97",
      "tree": "be34c959890250bd524d2e7e7eb7c1486eece5e9",
      "parents": [
        "8553ee662c6bfd08daabf521cf5c46e0e1696b9b"
      ],
      "author": {
        "name": "Adam Kocoloski",
        "email": "kocolosk@apache.org",
        "time": "Fri Sep 06 12:10:01 2019 -0400"
      },
      "committer": {
        "name": "Adam Kocoloski",
        "email": "kocolosk@apache.org",
        "time": "Tue Sep 24 14:43:04 2019 -0400"
      },
      "message": "Support scheduling compactions during time windows\n\nThis patch allows administrators to configure smoosh to only\nexecute compactions during a specified time window on a\nper-channel basis. The (partial) configuration looks like\n\n[smoosh]\ndb_channels\u003dovernight_channel\n\n[smoosh.overnight_channel]\nfrom \u003d 22:00\nto \u003d 06:00\nstrict_window \u003d true\n\nIf `strict_window` is set to true, smoosh will suspend all\ncurrently running compactions in this channel when leaving the\ntime window, and resume them in the next window. If left at the\ndefault, currently running compactions will be allowed to complete\nbut no new compactions will be started until the window is open again.\n"
    },
    {
      "commit": "8553ee662c6bfd08daabf521cf5c46e0e1696b9b",
      "tree": "d4abb489aa3b104e8defa15c4911fe06e48f3d05",
      "parents": [
        "d85183d90b9069f07b120281c4a2eaf203ecd577",
        "55bf6a3137571befcd74399f36fd80fa945fd8bc"
      ],
      "author": {
        "name": "iilyak",
        "email": "iilyak@users.noreply.github.com",
        "time": "Mon Feb 25 12:20:27 2019 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 25 12:20:27 2019 -0800"
      },
      "message": "Merge pull request #2 from cloudant/fix-compilation-warnings\n\nAvoid using `erlang:now/0`"
    },
    {
      "commit": "55bf6a3137571befcd74399f36fd80fa945fd8bc",
      "tree": "d4abb489aa3b104e8defa15c4911fe06e48f3d05",
      "parents": [
        "d85183d90b9069f07b120281c4a2eaf203ecd577"
      ],
      "author": {
        "name": "ILYA Khlopotov",
        "email": "iilyak@apache.org",
        "time": "Fri Feb 22 13:47:47 2019 +0000"
      },
      "committer": {
        "name": "ILYA Khlopotov",
        "email": "iilyak@apache.org",
        "time": "Mon Feb 25 20:19:15 2019 +0000"
      },
      "message": "Avoid using `erlang:now/0`\n"
    },
    {
      "commit": "d85183d90b9069f07b120281c4a2eaf203ecd577",
      "tree": "c04bf2a3e91c3d944c917f0dacc66cd52f4cbf16",
      "parents": [
        "cd855235b5696d6b41cf124b14dde43405898acf",
        "3af4e6cd5b4799542cdb89c3952ded56ad7dc548"
      ],
      "author": {
        "name": "iilyak",
        "email": "iilyak@users.noreply.github.com",
        "time": "Mon Feb 18 11:09:39 2019 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 18 11:09:39 2019 -0800"
      },
      "message": "Merge pull request #1 from cloudant/update_handle_config_terminate\n\nUpdate API for handle_config_terminate/3"
    },
    {
      "commit": "3af4e6cd5b4799542cdb89c3952ded56ad7dc548",
      "tree": "c04bf2a3e91c3d944c917f0dacc66cd52f4cbf16",
      "parents": [
        "cd855235b5696d6b41cf124b14dde43405898acf"
      ],
      "author": {
        "name": "ILYA Khlopotov",
        "email": "iilyak@apache.org",
        "time": "Thu Feb 14 20:26:07 2019 +0000"
      },
      "committer": {
        "name": "ILYA Khlopotov",
        "email": "iilyak@apache.org",
        "time": "Thu Feb 14 21:27:06 2019 +0000"
      },
      "message": "Update API for handle_config_terminate/3\n\nconfig_listener_mon establishes a monitor of the caller process.\nTherefore it is incorrect to call config:listen_for_changes\nfrom temporary process.\n"
    },
    {
      "commit": "cd855235b5696d6b41cf124b14dde43405898acf",
      "tree": "098e03d60e3db9c7340c6f52dc6429c8c129bbc1",
      "parents": [],
      "author": {
        "name": "Robert Newson",
        "email": "rnewson@apache.org",
        "time": "Wed Jan 30 14:16:08 2019 +0000"
      },
      "committer": {
        "name": "Robert Newson",
        "email": "rnewson@apache.org",
        "time": "Wed Jan 30 14:20:18 2019 +0000"
      },
      "message": "Initial import\n"
    }
  ]
}
