Merge branch 'pr/91' into two-dot-o-events
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/f8131365 Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/f8131365 Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/f8131365 Branch: refs/heads/UG-rest-test-framework-overhaul Commit: f8131365e23fc6896dd0d6b5c00c4183e4878beb Parents: bd2b127 389bee7 Author: Dave Johnson <[email protected]> Authored: Thu Oct 30 09:38:25 2014 -0400 Committer: Dave Johnson <[email protected]> Committed: Thu Oct 30 09:38:25 2014 -0400 ---------------------------------------------------------------------- .../events/EntityVersionCreatedImpl.java | 49 ++++ .../collection/EntityVersionCreatedFactory.java | 31 +++ .../collection/guice/CollectionModule.java | 16 +- .../impl/EntityCollectionManagerImpl.java | 20 +- .../impl/EntityVersionCreatedTask.java | 150 +++++++++++ .../impl/EntityVersionCreatedTaskTest.java | 270 +++++++++++++++++++ .../persistence/index/EntityIndexBatch.java | 12 +- .../index/impl/EsEntityIndexBatchImpl.java | 22 ++ 8 files changed, 546 insertions(+), 24 deletions(-) ----------------------------------------------------------------------
