GitHub user GERey opened a pull request: https://github.com/apache/incubator-usergrid/pull/256
Usergrid 608 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-usergrid USERGRID-608 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-usergrid/pull/256.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 #256 ---- commit b52ac2f47d918a3390fd2bc65fbd543c2e78067a Author: GERey <gre...@apigee.com> Date: 2015-05-13T19:26:58Z Added tests for usergrid 607 and other issues were fixed in previous releases. Added new method that gets all edge documents out of elastic search and returns them. Added comment to IndexEdge about the differentiation between IndexEdge and SearchEdge. Removed the timeout in EsIndexBufferConsumerImpl. commit 79aea6ab9716966235b01b2aa4969862003e557a Author: GERey <gre...@apigee.com> Date: 2015-05-13T19:27:50Z Fixed naming mismatch in CandidateResults. commit 50f8a56fdfa558f9204c348bec59c938347c7485 Author: GERey <gre...@apigee.com> Date: 2015-05-14T20:59:30Z [USERGRID-608] Copied method indexEntity to deleteEntityIndexes and made it a deindex call that requires version. Added version to method signature. Created Observable to get first marked entry. commit ed317b295d96c150693d441ba7d306d0ef3ff40b Author: GERey <gre...@apigee.com> Date: 2015-05-15T19:23:28Z [USERGRID-608] Added initial version of delete flow commit 11648ab1c84be349a45020e0cc4a9cafd60d005b Author: GERey <gre...@apigee.com> Date: 2015-05-18T22:08:15Z Removed inner observable and converted it into regular code that functions. Will convert back in next push. commit cf823c47d3fc2bb92198e7d1e65ecc4be96ccfcc Author: GERey <gre...@apigee.com> Date: 2015-05-22T16:53:44Z [USERGRID-677] Added a new SearchRequestBuilderStrategy that allows you to make term post filters easily without the cruft of the regular SearchRequestBuilderStrategy. Added a version of the scrolling api and an additional parser that will let us aggregate the from the constant queries and return a single CandidateResults set. Added a test that currently just checks to make sure the new scrolling search still functions as a regular search ( it does! Yay! ). commit 630cb4a87e0943d03b9d515166b1529b4cd649d6 Author: GERey <gre...@apigee.com> Date: 2015-05-22T18:21:09Z [USERGRID-677] Added revised test for the scrolling query. Added fixes to method so that it properly logs aggregation and searching for versions. commit 00aa293d0c161a056c8f8e10d3f5880eeac2df5b Author: GERey <gre...@apigee.com> Date: 2015-05-22T19:49:01Z [USERGRID-608] Fixed signature to make method self documenting Added fix for UniqueCleanup.java where it was comparing things to the wrong standard. Added fixes for IndexServiceImpl so that it can properly follow the delete async process it is called from. commit aa8b20d9ae33cddff289aa7652ee7e4fe88c9b0e Author: GERey <gre...@apigee.com> Date: 2015-05-22T21:37:56Z [USERGRID-607] Refactored getAllEdgeDocuments to use scroll api and to do a simplified edge search. Refactored deleteIndexEdge to take advantage of the scroll api. commit 3f8899dfa10a22a4b67f0099d86c19ed22ba6c1e Author: GERey <gre...@apigee.com> Date: 2015-05-26T17:55:31Z Merge branch 'two-dot-o-dev' of https://git-wip-us.apache.org/repos/asf/incubator-usergrid into USERGRID-608 # By Todd Nine (7) and others # Via Shawn Feldman (2) and others * 'two-dot-o-dev' of https://git-wip-us.apache.org/repos/asf/incubator-usergrid: [USERGRID-642] Remove password properties from user objects in portal Addresses some of George's comments Fixes exception on missing keyspace during bootstrap Updates REST api calls. POST is used to create a re-index job, PUT is used to resume. test fixes fix serviceinvocation it fix serviceinvocation it Change usergrid SDK logging to be set via config. Fixes bugs and cleans up tests Finishes changes before tests fix connections rename connecting to source and connected to target rename vars Refactored observable methods to correct name Update of Apis and tests [USERGRID-572] - ignore sensitive params from QP in response params ---- --- 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. ---