)]}'
{
  "log": [
    {
      "commit": "df0e91de65cf9428f0f735065eba580e37183030",
      "tree": "bbf9e86f98954fb4ec6697ccdc62247b28287c95",
      "parents": [
        "b553aeeb05897df2b88a1094f7ab03b8f36b0466"
      ],
      "author": {
        "name": "Grainier",
        "email": "grainier@wso2.com",
        "time": "Mon Oct 07 23:05:57 2019 -0700"
      },
      "committer": {
        "name": "hchen9",
        "email": "hchen9@ebay.com",
        "time": "Mon Oct 07 23:05:57 2019 -0700"
      },
      "message": "[EAGLE-1102] Integrate CVE maven plugin\n\n\u003c!--\n{% comment %}\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to you under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n{% endcomment %}\n--\u003e\n\n## Purpose\nPurpose of this pull request is to integrate the CVE maven plugin for eagle to check security vulnerabilities in dependencies during build time. This will help to detect publicly disclosed vulnerabilities contained within eagle\u0027s dependencies (and the dependencies of all child modules).\n\n## Usage\n\nThis plugin configuration is attached to the `mvn verify` phase. Therefore, this will run automatically when we perform a `mvn clean verify`. Once the `mvn` process is completed, the plugin will create a `dependency-check-report.html` report in `target/` dir with the detect vulnerabilities.\n\nIn case if you need to skip this plugin, use `owasp.check.skip\u003dtrue` property (i.e `mvn clean verify -Dowasp.check.skip\u003dtrue`).\n\n## Remarks\n- Fixes https://issues.apache.org/jira/browse/EAGLE-1102\n- https://issues.apache.org/jira/browse/EAGLE-1100\n- https://github.com/jeremylong/DependencyCheck\n- https://jeremylong.github.io/DependencyCheck/dependency-check-maven/aggregate-mojo.html\n- https://jeremylong.github.io/DependencyCheck/general/suppression.html\n---\n\nBe sure to do all of the following to help us incorporate your contribution\nquickly and easily:\n\n - [x] Make sure the PR title is formatted like:\n   `[EAGLE-\u003cJira issue #\u003e] Description of pull request`\n - [x] Make sure tests pass via `mvn clean verify`. (Even better, enable\n       Travis-CI on your fork and ensure the whole test matrix passes).\n - [x] Replace `\u003cJira issue #\u003e` in the title with the actual Jira issue\n       number, if there is one.\n - [ ] If this contribution is large, please file an Apache\n       [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).\n\n---\n\nAuthor: Grainier \u003cgrainier@wso2.com\u003e\n\nCloses #1005 from grainier/EAGLE-1102.\n"
    },
    {
      "commit": "b553aeeb05897df2b88a1094f7ab03b8f36b0466",
      "tree": "dd9306d928b153035926e5887920135e2ef6b9a9",
      "parents": [
        "d1326e2ad2f3bdd8b995bbc82c9d5abb1106ccfd"
      ],
      "author": {
        "name": "Hao Chen",
        "email": "hao@apache.org",
        "time": "Wed Oct 02 15:55:38 2019 -0700"
      },
      "committer": {
        "name": "hchen9",
        "email": "hchen9@ebay.com",
        "time": "Wed Oct 02 15:55:38 2019 -0700"
      },
      "message": "[EAGLE-1101] Update merge-eagle-pr.py to support python 3.x\n\nAuthor: Hao Chen \u003chaoch@users.noreply.github.com\u003e\n\nCloses #1004 from haoch/patch-5.\n"
    },
    {
      "commit": "d1326e2ad2f3bdd8b995bbc82c9d5abb1106ccfd",
      "tree": "4fa459fe9c64c6c1b193d7bc9ab24fc1107921f2",
      "parents": [
        "7ac9421c2c27d12ae88f001866b4444310fcaa3f"
      ],
      "author": {
        "name": "Grainier",
        "email": "grainier@wso2.com",
        "time": "Wed Oct 02 15:50:32 2019 -0700"
      },
      "committer": {
        "name": "hchen9",
        "email": "hchen9@ebay.com",
        "time": "Wed Oct 02 15:50:32 2019 -0700"
      },
      "message": "[EAGLE-1068] Upgrade Siddhi dependency to v5.1.4\n\n\u003c!--\n{% comment %}\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to you under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n{% endcomment %}\n--\u003e\n\n## Purpose\nPurpose of this pull request is to upgrade the [Siddhi](https://mvnrepository.com/artifact/io.siddhi) dependency version to `v5.1.4`. With this, it\u0027ll also;\n- Fix `alert-core` and tests to support new Siddhi APIs.\n- Fix existing custom Siddhi extensions to support new Siddhi APIs.\n- Improve extension loading (use annotation support instead of `siddhiext`).\n- Add the following dependencies (since they are now separated from Siddhi core);\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.siddhi.extension.execution.regex\u003c/groupId\u003e\n    \u003cartifactId\u003esiddhi-execution-regex\u003c/artifactId\u003e\n    \u003cversion\u003e5.0.5\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.siddhi.extension.execution.string\u003c/groupId\u003e\n    \u003cartifactId\u003esiddhi-execution-string\u003c/artifactId\u003e\n    \u003cversion\u003e5.0.5\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Remarks\n- Fixes https://issues.apache.org/jira/browse/EAGLE-1068\n- https://issues.apache.org/jira/browse/EAGLE-1065\n\n---\nContribution Tasks:\n - [x] Make sure the PR title is formatted like:\n   `[EAGLE-\u003cJira issue #\u003e] Description of pull request`\n - [x] Make sure tests pass via `mvn clean verify`. (Even better, enable\n       Travis-CI on your fork and ensure the whole test matrix passes).\n - [x] Replace `\u003cJira issue #\u003e` in the title with the actual Jira issue\n       number, if there is one.\n - [ ] If this contribution is large, please file an Apache\n       [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).\n\n---\n\nAuthor: Grainier \u003cgrainier@wso2.com\u003e\n\nCloses #1003 from grainier/EAGLE-1068.\n"
    },
    {
      "commit": "7ac9421c2c27d12ae88f001866b4444310fcaa3f",
      "tree": "c981d6567d995f7d6b22a5e64ae0e42af4e162c3",
      "parents": [
        "e37349c2f797cfb236f6bddd552e5b6179672d28"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Mon May 28 11:07:35 2018 -0700"
      },
      "committer": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Mon May 28 11:07:35 2018 -0700"
      },
      "message": "EAGLE-1088: Change the inconsistent method name find\n\nmake java method more friendly\n\nAuthor: @BruceKuiLiu\nReviewer: @yonzhang2012 yonzhang2012@gmail.com\n\nCloses: #991\n"
    },
    {
      "commit": "e37349c2f797cfb236f6bddd552e5b6179672d28",
      "tree": "87462f24ccc1bda81c494c59ac665bcb6397bd5c",
      "parents": [
        "dba01fbf57f77c1d8773e24dc4a01ca5f238f5b6"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Mon May 28 11:03:49 2018 -0700"
      },
      "committer": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Mon May 28 11:03:49 2018 -0700"
      },
      "message": "EAGLE-1090 update for compatibiliy to python3\nmerge-eagle-pr.py changed to support python3\n\nhttps://issues.apache.org/jira/browse/EAGLE-1090\n\nAuthor: @jhsenjaliya jhs4191@gmail.com\nReviewer: @yonzhang2012 yonzhang2012@gmail.com\n\nCloses: #992\n"
    },
    {
      "commit": "dba01fbf57f77c1d8773e24dc4a01ca5f238f5b6",
      "tree": "a078ed4da9c4dd95c195fd37284b0800cfcb6287",
      "parents": [
        "f4370ac3394595f21d67d35ebd0afa05009712fc"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Tue Apr 03 16:46:55 2018 -0700"
      },
      "committer": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Tue Apr 03 16:46:55 2018 -0700"
      },
      "message": "Update MRRunningAppMetricBolt.java\nAuthor: yizt\nReviewer: yonzhang\n\nCloses #969\n"
    },
    {
      "commit": "f4370ac3394595f21d67d35ebd0afa05009712fc",
      "tree": "db65233a7639268b88411430f535aae84df63128",
      "parents": [
        "80e2fe40e5042bcb68034b8f15ee9cfd287a2a06"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Tue Apr 03 16:45:56 2018 -0700"
      },
      "committer": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Tue Apr 03 16:45:56 2018 -0700"
      },
      "message": "Update JDBCSecurityMetadataDAO.java\nAuthor: yizt\nReviewer: yonzhang\n\nCloses #970\n"
    },
    {
      "commit": "80e2fe40e5042bcb68034b8f15ee9cfd287a2a06",
      "tree": "832a4029bf51c14cf13e01bb38bda9edf8c5c826",
      "parents": [
        "3c6b2b7308ecc92e8aed8f3dafd16c31ed615a96"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Tue Apr 03 16:36:23 2018 -0700"
      },
      "committer": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Tue Apr 03 16:36:23 2018 -0700"
      },
      "message": "EAGLE-879 - Using Slack Notification throws ClassNotFoundException\nAuthor: coheigea\nReviewer: yonzhang\n\nCloses #879\n"
    },
    {
      "commit": "3c6b2b7308ecc92e8aed8f3dafd16c31ed615a96",
      "tree": "a2d84527a7d7d007975eacd97b18e27767e2e9d6",
      "parents": [
        "d74a82681e47212885c1d5646f162d1cf5c23593"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Tue Apr 03 16:13:52 2018 -0700"
      },
      "committer": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Tue Apr 03 16:13:52 2018 -0700"
      },
      "message": "Apply checkstyle fixes to eagle-storage-base module\nAuthor: coheigea\nReviewer: yonzhang\n\nCloses #988\n"
    },
    {
      "commit": "d74a82681e47212885c1d5646f162d1cf5c23593",
      "tree": "6c1a7995a6f4f8f2f324fe38596f8bd3c188349a",
      "parents": [
        "68fc0668c7fc30fa0dc4c24da79c979f9500a902"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Tue Apr 03 16:06:04 2018 -0700"
      },
      "committer": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Tue Apr 03 16:06:04 2018 -0700"
      },
      "message": "Upgrade jquery to v3.3.1\nAuthor: hao chen\nReviewer: yonzhang\n\nCloses #989\n"
    },
    {
      "commit": "68fc0668c7fc30fa0dc4c24da79c979f9500a902",
      "tree": "817372b59e12d029eb2ce6a8b009135d7c840c59",
      "parents": [
        "6e919c2e8d20957775ed22410557a4fee83339a4"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Tue Apr 03 15:57:41 2018 -0700"
      },
      "committer": {
        "name": "yonzhang",
        "email": "yonzhang@ebay.com",
        "time": "Tue Apr 03 15:57:41 2018 -0700"
      },
      "message": "Disable DocType declarations\nAuthor: coheigea\nReviewer: yonzhang\n\nCloses #990\n"
    },
    {
      "commit": "6e919c2e8d20957775ed22410557a4fee83339a4",
      "tree": "98713b45b261484678946732337019418a52d0a4",
      "parents": [
        "c970bb426b9460939e7283e77e2f505b6ba3c9d5"
      ],
      "author": {
        "name": "Colm O hEigeartaigh",
        "email": "coheigea@apache.org",
        "time": "Tue Feb 06 23:07:01 2018 -0800"
      },
      "committer": {
        "name": "Jay Sen",
        "email": "jsenjaliya@paypal.com",
        "time": "Tue Feb 06 23:07:01 2018 -0800"
      },
      "message": "[EAGLE-1081] Checkstyle fixes for eagle-entity-base module\n\n\u003c!--\n{% comment %}\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to you under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n{% endcomment %}\n--\u003e\n\nBe sure to do all of the following to help us incorporate your contribution\nquickly and easily:\n\n - [ ] Make sure the PR title is formatted like:\n   `[EAGLE-\u003cJira issue #\u003e] Description of pull request`\n - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable\n       Travis-CI on your fork and ensure the whole test matrix passes).\n - [ ] Replace `\u003cJira issue #\u003e` in the title with the actual Jira issue\n       number, if there is one.\n - [ ] If this contribution is large, please file an Apache\n       [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).\n\n---\n\nAuthor: Colm O hEigeartaigh \u003ccoheigea@apache.org\u003e\n\nCloses #985 from coheigea/EAGLE-1081.\n"
    },
    {
      "commit": "c970bb426b9460939e7283e77e2f505b6ba3c9d5",
      "tree": "6e44a4d6c11751ef4d413b6a5d70313d7adc4b08",
      "parents": [
        "06a828f0806900d0e740a4ca00b83a889044be7d"
      ],
      "author": {
        "name": "Colm O hEigeartaigh",
        "email": "coheigea@apache.org",
        "time": "Tue Feb 06 23:05:37 2018 -0800"
      },
      "committer": {
        "name": "Jay Sen",
        "email": "jsenjaliya@paypal.com",
        "time": "Tue Feb 06 23:05:37 2018 -0800"
      },
      "message": "[EAGLE-1080] Fix checkstyle errors in the eagle-query-base module\n\n\u003c!--\n{% comment %}\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to you under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n{% endcomment %}\n--\u003e\n\nBe sure to do all of the following to help us incorporate your contribution\nquickly and easily:\n\n - [ ] Make sure the PR title is formatted like:\n   `[EAGLE-\u003cJira issue #\u003e] Description of pull request`\n - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable\n       Travis-CI on your fork and ensure the whole test matrix passes).\n - [ ] Replace `\u003cJira issue #\u003e` in the title with the actual Jira issue\n       number, if there is one.\n - [ ] If this contribution is large, please file an Apache\n       [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).\n\n---\n\nAuthor: Colm O hEigeartaigh \u003ccoheigea@apache.org\u003e\n\nCloses #983 from coheigea/eagle-query-base-checkstyle.\n"
    },
    {
      "commit": "06a828f0806900d0e740a4ca00b83a889044be7d",
      "tree": "6da4bccc0fcde6ce09e0dea7ddb435e043998e4c",
      "parents": [
        "b51453857c75398f024c5a18ea97f904e239442b"
      ],
      "author": {
        "name": "Colm O hEigeartaigh",
        "email": "coheigea@apache.org",
        "time": "Tue Feb 06 23:04:02 2018 -0800"
      },
      "committer": {
        "name": "Jay Sen",
        "email": "jsenjaliya@paypal.com",
        "time": "Tue Feb 06 23:04:02 2018 -0800"
      },
      "message": "[EAGLE-1082] The server script can\u0027t be started from the same directory\n\n\u003c!--\n{% comment %}\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to you under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n{% endcomment %}\n--\u003e\n\nBe sure to do all of the following to help us incorporate your contribution\nquickly and easily:\n\n - [ ] Make sure the PR title is formatted like:\n   `[EAGLE-\u003cJira issue #\u003e] Description of pull request`\n - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable\n       Travis-CI on your fork and ensure the whole test matrix passes).\n - [ ] Replace `\u003cJira issue #\u003e` in the title with the actual Jira issue\n       number, if there is one.\n - [ ] If this contribution is large, please file an Apache\n       [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).\n\n---\n\nAuthor: Colm O hEigeartaigh \u003ccoheigea@apache.org\u003e\n\nCloses #986 from coheigea/EAGLE-1082.\n"
    },
    {
      "commit": "b51453857c75398f024c5a18ea97f904e239442b",
      "tree": "472d1c54ebf65c30ca5161356edccd35e5320a27",
      "parents": [
        "eaef3d6ebed34a37778e762ea40507c7490e0742"
      ],
      "author": {
        "name": "Colm O hEigeartaigh",
        "email": "coheigea@apache.org",
        "time": "Tue Feb 06 23:02:32 2018 -0800"
      },
      "committer": {
        "name": "Jay Sen",
        "email": "jsenjaliya@paypal.com",
        "time": "Tue Feb 06 23:02:32 2018 -0800"
      },
      "message": "[EAGLE-1083] Upgrade Storm to 0.9.7\n\n\u003c!--\n{% comment %}\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to you under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n{% endcomment %}\n--\u003e\n\nBe sure to do all of the following to help us incorporate your contribution\nquickly and easily:\n\n - [ ] Make sure the PR title is formatted like:\n   `[EAGLE-\u003cJira issue #\u003e] Description of pull request`\n - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable\n       Travis-CI on your fork and ensure the whole test matrix passes).\n - [ ] Replace `\u003cJira issue #\u003e` in the title with the actual Jira issue\n       number, if there is one.\n - [ ] If this contribution is large, please file an Apache\n       [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).\n\n---\n\nAuthor: Colm O hEigeartaigh \u003ccoheigea@apache.org\u003e\n\nCloses #987 from coheigea/EAGLE-1083.\n"
    },
    {
      "commit": "eaef3d6ebed34a37778e762ea40507c7490e0742",
      "tree": "c73439a9585d5617f01c673aa609a52c433048ee",
      "parents": [
        "31706c05adfa699fdb092bd1dd563ccd799d3a8c"
      ],
      "author": {
        "name": "kreddylh",
        "email": "kreddylh@paypal.com",
        "time": "Fri Feb 02 11:33:26 2018 -0800"
      },
      "committer": {
        "name": "Jay Sen",
        "email": "jsenjaliya@paypal.com",
        "time": "Fri Feb 02 11:33:26 2018 -0800"
      },
      "message": "[EAGLE-968] Fix for email issue in 0.5 eagle version\n\n\u003c!--\n{% comment %}\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to you under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n{% endcomment %}\n--\u003e\n\nBe sure to do all of the following to help us incorporate your contribution\nquickly and easily:\n\n - [ ] Make sure the PR title is formatted like:\n   `[EAGLE-\u003cJira issue #\u003e] Description of pull request`\n - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable\n       Travis-CI on your fork and ensure the whole test matrix passes).\n - [ ] Replace `\u003cJira issue #\u003e` in the title with the actual Jira issue\n       number, if there is one.\n - [ ] If this contribution is large, please file an Apache\n       [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).\n\n---\n\nAuthor: kreddylh \u003ckreddylh@paypal.com\u003e\nAuthor: rushikesavareddy \u003ckeshav19@gmail.com\u003e\n\nCloses #941 from rushikesavareddy/branch-0.5.\n"
    },
    {
      "commit": "31706c05adfa699fdb092bd1dd563ccd799d3a8c",
      "tree": "f549e9c98b7269116888fd55038e9dece90bf61c",
      "parents": [
        "7f4dd3b46d08a0ebf577bf1498e2d1bd6a79a600"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang2012@gmail.com",
        "time": "Thu Feb 01 15:12:10 2018 -0800"
      },
      "committer": {
        "name": "yonzhang",
        "email": "yonzhang2012@gmail.com",
        "time": "Thu Feb 01 15:12:10 2018 -0800"
      },
      "message": "EAGLE-1071 Login form takes empty entries\nfix js\n\nhttps://issues.apache.org/jira/browse/EAGLE-1071\n\nAuthor: @VSJTech\nReviewer: @zombieJ\n\nCloses: #972\n"
    },
    {
      "commit": "7f4dd3b46d08a0ebf577bf1498e2d1bd6a79a600",
      "tree": "f7c095a596a74486fdd3801fc6cd12994815765b",
      "parents": [
        "6b8ed3361130d16dbb679fa37b10049d7be6b121"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang2012@gmail.com",
        "time": "Thu Feb 01 15:06:55 2018 -0800"
      },
      "committer": {
        "name": "yonzhang",
        "email": "yonzhang2012@gmail.com",
        "time": "Thu Feb 01 15:06:55 2018 -0800"
      },
      "message": "EAGLE-1074 - eagle-docker.sh uses the wrong path\nfix startup issue\n\nhttps://issues.apache.org/jira/browse/EAGLE-1074\n\nAuthor: @coheigea coheigea@apache.org\nReviewer: @yonzhang2012 yonzhang2012@apache.org\n\nCloses: #976\n"
    },
    {
      "commit": "6b8ed3361130d16dbb679fa37b10049d7be6b121",
      "tree": "807f4b76b9963f06de83b39c5ad6ab39f2b117ef",
      "parents": [
        "e256503d3d240158589a3b2271ad4b0d7651d22f"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang2012@gmail.com",
        "time": "Thu Feb 01 15:04:44 2018 -0800"
      },
      "committer": {
        "name": "yonzhang",
        "email": "yonzhang2012@gmail.com",
        "time": "Thu Feb 01 15:04:44 2018 -0800"
      },
      "message": "EAGLE-1078 - Remove references to the \"incubator\" from the source\nremove \"incubator\" words\n\nhttps://issues.apache.org/jira/browse/EAGLE-1078\n\nAuthor: @coheigea coheigea@apache.org\nReviewer: @yonzhang2012 yonzhang2012@apache.org\n\nCloses: #981\n"
    },
    {
      "commit": "e256503d3d240158589a3b2271ad4b0d7651d22f",
      "tree": "2aff28a39c55fb89c04fb4b8dd40a09271cd80fc",
      "parents": [
        "52edcd1b7bbb4965957e7942b20379453fc10244"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang2012@gmail.com",
        "time": "Thu Feb 01 15:00:24 2018 -0800"
      },
      "committer": {
        "name": "yonzhang",
        "email": "yonzhang2012@gmail.com",
        "time": "Thu Feb 01 15:00:24 2018 -0800"
      },
      "message": "EAGLE-1079 - Fix checkstyle issues in antlr module\nfix checkstyle in eagle-antlr module\n\nhttps://issues.apache.org/jira/browse/EAGLE-1079\n\nAuthor: @coheigea coheigea@apache.org\nReviewer: @yonzhang2012 yonzhang2012@apache.org\n\nCloses #982\n"
    },
    {
      "commit": "52edcd1b7bbb4965957e7942b20379453fc10244",
      "tree": "806902fc974b1fdc0d5ccec8610072d7a3dafd6e",
      "parents": [
        "732a8654c98b8fc8b01d669d3c9ac99657072566"
      ],
      "author": {
        "name": "Colm O hEigeartaigh",
        "email": "coheigea@apache.org",
        "time": "Wed Jan 31 11:34:53 2018 -0800"
      },
      "committer": {
        "name": "Jay Sen",
        "email": "jsenjaliya@paypal.com",
        "time": "Wed Jan 31 11:34:53 2018 -0800"
      },
      "message": "[EAGLE-1075] Can\u0027t specify configuration options for AlertFilePublisher\n\n\u003c!--\n{% comment %}\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to you under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n{% endcomment %}\n--\u003e\n\nBe sure to do all of the following to help us incorporate your contribution\nquickly and easily:\n\n - [ ] Make sure the PR title is formatted like:\n   `[EAGLE-\u003cJira issue #\u003e] Description of pull request`\n - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable\n       Travis-CI on your fork and ensure the whole test matrix passes).\n - [ ] Replace `\u003cJira issue #\u003e` in the title with the actual Jira issue\n       number, if there is one.\n - [ ] If this contribution is large, please file an Apache\n       [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).\n\n---\n\nAuthor: Colm O hEigeartaigh \u003ccoheigea@apache.org\u003e\n\nCloses #978 from coheigea/EAGLE-1075.\n"
    },
    {
      "commit": "732a8654c98b8fc8b01d669d3c9ac99657072566",
      "tree": "0c13db905a98893a87ee5d35dcab4017cf7d585f",
      "parents": [
        "5ee33c85036d97349b2b71f1b6d08b49b525c0a0"
      ],
      "author": {
        "name": "Colm O hEigeartaigh",
        "email": "coheigea@apache.org",
        "time": "Wed Jan 31 11:30:34 2018 -0800"
      },
      "committer": {
        "name": "Jay Sen",
        "email": "jsenjaliya@paypal.com",
        "time": "Wed Jan 31 11:30:34 2018 -0800"
      },
      "message": "[EAGLE-1077] Set the secure processing feature on all DocumentBuilder…\n\n…Factory instances\n\n\u003c!--\n{% comment %}\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to you under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n{% endcomment %}\n--\u003e\n\nBe sure to do all of the following to help us incorporate your contribution\nquickly and easily:\n\n - [ ] Make sure the PR title is formatted like:\n   `[EAGLE-\u003cJira issue #\u003e] Description of pull request`\n - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable\n       Travis-CI on your fork and ensure the whole test matrix passes).\n - [ ] Replace `\u003cJira issue #\u003e` in the title with the actual Jira issue\n       number, if there is one.\n - [ ] If this contribution is large, please file an Apache\n       [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).\n\n---\n\nAuthor: Colm O hEigeartaigh \u003ccoheigea@apache.org\u003e\n\nCloses #980 from coheigea/EAGLE-1077.\n"
    },
    {
      "commit": "5ee33c85036d97349b2b71f1b6d08b49b525c0a0",
      "tree": "0e603c52222e5ab3cd6fb1188121d7e4f52fa7e5",
      "parents": [
        "78cc24fc06cb675cc46532a89dd8eab6d767e866"
      ],
      "author": {
        "name": "Colm O hEigeartaigh",
        "email": "coheigea@apache.org",
        "time": "Wed Jan 31 10:28:43 2018 -0800"
      },
      "committer": {
        "name": "Jay Sen",
        "email": "jsenjaliya@paypal.com",
        "time": "Wed Jan 31 10:28:43 2018 -0800"
      },
      "message": "[EAGLE-331] avoid to use junit.framework.Assert\n\n\u003c!--\n{% comment %}\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to you under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n{% endcomment %}\n--\u003e\n\nBe sure to do all of the following to help us incorporate your contribution\nquickly and easily:\n\n - [ ] Make sure the PR title is formatted like:\n   `[EAGLE-\u003cJira issue #\u003e] Description of pull request`\n - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable\n       Travis-CI on your fork and ensure the whole test matrix passes).\n - [ ] Replace `\u003cJira issue #\u003e` in the title with the actual Jira issue\n       number, if there is one.\n - [ ] If this contribution is large, please file an Apache\n       [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).\n\n---\n\nAuthor: Colm O hEigeartaigh \u003ccoheigea@apache.org\u003e\n\nCloses #979 from coheigea/EAGLE-331.\n"
    },
    {
      "commit": "78cc24fc06cb675cc46532a89dd8eab6d767e866",
      "tree": "e4cd502a6a0cdf5b0a0e65542b3107541b15fabf",
      "parents": [
        "5991e52fe8081453ce3bb3d6179ee03d31ae11ce"
      ],
      "author": {
        "name": "Jay Sen",
        "email": "jsenjaliya@paypal.com",
        "time": "Tue Jan 30 18:17:15 2018 -0800"
      },
      "committer": {
        "name": "Jay Sen",
        "email": "jsenjaliya@paypal.com",
        "time": "Tue Jan 30 18:17:15 2018 -0800"
      },
      "message": "[EAGLE-1025] bumping version to 0.5.1 for master\n\n[EAGLE-1025] bumping version to 0.6 for master\n\nAuthor: Jay Sen \u003cjsenjaliya@paypal.com\u003e\nAuthor: Jay \u003cjhsonline@gmail.com\u003e\n\nCloses #936 from jhsenjaliya/master-version-bump.\n"
    },
    {
      "commit": "5991e52fe8081453ce3bb3d6179ee03d31ae11ce",
      "tree": "c8fff7fdeed71b26a9865190420ddd9de0e771df",
      "parents": [
        "1b7abb0a99feb91beafb0b53eba3502b17108cea"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Jan 30 14:30:32 2018 -0800"
      },
      "committer": {
        "name": "Jay Sen",
        "email": "jsenjaliya@paypal.com",
        "time": "Tue Jan 30 14:30:32 2018 -0800"
      },
      "message": "[EAGLE-1051] update removePolicy\n\nhttps://issues.apache.org/jira/browse/EAGLE-1051\n\nThere is no need to do this check. As eagle has a table `policy_publishment` which has defined the relationship between policies and publishments.\n\n```\nCREATE TABLE IF NOT EXISTS policy_publishment (\n  policyId VARCHAR(50),\n  publishmentName VARCHAR(50),\n  PRIMARY KEY(policyId, publishmentName),\n  CONSTRAINT `policy_id_fk` FOREIGN KEY (`policyId`) REFERENCES `policy_definition` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `publishment_id_fk` FOREIGN KEY (`publishmentName`) REFERENCES `publishment` (`id`) ON DELETE CASCADE ON UPDATE CASCADE\n);\n```\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #959 from qingwen220/EAGLE-1051.\n"
    },
    {
      "commit": "1b7abb0a99feb91beafb0b53eba3502b17108cea",
      "tree": "6a78e46edbb1c03495360fabe8b291e8541805bb",
      "parents": [
        "3c46266d8fad3cfedfd8638d450c3dc044d1695c"
      ],
      "author": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Thu Nov 23 23:53:17 2017 +0800"
      },
      "committer": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Thu Nov 23 23:53:17 2017 +0800"
      },
      "message": "[MINOR] Update README\n"
    },
    {
      "commit": "3c46266d8fad3cfedfd8638d450c3dc044d1695c",
      "tree": "f4a2dcd59198ee4cf45722c06683293b3ab2b722",
      "parents": [
        "7628ade8810aaaa1e02ec237985f43b63ce285e4",
        "dc38466c6415eec3876a19ede84d4f8b6e1ce5b2"
      ],
      "author": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Thu Nov 23 23:51:07 2017 +0800"
      },
      "committer": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Thu Nov 23 23:51:07 2017 +0800"
      },
      "message": "Merge branch \u0027master\u0027 of https://git-wip-us.apache.org/repos/asf/eagle\n"
    },
    {
      "commit": "7628ade8810aaaa1e02ec237985f43b63ce285e4",
      "tree": "8ebdd3f9e2975ca1d8728e3502b648d974af8167",
      "parents": [
        "798c2e840fb4d89a579cbf72d26743618aca143b",
        "9fbc796bded9469c57e6c577403b90234e4f5b83"
      ],
      "author": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Thu Nov 23 23:50:46 2017 +0800"
      },
      "committer": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Thu Nov 23 23:50:46 2017 +0800"
      },
      "message": "Merge branch \u0027branch-0.5\u0027\n"
    },
    {
      "commit": "9fbc796bded9469c57e6c577403b90234e4f5b83",
      "tree": "51651e3e6dfeb2d85d40de606d9830c903aaf1e2",
      "parents": [
        "0b9c91b8788e166ff203e342baf1940d4bd3247c",
        "06d971622b6707d37871b0ffea07b71ad1108262"
      ],
      "author": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Thu Nov 23 23:50:21 2017 +0800"
      },
      "committer": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Thu Nov 23 23:50:21 2017 +0800"
      },
      "message": "Merge branch \u0027branch-0.5\u0027 of https://git-wip-us.apache.org/repos/asf/eagle into branch-0.5\n"
    },
    {
      "commit": "0b9c91b8788e166ff203e342baf1940d4bd3247c",
      "tree": "92b5135e8d6048abfc30ff2f7c5a949a5fc15726",
      "parents": [
        "7bb0007cdab1680548d042f606dc7ee0360130c8"
      ],
      "author": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Thu Nov 23 23:49:26 2017 +0800"
      },
      "committer": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Thu Nov 23 23:49:26 2017 +0800"
      },
      "message": "Add CHANGELOG.tx for v0.5.0\n"
    },
    {
      "commit": "dc38466c6415eec3876a19ede84d4f8b6e1ce5b2",
      "tree": "f89c17d9dfae66333c0ddd55fb0f1c029d6e17d5",
      "parents": [
        "798c2e840fb4d89a579cbf72d26743618aca143b"
      ],
      "author": {
        "name": "It_Ds_N.cpp",
        "email": "It_Ds_N.cpp@It-Ds-Ncpps-MacBook-Pro.local",
        "time": "Sun Oct 22 11:17:21 2017 +0800"
      },
      "committer": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Sun Oct 22 11:17:21 2017 +0800"
      },
      "message": "[EAGLE-1017] New further: support for query alert of a specific machine.\n\nNew further: support for query alert of a specific machine.\n\nmodified:\n- eagle-core/eagle-alert-parent/eagle-alert-app/src/main/java/org/apache/eagle/alert/app/AlertEagleStorePlugin.java\n- eagle-core/eagle-alert-parent/eagle-alert/alert-common/src/main/java/org/apache/eagle/alert/engine/model/AlertPublishEvent.java\n\nInvolved modules:\neagle-core\n\nThe jira ticket link is:\nhttps://issues.apache.org/jira/browse/EAGLE-1017\n\nAuthor: It_Ds_N.cpp \u003cIt_Ds_N.cpp@It-Ds-Ncpps-MacBook-Pro.local\u003e\n\nCloses #930 from 6591812/master.\n"
    },
    {
      "commit": "798c2e840fb4d89a579cbf72d26743618aca143b",
      "tree": "f2f13bec4272843ed24a8886539d9e5b1359ea8d",
      "parents": [
        "93095296a16a72986e04a9f720fc8d5a28a181fb"
      ],
      "author": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Mon Aug 07 23:58:00 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Mon Aug 07 23:58:12 2017 -0700"
      },
      "message": "[EAGLE-973] removing incubating from docs\n\nAuthor: Jay \u003cjhsonline@gmail.com\u003e\n\nCloses #968 from jhsenjaliya/EAGLE-973.\n\n(cherry picked from commit 06d971622b6707d37871b0ffea07b71ad1108262)\nSigned-off-by: Jay \u003cjhsonline@gmail.com\u003e\n"
    },
    {
      "commit": "06d971622b6707d37871b0ffea07b71ad1108262",
      "tree": "37f0b99a0a3cc44e34d5f182e887545e006361ef",
      "parents": [
        "7bb0007cdab1680548d042f606dc7ee0360130c8"
      ],
      "author": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Mon Aug 07 23:58:00 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Mon Aug 07 23:58:00 2017 -0700"
      },
      "message": "[EAGLE-973] removing incubating from docs\n\nAuthor: Jay \u003cjhsonline@gmail.com\u003e\n\nCloses #968 from jhsenjaliya/EAGLE-973.\n"
    },
    {
      "commit": "7bb0007cdab1680548d042f606dc7ee0360130c8",
      "tree": "905127f85d99bd9637b4953323108cde759b2928",
      "parents": [
        "c930a7ab4a4fb78a1cbacd8f8419de3b5dbf1bd7"
      ],
      "author": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Tue Aug 08 14:11:50 2017 +0800"
      },
      "committer": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Tue Aug 08 14:12:17 2017 +0800"
      },
      "message": "[MINOR] Docs: remove incubator words\n\n- Docs: remove incubator words\n\nAuthor: Hao Chen \u003chchen9@ebay.com\u003e\n\nCloses #967 from haoch/removeIncubatorWords.\n\n(cherry picked from commit 93095296a16a72986e04a9f720fc8d5a28a181fb)\nSigned-off-by: Hao Chen \u003chchen9@ebay.com\u003e\n"
    },
    {
      "commit": "93095296a16a72986e04a9f720fc8d5a28a181fb",
      "tree": "1d659a277a1554101ff3bd1d1c350a901373e20d",
      "parents": [
        "ba79b5485622b9de92373d612631d1b96a245287"
      ],
      "author": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Tue Aug 08 14:11:50 2017 +0800"
      },
      "committer": {
        "name": "Hao Chen",
        "email": "hchen9@ebay.com",
        "time": "Tue Aug 08 14:11:50 2017 +0800"
      },
      "message": "[MINOR] Docs: remove incubator words\n\n- Docs: remove incubator words\n\nAuthor: Hao Chen \u003chchen9@ebay.com\u003e\n\nCloses #967 from haoch/removeIncubatorWords.\n"
    },
    {
      "commit": "ba79b5485622b9de92373d612631d1b96a245287",
      "tree": "c56a9859f081eaba128a89955a8941f73eb7ef1c",
      "parents": [
        "f20bf0eb31bd46f08ff0386dc86546bf7ae306df"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Mon Aug 07 10:56:55 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Mon Aug 07 10:56:55 2017 +0800"
      },
      "message": "[EAGLE-1059] fix a bug in PolicyResource.java\n\nhttps://issues.apache.org/jira/browse/EAGLE-1059\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #965 from qingwen220/EAGLE-1059.\n"
    },
    {
      "commit": "c930a7ab4a4fb78a1cbacd8f8419de3b5dbf1bd7",
      "tree": "99df59e968ad017fc06009b2b5b53d8257cf512f",
      "parents": [
        "53247e195cbcfc07f6a6803563b7562cd285f476"
      ],
      "author": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Thu Aug 03 22:35:12 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Thu Aug 03 22:35:12 2017 -0700"
      },
      "message": "[EAGLE-1060] updating version to 0.5.0\n\nAuthor: Jay \u003cjhsonline@gmail.com\u003e\n\nCloses #966 from jhsenjaliya/EAGLE-1060.\n"
    },
    {
      "commit": "53247e195cbcfc07f6a6803563b7562cd285f476",
      "tree": "af5398550a0339450fd64cddaefda2444a288bde",
      "parents": [
        "ea28bccec3552c20bce40fb6584c9e0848898059"
      ],
      "author": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Thu Jul 27 23:37:35 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Thu Jul 27 23:37:35 2017 -0700"
      },
      "message": "adding missing apache license header\n\nthis is minor fix that adds apache license header to the following file\n\nAuthor: Jay \u003cjhsonline@gmail.com\u003e\n\nCloses #964 from jhsenjaliya/EAGLE-1058.\n"
    },
    {
      "commit": "f20bf0eb31bd46f08ff0386dc86546bf7ae306df",
      "tree": "f75108beefd785b7ff450502372613547fb2e5b3",
      "parents": [
        "16c037b080a4ab410125663677ea1229c69a3582"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Thu Jul 13 13:16:57 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Thu Jul 13 13:16:57 2017 +0800"
      },
      "message": "[EAGLE-1046] Eagle supports policies import to a new site from a policy prototype\n\nhttps://issues.apache.org/jira/browse/EAGLE-1046\n\nadd prototype management page\nsupport policy create with proto\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #963 from zombieJ/EAGLE-1046.\n"
    },
    {
      "commit": "16c037b080a4ab410125663677ea1229c69a3582",
      "tree": "596bb240da988dce67f954598fd74909bf5ee5d6",
      "parents": [
        "d0f07ae3e41688b82e8e1d55aef60caa77beee4e"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Mon Jul 10 16:19:52 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Mon Jul 10 16:19:52 2017 +0800"
      },
      "message": "[MINOR] fix compile error\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #962 from qingwen220/minor.\n"
    },
    {
      "commit": "d0f07ae3e41688b82e8e1d55aef60caa77beee4e",
      "tree": "0f24b4fb21cf119c99ce273e5fbf36b4ef5e84cb",
      "parents": [
        "8c738eadad5aa020a8d93206b131cfa8d9114d0d"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Mon Jul 10 16:04:50 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Mon Jul 10 16:04:50 2017 +0800"
      },
      "message": "[EAGLE-1055] update policy proto APIs\n\nhttps://issues.apache.org/jira/browse/EAGLE-1055\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #958 from qingwen220/EAGLE-1055.\n"
    },
    {
      "commit": "8c738eadad5aa020a8d93206b131cfa8d9114d0d",
      "tree": "1127103a268e8fa545c0e1f1bbe0bd3c404babc4",
      "parents": [
        "783257bd1f188514a5595b55ea73d1621ad4d54b"
      ],
      "author": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Thu Jun 29 14:58:53 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Thu Jun 29 14:59:03 2017 -0700"
      },
      "message": "using openjdk for docker\n\nusing openjdk for docker image instead of oracle jdk\n\nAuthor: Jay \u003cjhsonline@gmail.com\u003e\n\nCloses #961 from jhsenjaliya/EAGLE-1057.\n\n(cherry picked from commit ea28bccec3552c20bce40fb6584c9e0848898059)\nSigned-off-by: Jay \u003cjhsonline@gmail.com\u003e\n"
    },
    {
      "commit": "ea28bccec3552c20bce40fb6584c9e0848898059",
      "tree": "24ba45f96b9d459ce8fc26adde8dfef665250a0f",
      "parents": [
        "d85ac92b39c7b005e44f8a88566abd4ff09dd51a"
      ],
      "author": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Thu Jun 29 14:58:53 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Thu Jun 29 14:58:53 2017 -0700"
      },
      "message": "using openjdk for docker\n\nusing openjdk for docker image instead of oracle jdk\n\nAuthor: Jay \u003cjhsonline@gmail.com\u003e\n\nCloses #961 from jhsenjaliya/EAGLE-1057.\n"
    },
    {
      "commit": "783257bd1f188514a5595b55ea73d1621ad4d54b",
      "tree": "2131ddae6591e642c1fbd1afe49111c391f7c9dc",
      "parents": [
        "39ab83e625a271a2f3d55a9395c60a43c61f09da"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang2012@gmail.com",
        "time": "Wed Jun 28 15:59:51 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Wed Jun 28 15:59:59 2017 -0700"
      },
      "message": "[EAGLE-1045] remove scala-tools.release repo which is not useful\n\nAuthor: yonzhang \u003cyonzhang2012@gmail.com\u003e\n\nCloses #951 from yonzhang/branch-0.5.\n\n(cherry picked from commit d85ac92b39c7b005e44f8a88566abd4ff09dd51a)\nSigned-off-by: Jay \u003cjhsonline@gmail.com\u003e\n"
    },
    {
      "commit": "d85ac92b39c7b005e44f8a88566abd4ff09dd51a",
      "tree": "f604f56ea4abe04be22efc7862ab37996ab4907d",
      "parents": [
        "053648be16bafca31a0c9bc43d0dcc0a754050d1"
      ],
      "author": {
        "name": "yonzhang",
        "email": "yonzhang2012@gmail.com",
        "time": "Wed Jun 28 15:59:51 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Wed Jun 28 15:59:51 2017 -0700"
      },
      "message": "[EAGLE-1045] remove scala-tools.release repo which is not useful\n\nAuthor: yonzhang \u003cyonzhang2012@gmail.com\u003e\n\nCloses #951 from yonzhang/branch-0.5.\n"
    },
    {
      "commit": "053648be16bafca31a0c9bc43d0dcc0a754050d1",
      "tree": "0d2f9a29b7d9f806b7f28475a7b69ac4a48961f2",
      "parents": [
        "9a844290b67db50f7d7924147e322b47c60a8a61"
      ],
      "author": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Wed Jun 28 15:05:58 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Wed Jun 28 15:06:37 2017 -0700"
      },
      "message": "Docker updates for eagle 0.5\n\nThis docker image is for eagle 0.5\n\nThere is still an issue where namenode process dies sometimes.\ncreating this PR to get the review started....\n\nAuthor: Jay \u003cjhsonline@gmail.com\u003e\n\nCloses #914 from jhsenjaliya/EAGLE-925.\n\n(cherry picked from commit 39ab83e625a271a2f3d55a9395c60a43c61f09da)\nSigned-off-by: Jay \u003cjhsonline@gmail.com\u003e\n"
    },
    {
      "commit": "39ab83e625a271a2f3d55a9395c60a43c61f09da",
      "tree": "57285dff44fd960cddec6a8ed29ae59ed2536f29",
      "parents": [
        "aa136afa9e99381835356f647daccbf6b7a8be9f"
      ],
      "author": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Wed Jun 28 15:05:58 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Wed Jun 28 15:05:58 2017 -0700"
      },
      "message": "Docker updates for eagle 0.5\n\nThis docker image is for eagle 0.5\n\nThere is still an issue where namenode process dies sometimes.\ncreating this PR to get the review started....\n\nAuthor: Jay \u003cjhsonline@gmail.com\u003e\n\nCloses #914 from jhsenjaliya/EAGLE-925.\n"
    },
    {
      "commit": "9a844290b67db50f7d7924147e322b47c60a8a61",
      "tree": "6d8e4417be8503198ca39f1712cd2e5ecef373ba",
      "parents": [
        "d6d859fbdbd8d3d86cd4595303a9101d0ae0dddd"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Jun 27 12:31:38 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Jun 27 12:32:25 2017 +0800"
      },
      "message": "[EAGLE-1056] fix a link bug in the email template\n\nhttps://issues.apache.org/jira/browse/EAGLE-1056\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #960 from qingwen220/EAGLE-1056.\n\n(cherry picked from commit aa136afa9e99381835356f647daccbf6b7a8be9f)\nSigned-off-by: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n"
    },
    {
      "commit": "aa136afa9e99381835356f647daccbf6b7a8be9f",
      "tree": "699a22e50e5b26e0ec0dadf13751ef560ca92f0a",
      "parents": [
        "a51bf5e1ab054fbd03d7679e48847b9caa85ebfc"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Jun 27 12:31:38 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Jun 27 12:31:38 2017 +0800"
      },
      "message": "[EAGLE-1056] fix a link bug in the email template\n\nhttps://issues.apache.org/jira/browse/EAGLE-1056\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #960 from qingwen220/EAGLE-1056.\n"
    },
    {
      "commit": "a51bf5e1ab054fbd03d7679e48847b9caa85ebfc",
      "tree": "5ff4384c7eef10e6e00a2945b238e1e0d191b13c",
      "parents": [
        "a4f953516248df6eccb65014c712f385a36e3d26"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Wed Jun 21 13:21:05 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed Jun 21 13:21:05 2017 +0800"
      },
      "message": "[EAGLE-1053] Support typeahead in Eagle UI\n\nhttps://issues.apache.org/jira/browse/EAGLE-1053\n\nSupport typeahead in Eagle UI (metric preview page)\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #957 from zombieJ/EAGLE-1053.\n"
    },
    {
      "commit": "a4f953516248df6eccb65014c712f385a36e3d26",
      "tree": "17306ea3b5de5ec1bb828c84452c68678addefd1",
      "parents": [
        "ffbcfb372fccbf8bedabad620817ba302a728584"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Wed Jun 21 10:45:57 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed Jun 21 10:45:57 2017 +0800"
      },
      "message": "[EAGLE-1054] Publisher delete don\u0027t close the dialog\n\nhttps://issues.apache.org/jira/browse/EAGLE-1054\n\nWhen user delete the publisher. The dialog not closed.\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #956 from zombieJ/EAGLE-1054.\n"
    },
    {
      "commit": "ffbcfb372fccbf8bedabad620817ba302a728584",
      "tree": "ec59ec5eac0f80f18a8339d816d092b6c1e828c7",
      "parents": [
        "092ddbe487e8c9262df449cac453336abc639068"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Tue Jun 20 20:11:09 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Jun 20 20:11:09 2017 +0800"
      },
      "message": "[EAGLE-1048] Delete an alert publisher on Eagle UI\n\nhttps://issues.apache.org/jira/browse/EAGLE-1048\n\nAdminister can delete  an alert publisher on Eagle UI\n\nRequest: DELETE /publishments/\\{name\\}\n\nResponse:\n```\nOpResult {\n    public int code \u003d 200;   // 200 \u003d SUCCESS\n    public String message \u003d \"\";\n}\n```\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #955 from zombieJ/EAGLE-1048.\n"
    },
    {
      "commit": "092ddbe487e8c9262df449cac453336abc639068",
      "tree": "85abb576d79609132397470c9946fa4c00fc2daa",
      "parents": [
        "62d5530f7d598c91108748784255ec6a28fc93b2"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Jun 20 16:43:18 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Jun 20 16:43:18 2017 +0800"
      },
      "message": "[EAGLE-1044] Support policy Import using a policy prototype\n\nhttps://issues.apache.org/jira/browse/EAGLE-1044\u0027\n\nProvided APIs:\n*  load policies to new site \"sandbox\" from policy prototypes by `POST /rest/policyProto/loadToSite/sandbox`\n* create a new policy prototype with an existing policy by `POST /rest/policyProto/saveAsProto`\n* update or create a policy prototype by by `POST /rest/policyProto`\n* get all policy prototypes by `GET /rest/policyProto`\n* delete a policy prototype by `DELETE /rest/policyProto/{uuid}`\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #952 from qingwen220/EAGLE-1044.\n"
    },
    {
      "commit": "62d5530f7d598c91108748784255ec6a28fc93b2",
      "tree": "cfc782e4abd332a67003180cfbd4d3c465916c02",
      "parents": [
        "dd61a490ebbbbc5c30dbb457aee72bf4a5fc225d"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Tue Jun 20 16:42:39 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Jun 20 16:42:39 2017 +0800"
      },
      "message": "[EAGLE-1047] View all alert publishers on Eagle UI\n\nhttps://issues.apache.org/jira/browse/EAGLE-1047\n\nUsers can view all the publisher configurations\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #954 from zombieJ/EAGLE-1047.\n"
    },
    {
      "commit": "dd61a490ebbbbc5c30dbb457aee72bf4a5fc225d",
      "tree": "c5c2382f113cf844014a5ead9edff83255424e06",
      "parents": [
        "737cf467fe32af4e27d426b37768817b8604bef6"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Tue Jun 20 16:38:01 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Jun 20 16:38:01 2017 +0800"
      },
      "message": "[EAGLE-1049] Support metric filter in the metric preview page\n\nhttps://issues.apache.org/jira/browse/EAGLE-1049\n\nSupport metric filter in the metric preview page\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #953 from zombieJ/EAGLE-1049.\n"
    },
    {
      "commit": "737cf467fe32af4e27d426b37768817b8604bef6",
      "tree": "59f8a5def9908f71434f43eab101d230ba2b48ea",
      "parents": [
        "2398c7b7e6159f48468bacd468c02a51f6c13a6b"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Wed Jun 14 17:12:49 2017 +0800"
      },
      "committer": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Wed Jun 14 17:12:49 2017 +0800"
      },
      "message": "[EAGLE-1043] display date when series cross the date\n\nhttps://issues.apache.org/jira/browse/EAGLE-1043\n\nCurrent chart don\u0027t provide date info which is not user friendly\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #950 from zombieJ/EAGLE-1043.\n"
    },
    {
      "commit": "2398c7b7e6159f48468bacd468c02a51f6c13a6b",
      "tree": "6310e23c34df4c5058f949509ea5c0fdf3d1cf40",
      "parents": [
        "a260c9efeee7ef11fd1b756d15e264547b5f526f"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Wed Jun 14 16:25:08 2017 +0800"
      },
      "committer": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Wed Jun 14 16:25:08 2017 +0800"
      },
      "message": "[EAGLE-1039] recheck when policy init and keep origin setting\n\nhttps://issues.apache.org/jira/browse/EAGLE-1039\n\nIf a user wants to edit an existing policy, alert de-duplication info should be loaded from the database when he/she enters to that page.\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #949 from zombieJ/EAGLE-1039.\n"
    },
    {
      "commit": "a260c9efeee7ef11fd1b756d15e264547b5f526f",
      "tree": "a22d81bc6fea64eca539b02a6f75ec35d9769b51",
      "parents": [
        "f7994cd2f586ebba3fa3005783c3911f929b3fb8"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed Jun 14 15:38:48 2017 +0800"
      },
      "committer": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Wed Jun 14 15:38:48 2017 +0800"
      },
      "message": "[EAGLE-1041] Support policy processing pipeline\n\nhttps://issues.apache.org/jira/browse/EAGLE-1041\n\nTwo updates:\n* if an inputStream is an intermediate stream (defined by select clause statement), then remove it from inputStream list and outputStream list\n* if an inputStream is an intermediate stream, remove its PartitionSpec\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #947 from qingwen220/EAGLE-1041.\n"
    },
    {
      "commit": "f7994cd2f586ebba3fa3005783c3911f929b3fb8",
      "tree": "8481b4d2fe0031d04a7df2a5fe415cc66d239ab8",
      "parents": [
        "e963abeda31db0f561b401cebe0709a551afdd62"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Wed Jun 14 15:26:59 2017 +0800"
      },
      "committer": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Wed Jun 14 15:26:59 2017 +0800"
      },
      "message": "[EAGLE-1042] support preview chart title\n\nhttps://issues.apache.org/jira/browse/EAGLE-1042\n\nFor metric preview page. There should be display the title of the chart for quick snapshot\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #948 from zombieJ/EAGLE-1042.\n"
    },
    {
      "commit": "e963abeda31db0f561b401cebe0709a551afdd62",
      "tree": "1a2df6c0b60078053eda9a7e6a365173726b9f74",
      "parents": [
        "e2fbb861389ebfeb7d0c96743f7a79b185857e43"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Thu Jun 08 21:10:40 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Thu Jun 08 21:10:40 2017 +0800"
      },
      "message": "[MINOR] update eagle-assembly/src/main/doc/README.md\n\n* Update eagle-assembly/src/main/doc/README.md\n* Fix a bug in MRHistoryJobApplicationProvider.xml\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #946 from qingwen220/minor.\n"
    },
    {
      "commit": "e2fbb861389ebfeb7d0c96743f7a79b185857e43",
      "tree": "ddbaf93b96e61823c4304a059efe7fa6cafdc5c2",
      "parents": [
        "1db33df5ab97e91e60711b512f5177142123a1b2"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Thu Jun 08 10:21:04 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Thu Jun 08 10:21:04 2017 +0800"
      },
      "message": "[EAGLE-1038] Support alertDuplication customization for each policy\n\nhttps://issues.apache.org/jira/browse/EAGLE-1038\n\n* support duplication check for each outputStream of a policy\n* compatible with the duplication check in old versions (check in a publisher)\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #944 from qingwen220/minor.\n"
    },
    {
      "commit": "1db33df5ab97e91e60711b512f5177142123a1b2",
      "tree": "6eb50f14a961724c90977e6ed28558754eccd3b5",
      "parents": [
        "a37d2e1bc3082507ed2bad41e33920ac6ebc42ea"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Thu Jun 08 10:18:59 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Thu Jun 08 10:18:59 2017 +0800"
      },
      "message": "[EAGLE-1037] Add alertDeduplication configurations on Eagle UI\n\nhttps://issues.apache.org/jira/browse/EAGLE-1037\n\nAdd alertDeduplication configurations on Eagle UI.\n\nHere is the sample policy\n```json\n{\n    \"name\": \"capacityUsage\",\n    \"description\": \"Policy for HADOOP_JMX_METRIC_STREAM_SANDBOX_CAPACITY_USAGE_OUT\",\n    \"inputStreams\": [\n      \"HADOOP_JMX_METRIC_STREAM_SANDBOX\"\n    ],\n    \"outputStreams\": [\n      \"HADOOP_JMX_METRIC_STREAM_SANDBOX_CAPACITY_USAGE_OUT\"\n    ],\n    \"siteId\": \"sandbox\",\n    \"definition\": {\n      \"type\": \"siddhi\",\n      \"value\": \"from HADOOP_JMX_METRIC_STREAM_SANDBOX[metric \u003d\u003d \\\"hadoop.namenode.fsnamesystemstate.capacityusage\\\" and convert(value, \\\"long\\\") \u003e 90]select site, host, component, metric, convert(value, \\\"long\\\") as value, timestamp insert into HADOOP_JMX_METRIC_STREAM_SANDBOX_CAPACITY_USAGE_OUT;\",\n      \"handlerClass\": null,\n      \"properties\": {},\n      \"inputStreams\": [],\n      \"outputStreams\": []\n    },\n    \"stateDefinition\": null,\n    \"policyStatus\": \"ENABLED\",\n    \"alertDefinition\": {\n      \"templateType\": \"TEXT\",\n      \"subject\": \"$site capacity exceeds 90%\",\n      \"body\": \"$site capacity exceeds 90%\",\n      \"severity\": \"WARNING\",\n      \"category\": \"HDFS\"\n    },\n    \"alertDeduplications\": [\n      {\n        \"outputStreamId\": \"HADOOP_JMX_METRIC_STREAM_SANDBOX_CAPACITY_USAGE_OUT\",\n        \"dedupIntervalMin\": \"1\",\n        \"dedupFields\": [\n          \"site\",\n          \"component\",\n          \"host\",\n          \"metric\"\n        ]\n      }\n    ],\n    \"partitionSpec\": [\n      {\n        \"streamId\": \"HADOOP_JMX_METRIC_STREAM_SANDBOX\",\n        \"type\": \"SHUFFLE\",\n        \"columns\": [],\n        \"sortSpec\": null\n      }\n    ],\n    \"dedicated\": false,\n    \"parallelismHint\": 5,\n    \"alertSeverity\": \"WARNING\",\n    \"alertCategory\": \"HDFS\"\n  }\n```\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #945 from zombieJ/EAGLE-1037.\n"
    },
    {
      "commit": "a37d2e1bc3082507ed2bad41e33920ac6ebc42ea",
      "tree": "d017e517fe43b3f4ca3df18eda1d54da7bdd3f44",
      "parents": [
        "1fb60cc762da24625f37c599c2ea89d693adad67"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Tue Jun 06 20:28:52 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Jun 06 20:28:52 2017 +0800"
      },
      "message": "[EAGLE-1032] Add policy duplication settings in the policy definition page\n\nhttps://issues.apache.org/jira/browse/EAGLE-1032\n\nAdd policy duplication settings in the policy definition page.\n1. FieldName: dedupIntervalMin Type: string (text) - default: 30\ne.g., 1, 2, 10\n2. FieldName: dedupFields Type: array (checkbox) - default: all column checked\nDescription: show all stream columns of STRING type\ne.g. [\"site\", \"component\"]\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #942 from zombieJ/EAGLE-1032.\n"
    },
    {
      "commit": "d6d859fbdbd8d3d86cd4595303a9101d0ae0dddd",
      "tree": "18860e223bf8b8bae88768d488a8d43242ffb466",
      "parents": [
        "cf3e0b21d1c5cd73ceb63595d0f07cab4ec68b5c"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Sat May 27 16:03:19 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Sat May 27 16:03:43 2017 +0800"
      },
      "message": "[EAGLE-1029] fix bug in generateGroupbyMonitorMetadata\n\nhttps://issues.apache.org/jira/browse/EAGLE-1029\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #939 from qingwen220/EAGLE-1029.\n\n(cherry picked from commit 1fb60cc762da24625f37c599c2ea89d693adad67)\nSigned-off-by: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n"
    },
    {
      "commit": "1fb60cc762da24625f37c599c2ea89d693adad67",
      "tree": "19712e5ba0dfad0002659f91707b41f86d226d6e",
      "parents": [
        "f02b6df19df1caa69ffc142f5e89236b5a172abe"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Sat May 27 16:03:19 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Sat May 27 16:03:19 2017 +0800"
      },
      "message": "[EAGLE-1029] fix bug in generateGroupbyMonitorMetadata\n\nhttps://issues.apache.org/jira/browse/EAGLE-1029\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #939 from qingwen220/EAGLE-1029.\n"
    },
    {
      "commit": "f02b6df19df1caa69ffc142f5e89236b5a172abe",
      "tree": "814fdca0836a6fd830f24f09acb26876e4049d75",
      "parents": [
        "e8a58b66f1fce57f1f73f9d97e1aaf2944e69a74"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Sat May 27 16:00:11 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Sat May 27 16:00:11 2017 +0800"
      },
      "message": "MINOR: enrich MAP_REDUCE_JOB_STREAM\n\nAdd 5 fields in MAP_REDUCE_JOB_STREAM\n* numTotalMaps\n* numTotalReduces\n* duration\n* avgMapTime\n* avgReduceTime\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #940 from qingwen220/minor.\n"
    },
    {
      "commit": "cf3e0b21d1c5cd73ceb63595d0f07cab4ec68b5c",
      "tree": "d6468e9a7fda205da6fb082285ef5a343e119775",
      "parents": [
        "3e62a756c6c7991fa3f1901e2d807fbd9c182788"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed May 24 16:24:11 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed May 24 16:25:02 2017 +0800"
      },
      "message": "[EAGLE-1023] Update jmx metric collector scripts\n\nhttps://issues.apache.org/jira/browse/EAGLE-1023\n\n* fix multi-thread bug in fnmatch\n* add HBase ha check script\n* change url connection timeout from 30s to 60s\n* add necessary exception handling\n* add two new metrics `hadoop.namenode.dfs.checkpointtimelag` \u0026 `hadoop.namenode.fsnamesystemstate.numrevisedlivedatanodes`\n* update metric filter configuration\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #935 from qingwen220/EAGLE-1023.\n\n(cherry picked from commit e8a58b66f1fce57f1f73f9d97e1aaf2944e69a74)\nSigned-off-by: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n"
    },
    {
      "commit": "e8a58b66f1fce57f1f73f9d97e1aaf2944e69a74",
      "tree": "8a142ca7941b51b1021c77a841236ec0182581dc",
      "parents": [
        "43bd197d6a2fdbb3781cf7d91928be404ae941aa"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed May 24 16:24:11 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed May 24 16:24:11 2017 +0800"
      },
      "message": "[EAGLE-1023] Update jmx metric collector scripts\n\nhttps://issues.apache.org/jira/browse/EAGLE-1023\n\n* fix multi-thread bug in fnmatch\n* add HBase ha check script\n* change url connection timeout from 30s to 60s\n* add necessary exception handling\n* add two new metrics `hadoop.namenode.dfs.checkpointtimelag` \u0026 `hadoop.namenode.fsnamesystemstate.numrevisedlivedatanodes`\n* update metric filter configuration\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #935 from qingwen220/EAGLE-1023.\n"
    },
    {
      "commit": "43bd197d6a2fdbb3781cf7d91928be404ae941aa",
      "tree": "c2aad4e6f7c6b35b58a70fff7dd7460decffa82e",
      "parents": [
        "af9b056dc453f46c6a2aeb92d8dd6fe503f1b577"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Fri May 19 18:07:53 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Fri May 19 18:07:53 2017 +0800"
      },
      "message": "[EAGLE-1024] Monitor jobs with high RPC throughput\n\nhttps://issues.apache.org/jira/browse/EAGLE-1024\n\n* add job RPC data in MAP_REDUCE_JOB_STREAM\n* refactor org.apache.eagle.jpm.analyzer.publisher.EmailPublisher\n* support new config \u0027application.analyzerReport.alertLevel\u0027 to define alert level\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #938 from qingwen220/EAGLE-1024.\n"
    },
    {
      "commit": "af9b056dc453f46c6a2aeb92d8dd6fe503f1b577",
      "tree": "43a6d0acf5ec0fafca79625ad401a992b9f87e71",
      "parents": [
        "7d39863f48916116e99cdff98527e60f9379a475"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Fri May 19 13:55:27 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Fri May 19 13:55:27 2017 +0800"
      },
      "message": "[EAGLE-1016] fix keyword \"group\" conflict in JDBC storage\n\nhttps://issues.apache.org/jira/browse/EAGLE-1016\n\nIf you meet the same issue after applying this patch, please drop the old table first.\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #933 from qingwen220/EAGLE-1016.\n"
    },
    {
      "commit": "3e62a756c6c7991fa3f1901e2d807fbd9c182788",
      "tree": "a328bc8dc0b2d6d426aff5d48bc7ca94fdaa17a5",
      "parents": [
        "7111b7656e28fa2e30dc2dfdbb79e53a75c20f45"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Fri May 19 13:49:37 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Fri May 19 13:50:54 2017 +0800"
      },
      "message": "[EAGLE-1022] Fix runtime exception when parsing spark.yarn.executor.memoryOverhead\n\nhttps://issues.apache.org/jira/browse/EAGLE-1022\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #934 from qingwen220/EAGLE-1022.\n\n(cherry picked from commit 7d39863f48916116e99cdff98527e60f9379a475)\nSigned-off-by: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n"
    },
    {
      "commit": "7d39863f48916116e99cdff98527e60f9379a475",
      "tree": "a328bc8dc0b2d6d426aff5d48bc7ca94fdaa17a5",
      "parents": [
        "342df9974c91f845608c9ff3c65b8c1818d56884"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Fri May 19 13:49:37 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Fri May 19 13:49:37 2017 +0800"
      },
      "message": "[EAGLE-1022] Fix runtime exception when parsing spark.yarn.executor.memoryOverhead\n\nhttps://issues.apache.org/jira/browse/EAGLE-1022\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #934 from qingwen220/EAGLE-1022.\n"
    },
    {
      "commit": "7111b7656e28fa2e30dc2dfdbb79e53a75c20f45",
      "tree": "6b1c38cc685ed8b1a26de03cc43de2fd571491d7",
      "parents": [
        "31aa29f593c7adeda50c755569a59493152d3e60"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Wed May 17 22:47:38 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Wed May 17 22:47:38 2017 -0700"
      },
      "message": "[MINOR] Sync 0.5 branch with master branch changes\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #937 from qingwen220/master.\n"
    },
    {
      "commit": "342df9974c91f845608c9ff3c65b8c1818d56884",
      "tree": "6b1c38cc685ed8b1a26de03cc43de2fd571491d7",
      "parents": [
        "845f891517a2befccb73267c54fc08f8dc2c811a"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Mon May 15 15:22:21 2017 +0800"
      },
      "committer": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Mon May 15 15:22:21 2017 +0800"
      },
      "message": "[EAGLE-1021] JPM Overview OPS trend use max agg\n\nhttps://issues.apache.org/jira/browse/EAGLE-1021\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #932 from zombieJ/EAGLE-1021.\n"
    },
    {
      "commit": "845f891517a2befccb73267c54fc08f8dc2c811a",
      "tree": "707663553cf7ad7e0d0066bb1bda80b6abbf88db",
      "parents": [
        "8da06636b8e3834f7bebf6b1af923ad24b7d6d8b"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Fri May 12 16:41:44 2017 +0800"
      },
      "committer": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Fri May 12 16:41:44 2017 +0800"
      },
      "message": "[EAGLE-1020] JPM UI overview page OPS unit error\n\nhttps://issues.apache.org/jira/browse/EAGLE-1020\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #931 from zombieJ/EAGLE-1020.\n"
    },
    {
      "commit": "31aa29f593c7adeda50c755569a59493152d3e60",
      "tree": "dd2beaba76297a5df8ffd4a4131611bebddbbf3b",
      "parents": [
        "31f2582da42c0c4cc75bf5c93edacab603a30b89",
        "8da06636b8e3834f7bebf6b1af923ad24b7d6d8b"
      ],
      "author": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Sun May 07 11:11:00 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Sun May 07 11:11:00 2017 -0700"
      },
      "message": "Merge remote-tracking branch \u0027origin/master\u0027 into branch-0.5\n"
    },
    {
      "commit": "8da06636b8e3834f7bebf6b1af923ad24b7d6d8b",
      "tree": "dd2beaba76297a5df8ffd4a4131611bebddbbf3b",
      "parents": [
        "47f00f159231958fb39748b4a6a01c4520371dec"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Fri May 05 13:02:20 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Fri May 05 13:02:20 2017 +0800"
      },
      "message": "[EAGLE-993] add duplicate removal settings in policy definition\n\nhttps://issues.apache.org/jira/browse/EAGLE-993\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #926 from qingwen220/EAGLE-993.\n"
    },
    {
      "commit": "47f00f159231958fb39748b4a6a01c4520371dec",
      "tree": "f1e58a3232e9660e720574cef08ce0ffa59bf0d5",
      "parents": [
        "eaad6cf74c896a97a061a3f600a0ec64a95c0963"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Fri May 05 12:54:21 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Fri May 05 12:54:21 2017 +0800"
      },
      "message": "[EAGLE-1015] add an interface to add storm configuration in an application\n\nhttps://issues.apache.org/jira/browse/EAGLE-1015\n\nSupport to add storm config value of type number or string in an application. However, to make storm overrides these custom values,  one rule is the configuration must start with \u0027application.storm.\u0027. For example:\n\n`application.storm.workers` to override `workers`\n`application.storm.nimbus.host` to override `nimbus.host`\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #928 from qingwen220/EAGLE-1015.\n"
    },
    {
      "commit": "eaad6cf74c896a97a061a3f600a0ec64a95c0963",
      "tree": "6816c9c4b67bedbef6c955c48ba8dd55978cdbef",
      "parents": [
        "84d40ae6f7eb50214de231b4f9744a034cff1a4a"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue May 02 11:29:46 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Tue May 02 11:29:46 2017 -0700"
      },
      "message": "[EAGLE-1014] add exception handling in CorrelationSpout.java\n\nhttps://issues.apache.org/jira/browse/EAGLE-1014\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #927 from qingwen220/EAGLE-1014.\n"
    },
    {
      "commit": "84d40ae6f7eb50214de231b4f9744a034cff1a4a",
      "tree": "f63f8746ac8c72766f6d0820907668a7fcb8b6a1",
      "parents": [
        "e3afe444f59d3117fbe9d778120a47c411e2aa99"
      ],
      "author": {
        "name": "chitin",
        "email": "chitin1027@gmail.com",
        "time": "Wed Apr 19 17:01:21 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed Apr 19 17:01:21 2017 +0800"
      },
      "message": "Add license on service.sdl\n\nAdd license on service.sdl, avoid using exclude.\n\nAuthor: chitin \u003cchitin1027@gmail.com\u003e\n\nCloses #924 from chitin/master3.\n"
    },
    {
      "commit": "e3afe444f59d3117fbe9d778120a47c411e2aa99",
      "tree": "3d008060aaf719ab3d5e22d74446cf399c49e2d3",
      "parents": [
        "b4d07113933aa79e8575715370b08ef79c287444"
      ],
      "author": {
        "name": "asdf2014",
        "email": "1571805553@qq.com",
        "time": "Wed Apr 19 17:00:32 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed Apr 19 17:00:32 2017 +0800"
      },
      "message": "[EAGLE-1009] Fix `return` inside `finally` block may result in losing exception\n\n`return` inside `finally` block will result in losing exception:\n\n* If the finally block completes abruptly for reason S, then the try statement completes abruptly for reason S (and the throw of value V is discarded and forgotten).\n* If the finally block completes abruptly for reason S, then the try statement completes abruptly for reason S (and reason R is discarded).\n\nreference:\nhttp://docs.oracle.com/javase/specs/jls/se8/html/jls-14.html#jls-14.20.2\nhttps://issues.apache.org/jira/secure/attachment/12863778/FinallyTest.java\n\n(https://issues.apache.org/jira/browse/EAGLE-1009)\n\nAuthor: asdf2014 \u003c1571805553@qq.com\u003e\n\nCloses #920 from asdf2014/return_inside_finally.\n"
    },
    {
      "commit": "b4d07113933aa79e8575715370b08ef79c287444",
      "tree": "707877d330c9812a22457dec7082dfa76fb3968a",
      "parents": [
        "8b402e7cd003e13d95cff19b75b6d205b45f3299"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed Apr 19 14:57:47 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed Apr 19 14:57:47 2017 +0800"
      },
      "message": "MINOR: rename \u0027HbaseServiceInstance\u0027 as \u0027HBaseServiceInstance\u0027\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\nAuthor: Qingwen Zhao \u003cqingwen220@gmail.com\u003e\n\nCloses #923 from qingwen220/minor.\n"
    },
    {
      "commit": "8b402e7cd003e13d95cff19b75b6d205b45f3299",
      "tree": "cec4971d8ef469b040260b4f39018d752b774efe",
      "parents": [
        "3b66c0d3c710b7c64be7839c0246218edf806e8b"
      ],
      "author": {
        "name": "chitin",
        "email": "chitin1027@gmail.com",
        "time": "Tue Apr 18 19:22:13 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Apr 18 19:22:13 2017 +0800"
      },
      "message": "[MINOR] Add license and exclude file end with sdl.\n\nAdd license and exclude file end with sdl.\n\nAuthor: chitin \u003cchitin1027@gmail.com\u003e\n\nCloses #921 from chitin/fix998.\n"
    },
    {
      "commit": "3b66c0d3c710b7c64be7839c0246218edf806e8b",
      "tree": "e6a8183640243b71451b33a6733a8389d34543a6",
      "parents": [
        "cc5d23baed2a30bafc31bba713cc1dbffed86971"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Apr 18 16:44:11 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Apr 18 16:44:11 2017 +0800"
      },
      "message": "[EAGLE-1008] java.lang.NullPointerException in JHFEventReaderBase.close\n\nhttps://issues.apache.org/jira/browse/EAGLE-1008\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #919 from qingwen220/minor.\n"
    },
    {
      "commit": "cc5d23baed2a30bafc31bba713cc1dbffed86971",
      "tree": "87fee90440c7df21f22ec111f2ce256878c5e121",
      "parents": [
        "391c6723b3281ac0a4f41b1f87760216dfa08102"
      ],
      "author": {
        "name": "asdf2014",
        "email": "1571805553@qq.com",
        "time": "Tue Apr 18 01:05:26 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Tue Apr 18 01:05:26 2017 -0700"
      },
      "message": "HBase Naming that unify `Hbase` and `HBase` into `HBase`\n\nHBase Naming that unify `Hbase` and `HBase` into `HBase`\n\n(https://issues.apache.org/jira/browse/EAGLE-992)\n\nAuthor: asdf2014 \u003c1571805553@qq.com\u003e\n\nCloses #905 from asdf2014/hbase_naming.\n"
    },
    {
      "commit": "391c6723b3281ac0a4f41b1f87760216dfa08102",
      "tree": "e18b1b407b0180d21495709d03e01ff8db09b0f2",
      "parents": [
        "d182819d8d72276d3ae29b3904007d0f01ce8c15"
      ],
      "author": {
        "name": "chitin",
        "email": "chitin1027@gmail.com",
        "time": "Tue Apr 18 01:00:23 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Tue Apr 18 01:00:23 2017 -0700"
      },
      "message": "[EAGLE-998] Add eagle csd\n\nAdd eagle csd\nhttps://issues.apache.org/jira/browse/EAGLE-998\n\nAuthor: chitin \u003cchitin1027@gmail.com\u003e\n\nCloses #908 from chitin/eaglecdh.\n"
    },
    {
      "commit": "d182819d8d72276d3ae29b3904007d0f01ce8c15",
      "tree": "ee00b176e42dbe8067b993a739d5e272afff586c",
      "parents": [
        "ecb5129ec5b1ccc2be528a3ae98d94754a3b92df"
      ],
      "author": {
        "name": "koone",
        "email": "luokun1028@126.com",
        "time": "Mon Apr 17 15:01:14 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Mon Apr 17 15:01:14 2017 -0700"
      },
      "message": "[MINOR] fix metix heatmap chart size bug\n\n[MINOR] fix metix heatmap chart size bug\n\nAuthor: koone \u003cluokun1028@126.com\u003e\n\nCloses #918 from koone/fixbug.\n"
    },
    {
      "commit": "ecb5129ec5b1ccc2be528a3ae98d94754a3b92df",
      "tree": "cdb2ec97bb5bd04cde8a05053751a5cc2f8eaa41",
      "parents": [
        "fc7281d715f57f2f911079d24f5c09b1f79c50cf"
      ],
      "author": {
        "name": "asdf2014",
        "email": "1571805553@qq.com",
        "time": "Mon Apr 17 14:10:36 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Mon Apr 17 14:10:36 2017 -0700"
      },
      "message": "[EAGLE-982] The log length has exceeded the limit of 4 MB in Travis\n\nMaven throw too many warnings for checking `Code Style` in `Travis`. Should we disable it for a while until we fix those `Code Style` issues?\n```\nThe log length has exceeded the limit of 4 MB (this usually means that the test suite is raising the same exception over and over).\nThe job has been terminated\n```\n\n(https://issues.apache.org/jira/browse/EAGLE-982)\n\nAuthor: asdf2014 \u003c1571805553@qq.com\u003e\nAuthor: Benedict Jin \u003c16110505@cnsuning.com\u003e\n\nCloses #897 from asdf2014/travis_log.\n"
    },
    {
      "commit": "fc7281d715f57f2f911079d24f5c09b1f79c50cf",
      "tree": "d93cd79318a3f9de283d95d92d4c566cdd8abd8e",
      "parents": [
        "d20f2e1162f986c66fd5e5e23c85a22aabd5d417"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Mon Apr 17 20:42:16 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Mon Apr 17 20:42:16 2017 +0800"
      },
      "message": "[EAGLE-1007] Fix memory leak in ExecutionRuntimeManager\n\nhttps://issues.apache.org/jira/browse/EAGLE-1007\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #917 from qingwen220/EAGLE-1007.\n"
    },
    {
      "commit": "31f2582da42c0c4cc75bf5c93edacab603a30b89",
      "tree": "4b764d0f6aae1b522a01fdbfd75227786dc9bb06",
      "parents": [
        "c243f4161d9ac62e9cb8af90c604ca5452afd7cc"
      ],
      "author": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Sun Apr 16 23:15:25 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Sun Apr 16 23:15:25 2017 -0700"
      },
      "message": "[MINOR] adding myself in developer list as a first commit\n\nAuthor: Jay \u003cjhsonline@gmail.com\u003e\n\nCloses #916 from jhsenjaliya/add-me-in-developer-list.\n"
    },
    {
      "commit": "d20f2e1162f986c66fd5e5e23c85a22aabd5d417",
      "tree": "4b764d0f6aae1b522a01fdbfd75227786dc9bb06",
      "parents": [
        "c243f4161d9ac62e9cb8af90c604ca5452afd7cc"
      ],
      "author": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Sun Apr 16 22:05:15 2017 -0700"
      },
      "committer": {
        "name": "Jay",
        "email": "jhsonline@gmail.com",
        "time": "Sun Apr 16 22:05:15 2017 -0700"
      },
      "message": "adding myself in developer list as a first commit\n\nadding me in developer list and trying to merge this as my first commit to repo.\n\nAuthor: Jay \u003cjhsonline@gmail.com\u003e\n\nCloses #915 from jhsenjaliya/add-me-in-developer-list.\n"
    },
    {
      "commit": "c243f4161d9ac62e9cb8af90c604ca5452afd7cc",
      "tree": "3e187029cb0df71e050ccbdca6de4aca2d334f39",
      "parents": [
        "9b488f1fe8d0db7974241c46c8883443c18a9394"
      ],
      "author": {
        "name": "r7raul1984",
        "email": "tangjijun@yhd.com",
        "time": "Fri Apr 14 08:47:54 2017 +0000"
      },
      "committer": {
        "name": "r7raul1984",
        "email": "tangjijun@yhd.com",
        "time": "Fri Apr 14 08:47:54 2017 +0000"
      },
      "message": "[EAGLE-1001] Compare Chart of JPM detail isn\u0027t sorted\n\n- sort job list by startTime\n\nhttps://issues.apache.org/jira/browse/EAGLE-1001\n\nAuthor: r7raul1984 \u003ctangjijun@yhd.com\u003e\nAuthor: JiJun Tang \u003ctangjijun@yhd.com\u003e\n\nCloses #913 from r7raul1984/EAGLE-1001.\n"
    },
    {
      "commit": "9b488f1fe8d0db7974241c46c8883443c18a9394",
      "tree": "bed9934d3bcb331efac19801255d5512f4f2c30f",
      "parents": [
        "e8d572dc1630e024a270fce1e04a52b885d935a9"
      ],
      "author": {
        "name": "r7raul1984",
        "email": "tangjijun@yhd.com",
        "time": "Fri Apr 14 05:37:28 2017 +0000"
      },
      "committer": {
        "name": "r7raul1984",
        "email": "tangjijun@yhd.com",
        "time": "Fri Apr 14 05:37:28 2017 +0000"
      },
      "message": "[MINOR] Add Java Object serial file to rat plugin exclusion\n\nAdd Java Object serial file to rat plugin exclusion\n\nAuthor: r7raul1984 \u003ctangjijun@yhd.com\u003e\n\nCloses #911 from r7raul1984/MINOR-rat.\n"
    },
    {
      "commit": "e8d572dc1630e024a270fce1e04a52b885d935a9",
      "tree": "56e16bb5d9c4c714a2a37bff47ad21e84c881ee5",
      "parents": [
        "01553a34639423621b534bc9837dea4cf4c71b4b"
      ],
      "author": {
        "name": "zombieJ",
        "email": "smith3816@gmail.com",
        "time": "Fri Apr 14 05:24:43 2017 +0000"
      },
      "committer": {
        "name": "r7raul1984",
        "email": "tangjijun@yhd.com",
        "time": "Fri Apr 14 05:24:43 2017 +0000"
      },
      "message": "[EAGLE-1002] fix chart component not handle event when force refresh\n\nchart lib refresh will generate new chart object which will miss chart event handle.\n\nAuthor: zombieJ \u003csmith3816@gmail.com\u003e\n\nCloses #912 from zombieJ/EAGLE-1002.\n"
    },
    {
      "commit": "01553a34639423621b534bc9837dea4cf4c71b4b",
      "tree": "342e34face01e7d05d436bc7e7f391899c0a6113",
      "parents": [
        "4ff4d628f52b88bc3fc9b570abe1446f525a1e16"
      ],
      "author": {
        "name": "koone",
        "email": "luokun1028@126.com",
        "time": "Thu Apr 13 06:20:05 2017 +0000"
      },
      "committer": {
        "name": "r7raul1984",
        "email": "tangjijun@yhd.com",
        "time": "Thu Apr 13 06:20:05 2017 +0000"
      },
      "message": "[EAGLE-953] Host-level Overview Heatmap Diagram for Topology Monitoring\n\nhttps://issues.apache.org/jira/browse/EAGLE-953\n\nAuthor: koone \u003cluokun1028@126.com\u003e\n\nCloses #907 from koone/heatmap.\n"
    },
    {
      "commit": "4ff4d628f52b88bc3fc9b570abe1446f525a1e16",
      "tree": "b62edb9849785083a3521954ee0bfb59a038c6ca",
      "parents": [
        "b5d729bd75f817390df9dd127ba1004b23c31b2b"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed Apr 12 21:10:26 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed Apr 12 21:10:26 2017 +0800"
      },
      "message": "MINOR: refine app config\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #910 from qingwen220/master.\n"
    },
    {
      "commit": "b5d729bd75f817390df9dd127ba1004b23c31b2b",
      "tree": "9b4d61df7e3f52c1183c7877519b032f14c5f093",
      "parents": [
        "7c0d83f3c4847dac450ba505153a5bf17d30fd73"
      ],
      "author": {
        "name": "anyway1021",
        "email": "mw@apache.org",
        "time": "Tue Apr 11 17:57:12 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Apr 11 17:57:12 2017 +0800"
      },
      "message": "[MINOR] add copyright of mkdocs to LICENSE\n\n[Minor] add copyright of mkdocs to LICENSE\n\nAuthor: anyway1021 \u003cmw@apache.org\u003e\n\nCloses #906 from anyway1021/add-mkdocs-copyright.\n"
    },
    {
      "commit": "7c0d83f3c4847dac450ba505153a5bf17d30fd73",
      "tree": "aaada6f3819eccc870b0bcd0fa384a2b35c2bb65",
      "parents": [
        "20b4bea3edc12e95ed0056594e630564e28fd4a9"
      ],
      "author": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Apr 11 17:36:50 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Tue Apr 11 17:36:50 2017 +0800"
      },
      "message": "[EAGLE-999] JobConfigSerDeser fails to serialize/deserialize data with long string\n\nhttps://issues.apache.org/jira/browse/EAGLE-999\n\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #909 from qingwen220/EAGLE-999.\n"
    },
    {
      "commit": "20b4bea3edc12e95ed0056594e630564e28fd4a9",
      "tree": "a290c7b021767f90a30c0efc5b7ca4a0c4d16e06",
      "parents": [
        "29b79761477311367cf42e2bf2f213c0d3a08ab1"
      ],
      "author": {
        "name": "r7raul1984",
        "email": "tangjijun@yhd.com",
        "time": "Thu Apr 06 07:22:02 2017 +0000"
      },
      "committer": {
        "name": "r7raul1984",
        "email": "tangjijun@yhd.com",
        "time": "Thu Apr 06 07:22:02 2017 +0000"
      },
      "message": "[EAGLE-986] HBaseStorage unable to deserialize Deserialize from java\n\n[EAGLE-986] HBaseStorage unable to deserialize  from java object bytes\n\n- recover allocatedMB type from int to long\n\nhttps://issues.apache.org/jira/browse/EAGLE-986\n\nAuthor: r7raul1984 \u003ctangjijun@yhd.com\u003e\n\nCloses #903 from r7raul1984/EAGLE-986.\n"
    },
    {
      "commit": "29b79761477311367cf42e2bf2f213c0d3a08ab1",
      "tree": "66635038430a4eb35ed61aac3b612e55fd5039c5",
      "parents": [
        "0c52711b897a4fd6d5aaf7330e89572582f1d189"
      ],
      "author": {
        "name": "Qingwen Zhao",
        "email": "qingwen220@gmail.com",
        "time": "Wed Apr 05 14:38:53 2017 +0800"
      },
      "committer": {
        "name": "Zhao, Qingwen",
        "email": "qingwzhao@apache.org",
        "time": "Wed Apr 05 14:38:53 2017 +0800"
      },
      "message": "[EAGLE-989] Fix a bug in Resource Manager HA checker\n\nhttps://issues.apache.org/jira/browse/EAGLE-989\n\nAuthor: Qingwen Zhao \u003cqingwen220@gmail.com\u003e\nAuthor: Zhao, Qingwen \u003cqingwzhao@apache.org\u003e\n\nCloses #900 from qingwen220/EAGLE-989.\n"
    }
  ],
  "next": "0c52711b897a4fd6d5aaf7330e89572582f1d189"
}
