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

Added cross-region, updated wait_for to use process.join() since ther… #555

Open
wants to merge 2,257 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 18, 2016

  1. Configuration menu
    Copy the full SHA
    d8371e1 View commit details
    Browse the repository at this point in the history
  2. Fix issues with skipping entities to be indexed.

    Michael Russo committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    b8f502f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/a…

    …sf/usergrid into release-2.1.1
    
    # Conflicts:
    #	stack/core/src/main/java/org/apache/usergrid/corepersistence/index/IndexServiceImpl.java
    snoopdave committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    666c49e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Update to newer version of GCM server which lets Usergrid directly se…

    …t the data object within the SDK instead of just adding key/value pairs.
    Michael Russo committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    d069185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9950af7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. Configuration menu
    Copy the full SHA
    2d2435f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6488b05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa73aa View commit details
    Browse the repository at this point in the history
  4. Add a separate executor pool for async processing instead of unbounde…

    …d Schedulers.io()
    Michael Russo committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    f272af2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9553d44 View commit details
    Browse the repository at this point in the history
  6. Added a test for counters that isn't correctly configured to work wit…

    …h other tests yet, and added the counters to the backend of notifications for further examination.
    GERey committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    7a08296 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5b06db View commit details
    Browse the repository at this point in the history
  8. Fix NPE.

    Michael Russo committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    158b5de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81eb251 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. Configuration menu
    Copy the full SHA
    df9abc4 View commit details
    Browse the repository at this point in the history
  2. Fix scheduler.

    Michael Russo committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    938bef0 View commit details
    Browse the repository at this point in the history
  3. Update distinct code.

    Michael Russo committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    7df40ac View commit details
    Browse the repository at this point in the history
  4. Update distinct to properly use device ID.

    Michael Russo committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    e76e65d View commit details
    Browse the repository at this point in the history
  5. Back to Schedulers.io()

    Michael Russo committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    949f71b View commit details
    Browse the repository at this point in the history
  6. Increase AWS client timeouts.

    Michael Russo committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    a8ba65f View commit details
    Browse the repository at this point in the history
  7. Increase limit of device fetching per user to 50.

    Michael Russo committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    2b38d24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02352df View commit details
    Browse the repository at this point in the history
  9. Merge branch 'release-2.1.1' of https://git-wip-us.apache.org/repos/a…

    …sf/usergrid into release-2.1.1
    Mike Dunker committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    11ee98a View commit details
    Browse the repository at this point in the history
  10. Tweak heap status to return used heap, and changed endpoint to status…

    …/heap.
    Mike Dunker committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    70da5a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Added fixes around caching and changed the endpoint to selective inde…

    …xing to be /_index instead of /_indexes
    GERey committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    2622690 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Configuration menu
    Copy the full SHA
    52ee2fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeb8a60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5352494 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45bb03e View commit details
    Browse the repository at this point in the history
  5. Lots of renaming to change from "index schema" to "collection setting…

    …s" and _indexes to _settings.
    snoopdave committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    3f4bd02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11aa138 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c08979 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ae09ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc7024e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    085165c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f770666 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'release-2.1.1' into usergrid-1268-akka-211

    Conflicts:
    	stack/core/src/main/java/org/apache/usergrid/corepersistence/index/CollectionSettingsCacheImpl.java
    	stack/rest/src/main/java/org/apache/usergrid/rest/applications/CollectionResource.java
    	stack/rest/src/test/java/org/apache/usergrid/rest/applications/collection/CollectionsResourceIT.java
    snoopdave committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    6eec0d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Configuration menu
    Copy the full SHA
    3e7aac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02c1795 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    279c020 View commit details
    Browse the repository at this point in the history
  4. Changes to get Collections module tests running reliably, plus a new …

    …U.V. performance test like the one in the POC.
    snoopdave committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    8c6387f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. Ensure the hector cluster is created with credentials from the proper…

    …ties file.
    Michael Russo committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    c07cdb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2016

  1. Re-work caching of push notification queue managers such that produci…

    …ng and consuming leverage the same cache.
    Michael Russo committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    d16f4c1 View commit details
    Browse the repository at this point in the history
  2. Clear an app's push manager queue cache when notifiers are added ( cu…

    …rrent notifiers are stored as a hash map within the class instance).
    Michael Russo committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    1284db7 View commit details
    Browse the repository at this point in the history
  3. Update logging statements to be trace level.

    Michael Russo committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    46cd401 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4c8a01 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Merge branch 'release-2.1.1'

    * release-2.1.1: (23 commits)
      Add more info to the log statement when we can't load an application.
      Update logging statements to be trace level.
      Clear an app's push manager queue cache when notifiers are added ( current notifiers are stored as a hash map within the class instance).
      Re-work caching of push notification queue managers such that producing and consuming leverage the same cache.
      Ensure the hector cluster is created with credentials from the properties file.
      Added fixes around caching and changed the endpoint to selective indexing to be /_index instead of /_indexes
      Tweak heap status to return used heap, and changed endpoint to status/heap.
      Add status/memory endpoint to get heap usage, max heap, and free heap.
      Increase limit of device fetching per user to 50.
      Increase AWS client timeouts.
      Back to Schedulers.io()
      Update distinct to properly use device ID.
      Update distinct code.
      Fix scheduler.
      Temporarily disable notification counters and back to Schedulers.io()
      Fix NPE.
      Added a test for counters that isn't correctly configured to work with other tests yet, and added the counters to the backend of notifications for further examination.
      Add a separate executor pool for async processing instead of unbounded Schedulers.io()
      Invalidate ShiroCache when admin user added to org.
      Ensure that applicationId cache does not cache nulls.
      ...
    GERey committed May 2, 2016
    Configuration menu
    Copy the full SHA
    e4beaea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf7c341 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9be069b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Configuration menu
    Copy the full SHA
    55251a0 View commit details
    Browse the repository at this point in the history
  2. Fix ManagementResource to use existing string constant, and adding lo…

    …gging of Cassandra props to ToolBase
    snoopdave committed May 3, 2016
    Configuration menu
    Copy the full SHA
    37bee32 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Configuration menu
    Copy the full SHA
    29e940e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    223521e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b195a0 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. Cherrypicking first of the changes to account for future possible ins…

    …tances of the class cast exception
    GERey committed May 6, 2016
    Configuration menu
    Copy the full SHA
    c46e1b6 View commit details
    Browse the repository at this point in the history
  2. Added test and cleaned up imports that proves that the class cast iss…

    …ue will no longer occur.
    GERey committed May 6, 2016
    Configuration menu
    Copy the full SHA
    0f13650 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2016

  1. Make sure migration classes are rolled to the latest supported before…

    … initializing mgmt app on database/bootstrap.
    Michael Russo committed May 8, 2016
    Configuration menu
    Copy the full SHA
    3a96239 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. Fixed error with a PUT call actually sending a POST.

    Added additional assert to make sure that a POST will not encounter this issue as well.
    GERey committed May 9, 2016
    Configuration menu
    Copy the full SHA
    987ffdc View commit details
    Browse the repository at this point in the history
  2. Ensure that /org/app/users/me always works for logged in user, regard…

    …less of roles/permissions, also that it is impossible to create an app or admin user named 'me'
    snoopdave committed May 9, 2016
    Configuration menu
    Copy the full SHA
    c7c7c8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd363f4 View commit details
    Browse the repository at this point in the history
  4. Removed the type checking for integers since updateStatistics is only…

    … used once for guaranteed longs.
    GERey committed May 9, 2016
    Configuration menu
    Copy the full SHA
    9edfda6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Configuration menu
    Copy the full SHA
    f0829ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d5836a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Configuration menu
    Copy the full SHA
    1d0e73b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f723f36 View commit details
    Browse the repository at this point in the history
  3. Fix cache maximum settings.

    Michael Russo committed May 11, 2016
    Configuration menu
    Copy the full SHA
    cdb92aa View commit details
    Browse the repository at this point in the history
  4. Added UsergridEntity.toMapValue() and fixed bugs in UsergridRequest.

    Also added the generated jar artifact to the repo.
    RobertWalsh committed May 11, 2016
    Configuration menu
    Copy the full SHA
    fb35388 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. Updates. See commit details.

    Added default constructors to some classes.
    Added @JsonProperty annotations to some constructor methods.
    Added UsergridEntity.toPrettyString() for constructing a pretty printed Json string.
    Fixed UsergridResponse.fromException method to check for null.
    RobertWalsh committed May 13, 2016
    Configuration menu
    Copy the full SHA
    9cccc90 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Configuration menu
    Copy the full SHA
    7fdca3d 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
    snoopdave committed May 16, 2016
    Configuration menu
    Copy the full SHA
    bc857e3 View commit details
    Browse the repository at this point in the history
  3. Move the initial get of management app to the CpEntityManagerFactory …

    …with retries, and caching for the management app itself.
    snoopdave committed May 16, 2016
    Configuration menu
    Copy the full SHA
    e0c0c87 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Improve cache logic to avoid caching "bad" entity managers and to ens…

    …ure that manager app is always available.
    
    Should be no reason to use a retry loop because the system will continue to call for EntityManagers.
    Adds new "entity.manager.cache.size" property, which defaults to 100.
    snoopdave committed May 18, 2016
    Configuration menu
    Copy the full SHA
    5f46341 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'usergrid-1283-service-mgr-init' into usegrid-1283-mgmt-…

    …app-init
    
    Conflicts:
    	stack/core/src/main/java/org/apache/usergrid/corepersistence/CpEntityManagerFactory.java
    snoopdave committed May 18, 2016
    Configuration menu
    Copy the full SHA
    de6de66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    596e0fc View commit details
    Browse the repository at this point in the history
  4. Two fields.

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

Commits on May 19, 2016

  1. Configuration menu
    Copy the full SHA
    0b41620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07d5ee2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f8b467 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    886e837 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Configuration menu
    Copy the full SHA
    e2ebc46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5107ccf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebcc772 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aae8fdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12743f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9e7c39 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Configuration menu
    Copy the full SHA
    337c94c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c16d6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9250a81 View commit details
    Browse the repository at this point in the history
  4. 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. 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
  5. 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
  6. Configuration menu
    Copy the full SHA
    841409f View commit details
    Browse the repository at this point in the history
  7. 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
  8. Configuration menu
    Copy the full SHA
    5749492 View commit details
    Browse the repository at this point in the history
  9. 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. Configuration menu
    Copy the full SHA
    2fb3ab3 View commit details
    Browse the repository at this point in the history
  2. 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
  3. Configuration menu
    Copy the full SHA
    c4f72ef View commit details
    Browse the repository at this point in the history
  4. 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

Commits on Jun 27, 2016

  1. 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
  2. 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

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. 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
  2. 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

Commits on Jul 8, 2016

  1. 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
  2. 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

Commits on Jul 12, 2016

  1. 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. 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
  5. 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
  6. 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 26, 2016

  1. Configuration menu
    Copy the full SHA
    32f9e55 View commit details
    Browse the repository at this point in the history
  2. 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
  3. Configuration menu
    Copy the full SHA
    a57f865 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0952603 View commit details
    Browse the repository at this point in the history
  5. 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

Commits on Jul 28, 2016

  1. Configuration menu
    Copy the full SHA
    c212f1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b9e3c4 View commit details
    Browse the repository at this point in the history
  3. 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
  4. 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
  5. Configuration menu
    Copy the full SHA
    be18bc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Added cross-region, updated wait_for to use process.join() since ther…

    …e were some leftover processes in some cases. Join() is supposed to be able to avoid this...
    jewest27 committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    4833bbe View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. Configuration menu
    Copy the full SHA
    fa06c64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a15c336 View commit details
    Browse the repository at this point in the history
  3. formatting update

    jewest27 committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    749046a View commit details
    Browse the repository at this point in the history
  4. update URL for Python SDK

    jewest27 committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    3393dae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9785f6f View commit details
    Browse the repository at this point in the history
  6. working draft

    jewest27 committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    93e79ed View commit details
    Browse the repository at this point in the history
  7. rev version to 1.0.0

    Final Draft implementation of the Import and Export tools
    jewest27 committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    1f9a6a0 View commit details
    Browse the repository at this point in the history
  8. new

    jewest27 committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    487e3d1 View commit details
    Browse the repository at this point in the history
  9. fixed link text

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

Commits on Aug 15, 2016

  1. Configuration menu
    Copy the full SHA
    dd6d5f3 View commit details
    Browse the repository at this point in the history
  2. updated tags and aggregation

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

Commits on Aug 21, 2016

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

Commits on Aug 24, 2016

  1. near-final update

    jewest27 committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    dd3bb52 View commit details
    Browse the repository at this point in the history
  2. new

    jewest27 committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    7daf3fa View commit details
    Browse the repository at this point in the history