[GitHub] usergrid issue #574: Add google OAuth2 provider

2018-12-29 Thread michaelarusso
Github user michaelarusso commented on the issue: https://github.com/apache/usergrid/pull/574 @suntehnik can you fix the copy-paste errors (e.g. references to facebook and author annotations)? Once you do this, I can re-review and merge. ---

[GitHub] usergrid issue #597: Patchset of changes made by Mike Dunker from another fo...

2018-10-22 Thread michaelarusso
Github user michaelarusso commented on the issue: https://github.com/apache/usergrid/pull/597 LGTM ---

[GitHub] usergrid pull request #597: Patchset of changes made by Mike Dunker from ano...

2018-09-24 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/597#discussion_r219968111 --- Diff: stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/CandidateResult.java --- @@ -54,25 +99,69 @@ public

[GitHub] usergrid pull request #597: Patchset of changes made by Mike Dunker from ano...

2018-09-24 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/597#discussion_r219960051 --- Diff: stack/core/src/test/java/org/apache/usergrid/persistence/CollectionDeleteTest.java --- @@ -42,6 +43,7 @@ @NotThreadSafe

[GitHub] usergrid pull request #597: Patchset of changes made by Mike Dunker from ano...

2018-09-24 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/597#discussion_r219963200 --- Diff: stack/core/src/main/java/org/apache/usergrid/corepersistence/service/ApplicationRestorePasswordServiceImpl.java --- @@ -0,0 +1,72

[GitHub] usergrid pull request #597: Patchset of changes made by Mike Dunker from ano...

2018-09-24 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/597#discussion_r219960347 --- Diff: stack/core/src/main/java/org/apache/usergrid/corepersistence/service/ApplicationRestorePasswordServiceImpl.java --- @@ -0,0 +1,72

[GitHub] usergrid pull request #597: Patchset of changes made by Mike Dunker from ano...

2018-09-24 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/597#discussion_r219960121 --- Diff: stack/core/src/main/java/org/apache/usergrid/persistence/PathQuery.java --- @@ -122,10 +126,30 @@ protected Results getHeadResults

[GitHub] usergrid pull request #577: Add Debug logging for per issues

2017-10-16 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/577#discussion_r145001832 --- Diff: stack/corepersistence/common/src/main/java/org/apache/usergrid/persistence/core/util/DebugUtils.java --- @@ -0,0 +1,73 @@ +package

[GitHub] usergrid pull request #576: Expose collection re-index to non sysadmin users...

2017-10-04 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/576 Expose collection re-index to non sysadmin users. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid expose-reindex

[GitHub] usergrid pull request #573: Convert TokenServiceImpl from Hector to Datastax

2017-06-19 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/573#discussion_r122738636 --- Diff: stack/corepersistence/token/src/test/java/org/apache/usergrid/persistence/token/TokenSerializationTest.java --- @@ -0,0 +1,202

[GitHub] usergrid pull request #573: Convert TokenServiceImpl from Hector to Datastax

2017-06-19 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/573#discussion_r122738547 --- Diff: stack/services/src/main/java/org/apache/usergrid/security/tokens/impl/TokenServiceImpl.java --- @@ -469,60 +393,60 @@ public void

[GitHub] usergrid issue #569: Add google oauth2 authentication

2017-06-18 Thread michaelarusso
Github user michaelarusso commented on the issue: https://github.com/apache/usergrid/pull/569 Can you re-create another PR with just your commit included? It would be great to add Google as another authentication provider. --- If your project is set up for it, you can reply

[GitHub] usergrid issue #565: Push Notification fixes

2017-02-22 Thread michaelarusso
Github user michaelarusso commented on the issue: https://github.com/apache/usergrid/pull/565 @schmidandreas we'll actually be going to a 2.2.0 release and not doing a 2.1.1. can you close this PR/reopen to master branch? --- If your project is set up for it, you can reply

[GitHub] usergrid issue #563: Configurable ElasticSearch indexing implementation

2016-11-18 Thread michaelarusso
Github user michaelarusso commented on the issue: https://github.com/apache/usergrid/pull/563 👍 --- 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

[GitHub] usergrid issue #561: If claims cannot be parsed, fetch new JWT token

2016-10-27 Thread michaelarusso
Github user michaelarusso commented on the issue: https://github.com/apache/usergrid/pull/561 Looks good. Let's get this merged after typo fix. --- 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

[GitHub] usergrid issue #547: Add support for validating Apigee JWTs.

2016-07-28 Thread michaelarusso
Github user michaelarusso commented on the issue: https://github.com/apache/usergrid/pull/547 1) support for apigee's SSO2 2) ability to disable public registration ( for all non-trial pods ) 3) management/me no longer generates new tokens, the token provided will be used

[GitHub] usergrid issue #548: Fix issues with serving binary files

2016-07-26 Thread michaelarusso
Github user michaelarusso commented on the issue: https://github.com/apache/usergrid/pull/548 We don't merge bug fixes into already released code branches. For Usergrid 1.x versions, the `1.x` branch is used for any bug fixes/development. Can you update this PR and direct

[GitHub] usergrid pull request #547: Add support for validating Apigee JWTs.

2016-07-14 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/547 Add support for validating Apigee JWTs. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid apigee-sso-provider

[GitHub] usergrid pull request #544: Sso2 usergrid

2016-07-08 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/544#discussion_r70094599 --- Diff: stack/services/src/main/java/org/apache/usergrid/security/tokens/cassandra/TokenServiceImpl.java --- @@ -789,12 +789,17 @@ MetricsFactory

[GitHub] usergrid pull request #544: Sso2 usergrid

2016-07-08 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/544#discussion_r70094310 --- Diff: stack/rest/src/main/java/org/apache/usergrid/rest/management/organizations/users/UsersResource.java --- @@ -129,11 +129,16 @@ public

[GitHub] usergrid pull request #541: Update unique value loading and fix tools to run...

2016-06-22 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/541 Update unique value loading and fix tools to run cleaner. You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelarusso/usergrid

[GitHub] usergrid issue #540: Fixes for linked collections

2016-06-22 Thread michaelarusso
Github user michaelarusso commented on the issue: https://github.com/apache/usergrid/pull/540 👍 --- 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

[GitHub] usergrid issue #531: 5xx caused due to unsupported identifiers in the url pa...

2016-06-07 Thread michaelarusso
Github user michaelarusso commented on the issue: https://github.com/apache/usergrid/pull/531 this PR has conflicts now. Maybe fix and open to master instead of release-2.1.1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] usergrid pull request: Retries on Management App init, plus cachin...

2016-05-20 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/524#discussion_r64041172 --- Diff: stack/core/src/main/java/org/apache/usergrid/corepersistence/CpEntityManagerFactory.java --- @@ -142,12 +141,66 @@ public

[GitHub] usergrid pull request: /org/app/users/me and /users/me related fix...

2016-05-11 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/518#issuecomment-218375676 Created JIRA just FYI --> https://issues.apache.org/jira/browse/USERGRID-1289 --- If your project is set up for it, you can reply to this email and have y

[GitHub] usergrid pull request: Introducing Datastax driver.

2016-05-10 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/521 Introducing Datastax driver. The following serialization classes/strategies already converted in this PR: `MapSerializationImpl` `ScopedCacheSerializationImpl

[GitHub] usergrid pull request: Introducing Datastax driver.

2016-05-10 Thread michaelarusso
Github user michaelarusso closed the pull request at: https://github.com/apache/usergrid/pull/513 --- 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

[GitHub] usergrid pull request: Release class cast exception

2016-05-09 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/517#issuecomment-217862115 Could we just keep Long and handle the casting in the notifications service where it comes in from the API (to make sure the number is put in the properties map

[GitHub] usergrid pull request: Usergrid 1246

2016-05-09 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/514#issuecomment-217859912 Really wish the commit history on this PR wasn't so goofy. It seems like you migh have started from release-2.1.1 branch and then merged master

[GitHub] usergrid pull request: Introducing Datastax driver.

2016-05-08 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/513#issuecomment-217724155 `UniqueValueSerializationStrategy` converted to use DataStax driver and CQL. The last few commits are an example of how to work with existing DynamicComposite

[GitHub] usergrid pull request: Introducing Datastax driver.

2016-05-01 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/513#issuecomment-216030996 `MapSerializationImpl` and `ScopedCacheSerializationImpl` converted to use DataStax driver and CQL. --- If your project is set up for it, you can reply

[GitHub] usergrid pull request: Introducing Datastax driver.

2016-05-01 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/513 Introducing Datastax driver. You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelarusso/usergrid datastax-cass-driver Alternatively

[GitHub] usergrid pull request: DO NOT MERGE YET - Introducing the DataStax...

2016-05-01 Thread michaelarusso
Github user michaelarusso closed the pull request at: https://github.com/apache/usergrid/pull/482 --- 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

[GitHub] usergrid pull request: Counter for notifications ~*-DO NOT MERGE-*...

2016-04-28 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/506#issuecomment-215393375 Did we already add in code for this? (although commented at this point). If so, let's close this PR. --- If your project is set up for it, you can reply

[GitHub] usergrid pull request: Selective indexing

2016-03-30 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/497#discussion_r57918010 --- Diff: stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/EntityIndexBatch.java --- @@ -29,13 +32,7

[GitHub] usergrid pull request: Selective indexing

2016-03-30 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/497#discussion_r57916698 --- Diff: stack/core/src/main/java/org/apache/usergrid/corepersistence/index/IndexServiceImpl.java --- @@ -146,16 +167,59 @@ public IndexServiceImpl

[GitHub] usergrid pull request: Selective indexing

2016-03-30 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/497#discussion_r57916017 --- Diff: stack/core/src/main/java/org/apache/usergrid/corepersistence/CpRelationManager.java --- @@ -18,6 +18,7 @@ --- End diff

[GitHub] usergrid pull request: Add caching around getOrganizationConfigFor...

2016-03-26 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/495 Add caching around getOrganizationConfigForApplication. You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelarusso/usergrid

[GitHub] usergrid pull request: USERGRID-1270 - Iterate over graph edge sha...

2016-03-20 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/493#issuecomment-199080050 ``` [INFO] [INFO] Reactor Summary: [INFO] [INFO] Usergrid Parent

[GitHub] usergrid pull request: USERGRID-1270 - Iterate over graph edge sha...

2016-03-20 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/493 USERGRID-1270 - Iterate over graph edge shards using a more precise start/end column range scan. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] usergrid pull request: Default collections and application delete

2016-02-24 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/488#discussion_r54054170 --- Diff: stack/rest/src/main/java/org/apache/usergrid/rest/management/organizations/applications/ApplicationResource.java --- @@ -482,20 +482,27

[GitHub] usergrid pull request: Default collections and application delete

2016-02-24 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/488#discussion_r54054137 --- Diff: stack/core/src/main/java/org/apache/usergrid/corepersistence/CpEntityManager.java --- @@ -745,7 +745,32 @@ public RelationManager

[GitHub] usergrid pull request: DO NOT MERGE YET - Introducing the DataStax...

2016-02-13 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/482#issuecomment-183772483 ```[INFO] [INFO] Reactor Summary: [INFO] [INFO] Usergrid Parent

[GitHub] usergrid pull request: DO NOT MERGE YET - Introducing the DataStax...

2016-02-11 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/482 DO NOT MERGE YET - Introducing the DataStax driver - Introduce the DataStax driver as a new cluster implementation - Re-write map serialization to use CQL and the DataStax driver instead

[GitHub] usergrid pull request: Usergrid 1243

2016-02-02 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/480#issuecomment-178680046 :+1: --- 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

[GitHub] usergrid pull request: Usergrid 1047

2016-01-25 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/466#issuecomment-174737271 :+1: --- 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

[GitHub] usergrid pull request: Usergrid 767

2016-01-25 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/457#issuecomment-174737473 :+1: --- 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

[GitHub] usergrid pull request: Allow null values to be indexed and don't i...

2016-01-15 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/468 Allow null values to be indexed and don't index duplicate fields. You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelarusso

[GitHub] usergrid pull request: Changes to

2016-01-14 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/467 Changes to You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelarusso/usergrid remove-hector Alternatively you can review

[GitHub] usergrid pull request: Usergrid 1012

2016-01-12 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/462#issuecomment-171057373 :+1: --- 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

[GitHub] usergrid pull request: changed LOG and log to logger for standardi...

2016-01-08 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/458#issuecomment-170063130 :+1: --- 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

[GitHub] usergrid pull request: Usergrid 1195

2016-01-07 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/455#issuecomment-169720106 :+1: --- 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

[GitHub] usergrid pull request: USERGRID-1189: fix confusing error messages...

2016-01-07 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/453#issuecomment-169825242 :+1: --- 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

[GitHub] usergrid pull request: Update hasNextPage to return boolean

2016-01-07 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/375#issuecomment-169827910 @wooliet Thanks for the contribution! I'll merge this now. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] usergrid pull request: USERGRID-1182, USERGRID-1113

2016-01-06 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/456 USERGRID-1182, USERGRID-1113 Updated to latest GCM library and support "priority" in push notification entities. Enhanced QueueListener thread naming and shutdown logic. Fixe

[GitHub] usergrid pull request: Adding tests and fix for duplicate org admi...

2015-12-31 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/454#discussion_r48671653 --- Diff: stack/services/src/main/java/org/apache/usergrid/management/cassandra/ManagementServiceImpl.java --- @@ -1608,6 +1608,12 @@ public void

[GitHub] usergrid pull request: Push Notification Enhancements

2015-12-22 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/452 Push Notification Enhancements You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelarusso/usergrid USERGRID-1100 Alternatively you

[GitHub] usergrid pull request: Add endpoint to change an organization's na...

2015-12-18 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/450 Add endpoint to change an organization's name unique index entry. You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelarusso

[GitHub] usergrid pull request: Unique index logging

2015-12-12 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/449#discussion_r47437453 --- Diff: stack/tools/src/main/java/org/apache/usergrid/tools/ManagementUserAudit.java --- @@ -0,0 +1,209 @@ +/* + * Licensed to the Apache

[GitHub] usergrid pull request: Unique index logging

2015-12-12 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/449#discussion_r47437457 --- Diff: stack/tools/src/main/java/org/apache/usergrid/tools/ManagementUserIndexAudit.java --- @@ -0,0 +1,150 @@ +/* + * Licensed

[GitHub] usergrid pull request: Add additional functionality in REST layer ...

2015-12-04 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/447#discussion_r46711226 --- Diff: stack/rest/src/main/java/org/apache/usergrid/rest/applications/ApplicationResource.java --- @@ -38,6 +38,7 @@ import

[GitHub] usergrid pull request: Provide some extra validation of our latitu...

2015-11-24 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/446 Provide some extra validation of our latitude and longitude location … …fields before adding it to the Elasticsearch index document. This is to avoid rejected index requests due

[GitHub] usergrid pull request: Jackson exclusion

2015-11-09 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/434#issuecomment-155219775 :+1: --- 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

[GitHub] usergrid pull request: 2.1 release

2015-11-08 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/433#discussion_r44242335 --- Diff: stack/corepersistence/collection/src/test/java/org/apache/usergrid/persistence/collection/EntityCollectionManagerIT.java --- @@ -315,6

[GitHub] usergrid pull request: 2.1 release

2015-11-08 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/433#issuecomment-154932204 This happens synchronous to the write commit, adding more write ops to the path when ... since it's not used anywhere now, looks we need to get it in to prevent

[GitHub] usergrid pull request: Fix issue where read repair was causing emp...

2015-11-04 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/427 Fix issue where read repair was causing empty messages to be queued. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid

[GitHub] usergrid pull request: remove exclusion

2015-11-04 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/426#issuecomment-153885092 :+1: --- 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

[GitHub] usergrid pull request: Usergrid 1079 2x

2015-10-30 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/419#discussion_r43521108 --- Diff: stack/rest/src/main/java/org/apache/usergrid/rest/applications/users/UserResource.java --- @@ -164,6 +167,81 @@ public JSONWithPadding

[GitHub] usergrid pull request: Usergrid 1079 2x

2015-10-30 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/419#discussion_r43520935 --- Diff: stack/rest/src/main/java/org/apache/usergrid/rest/applications/users/UserResource.java --- @@ -164,6 +167,81 @@ public JSONWithPadding

[GitHub] usergrid pull request: Usergrid 1079 2x

2015-10-30 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/419#discussion_r43520811 --- Diff: stack/core/src/main/java/org/apache/usergrid/persistence/CredentialsInfo.java --- @@ -172,4 +180,42 @@ public int compareTo

[GitHub] usergrid pull request: First and untested stab at multi-tenant mig...

2015-10-30 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/418#issuecomment-152627003 :+1: --- 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

[GitHub] usergrid pull request: First and untested stab at multi-tenant mig...

2015-10-30 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/418#discussion_r43530503 --- Diff: stack/scripts/multitenant_migrate.py --- @@ -0,0 +1,701 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] usergrid pull request: change nameRegEx,removing the slash[/]

2015-10-30 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/312#issuecomment-152599231 @lynchlee can you close this PR? This is a mirrored repository so you will need to do the close. Also the branches have been renamed and the 1.0.x versions

[GitHub] usergrid pull request: First and untested stab at multi-tenant mig...

2015-10-30 Thread michaelarusso
Github user michaelarusso commented on a diff in the pull request: https://github.com/apache/usergrid/pull/418#discussion_r43532670 --- Diff: stack/scripts/multitenant_migrate.py --- @@ -0,0 +1,701 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] usergrid pull request: -Convert search in ES to use term queries i...

2015-10-28 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/417 -Convert search in ES to use term queries instead of scroll with filt… …ers. -Fix delete so we remove connections from Elasticsearch as well as the entity on entity delete

[GitHub] usergrid pull request: Usergrid 1052

2015-10-23 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/411#issuecomment-150717175 :+1: looks good --- 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

[GitHub] usergrid pull request: Usergrid 1048

2015-10-19 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/400#issuecomment-149426932 looks good --- 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

[GitHub] usergrid pull request: Update the initial capacity of queue attrib...

2015-10-16 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/398 Update the initial capacity of queue attributes hash map. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid update-visi

[GitHub] usergrid pull request: USERGRID-645: fix superuser access via toke...

2015-09-10 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/380#issuecomment-139389106 :+1: --- 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

[GitHub] usergrid pull request: Revert "Ensure that case is being preserved...

2015-09-10 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/381 Revert "Ensure that case is being preserved when setting entity prope… …rties." This reverts commit 10bd033494d0cf8bd5d23db1c25665453980a5a5. You can merge this pu

[GitHub] usergrid pull request: Misc changes

2015-08-26 Thread michaelarusso
Github user michaelarusso commented on the pull request: https://github.com/apache/usergrid/pull/353#issuecomment-135080482 :+1: --- 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

[GitHub] usergrid pull request: Remove cassandra keyspace name from index n...

2015-08-26 Thread michaelarusso
GitHub user michaelarusso opened a pull request: https://github.com/apache/usergrid/pull/357 Remove cassandra keyspace name from index naming strategies. The use… …rgrid cluster name is now the true unique identifier for index and queue names. Operationally, you should have