GitHub user IMS94 opened a pull request: https://github.com/apache/oodt/pull/48
Distributed configuration management- CLI and test resource related improvements Distributed configuration publishing CLI improvements (using CAS-CLI now. previously I was using args4j) and maven-resource-plugin for example and test resource copying as @chrismattmann suggested. Also note that previous PR #44 was missing the executable required **(conf-publisher)** to run the configuration publisher CLI due to a problem with gitignore locally (and therefore hasn't been added when I was committing last time) You can merge this pull request into a Git repository by running: $ git pull https://github.com/IMS94/oodt feature/zookeeper-config Alternatively you can review and apply these changes as the patch at: https://github.com/apache/oodt/pull/48.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #48 ---- commit 3d0a241f14bda572ed3c63b68fb625a7f85d99e2 Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-21T05:30:23Z safe guard in cases where there are no topN products coming back commit 57f9c77f2bcbc00f709dc396f14cb695f48202c0 Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-21T05:43:48Z - fix NPE when metadata is not found - create new met object, and fake received time commit 191be29a5244f43c7b1ac6fc6f3e89d724a1da98 Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-21T16:07:47Z - if you can't find the product based on ID, then send back a 404 commit 87274d65a1e8b6c00b5c3f6383dd689b04d07c4d Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-23T21:32:53Z no need to print stack trace commit 4589b58ec126a5c60dfc7223ee02676fbbcda858 Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-24T23:51:10Z add mattmann's new key commit f88302ba4c4f38ee5bc782ee3f77237df3637871 Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-25T01:35:49Z - undeprecate tools that are actually used - expose API for QueryTool and DeleteProduct - remove ancient Copyright JPL comment (code was donated to Apache through SGA) commit e1b3063b1f7a7904a64d275516abf0013913b700 Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-25T01:50:53Z - expose to public API: generateCAS query -> converts from Lucene to CAS query commit d49d72a7837b55b22a74305d99dce5644fb8a860 Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-25T06:13:00Z - add method to clear workflow instances from workflow inst repo - add unit tests commit 6d5e10de2360352a771f0353aa087bf70d9fa5d9 Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-25T14:09:15Z - don't use star imports - remove lucene import that is never used and doesn't exist (in this version) commit ea26121f7e5c8872a88288f6acc62d6597e2749c Author: Imesha Sudasingha <imesha.sudasin...@gmail.com> Date: 2017-07-26T14:02:16Z Merge branch 'master' of https://github.com/apache/oodt into feature/zookeeper-config commit a8c66293c268647df33391d2c6122ec5dfd76d6c Author: Imesha Sudasingha <imesha.sudasin...@gmail.com> Date: 2017-07-26T16:21:41Z Added missing conf-publisher binary and minor improvements commit 4f9595fdac780c93aaacee60769e4270feaec3b6 Author: Imesha Sudasingha <imesha.sudasin...@gmail.com> Date: 2017-07-26T18:20:52Z Altered config publisher CLI to use cas-cli commit 6338e4979d4c8b58dad3f8ca1ab7adfbd6f8d8dd Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-26T20:38:27Z - clear up some NPEs in product paging - add some methods to FM utils in PCS core commit feb74a290465a700baeabcc99dd0f6de68e5cdc9 Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-26T21:23:08Z Further stabilize tests using Assume commit f41853f04c4caded22a82b68f7f6ee4b5691724b Author: Tom Barber <t...@analytical-labs.com> Date: 2017-07-26T12:16:31Z fix merge commit d833d1a2297ecf2781d788e01f954f1554e3514d Author: Tom Barber <t...@analytical-labs.com> Date: 2017-07-26T12:43:52Z fix merge commit fc8c649e3b8630633442f894c4bb06a9f9c0051c Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-26T22:20:45Z make more robust commit e7ac8d7b9ab6285eed09f9bd05f03df5c06db3a7 Author: Tom Barber <t...@analytical-labs.com> Date: 2017-07-26T22:24:39Z fix pom for solrj commit f04b88e87b5f87d5b933c0b4335b1f5026182474 Author: Tom Barber <t...@analytical-labs.com> Date: 2017-07-26T22:24:51Z Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/oodt commit bc20474728ef97f0585085258340df6bb9147f0c Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-27T04:34:52Z Prepare for 1.2 development. commit 7d9a85d3b3e20b326982c7bc0d55405f4e641090 Author: Chris Mattmann <mattm...@apache.org> Date: 2017-07-27T04:38:52Z prep for 1.2 development. commit aef50827f7f33b41b8e3026dedae9eeca6403ff7 Author: Imesha Sudasingha <imesha.sudasin...@gmail.com> Date: 2017-07-27T13:56:58Z Merge branch 'master' of https://github.com/apache/oodt into feature/zookeeper-config commit 37cc5e86865996120301655c0e72c4e912b08282 Author: Imesha Sudasingha <imesha.sudasin...@gmail.com> Date: 2017-07-27T16:33:48Z Added maven-resource-plugin for example resource copying and CLI improvements ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---