commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[2/2] usergrid git commit: Clean up some naming around collection settings.
mrusso
usergrid git commit: Fix ActorSystem module dependency verion.
mrusso
usergrid git commit: Align Java SDK version to the stack version. Removed unused imports from older Java SDK.
mrusso
[01/50] usergrid git commit: Hook ReservationCache in via ClusterClients
mrusso
[43/50] usergrid git commit: Oops
mrusso
[33/50] usergrid git commit: Add support for later versions of tomcat.
mrusso
[20/50] usergrid git commit: Make logging more readable.
mrusso
[39/50] usergrid git commit: Fixing logic around entity delete to ensure that UniqueValues and ReservationCache are both cleaned up.
mrusso
[49/50] usergrid git commit: Fix getAllEdgeDocuments in deleteEdge to return docs where entityId matches and not just the nodeId. Also fix test that wasn't actually testing this.
mrusso
[41/50] usergrid git commit: Remove unnecessary releaseUniqueValues() logic.
mrusso
[02/50] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into release-2.1.1
mrusso
[21/50] usergrid git commit: Simplify and rename Actorsystem configuration properties to be more generic, e.g. starting with "usergrid.cluster" instead of "collection.akka"
mrusso
[29/50] usergrid git commit: Improve consistency when returning entities/ids loaded from unique valuie index when entity repair ( removal of stale entities) has been executed.
mrusso
[31/50] usergrid git commit: Add delays to the App Delete tests as UV cleanup and take a couple of seconds.
mrusso
[19/50] usergrid git commit: Add additional logging during write unique verification.
mrusso
[11/50] usergrid git commit: Merge branch 'release-2.1.1' into usergrid-1268-akka-211
mrusso
[07/50] usergrid git commit: Enhance some logic around deleting of edges.
mrusso
[06/50] usergrid git commit: Added app id to the other duplicate unique value log.
mrusso
[36/50] usergrid git commit: Revert "Add support for later versions of tomcat."
mrusso
[25/50] usergrid git commit: Fix ports in REST tests too.
mrusso
[16/50] usergrid git commit: Expose option to perform the uniqueIndexRepair higher up to the callers. This allows better control of when the repair happens on the write path.
mrusso
[37/50] usergrid git commit: Fixes to tests and test properties.
mrusso
[47/50] usergrid git commit: Merge commit 'refs/pull/543/head' of github.com:apache/usergrid into release-2.1.1
mrusso
[13/50] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into release-2.1.1
mrusso
[23/50] usergrid git commit: add missing license headers
mrusso
[18/50] usergrid git commit: Add additional logging during unique value read repair.
mrusso
[44/50] usergrid git commit: Increase test coverage of actorsystem module
mrusso
[46/50] usergrid git commit: Fix REST test issues and implement a way to shutdown the Akka actor system, with hooks for JVM stop/servlet stop.
mrusso
[50/50] usergrid git commit: Merge branch 'release-2.1.1'
mrusso
[08/50] usergrid git commit: Improve read repair for missing Edge (app->collection). Also enhance read repair for unique value cleanup to happen only upon initial read before write-first strategy for Unique Values. Add a bunch more tests around the read
mrusso
[09/50] usergrid git commit: Add missing property
mrusso
[32/50] usergrid git commit: Make the unique value loading use the config interface for consistent read CL instead of hard coding to CL_ALL
mrusso
[05/50] usergrid git commit: Allow Akka authoritative region to be null and if null, uses current region as authoritative region.
mrusso
[12/50] usergrid git commit: Clean up em.removeFromCollection and fix UniqueValueScanner to just log duplicates if scanning all of unique values.
mrusso
[24/50] usergrid git commit: Fix port settings for tests
mrusso
[35/50] usergrid git commit: Revert "Fix tomcat dependency versions."
mrusso
[04/50] usergrid git commit: Add application id to log for duplicate unique values.
mrusso
[26/50] usergrid git commit: Clean up unique value scanner and let it get consistently level from the typically read CL property.
mrusso
[48/50] usergrid git commit: Ensure the EntityIndexFactory is a singleton so the cache is actually useful.
mrusso
[10/50] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into release-2.1.1
mrusso
[27/50] usergrid git commit: Add more logging to unique value serialization.
mrusso
[30/50] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into usergrid-1268-akka-211
mrusso
[15/50] usergrid git commit: Add edge read repair on entity updates.
mrusso
[17/50] usergrid git commit: Merge branch 'release-2.1.1' into usergrid-1268-akka-211
mrusso
[40/50] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into usergrid-1268-akka-211
mrusso
[34/50] usergrid git commit: Fix tomcat dependency versions.
mrusso
[22/50] usergrid git commit: Fix issue with checking pre-write unique value violations.
mrusso
[14/50] usergrid git commit: Clean up em.removeFromCollection and fix UniqueValueScanner to just log duplicates if scanning all of unique values.
mrusso
[03/50] usergrid git commit: Merge branch 'release-2.1.1' into usergrid-1268-akka-211
mrusso
[28/50] usergrid git commit: Set consistency level to ALL for now on unique value serialization strategy as any cassandra inconsistencies will break the usage of the unique value index.
mrusso
[42/50] usergrid git commit: Should be ignored
mrusso
[38/50] usergrid git commit: Fixes to tests and test properties.
mrusso
[45/50] usergrid git commit: Fix issue where de-indexing assumed all entities were time based UUIDs. They should be, but there could be some legacy data. USERGRID-1305
mrusso
usergrid git commit: Fix getAllEdgeDocuments in deleteEdge to return docs where entityId matches and not just the nodeId. Also fix test that wasn't actually testing this.
mrusso
usergrid git commit: Ensure the EntityIndexFactory is a singleton so the cache is actually useful.
mrusso
[01/50] [abbrv] usergrid git commit: Changes to get Collections module tests running reliably, plus a new U.V. performance test like the one in the POC.
mrusso
[37/50] [abbrv] usergrid git commit: Fix port settings for tests
mrusso
[06/50] [abbrv] usergrid git commit: Add docs for Collection Settings & Selective Indexing.
mrusso
[20/50] [abbrv] usergrid git commit: Unique values test passes with new "actor system" module
mrusso
[32/50] [abbrv] usergrid git commit: Add missing property
mrusso
[48/50] [abbrv] usergrid git commit: Increase test coverage of actorsystem module
mrusso
[03/50] [abbrv] usergrid git commit: Merge branch 'release-2.1.1' into usergrid-1268-akka-211
mrusso
[49/50] [abbrv] usergrid git commit: Fix REST test issues and implement a way to shutdown the Akka actor system, with hooks for JVM stop/servlet stop.
mrusso
[23/50] [abbrv] usergrid git commit: Move cluster-singleton router config into RouterProducer and out of actorsystem module.
mrusso
[14/50] [abbrv] usergrid git commit: Kludgy work-around to avoid serializing injector, which is impossible.
mrusso
[25/50] [abbrv] usergrid git commit: Merge branch 'akka-common' into usergrid-1268-akka-211
mrusso
[21/50] [abbrv] usergrid git commit: Getting more tests working with new actorsystem module.
mrusso
[09/50] [abbrv] usergrid git commit: Some field types are never allowed to be unique.
mrusso
[15/50] [abbrv] usergrid git commit: Fix authoritative region logic and add property for specifying the system-wide authoritative region.
mrusso
[35/50] [abbrv] usergrid git commit: Simplify and rename Actorsystem configuration properties to be more generic, e.g. starting with "usergrid.cluster" instead of "collection.akka"
mrusso
[38/50] [abbrv] usergrid git commit: Fix ports in REST tests too.
mrusso
[26/50] [abbrv] usergrid git commit: Correcting property name.
mrusso
[34/50] [abbrv] usergrid git commit: Merge branch 'release-2.1.1' into usergrid-1268-akka-211
mrusso
[07/50] [abbrv] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into usergrid-1268-akka-211
mrusso
[36/50] [abbrv] usergrid git commit: add missing license headers
mrusso
[46/50] [abbrv] usergrid git commit: Should be ignored
mrusso
[17/50] [abbrv] usergrid git commit: auth region is required now
mrusso
[41/50] [abbrv] usergrid git commit: Fixes to tests and test properties.
mrusso
[45/50] [abbrv] usergrid git commit: Remove unnecessary releaseUniqueValues() logic.
mrusso
[28/50] [abbrv] usergrid git commit: Use ClusterClient feature instead of roles to ensure that all write are done only in the appropriate authoritative region.
mrusso
[11/50] [abbrv] usergrid git commit: Don't provide defaults for fields that can't have reasonable defaults.
mrusso
[40/50] [abbrv] usergrid git commit: Add delays to the App Delete tests as UV cleanup and take a couple of seconds.
mrusso
[12/50] [abbrv] usergrid git commit: Add missing ASL header.
mrusso
[47/50] [abbrv] usergrid git commit: Oops
mrusso
[44/50] [abbrv] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into usergrid-1268-akka-211
mrusso
[02/50] [abbrv] usergrid git commit: Changes to get Akka/UV running on a local cluster, i.e. a couple of Vagrant VMs
mrusso
[04/50] [abbrv] usergrid git commit: Merge branch 'release-2.1.1' into usergrid-1268-akka-211
mrusso
[18/50] [abbrv] usergrid git commit: auth region is required now
mrusso
[10/50] [abbrv] usergrid git commit: Some field types are never allowed to be unique.
mrusso
[33/50] [abbrv] usergrid git commit: Merge branch 'release-2.1.1' into usergrid-1268-akka-211
mrusso
[31/50] [abbrv] usergrid git commit: Allow Akka authoritative region to be null and if null, uses current region as authoritative region.
mrusso
[16/50] [abbrv] usergrid git commit: Minor improvements to tests.
mrusso
[42/50] [abbrv] usergrid git commit: Fixes to tests and test properties.
mrusso
[39/50] [abbrv] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into usergrid-1268-akka-211
mrusso
[43/50] [abbrv] usergrid git commit: Fixing logic around entity delete to ensure that UniqueValues and ReservationCache are both cleaned up.
mrusso
[05/50] [abbrv] usergrid git commit: Merge branch 'release-2.1.1' into usergrid-1268-akka-211
mrusso
[50/50] [abbrv] usergrid git commit: Merge commit 'refs/pull/543/head' of github.com:apache/usergrid into release-2.1.1
mrusso
[24/50] [abbrv] usergrid git commit: Adding some missing license headers and a RAT config, which was missing from the corepersistence module.
mrusso
[19/50] [abbrv] usergrid git commit: Unique values test passes with new "actor system" module
mrusso
[29/50] [abbrv] usergrid git commit: Hook ReservationCache in via ClusterClients
mrusso
[30/50] [abbrv] usergrid git commit: Merge branch 'release-2.1.1' into usergrid-1268-akka-211
mrusso
[22/50] [abbrv] usergrid git commit: Separate configs for JUnit test JVM and Tomcat JVM, and remove some unnecessary properties.
mrusso
[27/50] [abbrv] usergrid git commit: Separate the generic Akka config props from the ones specifically for Unique Values
mrusso
[08/50] [abbrv] usergrid git commit: Fix merge problem and ensure entityManagers is created before use
mrusso
[13/50] [abbrv] usergrid git commit: Use Guice magic instead of trying to serialize UniqueValueTable as an Akka creation prop.
mrusso
usergrid git commit: Fix REST test issues and implement a way to shutdown the Akka actor system, with hooks for JVM stop/servlet stop.
mrusso
usergrid git commit: Fix issue where de-indexing assumed all entities were time based UUIDs. They should be, but there could be some legacy data. USERGRID-1305
mrusso
usergrid git commit: Allow CORS pre-flight requests to come through unauthenticated ( bad creds shouldn't stop browsers from trying the real request ).
mrusso
usergrid git commit: Increase test coverage of actorsystem module
snoopdave
usergrid git commit: Oops
snoopdave
usergrid git commit: Should be ignored
snoopdave
[1/7] usergrid git commit: Make the unique value loading use the config interface for consistent read CL instead of hard coding to CL_ALL
snoopdave
[7/7] usergrid git commit: Remove unnecessary releaseUniqueValues() logic.
snoopdave
[3/7] usergrid git commit: Fix tomcat dependency versions.
snoopdave
[4/7] usergrid git commit: Revert "Fix tomcat dependency versions."
snoopdave
[2/7] usergrid git commit: Add support for later versions of tomcat.
snoopdave
[6/7] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into usergrid-1268-akka-211
snoopdave
[5/7] usergrid git commit: Revert "Add support for later versions of tomcat."
snoopdave
[01/16] usergrid git commit: Add additional logging during unique value read repair.
snoopdave
[08/16] usergrid git commit: Clean up unique value scanner and let it get consistently level from the typically read CL property.
snoopdave
[03/16] usergrid git commit: Make logging more readable.
snoopdave
[06/16] usergrid git commit: Fix port settings for tests
snoopdave
[09/16] usergrid git commit: Add more logging to unique value serialization.
snoopdave
[02/16] usergrid git commit: Add additional logging during write unique verification.
snoopdave
[13/16] usergrid git commit: Add delays to the App Delete tests as UV cleanup and take a couple of seconds.
snoopdave
[10/16] usergrid git commit: Set consistency level to ALL for now on unique value serialization strategy as any cassandra inconsistencies will break the usage of the unique value index.
snoopdave
[04/16] usergrid git commit: Fix issue with checking pre-write unique value violations.
snoopdave
[12/16] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into usergrid-1268-akka-211
snoopdave
[16/16] usergrid git commit: Fixing logic around entity delete to ensure that UniqueValues and ReservationCache are both cleaned up.
snoopdave
[07/16] usergrid git commit: Fix ports in REST tests too.
snoopdave
[15/16] usergrid git commit: Fixes to tests and test properties.
snoopdave
[11/16] usergrid git commit: Improve consistency when returning entities/ids loaded from unique valuie index when entity repair ( removal of stale entities) has been executed.
snoopdave
[05/16] usergrid git commit: add missing license headers
snoopdave
[14/16] usergrid git commit: Fixes to tests and test properties.
snoopdave
[1/2] usergrid git commit: Revert "Fix tomcat dependency versions."
mrusso
[2/2] usergrid git commit: Revert "Add support for later versions of tomcat."
mrusso
usergrid git commit: Fix tomcat dependency versions.
mrusso
usergrid git commit: Add support for later versions of tomcat.
mrusso
usergrid git commit: Make the unique value loading use the config interface for consistent read CL instead of hard coding to CL_ALL
mrusso
usergrid git commit: Disable new token generation on get user details.
mrusso
usergrid git commit: Improve consistency when returning entities/ids loaded from unique valuie index when entity repair ( removal of stale entities) has been executed.
mrusso
usergrid git commit: Set consistency level to ALL for now on unique value serialization strategy as any cassandra inconsistencies will break the usage of the unique value index.
mrusso
usergrid git commit: Add more logging to unique value serialization.
mrusso
usergrid git commit: Clean up unique value scanner and let it get consistently level from the typically read CL property.
mrusso
usergrid git commit: Fix issue with checking pre-write unique value violations.
mrusso
[1/8] usergrid git commit: Improve read repair for missing Edge (app->collection). Also enhance read repair for unique value cleanup to happen only upon initial read before write-first strategy for Unique Values. Add a bunch more tests around the read r
snoopdave
[2/8] usergrid git commit: Clean up em.removeFromCollection and fix UniqueValueScanner to just log duplicates if scanning all of unique values.
snoopdave
[4/8] usergrid git commit: Clean up em.removeFromCollection and fix UniqueValueScanner to just log duplicates if scanning all of unique values.
snoopdave
[3/8] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into release-2.1.1
snoopdave
[8/8] usergrid git commit: Simplify and rename Actorsystem configuration properties to be more generic, e.g. starting with "usergrid.cluster" instead of "collection.akka"
snoopdave
[5/8] usergrid git commit: Add edge read repair on entity updates.
snoopdave
[6/8] usergrid git commit: Expose option to perform the uniqueIndexRepair higher up to the callers. This allows better control of when the repair happens on the write path.
snoopdave
[7/8] usergrid git commit: Merge branch 'release-2.1.1' into usergrid-1268-akka-211
snoopdave
usergrid git commit: Make logging more readable.
mrusso
usergrid git commit: Add additional logging during write unique verification.
mrusso
usergrid git commit: Add additional logging during unique value read repair.
mrusso
usergrid git commit: Expose option to perform the uniqueIndexRepair higher up to the callers. This allows better control of when the repair happens on the write path.
mrusso
usergrid git commit: Add edge read repair on entity updates.
mrusso
[1/4] usergrid git commit: Improve read repair for missing Edge (app->collection). Also enhance read repair for unique value cleanup to happen only upon initial read before write-first strategy for Unique Values. Add a bunch more tests around the read r
mrusso
[2/4] usergrid git commit: Clean up em.removeFromCollection and fix UniqueValueScanner to just log duplicates if scanning all of unique values.
mrusso
[4/4] usergrid git commit: Clean up em.removeFromCollection and fix UniqueValueScanner to just log duplicates if scanning all of unique values.
mrusso
[3/4] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into release-2.1.1
mrusso
[01/38] usergrid git commit: Add docs for application delete and restore.
snoopdave
[11/38] usergrid git commit: USERGRID-1300: move superuser localhost check into SecuredResourceFilterFactory
snoopdave
[36/38] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into release-2.1.1
snoopdave
[14/38] usergrid git commit: Add additional logging and rx error handling.
snoopdave
[33/38] usergrid git commit: Added app id to the other duplicate unique value log.
snoopdave
[26/38] usergrid git commit: Fix NPE with batch creation of entities.
snoopdave
[19/38] usergrid git commit: Reset unique value test to its original state.
snoopdave
[22/38] usergrid git commit: Fix log statement to use .trace()
snoopdave
[28/38] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into release-2.1.1
snoopdave
[02/38] usergrid git commit: Add docs for application delete and restore.
snoopdave
[35/38] usergrid git commit: Add missing property
snoopdave
[07/38] usergrid git commit: Add Pivotal Cloud Foundry source for creating Usergrid Tile ( CF deployment + bosh release )
snoopdave
[06/38] usergrid git commit: Fix logging statement.
snoopdave
[32/38] usergrid git commit: Allow Akka authoritative region to be null and if null, uses current region as authoritative region.
snoopdave
[27/38] usergrid git commit: Hook ReservationCache in via ClusterClients
snoopdave
[04/38] usergrid git commit: USERGRID-1300: localhost superuser setting
snoopdave
[23/38] usergrid git commit: Add additional logging around batch entity creation.
snoopdave
[20/38] usergrid git commit: Better handle different combinations of possible duplicate entities and their respective versions.
snoopdave
[37/38] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into release-2.1.1
snoopdave
[10/38] usergrid git commit: Revert "USERGRID-1300: localhost superuser setting"
snoopdave
[18/38] usergrid git commit: Implement smarter loading of unique value entries in hopes to avoid duplicate problems. Update UniqueValueScanner tool to allow specific entity fetch.
snoopdave
[38/38] usergrid git commit: Merge branch 'release-2.1.1' into usergrid-1268-akka-211
snoopdave
[25/38] usergrid git commit: Merge commit 'refs/pull/540/head' of github.com:apache/usergrid into release-2.1.1
snoopdave
[15/38] usergrid git commit: Add new tool for scanning unique values. Include option to skip read repair in the methods that load entities from the unique index.
snoopdave
[21/38] usergrid git commit: Fix some comments.
snoopdave
[34/38] usergrid git commit: Enhance some logic around deleting of edges.
snoopdave
[12/38] usergrid git commit: Add additional logging around read repair to assist in troubleshooting.
snoopdave
[31/38] usergrid git commit: Add application id to log for duplicate unique values.
snoopdave
[30/38] usergrid git commit: Merge branch 'release-2.1.1' into usergrid-1268-akka-211
snoopdave
[03/38] usergrid git commit: Update event handling to better handle case when no index requests are returned from event processing.
snoopdave
[24/38] usergrid git commit: Fix log statement. Only newer duplicate unique value entries are removed ( it just might be the candidate or current one in the loop).
snoopdave
[05/38] usergrid git commit: Merge commit 'refs/pull/537/head' of github.com:apache/usergrid into release-2.1.1
snoopdave
[29/38] usergrid git commit: Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/asf/usergrid into release-2.1.1
snoopdave
[16/38] usergrid git commit: Allow tools to always be built, but skip its tests for now. Also fix issue with tools ability to have custom properties set in ToolBase or command line execution.
snoopdave
[09/38] usergrid git commit: Add Pivotal Cloud Foundry source for creating Usergrid Tile ( CF deployment + bosh release )
snoopdave
[17/38] usergrid git commit: Fixes for linked collections
snoopdave
[08/38] usergrid git commit: Add Pivotal Cloud Foundry source for creating Usergrid Tile ( CF deployment + bosh release )
snoopdave
[13/38] usergrid git commit: Add additional trace logging around unique values for troubleshooting assistance.
snoopdave
Earlier messages
Later messages