[usergrid] branch master updated (ac313ab -> dd9e096)

2019-01-29 Thread mrusso
This is an automated email from the ASF dual-hosted git repository. mrusso pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/usergrid.git. from ac313ab Merge pull request #620 from keyurkarnik/keyurkarnik_export new ce8db89 Fixed akka cluster issue

[usergrid] branch master updated: Made entity export threads configurable Enables configuring number of threads for fetching entities, assets and entity members This fixes issue USERGRID-1356

2019-01-29 Thread mrusso
This is an automated email from the ASF dual-hosted git repository. mrusso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/usergrid.git The following commit(s) were added to refs/heads/master by this push: new a88956c Made entity export threads

[2/2] usergrid git commit: Merge commit 'refs/pull/618/head' of github.com:apache/usergrid

2018-12-29 Thread mrusso
Merge commit 'refs/pull/618/head' of github.com:apache/usergrid Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/76dc7a4b Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/76dc7a4b Diff:

[1/2] usergrid git commit: Fixed shiro cache to ensure 1:1 mapping between token and principal Before this, if a user had multiple sessions with different tokens, only one Principal was stored in the

2018-12-29 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 87f53a96f -> 76dc7a4b8 Fixed shiro cache to ensure 1:1 mapping between token and principal Before this, if a user had multiple sessions with different tokens, only one Principal was stored in the cache, with the first token. Now every

[1/3] usergrid git commit: Minor updates that prevent deployment errors

2018-12-29 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 6af6f17a3 -> 87f53a96f Minor updates that prevent deployment errors Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/07557785 Tree:

[2/3] usergrid git commit: PATCH - Updated Portal Dependencies

2018-12-29 Thread mrusso
PATCH - Updated Portal Dependencies Portal will now build without errors. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/4fd27f12 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/4fd27f12 Diff:

[3/3] usergrid git commit: Merge commit 'refs/pull/596/head' of github.com:apache/usergrid

2018-12-29 Thread mrusso
Merge commit 'refs/pull/596/head' of github.com:apache/usergrid Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/87f53a96 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/87f53a96 Diff:

[2/3] usergrid git commit: Merge pull request #1 from bursech/uniqueValueRepaireWork

2018-12-29 Thread mrusso
Merge pull request #1 from bursech/uniqueValueRepaireWork Tool to perform read repair on cassandra and also to repair entities wit… Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/08f8dd50 Tree:

[2/2] usergrid git commit: Merge commit 'refs/pull/599/head' of github.com:apache/usergrid

2018-12-29 Thread mrusso
Merge commit 'refs/pull/599/head' of github.com:apache/usergrid Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/628ad012 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/628ad012 Diff:

[1/3] usergrid git commit: Tool to perform read repair on cassandra and also to repair entities with missing unique value entry. Have options to dry run only to detect entities with missing unique val

2018-12-29 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 628ad0129 -> 6af6f17a3 Tool to perform read repair on cassandra and also to repair entities with missing unique value entry. Have options to dry run only to detect entities with missing unique value entry. Project:

[3/3] usergrid git commit: Merge commit 'refs/pull/617/head' of github.com:apache/usergrid

2018-12-29 Thread mrusso
Merge commit 'refs/pull/617/head' of github.com:apache/usergrid Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/6af6f17a Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/6af6f17a Diff:

[1/2] usergrid git commit: stack REDME link type fixed

2018-12-29 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master abec1d9b6 -> 628ad0129 stack REDME link type fixed Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/71c43df3 Tree:

usergrid git commit: Revamped Export code to be more efficient Export tool now works in parallel for multiple collections Exports can be resumed from last exported edge Export is substantially faster

2018-11-08 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 5fc3c506a -> abec1d9b6 Revamped Export code to be more efficient Export tool now works in parallel for multiple collections Exports can be resumed from last exported edge Export is substantially faster due to parallel processing

[07/16] usergrid git commit: fix NPE for missing names in direct queries and block requests based on direct query count before deduping

2018-10-22 Thread mrusso
fix NPE for missing names in direct queries and block requests based on direct query count before deduping Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/98a2f5d2 Tree:

[09/16] usergrid git commit: fix deindex on update -- was deindexing current version along with old versions

2018-10-22 Thread mrusso
fix deindex on update -- was deindexing current version along with old versions Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/c98a5e92 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/c98a5e92 Diff:

[04/16] usergrid git commit: bypass ES for push notification devices specified by UUID

2018-10-22 Thread mrusso
bypass ES for push notification devices specified by UUID Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/e8dc09bb Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/e8dc09bb Diff:

[01/16] usergrid git commit: exclude CollectionDeleteTest for now

2018-10-22 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master faafed885 -> 5fc3c506a exclude CollectionDeleteTest for now Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/35a22edd Tree:

[14/16] usergrid git commit: Fixed queryindex test to match new operands

2018-10-22 Thread mrusso
Fixed queryindex test to match new operands Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/1c3fbe4f Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/1c3fbe4f Diff:

[06/16] usergrid git commit: Add ability to query by name/uuid without using Elasticsearch

2018-10-22 Thread mrusso
Add ability to query by name/uuid without using Elasticsearch example ql: "direct widget1,56d8fac2-39ef-11e8-b467-0ed5f89f718b,widget3" Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/57afad20 Tree:

[13/16] usergrid git commit: return 400 when direct query has too many items

2018-10-22 Thread mrusso
return 400 when direct query has too many items Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/0ac9 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/0ac9 Diff:

[16/16] usergrid git commit: Fixed failing tests and bugs -Fixed issue where query was not being passed correctly for ql search on connections -Fixed NPE for direct query -Fixed tests that were failin

2018-10-22 Thread mrusso
Fixed failing tests and bugs -Fixed issue where query was not being passed correctly for ql search on connections -Fixed NPE for direct query -Fixed tests that were failing sometimes due to parallel execution -Fixed CollectionDeleteTest so that it doesn not have to be ignored Project:

[05/16] usergrid git commit: fix NPE with push notifications and sendMessageToLocalRegion

2018-10-22 Thread mrusso
fix NPE with push notifications and sendMessageToLocalRegion Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/455bdde7 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/455bdde7 Diff:

[15/16] usergrid git commit: Merge pull request #1 from keyurkarnik/master

2018-10-22 Thread mrusso
Merge pull request #1 from keyurkarnik/master Fixed failing tests and bugs Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/749a97f8 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/749a97f8 Diff:

[08/16] usergrid git commit: Create AppDeleter tool to delete data for an application

2018-10-22 Thread mrusso
Create AppDeleter tool to delete data for an application Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/59e7a24e Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/59e7a24e Diff:

[10/16] usergrid git commit: Several indexing fixes:

2018-10-22 Thread mrusso
Several indexing fixes: 1. remove possible duplicate entities from query results when using collection setting indexConsistency=latest 2. deindex all but latest candidate for an entity, even when using indexConsistency=latest 3. fix indexing bug when collection settings have been added but

[12/16] usergrid git commit: improvements to CollectionIterator tool for duplicate and orphaned connections

2018-10-22 Thread mrusso
improvements to CollectionIterator tool for duplicate and orphaned connections Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/0632ceff Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/0632ceff Diff:

[11/16] usergrid git commit: Add password when soft deleting an application

2018-10-22 Thread mrusso
Add password when soft deleting an application Will need the password when attempting to restore. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/38c7313d Tree:

[03/16] usergrid git commit: update to later tomcat version

2018-10-22 Thread mrusso
update to later tomcat version Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/ec7c6b48 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/ec7c6b48 Diff:

usergrid git commit: Fix NPE for push notification processing.

2018-02-24 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master bd2385d76 -> 063595805 Fix NPE for push notification processing. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/06359580 Tree:

usergrid git commit: Add tool for auditing versions of entities in Elasticsearch.

2017-10-26 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 893a04ddc -> c8282f04b Add tool for auditing versions of entities in Elasticsearch. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/c8282f04 Tree:

[14/27] usergrid git commit: Converts de-indexing of edges and entities to identify documents in the index to delete based on data in Cassandra vs. resource intensive queries to the index. Fixes issue

2017-10-04 Thread mrusso
http://git-wip-us.apache.org/repos/asf/usergrid/blob/c201f1f6/stack/websocket/pom.xml -- diff --git a/stack/websocket/pom.xml b/stack/websocket/pom.xml index af5ed56..72a5c9d 100644 --- a/stack/websocket/pom.xml +++

[26/27] usergrid git commit: code review changes

2017-10-04 Thread mrusso
code review changes Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/4a659106 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/4a659106 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/4a659106

[02/27] usergrid git commit: change test collection names so no race condition conflicts

2017-10-04 Thread mrusso
change test collection names so no race condition conflicts Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/7d9cc895 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/7d9cc895 Diff:

[15/27] usergrid git commit: Converts de-indexing of edges and entities to identify documents in the index to delete based on data in Cassandra vs. resource intensive queries to the index. Fixes issue

2017-10-04 Thread mrusso
Converts de-indexing of edges and entities to identify documents in the index to delete based on data in Cassandra vs. resource intensive queries to the index. Fixes issue where nodes were not actually getting deleted from graph as marked edges were being filtered out during the delete process

[12/27] usergrid git commit: test changes and additional logging

2017-10-04 Thread mrusso
test changes and additional logging Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/39ec4f2b Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/39ec4f2b Diff:

[09/27] usergrid git commit: change test collection names so no race condition conflicts

2017-10-04 Thread mrusso
change test collection names so no race condition conflicts Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/d06dbc95 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/d06dbc95 Diff:

[20/27] usergrid git commit: Change collection clear from PUT to POST.

2017-10-04 Thread mrusso
Change collection clear from PUT to POST. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/c8605211 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/c8605211 Diff:

[03/27] usergrid git commit: add a little more wait time

2017-10-04 Thread mrusso
add a little more wait time Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/36e28a87 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/36e28a87 Diff:

[08/27] usergrid git commit: more cassandra.timeout increases for tests

2017-10-04 Thread mrusso
more cassandra.timeout increases for tests Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/4b916c4d Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/4b916c4d Diff:

[13/27] usergrid git commit: move deletes to new delete queue -- read repair will fix attempts to access deleted entities and connections, so indexing and collection deletes can proceed more slowly th

2017-10-04 Thread mrusso
move deletes to new delete queue -- read repair will fix attempts to access deleted entities and connections, so indexing and collection deletes can proceed more slowly than other types of changes Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit:

[05/27] usergrid git commit: fix html encode in jsp

2017-10-04 Thread mrusso
fix html encode in jsp Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/be2f69c3 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/be2f69c3 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/be2f69c3

[27/27] usergrid git commit: Initial commit for exposing collection re-index to non sysadmin users.

2017-10-04 Thread mrusso
Initial commit for exposing collection re-index to non sysadmin users. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/ec8e5c7c Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/ec8e5c7c Diff:

[25/27] usergrid git commit: Allow submission to SNS/SQS via sync client

2017-10-04 Thread mrusso
Allow submission to SNS/SQS via sync client Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/9a151089 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/9a151089 Diff:

[17/27] usergrid git commit: Add ability to walk through a collection and delete all the entities, optionally up to a certain timestamp. Modeled after reindex services.

2017-10-04 Thread mrusso
Add ability to walk through a collection and delete all the entities, optionally up to a certain timestamp. Modeled after reindex services. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/11823f29 Tree:

[23/27] usergrid git commit: add missing fn reference in jsps

2017-10-04 Thread mrusso
add missing fn reference in jsps Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/7f40d685 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/7f40d685 Diff:

[11/27] usergrid git commit: Basic code improvements 1. Increase some testing timeouts. 2. improve some logging statements. 3. Fix duplicate dependency in cored-persistence pom.xml 4. Accept SNS or DI

2017-10-04 Thread mrusso
Basic code improvements 1. Increase some testing timeouts. 2. improve some logging statements. 3. Fix duplicate dependency in cored-persistence pom.xml 4. Accept SNS or DISTRIBUTED_SNS as SNS queue types. 5. Drop missed test keyspaces for qakka tests. Project:

[22/27] usergrid git commit: Bypass check of app APM setting if APM not enabled

2017-10-04 Thread mrusso
Bypass check of app APM setting if APM not enabled Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/9e16e2f0 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/9e16e2f0 Diff:

[01/27] usergrid git commit: increase test cassandra.timeout settings [Forced Update!]

2017-10-04 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/expose-reindex 148337ec8 -> ec8e5c7ca (forced update) increase test cassandra.timeout settings Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/f22c6c4b Tree:

[19/27] usergrid git commit: Give entity creation time to finish during collection delete test.

2017-10-04 Thread mrusso
Give entity creation time to finish during collection delete test. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/3d3ba490 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/3d3ba490 Diff:

[06/27] usergrid git commit: fix broken recaptcha

2017-10-04 Thread mrusso
fix broken recaptcha Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/459163b8 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/459163b8 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/459163b8

[10/27] usergrid git commit: add a little more wait time

2017-10-04 Thread mrusso
add a little more wait time Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/25f1b0e5 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/25f1b0e5 Diff:

[07/27] usergrid git commit: add password complexity check before submitting during reset password flow

2017-10-04 Thread mrusso
add password complexity check before submitting during reset password flow Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/70de6fde Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/70de6fde Diff:

[16/27] usergrid git commit: 1. Add missing start for delete queue workers. 2. Add dropping of application local keyspace for testing. 3. Testing changes.

2017-10-04 Thread mrusso
1. Add missing start for delete queue workers. 2. Add dropping of application local keyspace for testing. 3. Testing changes. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/3f7afcd8 Tree:

[24/27] usergrid git commit: add reset_url as field in admin confirmation email

2017-10-04 Thread mrusso
add reset_url as field in admin confirmation email Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/173be8a4 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/173be8a4 Diff:

[18/27] usergrid git commit: Merge branch 'collectionClearJob'

2017-10-04 Thread mrusso
Merge branch 'collectionClearJob' Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/8e9eff8d Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/8e9eff8d Diff:

[04/27] usergrid git commit: Add new parameter that can be used in the JSP viewables.

2017-10-04 Thread mrusso
Add new parameter that can be used in the JSP viewables. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/068263ed Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/068263ed Diff:

usergrid git commit: Handle IndexMissingException when fetching the index size for an application.

2017-09-12 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master c86052110 -> 41702956d Handle IndexMissingException when fetching the index size for an application. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/41702956

usergrid git commit: Initial commit for exposing collection re-index to non sysadmin users.

2017-07-14 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/expose-reindex [created] 148337ec8 Initial commit for exposing collection re-index to non sysadmin users. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/148337ec

usergrid git commit: Converts de-indexing of edges and entities to identify documents in the index to delete based on data in Cassandra vs. resource intensive queries to the index. Fixes issue where n

2017-07-08 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/collectionDelete a881d5b55 -> 99ba349c8 Converts de-indexing of edges and entities to identify documents in the index to delete based on data in Cassandra vs. resource intensive queries to the index. Fixes issue where nodes were not actually

[6/7] usergrid git commit: Fix precondition checks and add another try/catch around the token workflow org id.

2017-06-19 Thread mrusso
Fix precondition checks and add another try/catch around the token workflow org id. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/c0ba7103 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/c0ba7103 Diff:

[3/7] usergrid git commit: Finish convert token service persistence to Datastax. Add tests, and rename the package for TokenServiceImpl to impl from cassandra.

2017-06-19 Thread mrusso
Finish convert token service persistence to Datastax. Add tests, and rename the package for TokenServiceImpl to impl from cassandra. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/146e47d6 Tree:

[7/7] usergrid git commit: Merge commit 'refs/pull/573/head' of github.com:apache/usergrid

2017-06-19 Thread mrusso
Merge commit 'refs/pull/573/head' of github.com:apache/usergrid Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/375814e0 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/375814e0 Diff:

[2/7] usergrid git commit: Finish convert token service persistence to Datastax. Add tests, and rename the package for TokenServiceImpl to impl from cassandra.

2017-06-19 Thread mrusso
http://git-wip-us.apache.org/repos/asf/usergrid/blob/146e47d6/stack/services/src/main/java/org/apache/usergrid/security/tokens/cassandra/TokenServiceImpl.java -- diff --git

[4/7] usergrid git commit: Fix issue where tokenInfo was not being updated with latest inactive value. Add trace logging to TokenSerializationImpl. Fix issue with push notifications where the Inactive

2017-06-19 Thread mrusso
Fix issue where tokenInfo was not being updated with latest inactive value. Add trace logging to TokenSerializationImpl. Fix issue with push notifications where the InactiveDeviceManager was making a duplicate (yet incorrect) query for devices. Project:

[5/7] usergrid git commit: Add try/catch around fetching and casting of token info from serialization map. Also, throw exceptions early.

2017-06-19 Thread mrusso
Add try/catch around fetching and casting of token info from serialization map. Also, throw exceptions early. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/99634490 Tree:

usergrid git commit: Remove unused import.

2017-06-19 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master c748242fa -> d8a7e10ca Remove unused import. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/d8a7e10c Tree:

[1/2] usergrid git commit: dead letter queue handling 1. Add workers that move messages from dead letter queues back to the indexing and utility queues. 2. Change ERROR for DuplicateUniquePropertyExis

2017-06-19 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 3f819dc06 -> c748242fa dead letter queue handling 1. Add workers that move messages from dead letter queues back to the indexing and utility queues. 2. Change ERROR for DuplicateUniquePropertyExistsException to INFO. This happens when

usergrid git commit: Fix precondition checks and add another try/catch around the token workflow org id.

2017-06-19 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/token-service-to-dstax 996344900 -> c0ba71039 Fix precondition checks and add another try/catch around the token workflow org id. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit:

[1/2] usergrid git commit: Finish convert token service persistence to Datastax. Add tests, and rename the package for TokenServiceImpl to impl from cassandra.

2017-06-18 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/token-service-to-dstax 179f12db0 -> 146e47d66 http://git-wip-us.apache.org/repos/asf/usergrid/blob/146e47d6/stack/services/src/main/java/org/apache/usergrid/security/tokens/cassandra/TokenServiceImpl.java

usergrid git commit: Initial commit of new token module to replace Hector for access token storage.

2017-06-16 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/token-service-to-dstax [created] 179f12db0 Initial commit of new token module to replace Hector for access token storage. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit:

usergrid git commit: Add new parameter that can be used in the JSP viewables.

2017-05-24 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/hotfix-20160819 ff574d3b3 -> 436cb8046 Add new parameter that can be used in the JSP viewables. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/436cb804 Tree:

usergrid git commit: Allow name and any property set with aliasProperty to be changed.

2017-05-17 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master bafd46274 -> 3f819dc06 Allow name and any property set with aliasProperty to be changed. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/3f819dc0 Tree:

[1/2] usergrid git commit: Add a new Asset binary provider for Google Cloud Storage. Refactor the BinaryStore implementation to follow a Factory pattern.

2017-04-26 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 949b46506 -> bafd46274 http://git-wip-us.apache.org/repos/asf/usergrid/blob/bafd4627/stack/services/src/main/java/org/apache/usergrid/services/assets/data/GoogleBinaryStore.java

[2/2] usergrid git commit: Add a new Asset binary provider for Google Cloud Storage. Refactor the BinaryStore implementation to follow a Factory pattern.

2017-04-26 Thread mrusso
Add a new Asset binary provider for Google Cloud Storage. Refactor the BinaryStore implementation to follow a Factory pattern. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/bafd4627 Tree:

usergrid git commit: Add new push notification test and remove duplicate index processing on entity create/update.

2017-04-05 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master d3e988bcb -> 949b46506 Add new push notification test and remove duplicate index processing on entity create/update. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit:

[2/3] usergrid git commit: Switch DISTRIBUTED database queueing to default not cache in memory as the in memory impl causes duplicate messgae processing quite often at the moment.

2017-04-02 Thread mrusso
http://git-wip-us.apache.org/repos/asf/usergrid/blob/d3e988bc/stack/corepersistence/queue/src/main/java/org/apache/usergrid/persistence/qakka/distributed/impl/DistributedQueueServiceImpl.java -- diff --git

[3/3] usergrid git commit: Switch DISTRIBUTED database queueing to default not cache in memory as the in memory impl causes duplicate messgae processing quite often at the moment.

2017-04-02 Thread mrusso
Switch DISTRIBUTED database queueing to default not cache in memory as the in memory impl causes duplicate messgae processing quite often at the moment. - includes making all the tests work without in-memory queue fronting the database queue which really means adding some more delay in tests

[1/3] usergrid git commit: Switch DISTRIBUTED database queueing to default not cache in memory as the in memory impl causes duplicate messgae processing quite often at the moment.

2017-04-02 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 8b63aae7d -> d3e988bcb http://git-wip-us.apache.org/repos/asf/usergrid/blob/d3e988bc/stack/rest/src/test/java/org/apache/usergrid/rest/applications/collection/users/UserResourceIT.java

[1/4] usergrid git commit: Initial commit of export application API.

2017-03-31 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master ea1ba360d -> 8b63aae7d Initial commit of export application API. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/82e7ec57 Tree:

[2/4] usergrid git commit: Batch write to the export stream and use a cleaner filename.

2017-03-31 Thread mrusso
Batch write to the export stream and use a cleaner filename. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/2d56d813 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/2d56d813 Diff:

[3/4] usergrid git commit: Update new ExportService to better stream out the results directly from the database. Added tests to validate

2017-03-31 Thread mrusso
Update new ExportService to better stream out the results directly from the database. Added tests to validate Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/b37fc81e Tree:

[4/4] usergrid git commit: Fix issue where duplicate receipts were created when a notification failed.

2017-03-31 Thread mrusso
Fix issue where duplicate receipts were created when a notification failed. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/8b63aae7 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/8b63aae7 Diff:

usergrid git commit: Default disable the query breaker enforcement.

2017-03-26 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 89178326d -> ea1ba360d Default disable the query breaker enforcement. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/ea1ba360 Tree:

usergrid git commit: Fixes a handful of issues around single quotes and plus symbols in queries and email addresses. See: USERGRID-29 USERGRID-1041 USERGRID-1117 USERGRID-1338

2017-03-24 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master d92110853 -> 89178326d Fixes a handful of issues around single quotes and plus symbols in queries and email addresses. See: USERGRID-29 USERGRID-1041 USERGRID-1117 USERGRID-1338 Project:

[1/4] usergrid git commit: [USERGRID-1336] Initial commit of a simple query analyzer feature.

2017-03-23 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 3b1b0ca1c -> d92110853 http://git-wip-us.apache.org/repos/asf/usergrid/blob/a4941462/stack/rest/src/main/java/org/apache/usergrid/rest/exceptions/QueryAnalyzerEnforcementExceptionMapper.java

[3/4] usergrid git commit: Add query analyzer condition for full collection sorts when the collection size exceeds the limit. Add QueryAnalyzer tests.

2017-03-23 Thread mrusso
Add query analyzer condition for full collection sorts when the collection size exceeds the limit. Add QueryAnalyzer tests. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/f556e42b Tree:

[4/4] usergrid git commit: Merge commit 'refs/pull/567/head' of github.com:apache/usergrid

2017-03-23 Thread mrusso
Merge commit 'refs/pull/567/head' of github.com:apache/usergrid Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/d9211085 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/d9211085 Diff:

[2/4] usergrid git commit: [USERGRID-1336] Initial commit of a simple query analyzer feature.

2017-03-23 Thread mrusso
[USERGRID-1336] Initial commit of a simple query analyzer feature. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/a4941462 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/a4941462 Diff:

usergrid git commit: Fix issue where default passwords are not being created when not provided ( you are allowed to create new admin users with just an email and it will invoke a reset password flow).

2017-03-23 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 9141f8dc2 -> 3b1b0ca1c Fix issue where default passwords are not being created when not provided ( you are allowed to create new admin users with just an email and it will invoke a reset password flow). Project:

[2/2] usergrid git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/usergrid

2017-03-21 Thread mrusso
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/usergrid Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/9141f8dc Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/9141f8dc Diff:

[1/2] usergrid git commit: [USERGRID-1341] Fix cache expiration type for ApplicationQueueManagerCache.

2017-03-21 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 104f64eb4 -> 9141f8dc2 [USERGRID-1341] Fix cache expiration type for ApplicationQueueManagerCache. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/f6aed13d

usergrid git commit: Add some additional logging around flaky test setup.

2017-02-27 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master f8e644d60 -> 761aa4410 Add some additional logging around flaky test setup. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/761aa441 Tree:

usergrid git commit: Add query analyzer condition for full collection sorts when the collection size exceeds the limit. Add QueryAnalyzer tests.

2017-02-25 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/query-analyzer a49414625 -> f556e42b0 Add query analyzer condition for full collection sorts when the collection size exceeds the limit. Add QueryAnalyzer tests. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit:

[2/2] usergrid git commit: [USERGRID-1336] Initial commit of a simple query analyzer feature.

2017-02-24 Thread mrusso
[USERGRID-1336] Initial commit of a simple query analyzer feature. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/a4941462 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/a4941462 Diff:

usergrid git commit: Fix condition with deciding whether or not to use the known field type vs. adding the default sort predicate types.

2017-02-22 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 5903c3c14 -> 842684050 Fix condition with deciding whether or not to use the known field type vs. adding the default sort predicate types. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit:

usergrid git commit: Always make sure FIELD_STRING_NESTED_UNANALYZED is used for known field String values in sort predicates.

2017-02-22 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 447b5b830 -> 5903c3c14 Always make sure FIELD_STRING_NESTED_UNANALYZED is used for known field String values in sort predicates. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit:

usergrid git commit: Enhance the elasticsearch filter so that sort predicates of known entity fields have a sort applied with their specific type rather than all possible types.

2017-02-22 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master cf0b65366 -> 447b5b830 Enhance the elasticsearch filter so that sort predicates of known entity fields have a sort applied with their specific type rather than all possible types. Project:

usergrid git commit: Fixes issue with organization credentials using the same cache key when the credentials cache is enabled.

2017-02-10 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master 691d6b2ec -> cf0b65366 Fixes issue with organization credentials using the same cache key when the credentials cache is enabled. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit:

[2/2] usergrid git commit: Temporarily disabling tools tests as it's failing to exit properly causing the build to fail even though all tests pass.

2017-01-23 Thread mrusso
Temporarily disabling tools tests as it's failing to exit properly causing the build to fail even though all tests pass. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/280ac8b1 Tree:

usergrid git commit: Temporarily disabling tools build from main pom as it's failing to exit properly causing the fully build to fail even though all tests pass.

2017-01-23 Thread mrusso
Repository: usergrid Updated Branches: refs/heads/master cf816799f -> 7134d342f Temporarily disabling tools build from main pom as it's failing to exit properly causing the fully build to fail even though all tests pass. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit:

  1   2   3   4   5   6   7   8   9   10   >