You are viewing a plain text version of this content. The canonical link for it is here.
- [01/50] [abbrv] usergrid git commit: Merge branch 'apigee-sso-provider' of https://github.com/apache/usergrid into SSO2-Usergrid - posted by mr...@apache.org on 2016/08/01 16:53:36 UTC, 0 replies.
- [02/50] [abbrv] usergrid git commit: Add license header to new files. - posted by mr...@apache.org on 2016/08/01 16:53:37 UTC, 0 replies.
- [03/50] [abbrv] usergrid git commit: Merge branch 'apigee-sso-provider' of https://github.com/apache/usergrid into SSO2-Usergrid - posted by mr...@apache.org on 2016/08/01 16:53:38 UTC, 0 replies.
- [04/50] [abbrv] usergrid git commit: Allow UG to inject this class even if public key URL is not specified because external SSO is disabled. - posted by mr...@apache.org on 2016/08/01 16:53:39 UTC, 0 replies.
- [05/50] [abbrv] usergrid git commit: Merge branch 'apigee-sso-provider' of https://github.com/apache/usergrid into SSO2-Usergrid - posted by mr...@apache.org on 2016/08/01 16:53:40 UTC, 0 replies.
- [06/50] [abbrv] usergrid git commit: Disable new token generation on get user details. - posted by mr...@apache.org on 2016/08/01 16:53:41 UTC, 0 replies.
- [07/50] [abbrv] usergrid git commit: disabling activationWorkFlow if external SSO provider is enabled. - posted by mr...@apache.org on 2016/08/01 16:53:42 UTC, 0 replies.
- [08/50] [abbrv] usergrid git commit: Allow CORS pre-flight requests to come through unauthenticated ( bad creds shouldn't stop browsers from trying the real request ). - posted by mr...@apache.org on 2016/08/01 16:53:43 UTC, 0 replies.
- [09/50] [abbrv] usergrid git commit: adding a check to ensure activationConfirmation emails are not sent for external sos provider enabled requests. - posted by mr...@apache.org on 2016/08/01 16:53:44 UTC, 0 replies.
- [10/50] [abbrv] usergrid git commit: Merge branch 'apigee-sso-provider' of https://github.com/apache/usergrid into SSO2-Usergrid - posted by mr...@apache.org on 2016/08/01 16:53:45 UTC, 0 replies.
- [11/50] [abbrv] usergrid git commit: Handling Exception - when admin user is not found in UG as it needs to be activated via external provider. - posted by mr...@apache.org on 2016/08/01 16:53:46 UTC, 0 replies.
- [12/50] [abbrv] usergrid git commit: made changes for PR comments.. - posted by mr...@apache.org on 2016/08/01 16:53:47 UTC, 0 replies.
- [13/50] [abbrv] usergrid git commit: adding comments. - posted by mr...@apache.org on 2016/08/01 16:53:48 UTC, 0 replies.
- [14/50] [abbrv] usergrid git commit: removed unnecessary NPE check.. adding it in the methods call it. - posted by mr...@apache.org on 2016/08/01 16:53:49 UTC, 0 replies.
- [15/50] [abbrv] usergrid git commit: changing the import to point to the correct one. - posted by mr...@apache.org on 2016/08/01 16:53:50 UTC, 0 replies.
- [16/50] [abbrv] usergrid git commit: reading token from SecurityUtils rather than queryParams. - posted by mr...@apache.org on 2016/08/01 16:53:51 UTC, 0 replies.
- [17/50] [abbrv] usergrid git commit: for users with SSO2 enabled, the admin users cannot reset the password. - posted by mr...@apache.org on 2016/08/01 16:53:52 UTC, 0 replies.
- [18/50] [abbrv] usergrid git commit: 1. added /management/tokendetails?token=&provider=&keyurl 2. POST /management/token -> with grant_type : password and super user —> should create a UG token and return. 3. GET /management/me?access_token= —> with supe - posted by mr...@apache.org on 2016/08/01 16:53:53 UTC, 0 replies.
- [19/50] [abbrv] usergrid git commit: USERGRID-1306 - Usergrid .NET SDK Integration Tests assume http://api.usergrid.com endpoint for API * Fixes https://issues.apache.org/jira/browse/USERGRID-1306 * Add a new apiUri configuration to the settings files th - posted by mr...@apache.org on 2016/08/01 16:53:54 UTC, 0 replies.
- [20/50] [abbrv] usergrid git commit: Fix typo in default properties file. - posted by mr...@apache.org on 2016/08/01 16:53:55 UTC, 0 replies.
- [21/50] [abbrv] usergrid git commit: superuser to be able to create an org with new user or existing user. - posted by mr...@apache.org on 2016/08/01 16:53:56 UTC, 0 replies.
- [22/50] [abbrv] usergrid git commit: Cleanup. Add tests. - posted by mr...@apache.org on 2016/08/01 16:53:57 UTC, 0 replies.
- [23/50] [abbrv] usergrid git commit: Initial checkin for Python Utilities and SDK - posted by mr...@apache.org on 2016/08/01 16:53:58 UTC, 0 replies.
- [24/50] [abbrv] usergrid git commit: Initial checkin for Python Utilities and SDK - posted by mr...@apache.org on 2016/08/01 16:53:59 UTC, 0 replies.
- [25/50] [abbrv] usergrid git commit: Initial checkin for Python Utilities and SDK - posted by mr...@apache.org on 2016/08/01 16:54:00 UTC, 0 replies.
- [26/50] [abbrv] usergrid git commit: Initial checkin for Python Utilities and SDK - posted by mr...@apache.org on 2016/08/01 16:54:01 UTC, 0 replies.
- [27/50] [abbrv] usergrid git commit: Initial checkin for Python Utilities and SDK - posted by mr...@apache.org on 2016/08/01 16:54:02 UTC, 0 replies.
- [28/50] [abbrv] usergrid git commit: Initial checkin for Python Utilities and SDK - posted by mr...@apache.org on 2016/08/01 16:54:03 UTC, 0 replies.
- [29/50] [abbrv] usergrid git commit: Code review changes - posted by mr...@apache.org on 2016/08/01 16:54:04 UTC, 0 replies.
- [30/50] [abbrv] usergrid git commit: Merge commit 'refs/pull/551/head' of github.com:apache/usergrid into apigee-sso-provider - posted by mr...@apache.org on 2016/08/01 16:54:05 UTC, 0 replies.
- [31/50] [abbrv] usergrid git commit: Merge branch 'master' into apigee-sso-provider - posted by mr...@apache.org on 2016/08/01 16:54:06 UTC, 0 replies.
- [32/50] [abbrv] usergrid git commit: Merge branch 'master' into apigee-sso-provider - posted by mr...@apache.org on 2016/08/01 16:54:07 UTC, 0 replies.
- [33/50] [abbrv] usergrid git commit: changed to apache - posted by mr...@apache.org on 2016/08/01 16:54:08 UTC, 0 replies.
- [34/50] [abbrv] usergrid git commit: added apache header, cleaned up some things. - posted by mr...@apache.org on 2016/08/01 16:54:09 UTC, 0 replies.
- [35/50] [abbrv] usergrid git commit: added apache header, cleaned up some things. - posted by mr...@apache.org on 2016/08/01 16:54:10 UTC, 0 replies.
- [36/50] [abbrv] usergrid git commit: cleaned up with decent sample data - posted by mr...@apache.org on 2016/08/01 16:54:11 UTC, 0 replies.
- [37/50] [abbrv] usergrid git commit: additional cleanup - posted by mr...@apache.org on 2016/08/01 16:54:12 UTC, 0 replies.
- [38/50] [abbrv] usergrid git commit: fixed indentation on disconnect_entities - posted by mr...@apache.org on 2016/08/01 16:54:13 UTC, 0 replies.
- [39/50] [abbrv] usergrid git commit: Merge branch 'master' into apigee-sso-provider - posted by mr...@apache.org on 2016/08/01 16:54:14 UTC, 0 replies.
- [40/50] [abbrv] usergrid git commit: Merge branch 'master' into apigee-sso-provider - posted by mr...@apache.org on 2016/08/01 16:54:15 UTC, 0 replies.
- [41/50] [abbrv] usergrid git commit: Merge branch 'master' into apigee-sso-provider - posted by mr...@apache.org on 2016/08/01 16:54:16 UTC, 0 replies.
- [42/50] [abbrv] usergrid git commit: updated Apache license header - posted by mr...@apache.org on 2016/08/01 16:54:17 UTC, 0 replies.
- [43/50] [abbrv] usergrid git commit: updated Apache license header - posted by mr...@apache.org on 2016/08/01 16:54:18 UTC, 0 replies.
- [44/50] [abbrv] usergrid git commit: updated author - posted by mr...@apache.org on 2016/08/01 16:54:19 UTC, 0 replies.
- [45/50] [abbrv] usergrid git commit: updated author - posted by mr...@apache.org on 2016/08/01 16:54:20 UTC, 0 replies.
- [46/50] [abbrv] usergrid git commit: added sample URLs for retrieving data - posted by mr...@apache.org on 2016/08/01 16:54:21 UTC, 0 replies.
- [47/50] [abbrv] usergrid git commit: Merge commit 'refs/pull/545/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/01 16:54:22 UTC, 0 replies.
- [48/50] [abbrv] usergrid git commit: Merge commit 'refs/pull/552/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/01 16:54:23 UTC, 0 replies.
- [49/50] [abbrv] usergrid git commit: Merge commit 'refs/pull/547/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/01 16:54:24 UTC, 0 replies.
- [50/50] [abbrv] usergrid git commit: Merge commit 'refs/pull/494/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/01 16:54:25 UTC, 0 replies.
- [1/3] usergrid git commit: This closes #485 -- invalid PR - posted by mr...@apache.org on 2016/08/01 16:57:04 UTC, 0 replies.
- [2/3] usergrid git commit: This closes #449 -- Outdated PR - posted by mr...@apache.org on 2016/08/01 16:57:05 UTC, 0 replies.
- [3/3] usergrid git commit: This closes #533 -- Unable to merge APM PR - posted by mr...@apache.org on 2016/08/01 16:57:06 UTC, 0 replies.
- [1/2] usergrid git commit: QueueLogging has been changed so that it A: doesn't flood the logs whenever we run a check for a job B: tell us whenever it drives to get the queued. - posted by mr...@apache.org on 2016/08/01 16:58:21 UTC, 0 replies.
- [2/2] usergrid git commit: Merge commit 'refs/pull/509/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/01 16:58:22 UTC, 0 replies.
- usergrid git commit: Rename a static property variable and make a coulple methods protected access so exensions of the class can access the methods. - posted by mr...@apache.org on 2016/08/01 20:00:59 UTC, 0 replies.
- usergrid git commit: Add external sso user id to GET /management/me response - posted by mr...@apache.org on 2016/08/02 01:05:31 UTC, 0 replies.
- usergrid git commit: Update error messages thrown when external SSO is enabled. - posted by mr...@apache.org on 2016/08/02 15:41:43 UTC, 0 replies.
- usergrid git commit: Expose external SSO userid and reduce the management/me response. - posted by mr...@apache.org on 2016/08/02 18:25:14 UTC, 0 replies.
- usergrid git commit: Better handle expired JWTs for Apigee SSO token validation. Fix typos. - posted by mr...@apache.org on 2016/08/02 21:58:53 UTC, 0 replies.
- usergrid git commit: Add runtime exception mapper to 500 status code. - posted by mr...@apache.org on 2016/08/02 22:04:32 UTC, 0 replies.
- [1/2] usergrid git commit: Resolve merge conflicts for George's pull request https://github.com/apache/usergrid/pull/520 Jira : https://issues.apache.org/jira/browse/USERGRID-1120 https://issues.apache.org/jira/browse/USERGRID-1116 https://issues.apache. - posted by mr...@apache.org on 2016/08/05 21:09:52 UTC, 0 replies.
- [2/2] usergrid git commit: Merge commit 'refs/pull/554/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/05 21:09:53 UTC, 0 replies.
- usergrid git commit: This closes #520 -- Unable to merge - posted by mr...@apache.org on 2016/08/05 21:11:37 UTC, 0 replies.
- usergrid git commit: This closes #519 -- Unable to merge - posted by mr...@apache.org on 2016/08/05 21:11:57 UTC, 0 replies.
- usergrid git commit: Use the interface for creating admin users. - posted by mr...@apache.org on 2016/08/08 22:17:07 UTC, 0 replies.
- usergrid git commit: Add hooks for post processing for external integrations. Update security filters to check additional security context for service admin. - posted by mr...@apache.org on 2016/08/12 20:52:16 UTC, 0 replies.
- [1/7] usergrid git commit: Fixing https://issues.apache.org/jira/browse/USERGRID-1310. Also fixed an NPE found during the fix. ( in abstract connection service when entity us null it throws NPE. Changed it to throw 404) - posted by mr...@apache.org on 2016/08/12 20:53:36 UTC, 0 replies.
- [2/7] usergrid git commit: Merge branch 'master' of github.com:apache/usergrid into Usergrid1310 - posted by mr...@apache.org on 2016/08/12 20:53:37 UTC, 0 replies.
- [3/7] usergrid git commit: if(entityType.isPresent()) --> never gets into this path for getting connections. hence removing it. - posted by mr...@apache.org on 2016/08/12 20:53:38 UTC, 0 replies.
- [4/7] usergrid git commit: if(entityType.isPresent()) --> never gets into this path for getting connections. hence removing it. also fixed https://issues.apache.org/jira/browse/USERGRID-647 - posted by mr...@apache.org on 2016/08/12 20:53:39 UTC, 0 replies.
- [5/7] usergrid git commit: NPE bug fix and uncommenting the test - posted by mr...@apache.org on 2016/08/12 20:53:40 UTC, 0 replies.
- [6/7] usergrid git commit: Merge branch 'Usergrid1310' of github.com:ayesha12/usergrid into Usergrid1310 - posted by mr...@apache.org on 2016/08/12 20:53:41 UTC, 0 replies.
- [7/7] usergrid git commit: Merge commit 'refs/pull/557/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/12 20:53:42 UTC, 0 replies.
- usergrid git commit: Make unique value actor system logic more configurable. - posted by mr...@apache.org on 2016/08/15 20:54:25 UTC, 0 replies.
- [01/50] [abbrv] usergrid git commit: Fix issue with ApiServerRunner and Java SDK version mismatch. - posted by mr...@apache.org on 2016/08/17 21:17:20 UTC, 0 replies.
- [02/50] [abbrv] usergrid git commit: Merge branch 'master' into apigee-sso-provider - posted by mr...@apache.org on 2016/08/17 21:17:21 UTC, 0 replies.
- [03/50] [abbrv] usergrid git commit: changed to apache - posted by mr...@apache.org on 2016/08/17 21:17:22 UTC, 0 replies.
- [04/50] [abbrv] usergrid git commit: added apache header, cleaned up some things. - posted by mr...@apache.org on 2016/08/17 21:17:23 UTC, 0 replies.
- [05/50] [abbrv] usergrid git commit: added apache header, cleaned up some things. - posted by mr...@apache.org on 2016/08/17 21:17:24 UTC, 0 replies.
- [06/50] [abbrv] usergrid git commit: cleaned up with decent sample data - posted by mr...@apache.org on 2016/08/17 21:17:25 UTC, 0 replies.
- [07/50] [abbrv] usergrid git commit: additional cleanup - posted by mr...@apache.org on 2016/08/17 21:17:26 UTC, 0 replies.
- [08/50] [abbrv] usergrid git commit: fixed indentation on disconnect_entities - posted by mr...@apache.org on 2016/08/17 21:17:27 UTC, 0 replies.
- [09/50] [abbrv] usergrid git commit: Add some delay in query validator test after creating data for the async indexing to complete. - posted by mr...@apache.org on 2016/08/17 21:17:28 UTC, 0 replies.
- [10/50] [abbrv] usergrid git commit: Merge branch 'release-2.1.1' - posted by mr...@apache.org on 2016/08/17 21:17:29 UTC, 0 replies.
- [11/50] [abbrv] usergrid git commit: Merge branch 'master' into apigee-sso-provider - posted by mr...@apache.org on 2016/08/17 21:17:30 UTC, 0 replies.
- [12/50] [abbrv] usergrid git commit: Updates to Java SDK to allow management user authentication. - posted by mr...@apache.org on 2016/08/17 21:17:31 UTC, 0 replies.
- [13/50] [abbrv] usergrid git commit: Queryvalidator to use new constructor for admin user authentication with the java sdk. - posted by mr...@apache.org on 2016/08/17 21:17:32 UTC, 0 replies.
- [14/50] [abbrv] usergrid git commit: Merge branch 'master' into apigee-sso-provider - posted by mr...@apache.org on 2016/08/17 21:17:33 UTC, 0 replies.
- [15/50] [abbrv] usergrid git commit: Let the java SDK handle null ql values passed in and update UG stack to better work with new Java SDK interfaces. - posted by mr...@apache.org on 2016/08/17 21:17:34 UTC, 0 replies.
- [16/50] [abbrv] usergrid git commit: Merge branch 'master' into apigee-sso-provider - posted by mr...@apache.org on 2016/08/17 21:17:35 UTC, 0 replies.
- [17/50] [abbrv] usergrid git commit: updated Apache license header - posted by mr...@apache.org on 2016/08/17 21:17:36 UTC, 0 replies.
- [18/50] [abbrv] usergrid git commit: updated Apache license header - posted by mr...@apache.org on 2016/08/17 21:17:37 UTC, 0 replies.
- [19/50] [abbrv] usergrid git commit: updated author - posted by mr...@apache.org on 2016/08/17 21:17:38 UTC, 0 replies.
- [20/50] [abbrv] usergrid git commit: updated author - posted by mr...@apache.org on 2016/08/17 21:17:39 UTC, 0 replies.
- [21/50] [abbrv] usergrid git commit: added sample URLs for retrieving data - posted by mr...@apache.org on 2016/08/17 21:17:40 UTC, 0 replies.
- [22/50] [abbrv] usergrid git commit: Merge commit 'refs/pull/545/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/17 21:17:41 UTC, 0 replies.
- [23/50] [abbrv] usergrid git commit: Merge commit 'refs/pull/552/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/17 21:17:42 UTC, 0 replies.
- [24/50] [abbrv] usergrid git commit: Merge commit 'refs/pull/547/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/17 21:17:43 UTC, 0 replies.
- [25/50] [abbrv] usergrid git commit: Merge commit 'refs/pull/494/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/17 21:17:44 UTC, 0 replies.
- [26/50] [abbrv] usergrid git commit: This closes #485 -- invalid PR - posted by mr...@apache.org on 2016/08/17 21:17:45 UTC, 0 replies.
- [27/50] [abbrv] usergrid git commit: This closes #449 -- Outdated PR - posted by mr...@apache.org on 2016/08/17 21:17:46 UTC, 0 replies.
- [28/50] [abbrv] usergrid git commit: This closes #533 -- Unable to merge APM PR - posted by mr...@apache.org on 2016/08/17 21:17:47 UTC, 0 replies.
- [29/50] [abbrv] usergrid git commit: Merge commit 'refs/pull/509/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/17 21:17:48 UTC, 0 replies.
- [30/50] [abbrv] usergrid git commit: Rename a static property variable and make a coulple methods protected access so exensions of the class can access the methods. - posted by mr...@apache.org on 2016/08/17 21:17:49 UTC, 0 replies.
- [31/50] [abbrv] usergrid git commit: Resolve merge conflicts for George's pull request https://github.com/apache/usergrid/pull/520 Jira : https://issues.apache.org/jira/browse/USERGRID-1120 https://issues.apache.org/jira/browse/USERGRID-1116 https://issu - posted by mr...@apache.org on 2016/08/17 21:17:50 UTC, 0 replies.
- [32/50] [abbrv] usergrid git commit: Add external sso user id to GET /management/me response - posted by mr...@apache.org on 2016/08/17 21:17:51 UTC, 0 replies.
- [33/50] [abbrv] usergrid git commit: Update error messages thrown when external SSO is enabled. - posted by mr...@apache.org on 2016/08/17 21:17:52 UTC, 0 replies.
- [34/50] [abbrv] usergrid git commit: Expose external SSO userid and reduce the management/me response. - posted by mr...@apache.org on 2016/08/17 21:17:53 UTC, 0 replies.
- [35/50] [abbrv] usergrid git commit: Better handle expired JWTs for Apigee SSO token validation. Fix typos. - posted by mr...@apache.org on 2016/08/17 21:17:54 UTC, 0 replies.
- [36/50] [abbrv] usergrid git commit: Add runtime exception mapper to 500 status code. - posted by mr...@apache.org on 2016/08/17 21:17:55 UTC, 0 replies.
- [37/50] [abbrv] usergrid git commit: Merge commit 'refs/pull/554/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/17 21:17:56 UTC, 0 replies.
- [38/50] [abbrv] usergrid git commit: This closes #520 -- Unable to merge - posted by mr...@apache.org on 2016/08/17 21:17:57 UTC, 0 replies.
- [39/50] [abbrv] usergrid git commit: This closes #519 -- Unable to merge - posted by mr...@apache.org on 2016/08/17 21:17:58 UTC, 0 replies.
- [40/50] [abbrv] usergrid git commit: Use the interface for creating admin users. - posted by mr...@apache.org on 2016/08/17 21:17:59 UTC, 0 replies.
- [41/50] [abbrv] usergrid git commit: Fixing https://issues.apache.org/jira/browse/USERGRID-1310. Also fixed an NPE found during the fix. ( in abstract connection service when entity us null it throws NPE. Changed it to throw 404) - posted by mr...@apache.org on 2016/08/17 21:18:00 UTC, 0 replies.
- [42/50] [abbrv] usergrid git commit: Merge branch 'master' of github.com:apache/usergrid into Usergrid1310 - posted by mr...@apache.org on 2016/08/17 21:18:01 UTC, 0 replies.
- [43/50] [abbrv] usergrid git commit: if(entityType.isPresent()) --> never gets into this path for getting connections. hence removing it. - posted by mr...@apache.org on 2016/08/17 21:18:02 UTC, 0 replies.
- [44/50] [abbrv] usergrid git commit: if(entityType.isPresent()) --> never gets into this path for getting connections. hence removing it. also fixed https://issues.apache.org/jira/browse/USERGRID-647 - posted by mr...@apache.org on 2016/08/17 21:18:03 UTC, 0 replies.
- [45/50] [abbrv] usergrid git commit: NPE bug fix and uncommenting the test - posted by mr...@apache.org on 2016/08/17 21:18:04 UTC, 0 replies.
- [46/50] [abbrv] usergrid git commit: Merge branch 'Usergrid1310' of github.com:ayesha12/usergrid into Usergrid1310 - posted by mr...@apache.org on 2016/08/17 21:18:05 UTC, 0 replies.
- [47/50] [abbrv] usergrid git commit: Add hooks for post processing for external integrations. Update security filters to check additional security context for service admin. - posted by mr...@apache.org on 2016/08/17 21:18:06 UTC, 0 replies.
- [48/50] [abbrv] usergrid git commit: Merge commit 'refs/pull/557/head' of github.com:apache/usergrid - posted by mr...@apache.org on 2016/08/17 21:18:07 UTC, 0 replies.
- [49/50] [abbrv] usergrid git commit: Make unique value actor system logic more configurable. - posted by mr...@apache.org on 2016/08/17 21:18:08 UTC, 0 replies.
- [50/50] [abbrv] usergrid git commit: Merge branch 'master' into datastax-cass-driver - posted by mr...@apache.org on 2016/08/17 21:18:09 UTC, 0 replies.
- [01/38] usergrid git commit: Initial commit introducing Datastax cassandra driver. - posted by mr...@apache.org on 2016/08/17 21:48:08 UTC, 0 replies.
- [02/38] usergrid git commit: Integrate datastax cluster into migration manager for creation of keyspaces using database/setup. - posted by mr...@apache.org on 2016/08/17 21:48:09 UTC, 0 replies.
- [03/38] usergrid git commit: Create object for defining our table schema and provide utilities for generating CQL to create or ALTER the table schema. - posted by mr...@apache.org on 2016/08/17 21:48:10 UTC, 0 replies.
- [04/38] usergrid git commit: Add null checks and tests confirming NPEs are thrown. - posted by mr...@apache.org on 2016/08/17 21:48:11 UTC, 0 replies.
- [05/38] usergrid git commit: Convert map manager serialization to read and write using CQL using the original Astyanax data modeling in Cassandra (aka no migration required). - posted by mr...@apache.org on 2016/08/17 21:48:12 UTC, 0 replies.
- [06/38] usergrid git commit: Reduce number of connections in core tests and ensure the datastax provider is a singleton. - posted by mr...@apache.org on 2016/08/17 21:48:13 UTC, 0 replies.
- [07/38] usergrid git commit: Standardizing test properties. - posted by mr...@apache.org on 2016/08/17 21:48:14 UTC, 0 replies.
- [08/38] usergrid git commit: Fix header in TableDefinition. - posted by mr...@apache.org on 2016/08/17 21:48:15 UTC, 0 replies.
- [09/38] usergrid git commit: MapSerialization schema now created by DataStax driver. Add getTables into Migration interface for creating schema via DataStax driver and CQL. - posted by mr...@apache.org on 2016/08/17 21:48:16 UTC, 0 replies.
- [10/38] usergrid git commit: Remove unused import. - posted by mr...@apache.org on 2016/08/17 21:48:17 UTC, 0 replies.
- [11/38] usergrid git commit: Fix issues with adding getTables() to Migration interface. - posted by mr...@apache.org on 2016/08/17 21:48:18 UTC, 0 replies.
- [12/38] usergrid git commit: Add tests for DataStaxCluster and improve cluster/connection handling to ensure the cluster is always available through the interface. - posted by mr...@apache.org on 2016/08/17 21:48:19 UTC, 0 replies.
- [13/38] usergrid git commit: Expose creation of keyspace via the interface so other classes can use that method to create the keyspace if for some reason it does not already exist. - posted by mr...@apache.org on 2016/08/17 21:48:20 UTC, 0 replies.
- [14/38] usergrid git commit: Let the keyspace be created only if database/setup is called. Maybe later add option for auto-keyspace creation. - posted by mr...@apache.org on 2016/08/17 21:48:21 UTC, 0 replies.
- [15/38] usergrid git commit: Ensure that when specific apps are re-indexed, their index is initialized. - posted by mr...@apache.org on 2016/08/17 21:48:22 UTC, 0 replies.
- [16/38] usergrid git commit: Add caching options to the table creation, supporting pre 2.1 and 2.1 table properties in Cassandra. Don't default the Cassandra version in the tests. - posted by mr...@apache.org on 2016/08/17 21:48:23 UTC, 0 replies.
- [17/38] usergrid git commit: Move CassandraFig outside of Astyanax package. Update handling of protocol version for datastax cluster. - posted by mr...@apache.org on 2016/08/17 21:48:24 UTC, 0 replies.
- [18/38] usergrid git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/usergrid into datastax--cass-driver - posted by mr...@apache.org on 2016/08/17 21:48:25 UTC, 0 replies.
- [19/38] usergrid git commit: Merge branch 'master' into datastax--cass-driver - posted by mr...@apache.org on 2016/08/17 21:48:26 UTC, 0 replies.
- [20/38] usergrid git commit: Update Usergrid dependencies to 2.2.0-SNAPSHOT. - posted by mr...@apache.org on 2016/08/17 21:48:27 UTC, 0 replies.
- [21/38] usergrid git commit: Fix compile issue post-merge with master to get current. - posted by mr...@apache.org on 2016/08/17 21:48:28 UTC, 0 replies.
- [22/38] usergrid git commit: Re-write SCOPED_CACHE serialization to use Datastax driver and CQL. - posted by mr...@apache.org on 2016/08/17 21:48:29 UTC, 0 replies.
- [23/38] usergrid git commit: Remove Astyanax dependencies for Scoped Cache serialization. - posted by mr...@apache.org on 2016/08/17 21:48:30 UTC, 0 replies.
- [24/38] usergrid git commit: Fix file naming issues ( had to use git mv for git to pickup case changes in filenames). - posted by mr...@apache.org on 2016/08/17 21:48:31 UTC, 0 replies.
- [25/38] usergrid git commit: Move CassandraConfig out of astyanax package. - posted by mr...@apache.org on 2016/08/17 21:48:32 UTC, 0 replies.
- [26/38] usergrid git commit: Add consistent read CL for datastax driver implementations. - posted by mr...@apache.org on 2016/08/17 21:48:33 UTC, 0 replies.
- [27/38] usergrid git commit: Initial UniqueValueSerialization conversion to CQL. - posted by mr...@apache.org on 2016/08/17 21:48:34 UTC, 0 replies.
- [28/38] usergrid git commit: Initial UniqueValueSerialization conversion to CQL. - posted by mr...@apache.org on 2016/08/17 21:48:35 UTC, 0 replies.
- [29/38] usergrid git commit: Unique value serialization completely converted to use CQL. Complete Astyanax removal still needs to be completed. - posted by mr...@apache.org on 2016/08/17 21:48:36 UTC, 0 replies.
- [30/38] usergrid git commit: Unique Value serialization table creation now via CQL instead of Astyanax/Thrift. - posted by mr...@apache.org on 2016/08/17 21:48:37 UTC, 0 replies.
- [31/38] usergrid git commit: Merge branch 'master' into datastax-cass-driver - posted by mr...@apache.org on 2016/08/17 21:48:38 UTC, 0 replies.
- [32/38] usergrid git commit: Remove remaining traces of Astyanax from Unique Value serialization. - posted by mr...@apache.org on 2016/08/17 21:48:39 UTC, 0 replies.
- [33/38] usergrid git commit: Fix issue with V1 impl of UniqueValue serialization from creating unecessarily large ByteBuffers. - posted by mr...@apache.org on 2016/08/17 21:48:40 UTC, 0 replies.
- [34/38] usergrid git commit: Merge branch 'master' into datastax-cass-driver Fix issue with UniqueValueSerialization backwards compatibility via CQL and legacy Usergrid data. - posted by mr...@apache.org on 2016/08/17 21:48:41 UTC, 0 replies.
- [35/38] usergrid git commit: Merge branch 'master' into datastax-cass-driver Fix issue with UniqueValueSerialization backwards compatibility via CQL and legacy Usergrid data. - posted by mr...@apache.org on 2016/08/17 21:48:42 UTC, 0 replies.
- [36/38] usergrid git commit: Merge branch 'master' into datastax-cass-driver Fix issue with UniqueValueSerialization backwards compatibility via CQL and legacy Usergrid data. - posted by mr...@apache.org on 2016/08/17 21:48:43 UTC, 0 replies.
- [37/38] usergrid git commit: Update comment - posted by mr...@apache.org on 2016/08/17 21:48:44 UTC, 0 replies.
- [38/38] usergrid git commit: Merge branch 'master' into datastax-cass-driver - posted by mr...@apache.org on 2016/08/17 21:48:45 UTC, 0 replies.
- usergrid git commit: Update # of cassandra connections for collection module unit tests. - posted by mr...@apache.org on 2016/08/17 23:53:02 UTC, 0 replies.
- usergrid git commit: Reduce load on Datastax driver's control connection ( mainly b/c of our test framework ). - posted by mr...@apache.org on 2016/08/18 22:14:53 UTC, 0 replies.
- usergrid git commit: Move to latest datastax driver version. - posted by mr...@apache.org on 2016/08/18 22:35:27 UTC, 0 replies.
- usergrid git commit: Change to latest 2.1 version of datastax driver. - posted by mr...@apache.org on 2016/08/18 22:49:34 UTC, 0 replies.
- usergrid git commit: Fix bootstrapping issue and limit the amount of cache used for Graph Node Shards. - posted by mr...@apache.org on 2016/08/19 00:49:42 UTC, 0 replies.
- usergrid git commit: Enhance Map_Keys and give the ability to properly page the keys of a map. - posted by mr...@apache.org on 2016/08/19 00:51:01 UTC, 0 replies.
- usergrid git commit: Make schema creation more robust so parallel test execution doesn't overload the datastax driver's control connection. - posted by mr...@apache.org on 2016/08/19 05:21:13 UTC, 0 replies.
- usergrid git commit: Add additional socket options to datastax driver configuration. - posted by mr...@apache.org on 2016/08/19 05:51:11 UTC, 0 replies.
- usergrid git commit: Reduce # of database connections in the tests now so cassandra doesn't get overwhelemed. - posted by mr...@apache.org on 2016/08/19 06:12:13 UTC, 0 replies.
- usergrid git commit: Fix issue with map manager key sorting. Enhance buffer sizing by using byte length of string components. - posted by mr...@apache.org on 2016/08/19 06:55:32 UTC, 0 replies.
- usergrid git commit: Tune some test properties. - posted by mr...@apache.org on 2016/08/19 07:13:41 UTC, 0 replies.
- usergrid git commit: Update MapManager test execution. - posted by mr...@apache.org on 2016/08/19 15:19:27 UTC, 0 replies.
- usergrid git commit: Load properties into Guice by using the getProperty method instead of generic putAll from Map superclass as it getProperty could be overridden - posted by mr...@apache.org on 2016/08/19 17:04:32 UTC, 0 replies.
- usergrid git commit: Reduce the cache size for graph shards. - posted by mr...@apache.org on 2016/08/19 17:26:53 UTC, 0 replies.
- [1/2] usergrid git commit: Load properties into Guice by using the getProperty method instead of generic putAll from Map superclass as it getProperty could be overridden - posted by mr...@apache.org on 2016/08/19 19:28:21 UTC, 0 replies.
- [2/2] usergrid git commit: Merge branch 'release-2.1.1' - posted by mr...@apache.org on 2016/08/19 19:28:22 UTC, 0 replies.
- usergrid git commit: Enhance the SQS polling timeout and clean up some log statements. - posted by mr...@apache.org on 2016/08/19 20:45:55 UTC, 0 replies.
- [1/3] usergrid git commit: Reduce the cache size for graph shards. - posted by mr...@apache.org on 2016/08/19 23:17:21 UTC, 0 replies.
- [2/3] usergrid git commit: Enhance the SQS polling timeout and clean up some log statements. - posted by mr...@apache.org on 2016/08/19 23:17:22 UTC, 0 replies.
- [3/3] usergrid git commit: Merge branch 'hotfix-20160819' - posted by mr...@apache.org on 2016/08/19 23:17:23 UTC, 0 replies.
- [01/50] usergrid git commit: updated Apache license header - posted by sn...@apache.org on 2016/08/22 15:00:05 UTC, 0 replies.
- [02/50] usergrid git commit: updated author - posted by sn...@apache.org on 2016/08/22 15:00:06 UTC, 0 replies.
- [03/50] usergrid git commit: updated author - posted by sn...@apache.org on 2016/08/22 15:00:07 UTC, 0 replies.
- [04/50] usergrid git commit: added sample URLs for retrieving data - posted by sn...@apache.org on 2016/08/22 15:00:08 UTC, 0 replies.
- [05/50] usergrid git commit: Merge commit 'refs/pull/545/head' of github.com:apache/usergrid - posted by sn...@apache.org on 2016/08/22 15:00:09 UTC, 0 replies.
- [06/50] usergrid git commit: Merge commit 'refs/pull/552/head' of github.com:apache/usergrid - posted by sn...@apache.org on 2016/08/22 15:00:10 UTC, 0 replies.
- [07/50] usergrid git commit: Merge commit 'refs/pull/547/head' of github.com:apache/usergrid - posted by sn...@apache.org on 2016/08/22 15:00:11 UTC, 0 replies.
- [08/50] usergrid git commit: Merge commit 'refs/pull/494/head' of github.com:apache/usergrid - posted by sn...@apache.org on 2016/08/22 15:00:12 UTC, 0 replies.
- [09/50] usergrid git commit: This closes #485 -- invalid PR - posted by sn...@apache.org on 2016/08/22 15:00:13 UTC, 0 replies.
- [10/50] usergrid git commit: This closes #449 -- Outdated PR - posted by sn...@apache.org on 2016/08/22 15:00:14 UTC, 0 replies.
- [11/50] usergrid git commit: This closes #533 -- Unable to merge APM PR - posted by sn...@apache.org on 2016/08/22 15:00:15 UTC, 0 replies.
- [12/50] usergrid git commit: Merge commit 'refs/pull/509/head' of github.com:apache/usergrid - posted by sn...@apache.org on 2016/08/22 15:00:16 UTC, 0 replies.
- [13/50] usergrid git commit: Rename a static property variable and make a coulple methods protected access so exensions of the class can access the methods. - posted by sn...@apache.org on 2016/08/22 15:00:17 UTC, 0 replies.
- [14/50] usergrid git commit: Resolve merge conflicts for George's pull request https://github.com/apache/usergrid/pull/520 Jira : https://issues.apache.org/jira/browse/USERGRID-1120 https://issues.apache.org/jira/browse/USERGRID-1116 https://issues.apach - posted by sn...@apache.org on 2016/08/22 15:00:18 UTC, 0 replies.
- [15/50] usergrid git commit: Add external sso user id to GET /management/me response - posted by sn...@apache.org on 2016/08/22 15:00:19 UTC, 0 replies.
- [16/50] usergrid git commit: Update error messages thrown when external SSO is enabled. - posted by sn...@apache.org on 2016/08/22 15:00:20 UTC, 0 replies.
- [17/50] usergrid git commit: Expose external SSO userid and reduce the management/me response. - posted by sn...@apache.org on 2016/08/22 15:00:21 UTC, 0 replies.
- [18/50] usergrid git commit: Better handle expired JWTs for Apigee SSO token validation. Fix typos. - posted by sn...@apache.org on 2016/08/22 15:00:22 UTC, 0 replies.
- [19/50] usergrid git commit: Add runtime exception mapper to 500 status code. - posted by sn...@apache.org on 2016/08/22 15:00:23 UTC, 0 replies.
- [20/50] usergrid git commit: Merge commit 'refs/pull/554/head' of github.com:apache/usergrid - posted by sn...@apache.org on 2016/08/22 15:00:24 UTC, 0 replies.
- [21/50] usergrid git commit: This closes #520 -- Unable to merge - posted by sn...@apache.org on 2016/08/22 15:00:25 UTC, 0 replies.
- [22/50] usergrid git commit: This closes #519 -- Unable to merge - posted by sn...@apache.org on 2016/08/22 15:00:26 UTC, 0 replies.
- [23/50] usergrid git commit: Use the interface for creating admin users. - posted by sn...@apache.org on 2016/08/22 15:00:27 UTC, 0 replies.
- [24/50] usergrid git commit: Fixing https://issues.apache.org/jira/browse/USERGRID-1310. Also fixed an NPE found during the fix. ( in abstract connection service when entity us null it throws NPE. Changed it to throw 404) - posted by sn...@apache.org on 2016/08/22 15:00:28 UTC, 0 replies.
- [25/50] usergrid git commit: Merge branch 'master' of github.com:apache/usergrid into Usergrid1310 - posted by sn...@apache.org on 2016/08/22 15:00:29 UTC, 0 replies.
- [26/50] usergrid git commit: if(entityType.isPresent()) --> never gets into this path for getting connections. hence removing it. - posted by sn...@apache.org on 2016/08/22 15:00:30 UTC, 0 replies.
- [27/50] usergrid git commit: if(entityType.isPresent()) --> never gets into this path for getting connections. hence removing it. also fixed https://issues.apache.org/jira/browse/USERGRID-647 - posted by sn...@apache.org on 2016/08/22 15:00:31 UTC, 0 replies.
- [28/50] usergrid git commit: NPE bug fix and uncommenting the test - posted by sn...@apache.org on 2016/08/22 15:00:32 UTC, 0 replies.
- [29/50] usergrid git commit: Merge branch 'Usergrid1310' of github.com:ayesha12/usergrid into Usergrid1310 - posted by sn...@apache.org on 2016/08/22 15:00:33 UTC, 0 replies.
- [30/50] usergrid git commit: Add hooks for post processing for external integrations. Update security filters to check additional security context for service admin. - posted by sn...@apache.org on 2016/08/22 15:00:34 UTC, 0 replies.
- [31/50] usergrid git commit: Merge commit 'refs/pull/557/head' of github.com:apache/usergrid - posted by sn...@apache.org on 2016/08/22 15:00:35 UTC, 0 replies.
- [32/50] usergrid git commit: Make unique value actor system logic more configurable. - posted by sn...@apache.org on 2016/08/22 15:00:36 UTC, 0 replies.
- [33/50] usergrid git commit: Merge branch 'master' into datastax-cass-driver - posted by sn...@apache.org on 2016/08/22 15:00:37 UTC, 0 replies.
- [34/50] usergrid git commit: Update # of cassandra connections for collection module unit tests. - posted by sn...@apache.org on 2016/08/22 15:00:38 UTC, 0 replies.
- [35/50] usergrid git commit: Reduce load on Datastax driver's control connection ( mainly b/c of our test framework ). - posted by sn...@apache.org on 2016/08/22 15:00:39 UTC, 0 replies.
- [36/50] usergrid git commit: Move to latest datastax driver version. - posted by sn...@apache.org on 2016/08/22 15:00:40 UTC, 0 replies.
- [37/50] usergrid git commit: Change to latest 2.1 version of datastax driver. - posted by sn...@apache.org on 2016/08/22 15:00:41 UTC, 0 replies.
- [38/50] usergrid git commit: Fix bootstrapping issue and limit the amount of cache used for Graph Node Shards. - posted by sn...@apache.org on 2016/08/22 15:00:42 UTC, 0 replies.
- [39/50] usergrid git commit: Enhance Map_Keys and give the ability to properly page the keys of a map. - posted by sn...@apache.org on 2016/08/22 15:00:43 UTC, 0 replies.
- [40/50] usergrid git commit: Make schema creation more robust so parallel test execution doesn't overload the datastax driver's control connection. - posted by sn...@apache.org on 2016/08/22 15:00:44 UTC, 0 replies.
- [41/50] usergrid git commit: Add additional socket options to datastax driver configuration. - posted by sn...@apache.org on 2016/08/22 15:00:45 UTC, 0 replies.
- [42/50] usergrid git commit: Reduce # of database connections in the tests now so cassandra doesn't get overwhelemed. - posted by sn...@apache.org on 2016/08/22 15:00:46 UTC, 0 replies.
- [43/50] usergrid git commit: Fix issue with map manager key sorting. Enhance buffer sizing by using byte length of string components. - posted by sn...@apache.org on 2016/08/22 15:00:47 UTC, 0 replies.
- [44/50] usergrid git commit: Tune some test properties. - posted by sn...@apache.org on 2016/08/22 15:00:48 UTC, 0 replies.
- [45/50] usergrid git commit: Update MapManager test execution. - posted by sn...@apache.org on 2016/08/22 15:00:49 UTC, 0 replies.
- [46/50] usergrid git commit: Load properties into Guice by using the getProperty method instead of generic putAll from Map superclass as it getProperty could be overridden - posted by sn...@apache.org on 2016/08/22 15:00:50 UTC, 0 replies.
- [47/50] usergrid git commit: Merge branch 'release-2.1.1' - posted by sn...@apache.org on 2016/08/22 15:00:51 UTC, 0 replies.
- [48/50] usergrid git commit: fix for USERGRID-1281: Download page must link to ASF mirrors for KEYS, sigs hashes - posted by sn...@apache.org on 2016/08/22 15:00:52 UTC, 0 replies.
- [49/50] usergrid git commit: Merge branch 'master' into asf-site - posted by sn...@apache.org on 2016/08/22 15:00:53 UTC, 0 replies.
- [50/50] usergrid git commit: Merge branch 'asf-site' of https://git-wip-us.apache.org/repos/asf/usergrid into asf-site - posted by sn...@apache.org on 2016/08/22 15:00:54 UTC, 0 replies.
- usergrid git commit: fix email regex - posted by md...@apache.org on 2016/08/23 16:41:40 UTC, 0 replies.
- usergrid git commit: For GET /users/{id}, add new force query parameter to force user ID to be treated as a name (force=name) or email (force=email) - posted by md...@apache.org on 2016/08/23 20:04:18 UTC, 0 replies.
- usergrid git commit: Make application users service use same logic for get by name. - posted by mr...@apache.org on 2016/08/23 22:32:25 UTC, 0 replies.
- [1/2] usergrid git commit: Added UniqueValueManager tool to get and delete unique values - posted by md...@apache.org on 2016/08/24 01:49:04 UTC, 0 replies.
- [2/2] usergrid git commit: Merge branch 'hotfix-20160819' of https://git-wip-us.apache.org/repos/asf/usergrid into hotfix-20160819 - posted by md...@apache.org on 2016/08/24 01:49:05 UTC, 0 replies.
- usergrid git commit: Revert "Make application users service use same logic for get by name." - posted by mr...@apache.org on 2016/08/24 18:07:29 UTC, 0 replies.
- usergrid git commit: Add tool that will iterator a collection and print UUIDs. - posted by mr...@apache.org on 2016/08/25 21:31:45 UTC, 0 replies.
- usergrid git commit: add repair to collection iterator tool - posted by md...@apache.org on 2016/08/26 04:35:26 UTC, 0 replies.
- usergrid git commit: add deletion of orphans to collection iterator - posted by md...@apache.org on 2016/08/26 23:41:02 UTC, 0 replies.
- [1/5] usergrid git commit: Add additional logging statements. - posted by mr...@apache.org on 2016/08/28 18:21:02 UTC, 0 replies.
- [2/5] usergrid git commit: Move to shard deletion being a mark plus read filtering strategy vs. deleting. This is so Usergrid can keep proper shard end times and 're-activate' a shard by flipping the deleted flag when past data is re-written to a collec - posted by mr...@apache.org on 2016/08/28 18:21:03 UTC, 0 replies.
- [3/5] usergrid git commit: Fix temp logging issue. - posted by mr...@apache.org on 2016/08/28 18:21:04 UTC, 0 replies.
- [4/5] usergrid git commit: Add ShardManager tool. - posted by mr...@apache.org on 2016/08/28 18:21:05 UTC, 0 replies.
- [5/5] usergrid git commit: Merge branch 'hotfix-20160819' of https://git-wip-us.apache.org/repos/asf/usergrid into hotfix-20160819 - posted by mr...@apache.org on 2016/08/28 18:21:06 UTC, 0 replies.
- usergrid git commit: Make sure we skip over deleted shards if there are multiple together. - posted by mr...@apache.org on 2016/08/29 17:11:53 UTC, 0 replies.
- usergrid git commit: Make sure we skip over deleted shards on iterator initialization. - posted by mr...@apache.org on 2016/08/29 20:12:49 UTC, 0 replies.
- usergrid git commit: Make sure root shard cannot be set to compacted=false in ShardManager tool. - posted by mr...@apache.org on 2016/08/30 00:11:56 UTC, 0 replies.
- usergrid git commit: Allow admin users to get tokens using credentials when SSO providers other than Usergrid is enabled. - posted by mr...@apache.org on 2016/08/30 20:43:49 UTC, 0 replies.
- [1/3] usergrid git commit: fix for CollectionIterator tool orphaned connections deletion - posted by md...@apache.org on 2016/08/30 22:28:33 UTC, 0 replies.
- [2/3] usergrid git commit: collection iterator - posted by md...@apache.org on 2016/08/30 22:28:34 UTC, 0 replies.
- [3/3] usergrid git commit: Merge branch 'hotfix-20160819' of https://git-wip-us.apache.org/repos/asf/usergrid into hotfix-20160819 - posted by md...@apache.org on 2016/08/30 22:28:35 UTC, 0 replies.
- usergrid git commit: Make CollectionIterator tool use graph manager. - posted by mr...@apache.org on 2016/08/30 23:06:11 UTC, 0 replies.
- usergrid git commit: Handle empty collections in CollectionIterator. - posted by mr...@apache.org on 2016/08/30 23:17:35 UTC, 0 replies.
- usergrid git commit: Fix test for SSO enabled Usergrid when generating admin tokens. - posted by mr...@apache.org on 2016/08/30 23:23:49 UTC, 0 replies.
- usergrid git commit: Add additional logging if an edge is being written past the shard end timestamp. - posted by mr...@apache.org on 2016/08/31 17:27:52 UTC, 0 replies.
- usergrid git commit: Allow GET /management/me with local UG tokens when External SSO is enabled. - posted by mr...@apache.org on 2016/08/31 18:46:45 UTC, 0 replies.
- usergrid git commit: fix duplicate user test to use random usernames in case DB cleanup not done correctly - posted by md...@apache.org on 2016/08/31 19:30:54 UTC, 0 replies.