Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Usergrid 1314 #558

Open
wants to merge 2,379 commits into
base: master
Choose a base branch
from
Open

Usergrid 1314 #558

wants to merge 2,379 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 23, 2016

  1. Configuration menu
    Copy the full SHA
    ed4e67c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Configuration menu
    Copy the full SHA
    8ebc28d View commit details
    Browse the repository at this point in the history
  2. Revert "Adding distinctive logging, also: no longer wrap RuntimeExcep…

    …tion in RuntimeException"
    
    This reverts commit 6b195a0.
    snoopdave committed May 24, 2016
    Configuration menu
    Copy the full SHA
    b03f6a9 View commit details
    Browse the repository at this point in the history
  3. Revert "Service manager's init() method now retries if unable to get …

    …application."
    
    This reverts commit 223521e.
    snoopdave committed May 24, 2016
    Configuration menu
    Copy the full SHA
    0970e1d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. Merge branch 'release-2.1.1' into usergrid-1283-mgmt-app-init

    Conflicts:
    	stack/services/src/main/java/org/apache/usergrid/services/ServiceManager.java
    snoopdave committed May 25, 2016
    Configuration menu
    Copy the full SHA
    6daba1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d2de99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e299024 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0fba68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba10e7f View commit details
    Browse the repository at this point in the history
  6. Add retry logic and logging in AstyanaxLockManagerImpl and CpEntityMa…

    …nagerFactory, also ASL header in CassandraCluster
    snoopdave committed May 25, 2016
    Configuration menu
    Copy the full SHA
    910811d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fcd00e8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. Made max-retries and intervals configurable for both lock manager and…

    … entity manager factory, also better error logging.
    snoopdave committed May 26, 2016
    Configuration menu
    Copy the full SHA
    61a35a0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Configuration menu
    Copy the full SHA
    6fadf80 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

  1. Move LockManager setup into normal setup regime, don't cache EntityMa…

    …nagers with null application names, and add logging to help debug issue USERGRID-1283.
    snoopdave committed May 31, 2016
    Configuration menu
    Copy the full SHA
    59c538a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    151abf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2016

  1. Configuration menu
    Copy the full SHA
    5452d68 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. Configuration menu
    Copy the full SHA
    e9228e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. Configuration menu
    Copy the full SHA
    4b8e546 View commit details
    Browse the repository at this point in the history
  2. Additional test.

    snoopdave committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    317714b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8976b41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1cb1f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6cf6ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17809ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66bb5cd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2016

  1. USERGRID-1295 - Re-introduce a more efficient de-index upon entity de…

    …lete and entity updates. Remove the inefficient code as a safety measure so it can't be used again.
    Michael Russo committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    7143cba View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. better logging

    snoopdave committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    b3e60c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcb347c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc7a867 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48780f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38909ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb90c0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0eaea98 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2016

  1. Configuration menu
    Copy the full SHA
    324ef35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72c9df1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3df0779 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2016

  1. Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/a…

    …sf/usergrid into usergrid-1268-akka-211
    
    # Conflicts:
    #	stack/core/src/main/java/org/apache/usergrid/corepersistence/CpEntityManagerFactory.java
    #	stack/core/src/main/java/org/apache/usergrid/corepersistence/index/IndexServiceImpl.java
    #	stack/corepersistence/collection/src/main/java/org/apache/usergrid/persistence/collection/impl/EntityCollectionManagerImpl.java
    #	stack/rest/src/test/java/org/apache/usergrid/rest/applications/collection/CollectionsResourceIT.java
    snoopdave committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    a93cad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de24373 View commit details
    Browse the repository at this point in the history
  3. Update event handling to better handle case when no index requests ar…

    …e returned from event processing.
    Michael Russo committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    7af4f84 View commit details
    Browse the repository at this point in the history
  4. USERGRID-1300: localhost superuser setting

    Mike Dunker committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    7ea48c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Configuration menu
    Copy the full SHA
    4bf7761 View commit details
    Browse the repository at this point in the history
  2. Fix logging statement.

    Michael Russo committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    8814a14 View commit details
    Browse the repository at this point in the history
  3. Add Pivotal Cloud Foundry source for creating Usergrid Tile ( CF depl…

    …oyment + bosh release )
    Michael Russo committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    29c287b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release-2.1.1'

    Michael Russo committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    f212608 View commit details
    Browse the repository at this point in the history
  5. Revert "USERGRID-1300: localhost superuser setting"

    This reverts commit 7ea48c2.
    Mike Dunker committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    de6ecb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. USERGRID-1300: move superuser localhost check into SecuredResourceFil…

    …terFactory
    Mike Dunker committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    8024168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57089ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4a7068 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfb188d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f015c92 View commit details
    Browse the repository at this point in the history
  6. Add missing ASL header.

    snoopdave committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    b90985c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0d95bf View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. Configuration menu
    Copy the full SHA
    0c5deac View commit details
    Browse the repository at this point in the history
  2. Fix authoritative region logic and add property for specifying the sy…

    …stem-wide authoritative region.
    snoopdave committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    58fc657 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4394a20 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2016

  1. auth region is required now

    snoopdave committed Jun 18, 2016
    Configuration menu
    Copy the full SHA
    97aec4d View commit details
    Browse the repository at this point in the history
  2. auth region is required now

    snoopdave committed Jun 18, 2016
    Configuration menu
    Copy the full SHA
    6455120 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2016

  1. Add additional trace logging around unique values for troubleshooting…

    … assistance.
    Michael Russo committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    f4599fb View commit details
    Browse the repository at this point in the history
  2. Add additional logging and rx error handling.

    Michael Russo committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    9efa3b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Configuration menu
    Copy the full SHA
    ee18950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50312ba View commit details
    Browse the repository at this point in the history
  3. Separate configs for JUnit test JVM and Tomcat JVM, and remove some u…

    …nnecessary properties.
    snoopdave committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    343ac51 View commit details
    Browse the repository at this point in the history
  4. Add new tool for scanning unique values. Include option to skip read …

    …repair in the methods that load entities from the unique index.
    Michael Russo committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    06f77d7 View commit details
    Browse the repository at this point in the history
  5. 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.
    Michael Russo committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    1997b57 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Configuration menu
    Copy the full SHA
    fb1d78d View commit details
    Browse the repository at this point in the history
  2. Adding some missing license headers and a RAT config, which was missi…

    …ng from the corepersistence module.
    snoopdave committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    96ae317 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'akka-common' into usergrid-1268-akka-211

    Conflicts:
    	stack/corepersistence/collection/src/test/resources/usergrid.properties
    snoopdave committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    4fb807f View commit details
    Browse the repository at this point in the history
  4. Correcting property name.

    snoopdave committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    e50f5c6 View commit details
    Browse the repository at this point in the history
  5. Fixes for linked collections

    Mike Dunker committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    7f49c80 View commit details
    Browse the repository at this point in the history
  6. Implement smarter loading of unique value entries in hopes to avoid d…

    …uplicate problems. Update UniqueValueScanner tool to allow specific entity fetch.
    Michael Russo committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    75d2254 View commit details
    Browse the repository at this point in the history
  7. Reset unique value test to its original state.

    Michael Russo committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    5c81a02 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Better handle different combinations of possible duplicate entities a…

    …nd their respective versions.
    Michael Russo committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    70f50c2 View commit details
    Browse the repository at this point in the history
  2. Fix some comments.

    Michael Russo committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    e24ea20 View commit details
    Browse the repository at this point in the history
  3. Fix log statement to use .trace()

    Michael Russo committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    b6b0132 View commit details
    Browse the repository at this point in the history
  4. initial commit for ApogeeSSO2-Usergrid integration. Added an interfac…

    …e for ExternalToken providers and ApigeeSSO2Provider class which validates the jwt tokens.
    ayesha12 committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    c23f16a View commit details
    Browse the repository at this point in the history
  5. Add additional logging around batch entity creation.

    Michael Russo committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    20ae382 View commit details
    Browse the repository at this point in the history
  6. Fix log statement. Only newer duplicate unique value entries are remo…

    …ved ( it just might be the candidate or current one in the loop).
    Michael Russo committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    cf4c7f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    841409f View commit details
    Browse the repository at this point in the history
  8. Use ClusterClient feature instead of roles to ensure that all write a…

    …re done only in the appropriate authoritative region.
    snoopdave committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    d12307b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5749492 View commit details
    Browse the repository at this point in the history
  10. Fix NPE with batch creation of entities.

    Michael Russo committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    e982ba4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. adding a separate class for UsergridCentral (implements ExternalToken…

    …Provider).
    
    Cleaning up tokenServiceImpl -> first check if its user grid token else if SSOProvider is enabled then validate the external token.
    ayesha12 committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    c60aaa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fb3ab3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release-2.1.1'

    Michael Russo committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    b0fbf14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6756035 View commit details
    Browse the repository at this point in the history
  5. Update README to better reflect tested ES versions.

    Michael Russo committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    ead9e89 View commit details
    Browse the repository at this point in the history
  6. Merge commit 'refs/pull/542/head' of github.com:apache/usergrid into …

    …apigee-sso-provider
    Michael Russo committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    b21e477 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4f72ef View commit details
    Browse the repository at this point in the history
  8. Merge branch 'release-2.1.1' into usergrid-1268-akka-211

    Conflicts:
    	stack/corepersistence/collection/src/main/java/org/apache/usergrid/persistence/collection/mvcc/stage/write/WriteUniqueVerify.java
    	stack/corepersistence/collection/src/test/java/org/apache/usergrid/persistence/collection/EntityCollectionManagerIT.java
    snoopdave committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    25303e6 View commit details
    Browse the repository at this point in the history
  9. Reconfigure using factory pattern for external SSO providers. Impleme…

    …nt JWT token validation ( expiry for example).
    Michael Russo committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    7cf07b4 View commit details
    Browse the repository at this point in the history
  10. Removed files that were moved elsewhere.

    Michael Russo committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    6c36882 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2016

  1. Configuration menu
    Copy the full SHA
    87dad49 View commit details
    Browse the repository at this point in the history
  2. Add license header to new files.

    Michael Russo committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    71cbd8e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Configuration menu
    Copy the full SHA
    f097e35 View commit details
    Browse the repository at this point in the history
  2. Add application id to log for duplicate unique values.

    Mike Dunker committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    0c965ae View commit details
    Browse the repository at this point in the history
  3. Allow Akka authoritative region to be null and if null, uses current …

    …region as authoritative region.
    snoopdave committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    14f5f7a View commit details
    Browse the repository at this point in the history
  4. Allow UG to inject this class even if public key URL is not specified…

    … because external SSO is disabled.
    Michael Russo committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    3764234 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    526748b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Added app id to the other duplicate unique value log.

    Mike Dunker committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    09280b1 View commit details
    Browse the repository at this point in the history
  2. Enhance some logic around deleting of edges.

    Michael Russo committed Jun 28, 2016
    1 Configuration menu
    Copy the full SHA
    9c4b524 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. 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 repairs.
    Michael Russo committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    724968a View commit details
    Browse the repository at this point in the history
  2. Add missing property

    snoopdave committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    ca9383b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37c482c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    639b421 View commit details
    Browse the repository at this point in the history
  5. Clean up em.removeFromCollection and fix UniqueValueScanner to just l…

    …og duplicates if scanning all of unique values.
    Michael Russo committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    5803916 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/a…

    …sf/usergrid into release-2.1.1
    Michael Russo committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    426449e View commit details
    Browse the repository at this point in the history
  7. Clean up em.removeFromCollection and fix UniqueValueScanner to just l…

    …og duplicates if scanning all of unique values.
    Michael Russo committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    f4ae0cb View commit details
    Browse the repository at this point in the history
  8. Add edge read repair on entity updates.

    Michael Russo committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    a6c307b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Expose option to perform the uniqueIndexRepair higher up to the calle…

    …rs. This allows better control of when the repair happens on the write path.
    Michael Russo committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    8242878 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release-2.1.1' into usergrid-1268-akka-211

    Conflicts:
    	stack/corepersistence/collection/src/main/java/org/apache/usergrid/persistence/collection/mvcc/stage/write/WriteUniqueVerify.java
    	stack/corepersistence/collection/src/test/java/org/apache/usergrid/persistence/collection/mvcc/stage/write/WriteUniqueVerifyIT.java
    snoopdave committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    2d5ad05 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Add additional logging during unique value read repair.

    Michael Russo committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    b0c3059 View commit details
    Browse the repository at this point in the history
  2. Add additional logging during write unique verification.

    Michael Russo committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    57231f0 View commit details
    Browse the repository at this point in the history
  3. Make logging more readable.

    Michael Russo committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    61aa037 View commit details
    Browse the repository at this point in the history
  4. Simplify and rename Actorsystem configuration properties to be more g…

    …eneric, e.g. starting with "usergrid.cluster" instead of "collection.akka"
    snoopdave committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    f0c9fd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bba425 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b4e117 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ddb1cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    557ea91 View commit details
    Browse the repository at this point in the history
  9. Clean up unique value scanner and let it get consistently level from …

    …the typically read CL property.
    Michael Russo committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    ada914a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2016

  1. Add more logging to unique value serialization.

    Michael Russo committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    e0a5d98 View commit details
    Browse the repository at this point in the history
  2. Set consistency level to ALL for now on unique value serialization st…

    …rategy as any cassandra inconsistencies will break the usage of the unique value index.
    Michael Russo committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    02e1619 View commit details
    Browse the repository at this point in the history
  3. Improve consistency when returning entities/ids loaded from unique va…

    …luie index when entity repair ( removal of stale entities) has been executed.
    Michael Russo committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    8982ddd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Configuration menu
    Copy the full SHA
    670248d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db6950b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Disable new token generation on get user details.

    Michael Russo committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    8d79d36 View commit details
    Browse the repository at this point in the history
  2. Make the unique value loading use the config interface for consistent…

    … read CL instead of hard coding to CL_ALL
    Michael Russo committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    bd96b18 View commit details
    Browse the repository at this point in the history
  3. Add support for later versions of tomcat.

    Michael Russo committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    4613e09 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. Fix tomcat dependency versions.

    Michael Russo committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    3e65e78 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix tomcat dependency versions."

    This reverts commit 3e65e78.
    Michael Russo committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    2cae866 View commit details
    Browse the repository at this point in the history
  3. Revert "Add support for later versions of tomcat."

    This reverts commit 4613e09.
    Michael Russo committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    86ae2cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    996bf09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    917f0e3 View commit details
    Browse the repository at this point in the history
  6. Fixing logic around entity delete to ensure that UniqueValues and Res…

    …ervationCache are both cleaned up.
    snoopdave committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    e6c59ee View commit details
    Browse the repository at this point in the history
  7. Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/a…

    …sf/usergrid into usergrid-1268-akka-211
    
    # Conflicts:
    #	stack/corepersistence/collection/src/main/java/org/apache/usergrid/persistence/collection/impl/EntityCollectionManagerFactoryImpl.java
    #	stack/corepersistence/collection/src/main/java/org/apache/usergrid/persistence/collection/impl/EntityCollectionManagerImpl.java
    snoopdave committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    37972a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5d89a8 View commit details
    Browse the repository at this point in the history
  9. Should be ignored

    snoopdave committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    2fb55f0 View commit details
    Browse the repository at this point in the history
  10. Oops

    snoopdave committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    47b7615 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    31b2040 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    66ca27c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. Allow CORS pre-flight requests to come through unauthenticated ( bad …

    …creds shouldn't stop browsers from trying the real request ).
    Michael Russo committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    8413f21 View commit details
    Browse the repository at this point in the history
  2. adding a check to ensure activationConfirmation emails are not sent f…

    …or external sos provider enabled requests.
    ayesha12 committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    2c59bd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ba4e59 View commit details
    Browse the repository at this point in the history
  4. Fix issue where de-indexing assumed all entities were time based UUID…

    …s. They should be, but there could be some legacy data. USERGRID-1305
    Michael Russo committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    f95bf96 View commit details
    Browse the repository at this point in the history
  5. Handling Exception - when admin user is not found in UG as it needs t…

    …o be activated via external provider.
    ayesha12 committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    b583207 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    930308d View commit details
    Browse the repository at this point in the history
  7. adding comments.

    ayesha12 committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    897d373 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a790a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5c54d15 View commit details
    Browse the repository at this point in the history
  10. Fix REST test issues and implement a way to shutdown the Akka actor s…

    …ystem, with hooks for JVM stop/servlet stop.
    Michael Russo committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    5f39ee0 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2016

  1. Configuration menu
    Copy the full SHA
    4f8183f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d393445 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. Configuration menu
    Copy the full SHA
    6e093bc View commit details
    Browse the repository at this point in the history
  2. Ensure the EntityIndexFactory is a singleton so the cache is actually…

    … useful.
    Michael Russo committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    8faad5b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Fix getAllEdgeDocuments in deleteEdge to return docs where entityId m…

    …atches and not just the nodeId. Also fix test that wasn't actually testing this.
    Michael Russo committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    a8f4218 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

  1. Merge branch 'release-2.1.1'

    Michael Russo committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    849df67 View commit details
    Browse the repository at this point in the history
  2. Align Java SDK version to the stack version. Removed unused imports f…

    …rom older Java SDK.
    Michael Russo committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    d720f97 View commit details
    Browse the repository at this point in the history
  3. Fix ActorSystem module dependency verion.

    Michael Russo committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    9e038ef View commit details
    Browse the repository at this point in the history
  4. 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 super user token -> should return superuser info.
    4. Inprogress --> superuser be able to add an org without providing all the administer details.
    ayesha12 committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    fad65a8 View commit details
    Browse the repository at this point in the history
  5. 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 that allow for running integration tests against something aside from http://api.usergrid.com
    * If nothing is specified for this config or if it is missing, the default behavior of using http://api.usergrid.com is enforced
    AndrewLane committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    5a0756a View commit details
    Browse the repository at this point in the history
  6. Fix additional cache issues to ensure we correctly re-use a single ca…

    …che.
    Michael Russo committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    b11b397 View commit details
    Browse the repository at this point in the history
  7. Clean up some naming around collection settings.

    Michael Russo committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    3b6eb07 View commit details
    Browse the repository at this point in the history
  8. Fix typo in default properties file.

    Michael Russo committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    4e93bd6 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'release-2.1.1'

    Michael Russo committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    91abfd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2016

  1. Merge branch 'master' into datastax-cass-driver

    Fix issue with UniqueValueSerialization backwards compatibility via CQL and legacy Usergrid data.
    Michael Russo committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    b23c20a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Configuration menu
    Copy the full SHA
    7738ee0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Use constant score query when searching index for all edge docs and n…

    …ode docs for deleting entities/edges from the index.
    Michael Russo committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    9a45c49 View commit details
    Browse the repository at this point in the history
  2. Convert delete ES queries to filters instead of queries.

    Michael Russo committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    30ba130 View commit details
    Browse the repository at this point in the history
  3. Revert "Convert delete ES queries to filters instead of queries."

    This reverts commit 30ba130.
    Michael Russo committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    5dc3324 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7bb25a View commit details
    Browse the repository at this point in the history
  5. Add three additional query tests to EntityIndexTest and add reference…

    …s to USERGRID-1314 where appropriate.
    snoopdave committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    7c8ba0d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Configuration menu
    Copy the full SHA
    5fcad44 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. require RouterProducers to provide list of the Message Types that the…

    …y handle, so that ActorSystemManager can set them up.
    snoopdave committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    06cc50f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Simplify RouterProducer interface, make it more generic (it is not ju…

    …st for cluster singleton routers).
    snoopdave committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    00aeed8 View commit details
    Browse the repository at this point in the history
  2. Update comment

    Michael Russo committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    32782a3 View commit details
    Browse the repository at this point in the history
  3. Cleanup. Add tests.

    ayesha12 committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    6d88bcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bdb56f View commit details
    Browse the repository at this point in the history
  5. Fix java SDK dependency version in query-validator module.

    Michael Russo committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    789f884 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32f9e55 View commit details
    Browse the repository at this point in the history
  7. Code review changes

    ayesha12 committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    f8d5713 View commit details
    Browse the repository at this point in the history
  8. Merge commit 'refs/pull/551/head' of github.com:apache/usergrid into …

    …apigee-sso-provider
    Michael Russo committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    a22dc92 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'release-2.1.1'

    Michael Russo committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    92554a4 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into apigee-sso-provider

    Michael Russo committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    d6941b7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    acd8719 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into apigee-sso-provider

    Michael Russo committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    9d78b59 View commit details
    Browse the repository at this point in the history
  13. changed to apache

    jewest27 committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    180bccf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a57f865 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0952603 View commit details
    Browse the repository at this point in the history
  16. additional cleanup

    jewest27 committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    3bc3d78 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Configuration menu
    Copy the full SHA
    04a896e View commit details
    Browse the repository at this point in the history
  2. Add some delay in query validator test after creating data for the as…

    …ync indexing to complete.
    Michael Russo committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    494f1bb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release-2.1.1'

    Michael Russo committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    4558dc9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into apigee-sso-provider

    Michael Russo committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    ddde8dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5abd2a1 View commit details
    Browse the repository at this point in the history
  6. Queryvalidator to use new constructor for admin user authentication w…

    …ith the java sdk.
    Michael Russo committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    055289a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into apigee-sso-provider

    Michael Russo committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    50eee86 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. Let the java SDK handle null ql values passed in and update UG stack …

    …to better work with new Java SDK interfaces.
    Michael Russo committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    1e11464 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into apigee-sso-provider

    Michael Russo committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    98f95f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c212f1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b9e3c4 View commit details
    Browse the repository at this point in the history
  5. updated author

    jewest27 committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    c47e6f6 View commit details
    Browse the repository at this point in the history
  6. updated author

    jewest27 committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    ac9cfff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be18bc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. Configuration menu
    Copy the full SHA
    2ba664c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a35cd38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f299c90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d65496 View commit details
    Browse the repository at this point in the history
  5. This closes apache#485 -- invalid PR

    Michael Russo committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    eeb02d8 View commit details
    Browse the repository at this point in the history
  6. This closes apache#449 -- Outdated PR

    Michael Russo committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    79f0ce4 View commit details
    Browse the repository at this point in the history
  7. This closes apache#533 -- Unable to merge APM PR

    Michael Russo committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    42cb2d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8f68a0 View commit details
    Browse the repository at this point in the history
  9. Rename a static property variable and make a coulple methods protecte…

    …d access so exensions of the class can access the methods.
    Michael Russo committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    10e8957 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd13f0b View commit details
    Browse the repository at this point in the history
  11. Add external sso user id to GET /management/me response

    Michael Russo committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    f385b07 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Configuration menu
    Copy the full SHA
    0b84023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69625af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81de964 View commit details
    Browse the repository at this point in the history
  4. Add runtime exception mapper to 500 status code.

    Michael Russo committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    8d4e597 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Configuration menu
    Copy the full SHA
    bc11bc4 View commit details
    Browse the repository at this point in the history
  2. This closes apache#520 -- Unable to merge

    Michael Russo committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    928f447 View commit details
    Browse the repository at this point in the history
  3. This closes apache#519 -- Unable to merge

    Michael Russo committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    c0dd93e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Use the interface for creating admin users.

    Michael Russo committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    2a514d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. 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)
    ayesha12 committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    b1157a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a83bfc View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. if(entityType.isPresent()) --> never gets into this path for getting …

    …connections. hence removing it.
    ayesha12 committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    4531adf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7383469 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    588a0b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdfc971 View commit details
    Browse the repository at this point in the history
  5. Add hooks for post processing for external integrations. Update secur…

    …ity filters to check additional security context for service admin.
    Michael Russo committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    32204b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77b6573 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. Make unique value actor system logic more configurable.

    Michael Russo committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    f919603 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Merge branch 'master' into datastax-cass-driver

    Michael Russo committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    5095891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba2d985 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Reduce load on Datastax driver's control connection ( mainly b/c of o…

    …ur test framework ).
    Michael Russo committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    261af48 View commit details
    Browse the repository at this point in the history
  2. Move to latest datastax driver version.

    Michael Russo committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    ec2e862 View commit details
    Browse the repository at this point in the history
  3. Change to latest 2.1 version of datastax driver.

    Michael Russo committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    b1d3e25 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Fix bootstrapping issue and limit the amount of cache used for Graph …

    …Node Shards.
    Michael Russo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    ceb50ff View commit details
    Browse the repository at this point in the history
  2. Enhance Map_Keys and give the ability to properly page the keys of a …

    …map.
    Michael Russo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    fe197af View commit details
    Browse the repository at this point in the history
  3. Make schema creation more robust so parallel test execution doesn't o…

    …verload the datastax driver's control connection.
    Michael Russo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    320cf00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdab708 View commit details
    Browse the repository at this point in the history
  5. Reduce # of database connections in the tests now so cassandra doesn'…

    …t get overwhelemed.
    Michael Russo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    92d5f40 View commit details
    Browse the repository at this point in the history
  6. Fix issue with map manager key sorting. Enhance buffer sizing by usin…

    …g byte length of string components.
    Michael Russo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    fcbe803 View commit details
    Browse the repository at this point in the history
  7. Tune some test properties.

    Michael Russo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    1238ce0 View commit details
    Browse the repository at this point in the history
  8. Update MapManager test execution.

    Michael Russo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    e8b9ad5 View commit details
    Browse the repository at this point in the history
  9. Load properties into Guice by using the getProperty method instead of…

    … generic putAll from Map superclass as it getProperty could be overridden
    Michael Russo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    7625b0d View commit details
    Browse the repository at this point in the history
  10. Reduce the cache size for graph shards.

    Michael Russo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    6a54d0d View commit details
    Browse the repository at this point in the history
  11. Merge branch 'release-2.1.1'

    Michael Russo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    80e9f37 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b5ed32a View commit details
    Browse the repository at this point in the history
  13. Merge branch 'hotfix-20160819'

    Michael Russo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    d2061dc View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. Configuration menu
    Copy the full SHA
    3cfd2e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. Configuration menu
    Copy the full SHA
    c239a2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1de577a View commit details
    Browse the repository at this point in the history