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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
42 matches
Mail list logo