[GitHub] usergrid pull request: fix alias issues

2015-11-12 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/436 fix alias issues add method to invert the parsing of doc id to app id add method to instantiate entityindexs for a indexoperationmanager You can merge this pull request into a Git

[GitHub] usergrid pull request: Jackson exclusion

2015-11-09 Thread shawnfeldman
Github user shawnfeldman commented on a diff in the pull request: https://github.com/apache/usergrid/pull/434#discussion_r44333107 --- Diff: stack/corepersistence/queue/src/main/java/org/apache/usergrid/persistence/queue/DefaultQueueManager.java --- @@ -18,33 +19,43

[GitHub] usergrid pull request: Jackson exclusion

2015-11-09 Thread shawnfeldman
Github user shawnfeldman commented on a diff in the pull request: https://github.com/apache/usergrid/pull/434#discussion_r44333036 --- Diff: stack/services/pom.xml --- @@ -434,16 +434,12 @@ stream 2.7.0

[GitHub] usergrid pull request: Jackson exclusion

2015-11-09 Thread shawnfeldman
Github user shawnfeldman commented on a diff in the pull request: https://github.com/apache/usergrid/pull/434#discussion_r44332967 --- Diff: stack/rest/pom.xml --- @@ -408,6 +408,16 @@ test tests + +commons

[GitHub] usergrid pull request: Jackson exclusion

2015-11-09 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/434 Jackson exclusion You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid jackson-exclusion Alternatively you can review and

[GitHub] usergrid pull request: Usergrid 926 - add distance field to result...

2015-11-06 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/430 Usergrid 926 - add distance field to results for geo queries You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid USERGRID

[GitHub] usergrid pull request: remove exclusion

2015-11-04 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/426 remove exclusion remove exclusion from jackson dependencies You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid jackson

[GitHub] usergrid pull request: remove observable

2015-10-13 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/396 remove observable changed observable to java 8 stream. added exception handling for empty sets, 1 case needs to be ignored You can merge this pull request into a Git repository by

[GitHub] usergrid pull request: Remove inmemory event service

2015-10-09 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/395 Remove inmemory event service You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid remove-inmemory-event-service

[GitHub] usergrid pull request: add and comment on subscribe

2015-10-05 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/394 add and comment on subscribe change subscribe methodology where necessary You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid

[GitHub] usergrid pull request: remove scheduler run failed error

2015-09-28 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/392 remove scheduler run failed error You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid 1.x-scheduler-service-logging

[GitHub] usergrid pull request: Usergrid 1038 - batches the index messages ...

2015-09-28 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/391 Usergrid 1038 - batches the index messages together You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid USERGRID-1038

[GitHub] usergrid pull request: Remove buffer

2015-09-24 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/389 Remove buffer You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid remove-buffer Alternatively you can review and apply

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

2015-09-16 Thread shawnfeldman
Github user shawnfeldman commented on the pull request: https://github.com/apache/usergrid/pull/375#issuecomment-140809244 secret...@apache.org. --- 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: Update hasNextPage to return boolean

2015-09-16 Thread shawnfeldman
Github user shawnfeldman commented on the pull request: https://github.com/apache/usergrid/pull/375#issuecomment-140809169 can you sign and email the icla to the secretary? https://www.apache.org/licenses/icla.txt --- If your project is set up for it, you can reply to this email and

[GitHub] usergrid pull request: change parsing logic to parse uuid as strin...

2015-09-15 Thread shawnfeldman
Github user shawnfeldman commented on a diff in the pull request: https://github.com/apache/usergrid/pull/385#discussion_r39582336 --- Diff: stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsQueryVistor.java --- @@ -362,8 +362,8 @@ public

[GitHub] usergrid pull request: change parsing logic to parse uuid as strin...

2015-09-15 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/385 change parsing logic to parse uuid as string You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid USERGRID-1016

[GitHub] usergrid pull request: remove batch consumer

2015-09-15 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/383 remove batch consumer You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid USERGRID-1022 Alternatively you can review and

[GitHub] usergrid pull request: Usergrid 1015 - data migration fixes

2015-09-14 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/382 Usergrid 1015 - data migration fixes You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid USERGRID-1015 Alternatively you

[GitHub] usergrid pull request: Usergrid 1005 - add status service and asyn...

2015-09-09 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/378 Usergrid 1005 - add status service and async execution You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid USERGRID-1005

[GitHub] usergrid pull request: add delete all entities to two-o

2015-09-04 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/376 add delete all entities to two-o You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid USERGRID-938-two-dot-o Alternatively

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

2015-09-04 Thread shawnfeldman
Github user shawnfeldman commented on the pull request: https://github.com/apache/usergrid/pull/375#issuecomment-137789667 why not just say (_next !== null && _next !== undefined) not sure we want to propagate !! around also have you signed an apache icla? ---

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

2015-09-03 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/374 delete everything from an app You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid USERGRID-938 Alternatively you can review

[GitHub] usergrid pull request: Usergrid 545 - add entity size to add props...

2015-08-31 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/370 Usergrid 545 - add entity size to add props method You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid USERGRID-545

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

2015-08-26 Thread shawnfeldman
GitHub user shawnfeldman opened a pull request: https://github.com/apache/usergrid/pull/358 Add resource for entity size You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/usergrid entity-size Alternatively you can review

[GitHub] usergrid pull request: add entity size

2015-08-26 Thread shawnfeldman
Github user shawnfeldman closed the pull request at: https://github.com/apache/usergrid/pull/352 --- 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