[1/3] usergrid git commit: Increase ES search pool size to 32

2017-10-18 Thread mdunker
Repository: usergrid Updated Branches: refs/heads/debug_logging 1cf67fa8c -> 9b04ae714 Increase ES search pool size to 32 Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/fcc209aa Tree: http://git-wip-us.apache.org/re

[2/3] usergrid git commit: Add more logging Revert search pool size

2017-10-18 Thread mdunker
Add more logging Revert search pool size Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/3ad5b10c Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/3ad5b10c Diff: http://git-wip-us.apache.org/repos/asf/usergrid/

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

2017-10-18 Thread mdunker
Merge commit 'refs/pull/580/head' of github.com:apache/usergrid into debug_logging Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/9b04ae71 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/9b04ae71 Diff: http:

[12/51] [abbrv] 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 th

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/u

[21/51] [abbrv] usergrid git commit: add a little more wait time

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergrid/diff/36e28a87

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

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/

[33/51] [abbrv] 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. Fix

2017-10-18 Thread toddnine
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 i

[37/51] [abbrv] usergrid git commit: Give entity creation time to finish during collection delete test.

2017-10-18 Thread toddnine
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: http://git-wip-us.apac

[09/51] [abbrv] usergrid git commit: Initial commit of new token module to replace Hector for access token storage.

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergrid/commit/179f12db Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/179f12db Diff: http://git

[24/51] [abbrv] usergrid git commit: fix broken recaptcha

2017-10-18 Thread toddnine
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 Branc

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

2017-10-18 Thread toddnine
http://git-wip-us.apache.org/repos/asf/usergrid/blob/bafd4627/stack/services/src/main/java/org/apache/usergrid/services/assets/data/GoogleBinaryStore.java -- diff --git a/stack/services/src/main/java/org/apache/usergrid/services/a

[26/51] [abbrv] usergrid git commit: more cassandra.timeout increases for tests

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergri

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

2017-10-18 Thread toddnine
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: http

[16/51] [abbrv] usergrid git commit: Remove unused import.

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergrid/tree/d8a7e10c Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/d8a7e10c Bran

[01/51] [abbrv] 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-10-18 Thread toddnine
Repository: usergrid Updated Branches: refs/heads/asf-site 77ad91a69 -> 893a04ddc 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 ---

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

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergri

[20/51] [abbrv] usergrid git commit: change test collection names so no race condition conflicts

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/

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

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/

[02/51] [abbrv] 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-10-18 Thread toddnine
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 a/stack/corepersistence/

[29/51] [abbrv] 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 S

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/a

[51/51] [abbrv] usergrid git commit: Updates website content to reference community maintained buttons

2017-10-18 Thread toddnine
Updates website content to reference community maintained buttons Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/893a04dd Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/893a04dd Diff: http://git-wip-us.apach

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

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.

[31/51] [abbrv] 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 s

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org

[2/3] usergrid git commit: Updates website content to reference community maintained buttons

2017-10-18 Thread toddnine
http://git-wip-us.apache.org/repos/asf/usergrid/blob/893a04dd/website/tmp/compiled_content -- diff --git a/website/tmp/compiled_content b/website/tmp/compiled_content deleted file mode 100644 index 91c5445..000 --- a/website/tm

[49/51] [abbrv] usergrid git commit: Updates website content to reference community maintained buttons

2017-10-18 Thread toddnine
http://git-wip-us.apache.org/repos/asf/usergrid/blob/893a04dd/website/tmp/dependencies -- diff --git a/website/tmp/dependencies b/website/tmp/dependencies deleted file mode 100644 index 8ddff40..000 --- a/website/tmp/dependenci

[42/51] [abbrv] usergrid git commit: add reset_url as field in admin confirmation email

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf

[45/51] [abbrv] usergrid git commit: Remove orphaned collection edges with no target entity

2017-10-18 Thread toddnine
Remove orphaned collection edges with no target entity Also remove extraneous entityID sort from the default Elasticsearch sort Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/f4842b06 Tree: http://git-wip-us.apache.org

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

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergrid/commit/949b4650 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/949b4650

[08/51] [abbrv] 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 DuplicateUniquePr

2017-10-18 Thread toddnine
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 someone tries to create an entity with the same unique value as another entity, whic

[19/51] [abbrv] usergrid git commit: increase test cassandra.timeout settings

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergrid/tree/f22c6c4b Diff: http://git-wip-us.apache.org/repos/asf/usergrid/

[07/51] [abbrv] usergrid git commit: Allow name and any property set with aliasProperty to be changed.

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergrid/tree/3f819dc0 Diff: http://git-wip-us.apach

[3/3] usergrid git commit: Updates website content to reference community maintained buttons

2017-10-18 Thread toddnine
Updates website content to reference community maintained buttons Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/893a04dd Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/893a04dd Diff: http://git-wip-us.apach

[35/51] [abbrv] 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-18 Thread toddnine
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: http://git-wip-u

[30/51] [abbrv] usergrid git commit: test changes and additional logging

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergrid/diff/

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

2017-10-18 Thread toddnine
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: http://git-wip-us.apach

[25/51] [abbrv] usergrid git commit: add password complexity check before submitting during reset password flow

2017-10-18 Thread toddnine
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: http://git-wip

[40/51] [abbrv] usergrid git commit: Bypass check of app APM setting if APM not enabled

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf

[03/51] [abbrv] 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-10-18 Thread toddnine
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 -

[18/51] [abbrv] usergrid git commit: Fix precondition

2017-10-18 Thread toddnine
Fix precondition Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/a6fee789 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/a6fee789 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/a6fee789 Branch: r

[34/51] [abbrv] 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-18 Thread toddnine
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: http://git-wip-us.apache.org/re

[47/51] [abbrv] usergrid git commit: Merge branch 'fixOrphanedEdges'

2017-10-18 Thread toddnine
Merge branch 'fixOrphanedEdges' Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/b93f8d44 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/b93f8d44 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/b93f

[46/51] [abbrv] usergrid git commit: changes to orphaned edge code from code review

2017-10-18 Thread toddnine
changes to orphaned edge code from code review Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/1a02bb36 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/1a02bb36 Diff: http://git-wip-us.apache.org/repos/asf/use

[15/51] [abbrv] usergrid git commit: 1. Remove messages from dead letter queue if the message map entry was never received after a configurable timeout (15 minutes currently). 2. Log messages as they

2017-10-18 Thread toddnine
1. Remove messages from dead letter queue if the message map entry was never received after a configurable timeout (15 minutes currently). 2. Log messages as they are moved from the dead letter queue back to the originating queue. Also log messages that are in dead letter queue and can't be move

[50/51] [abbrv] usergrid git commit: Updates website content to reference community maintained buttons

2017-10-18 Thread toddnine
http://git-wip-us.apache.org/repos/asf/usergrid/blob/893a04dd/website/tmp/compiled_content -- diff --git a/website/tmp/compiled_content b/website/tmp/compiled_content deleted file mode 100644 index 91c5445..000 --- a/website/tm

[38/51] [abbrv] usergrid git commit: Change collection clear from PUT to POST.

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergrid

[28/51] [abbrv] usergrid git commit: add a little more wait time

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergrid/diff/25f1b0e5

[23/51] [abbrv] usergrid git commit: fix html encode in jsp

2017-10-18 Thread toddnine
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 Bra

[41/51] [abbrv] usergrid git commit: add missing fn reference in jsps

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergrid/diff/7f4

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

2017-10-18 Thread toddnine
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 a/stack/services/src/main/java/org/apache/usergrid/securi

[39/51] [abbrv] usergrid git commit: Handle IndexMissingException when fetching the index size for an application.

2017-10-18 Thread toddnine
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 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/41702956 Diff: http://git-

[1/3] usergrid git commit: Updates website content to reference community maintained buttons [Forced Update!]

2017-10-18 Thread toddnine
Repository: usergrid Updated Branches: refs/heads/master e2333add6 -> 893a04ddc (forced update) http://git-wip-us.apache.org/repos/asf/usergrid/blob/893a04dd/website/tmp/dependencies -- diff --git a/website/tmp/dependencies b/w

[36/51] [abbrv] usergrid git commit: Merge branch 'collectionClearJob'

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergrid/diff/8e

[43/51] [abbrv] usergrid git commit: Allow submission to SNS/SQS via sync client

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/repos/asf/usergr

[48/51] [abbrv] usergrid git commit: add extra logging for orphaned connection repair

2017-10-18 Thread toddnine
add extra logging for orphaned connection repair Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/a769f304 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/a769f304 Diff: http://git-wip-us.apache.org/repos/asf/u

[44/51] [abbrv] usergrid git commit: code review changes

2017-10-18 Thread toddnine
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 Branch

[22/51] [abbrv] usergrid git commit: Add new parameter that can be used in the JSP viewables.

2017-10-18 Thread toddnine
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: http://git-wip-us.apache.org/rep

[32/51] [abbrv] 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. Fix

2017-10-18 Thread toddnine
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 +++ b/stack/websock

[2/3] usergrid git commit: Updates website content to reference community maintained buttons

2017-10-18 Thread toddnine
http://git-wip-us.apache.org/repos/asf/usergrid/blob/e2333add/website/tmp/compiled_content -- diff --git a/website/tmp/compiled_content b/website/tmp/compiled_content deleted file mode 100644 index 91c5445..000 --- a/website/tm

[1/3] usergrid git commit: Updates website content to reference community maintained buttons [Forced Update!]

2017-10-18 Thread toddnine
Repository: usergrid Updated Branches: refs/heads/master bb2f8db41 -> e2333add6 (forced update) http://git-wip-us.apache.org/repos/asf/usergrid/blob/e2333add/website/tmp/dependencies -- diff --git a/website/tmp/dependencies b/w

[3/3] usergrid git commit: Updates website content to reference community maintained buttons

2017-10-18 Thread toddnine
Updates website content to reference community maintained buttons Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/e2333add Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/e2333add Diff: http://git-wip-us.apach

[usergrid] Git Push Summary

2017-10-18 Thread toddnine
Repository: usergrid Updated Branches: refs/heads/website-button-update [deleted] bb2f8db41

[3/3] usergrid git commit: Updates website content to reference community maintained buttons

2017-10-18 Thread toddnine
Updates website content to reference community maintained buttons Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/bb2f8db4 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/bb2f8db4 Diff: http://git-wip-us.apach

[1/3] usergrid git commit: Updates website content to reference community maintained buttons

2017-10-18 Thread toddnine
Repository: usergrid Updated Branches: refs/heads/master a769f304a -> bb2f8db41 http://git-wip-us.apache.org/repos/asf/usergrid/blob/bb2f8db4/website/tmp/dependencies -- diff --git a/website/tmp/dependencies b/website/tmp/depen

[2/3] usergrid git commit: Updates website content to reference community maintained buttons

2017-10-18 Thread toddnine
http://git-wip-us.apache.org/repos/asf/usergrid/blob/bb2f8db4/website/tmp/compiled_content -- diff --git a/website/tmp/compiled_content b/website/tmp/compiled_content deleted file mode 100644 index 91c5445..000 --- a/website/tm

[3/3] usergrid git commit: Updates website content to reference community maintained buttons

2017-10-18 Thread toddnine
Updates website content to reference community maintained buttons Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/bb2f8db4 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/bb2f8db4 Diff: http://git-wip-us.apach

[2/3] usergrid git commit: Updates website content to reference community maintained buttons

2017-10-18 Thread toddnine
http://git-wip-us.apache.org/repos/asf/usergrid/blob/bb2f8db4/website/tmp/compiled_content -- diff --git a/website/tmp/compiled_content b/website/tmp/compiled_content deleted file mode 100644 index 91c5445..000 --- a/website/tm

[1/3] usergrid git commit: Updates website content to reference community maintained buttons

2017-10-18 Thread toddnine
Repository: usergrid Updated Branches: refs/heads/website-button-update [created] bb2f8db41 http://git-wip-us.apache.org/repos/asf/usergrid/blob/bb2f8db4/website/tmp/dependencies -- diff --git a/website/tmp/dependencies b/websi