[GitHub] usergrid pull request #581: Updates website content to reference community m...

2017-10-18 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/581 Updates website content to reference community maintained buttons You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid website

[GitHub] usergrid pull request: 2.1 release

2015-11-11 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/433#issuecomment-155958732 This is done. We need to implement read-repair on field seek to ensure that values exist and match the entity. Unfortunately we can't guarantee consistency

[GitHub] usergrid pull request: 2.1 release

2015-11-11 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/433#issuecomment-155866744 I think we need to address this in 2 ways. 1) This should fire an asynchronous task. 2) Create multiple scheduler instances of the RxTaskScheduler. 1

[GitHub] usergrid pull request: Query order of operations error

2015-11-11 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/428#issuecomment-155862373 +1. This looks ready to merge --- 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

[GitHub] usergrid pull request: 2.1 release

2015-11-06 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/433 2.1 release Addresses missing unique repair on write You can merge this pull request into a Git repository by running: $ git pull https://github.com/tnine/usergrid 2.1-release Alternatively

[GitHub] usergrid pull request: 2.1 release

2015-11-06 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/432#issuecomment-154612991 Ignore, wrong branch :( --- 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: 2.1 release

2015-11-06 Thread tnine
Github user tnine closed the pull request at: https://github.com/apache/usergrid/pull/432 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] usergrid pull request: 2.1 release

2015-11-06 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/432 2.1 release Address missing invocation of unique ledger cleanup on write. We need to ensure we clean up the ledger as we mutate unique values. You can merge this pull request into a Git

[GitHub] usergrid pull request: Changes cache options to be more sensible d...

2015-11-06 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/431 Changes cache options to be more sensible defaults You can merge this pull request into a Git repository by running: $ git pull https://github.com/tnine/usergrid 2.1-release Alternatively

[GitHub] usergrid pull request:

2015-11-06 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/commit/6b58d3e42417335a40be99671cde1451eec28252#commitcomment-14251241 LGTM --- 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

[GitHub] usergrid pull request: Adds more explicit check for isCompactionPe...

2015-11-05 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/429 Adds more explicit check for isCompactionPending. Directly checks fo… …r a compaction target. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] usergrid pull request: Usergrid 909

2015-11-03 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/425 Usergrid 909 Changes the local cache to instead perform realtime seek from Cassandra on reads Changes shard allocation to be multi region and immediate Adds an allocation delete

[GitHub] usergrid pull request: Fix issue where data from objects nested wi...

2015-11-03 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/424#issuecomment-153483162 +1 good catch --- 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 tnine
Github user tnine commented on a diff in the pull request: https://github.com/apache/usergrid/pull/419#discussion_r43525089 --- Diff: stack/core/src/main/java/org/apache/usergrid/persistence/CredentialsInfo.java --- @@ -172,4 +180,42 @@ public int compareTo( CredentialsInfo o

[GitHub] usergrid pull request: Usergrid 1079 2x

2015-10-29 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/419 Usergrid 1079 2x Cherry picks branch from USERGRID-1079-1x into this branch, also adds PUT functionality, and tests the password GET + PUT works correctly You can merge this pull request into a

[GitHub] usergrid pull request: Adds the ability to get credentials info as...

2015-10-28 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/416 Adds the ability to get credentials info as superuser for user migration You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid

[GitHub] usergrid pull request: Change read repair to delete from c* and se...

2015-10-27 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/415#issuecomment-151627515 Solid work. +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: Add endpoint which lists all orgs in the sy...

2015-10-26 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/413#issuecomment-151326380 Lets keep this as a first pass. Eventually we'll want to do paging to ensure that we don't OOM on a large response --- If your project is set up for it, you

[GitHub] usergrid pull request: Usergrid 1064

2015-10-26 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/414 Usergrid 1064 Adds "connection" endpoint to explicitly de-dup connections by application. Endpoint examples below Start a de-dup for an application ``` curl

[GitHub] usergrid pull request: Usergrid 1052

2015-10-23 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/411 Usergrid 1052 Adds the ability to perform read-repair when reading edges that contained deleted data. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] usergrid pull request: 2.1 release,run usergrid-rest ,get this e...

2015-10-23 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/409#issuecomment-150617945 Please don't open PR's for help. Use our mailing lists here. http://usergrid.apache.org/community/ --- If your project is set up for it, you ca

[GitHub] usergrid pull request: Usergrid 1052

2015-10-22 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/407 Usergrid 1052 Fixes 2 bugs found during testing of mass deletes You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid USERGRID-1052

[GitHub] usergrid pull request: Usergrid application id {b6768a08-b5d5-11e3...

2015-10-22 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/405#issuecomment-150305868 Stomps on 2.1-release merge. Closing --- 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

[GitHub] usergrid pull request: Usergrid 1048

2015-10-19 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/400 Usergrid 1048 Changes our ES writes in the following way. 1) Events are queued in the same region 2) Events are processed in the same region 3) Batches are then persisted as a JSON

[GitHub] usergrid pull request: Add sourceRegion to SQS event message based...

2015-10-16 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/399#issuecomment-148822693 LGTM --- 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

[GitHub] usergrid pull request: remove observable

2015-10-13 Thread tnine
Github user tnine commented on a diff in the pull request: https://github.com/apache/usergrid/pull/396#discussion_r41899468 --- Diff: stack/core/src/main/java/org/apache/usergrid/corepersistence/asyncevents/AmazonAsyncEventService.java --- @@ -259,71 +259,71 @@ public void ack

[GitHub] usergrid pull request: Remove buffer

2015-09-25 Thread tnine
Github user tnine commented on a diff in the pull request: https://github.com/apache/usergrid/pull/389#discussion_r40466864 --- Diff: stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsIndexProducerImpl.java --- @@ -0,0 +1,209

[GitHub] usergrid pull request: Changes implementation to update a connecti...

2015-09-23 Thread tnine
Github user tnine commented on a diff in the pull request: https://github.com/apache/usergrid/pull/388#discussion_r40232841 --- Diff: stack/core/src/main/java/org/apache/usergrid/corepersistence/CpRelationManager.java --- @@ -697,25 +695,35 @@ public ConnectionRef

[GitHub] usergrid pull request: Changes implementation to update a connecti...

2015-09-22 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/388 Changes implementation to update a connection to have the timestamp i… …t was last POSTed. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] usergrid pull request: Fixes issue

2015-09-21 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/387 Fixes issue Fixes issue and add idempotent write into collection membership on property updates You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] usergrid pull request: remove batch consumer

2015-09-18 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/383#issuecomment-141536348 +1 Looks good to merge into dev --- 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

[GitHub] usergrid pull request: Usergrid 1018

2015-09-17 Thread tnine
Github user tnine commented on a diff in the pull request: https://github.com/apache/usergrid/pull/386#discussion_r39808860 --- Diff: stack/core/src/main/java/org/apache/usergrid/corepersistence/service/ConnectionServiceImpl.java --- @@ -117,4 +140,68 @@ public

[GitHub] usergrid pull request: Usergrid 1018

2015-09-17 Thread tnine
Github user tnine closed the pull request at: https://github.com/apache/usergrid/pull/384 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] usergrid pull request: Usergrid 1018

2015-09-17 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/384#issuecomment-141253707 superseded by https://github.com/apache/usergrid/pull/386 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] usergrid pull request: Usergrid 1018

2015-09-17 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/386 Usergrid 1018 This addresses duplicate connections that were created in previous releases. This prevents future multiple connection edges, as well as adds a task to compact them into a single

[GitHub] usergrid pull request: Usergrid 1018

2015-09-15 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/384 Usergrid 1018 This addresses duplicate connections that were created in previous releases. This prevents future multiple connection edges, as well as adds a task to compact them into a single

[GitHub] usergrid pull request: Usergrid 1018

2015-09-15 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/384#issuecomment-140581260 Not yet ready to merge. Please review and comment. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

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

2015-09-10 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/381#issuecomment-139422606 +1, we don't want to change this in 1.0, there's a lot of internal indexing behavior that depends on it. --- If your project is set up for it, you can rep

[GitHub] usergrid pull request: delete everything from an app

2015-09-03 Thread tnine
Github user tnine commented on a diff in the pull request: https://github.com/apache/usergrid/pull/374#discussion_r38691466 --- Diff: stack/core/src/main/java/org/apache/usergrid/corepersistence/service/ApplicationServiceImpl.java --- @@ -0,0 +1,61

[GitHub] usergrid pull request: delete everything from an app

2015-09-03 Thread tnine
Github user tnine commented on a diff in the pull request: https://github.com/apache/usergrid/pull/374#discussion_r38691545 --- Diff: stack/core/src/main/java/org/apache/usergrid/corepersistence/service/ApplicationServiceImpl.java --- @@ -0,0 +1,61

[GitHub] usergrid pull request: Separates system database setup from data b...

2015-09-02 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/usergrid/pull/373 Separates system database setup from data bootstrapping You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid USERGRID-993

[GitHub] usergrid pull request: Add resource for entity size

2015-08-26 Thread tnine
Github user tnine commented on the pull request: https://github.com/apache/usergrid/pull/358#issuecomment-135213947 LGTM --- 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