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

Merge pull request #1 from apache/master #564

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

Commits on Sep 20, 2016

  1. Configuration menu
    Copy the full SHA
    434e53e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c204b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b79fb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. Configuration menu
    Copy the full SHA
    9306f12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    727ff1d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Configuration menu
    Copy the full SHA
    c08e02a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00eb139 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Now supports elasticsearch.queue_impl=MULTIREGION setting instead of …

    …SNS, also more/better DEBUG logging
    snoopdave committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    2cd8ecb View commit details
    Browse the repository at this point in the history
  2. Add new dispatcher for blocking io actors.

    Michael Russo committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    10ac8d0 View commit details
    Browse the repository at this point in the history
  3. Update the threshold settings.

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

Commits on Sep 26, 2016

  1. Move failure detector settings to cluster overall. Temporarily stop d…

    …owning nodes when unreachable at application layer.
    Michael Russo committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    50b936d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    027e40d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33319f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

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

Commits on Oct 1, 2016

  1. Configuration menu
    Copy the full SHA
    ef8899a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hotfix-20160819'

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

Commits on Oct 3, 2016

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

Commits on Oct 4, 2016

  1. Add ability to start initial re-index seek with the UNIX timestamp. T…

    …his will only start seeking from the time provided, rather than seeking all and discarding what doesn't match a filter.
    Michael Russo committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    85cc934 View commit details
    Browse the repository at this point in the history
  2. Revert "Add ability to start initial re-index seek with the UNIX time…

    …stamp. This will only start seeking from the time provided, rather than seeking all and discarding what doesn't match a filter."
    
    This reverts commit 85cc934.
    Michael Russo committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    5db402d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c92f6 View commit details
    Browse the repository at this point in the history
  4. Make sure that 2nd hop index event lands on utility queue if it was c…

    …onsumed from that queue originally.
    Michael Russo committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    a4cc63f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. Configuration menu
    Copy the full SHA
    88d429f View commit details
    Browse the repository at this point in the history
  2. Fix logic to compare timestamps, not UUIDs and to zero-out the "since…

    …" time when queue is empty.
    snoopdave committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    81233b0 View commit details
    Browse the repository at this point in the history
  3. Logging improvements

    snoopdave committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    1f28e2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd5835b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a90a0bb View commit details
    Browse the repository at this point in the history
  6. Ensure that injector is not used in Akka constructors to avoid "canno…

    …t serialize injector" errors
    snoopdave committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    fe08fa7 View commit details
    Browse the repository at this point in the history
  7. Ensure that injector is not used in Akka constructors to avoid "canno…

    …t serialize injector" errors
    snoopdave committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    d215328 View commit details
    Browse the repository at this point in the history
  8. Logging improvements

    snoopdave committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    e328584 View commit details
    Browse the repository at this point in the history
  9. Queue info REST end-point

    snoopdave committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    202d5be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fbce160 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Configuration menu
    Copy the full SHA
    a254ee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    907fd0c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/user…

    …grid
    
    * 'master' of https://git-wip-us.apache.org/repos/asf/usergrid:
      Fix re-index memory leak with flatmap observable and speed up re-index.
      Implement better self leave for akka clustering if JVM goes down.
      Bump akka version to 2.4.10 ( lastest current stable version)
      Move failure detector settings to cluster overall. Temporarily stop downing nodes when unreachable at application layer.
      Update the threshold settings.
      Add new dispatcher for blocking io actors.
      allow no password when creating admin users when SSO-enabled
      Load properties into Guice by using the getProperty method instead of generic putAll from Map superclass as it getProperty could be overridden
      add count to paged organizations get, and fix limit=1000
      Refactor superuser authentication/login such that permissions are handled more appropriately, allowing access to all parts of the system.
      Enhance superuser basic auth filter to login to shiro with a token just like the sysadmin tokens.
      Adding paging to get all orgs endpoint.  Enhance Akka cluster so it properly downs nodes that are restarted but still ok on the network. Don't load all orgs when validating sysadmin creds.
    snoopdave committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    3709535 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71fe06f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'hotfix-20160819'

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

Commits on Oct 10, 2016

  1. Add total-time metrics, handle Ack requests via WriterRouter, use C* …

    …batch-statement for Ack operation
    snoopdave committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    7be8c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d37ed5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f3b2da View commit details
    Browse the repository at this point in the history
  4. Minor test improvements

    snoopdave committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    63561ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f2863f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Configuration menu
    Copy the full SHA
    041109f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775257d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2afaa92 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

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

Commits on Oct 13, 2016

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

Commits on Oct 19, 2016

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

Commits on Oct 20, 2016

  1. Tools to remove an Admin User from an Organization using the manageme…

    …nt service and the graph manager to remove any lingering edges.
    snoopdave committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    9c5f599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e49da View commit details
    Browse the repository at this point in the history
  3. Ensure the admin invited to org email is sent even when external SSO …

    …is enabled.
    Michael Russo committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    48d306f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1abafe7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/user…

    …grid
    
    * 'master' of https://git-wip-us.apache.org/repos/asf/usergrid:
      Ensure the admin invited to org email is sent even when external SSO is enabled.
      Configurable Password Policy and 5 supporting JUnit tests.
    snoopdave committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    cb0dc69 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Merge branch 'asf-site'

    snoopdave committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    3dbc2e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11ad1d7 View commit details
    Browse the repository at this point in the history
  3. Update Cassandra and ElasticSearch versions supported & add node abou…

    …t the need for start_rpc=true in Cassandra 2+
    snoopdave committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    77ad91a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7c14bb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

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

Commits on Oct 28, 2016

  1. Configuration menu
    Copy the full SHA
    fe3bf56 View commit details
    Browse the repository at this point in the history
  2. Add missing bad_confirmation_token.jsp

    snoopdave authored and Michael Russo committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    8921850 View commit details
    Browse the repository at this point in the history
  3. Ensure the admin invited to org email is sent even when external SSO …

    …is enabled.
    Michael Russo committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    73de903 View commit details
    Browse the repository at this point in the history
  4. If claims cannot be parsed, fetch new JWT token

    snoopdave authored and Michael Russo committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    e0eb11c View commit details
    Browse the repository at this point in the history
  5. Add key freshness and full set of tests

    snoopdave authored and Michael Russo committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    efa65ac View commit details
    Browse the repository at this point in the history
  6. Fix typo and unused reference

    snoopdave authored and Michael Russo committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    406a742 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Merge branch 'master' into usergrid-1318-queue

    Conflicts:
    	content/releases/index.html
    	stack/core/src/main/java/org/apache/usergrid/corepersistence/asyncevents/AsyncEventServiceImpl.java
    	website/content/releases/index.html
    snoopdave committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    7cc5c1c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

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

Commits on Nov 3, 2016

  1. Configuration menu
    Copy the full SHA
    1d5e407 View commit details
    Browse the repository at this point in the history
  2. Add timeout to shard and message counters, in addition to existing "n…

    …umber of changes before write" logic.
    snoopdave committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    521047c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    522a551 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2016

  1. Fix issue where accidental empty property for SMTP still causes authe…

    …ntication to be attempted.
    Michael Russo committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    cdc417d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. Merge branch 'hotfix-20160819'

    Michael Russo committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    689c450 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Configuration menu
    Copy the full SHA
    ae16458 View commit details
    Browse the repository at this point in the history
  2. Rename send message methods to sendMessageToAllRegions() and sendMess…

    …ageToLocalRegion(), and fix implementation of both in Hakka imply.
    snoopdave committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    5a81eb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6e6d5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a86795 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Message counter fixes

    snoopdave committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    fc68e42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78fc3fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b405ce8 View commit details
    Browse the repository at this point in the history
  4. set short GC grace period to mop up tombstones quickly as there will …

    …be lots of deletes in the queue message tables
    snoopdave committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    ab26fa5 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Configuration menu
    Copy the full SHA
    fb62629 View commit details
    Browse the repository at this point in the history
  2. Update datastax driver to 2.1.10

    Michael Russo committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    8f7e079 View commit details
    Browse the repository at this point in the history
  3. Fix typo in password policy properties.

    Michael Russo committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    2108f6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c62a348 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1ac184 View commit details
    Browse the repository at this point in the history
  6. Increase test cassandra connections per host as we test with only 1 h…

    …ost.
    Michael Russo committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    1ef3920 View commit details
    Browse the repository at this point in the history
  7. Revert "Increase test cassandra connections per host as we test with …

    …only 1 host."
    
    This reverts commit 1ef3920.
    Michael Russo committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    9192095 View commit details
    Browse the repository at this point in the history
  8. Reduce load on datastax control connection ( mostly for tests because…

    … the interact with the schema A LOT).
    Michael Russo committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    cd7e803 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2016

  1. Configuration menu
    Copy the full SHA
    0dc7d03 View commit details
    Browse the repository at this point in the history
  2. Better tune connection pool with the datastax driver.

    Michael Russo committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    a8b3e79 View commit details
    Browse the repository at this point in the history
  3. Increase database connection pools for persistence tests.

    Michael Russo committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    daf608e View commit details
    Browse the repository at this point in the history
  4. Add more database connections for the tests ( single database host be…

    …ing used in CI jobs ).
    Michael Russo committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    84af161 View commit details
    Browse the repository at this point in the history
  5. Still tweaking tests for CI environments.

    Michael Russo committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    2389c20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a31fa45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b895260 View commit details
    Browse the repository at this point in the history
  8. Update timeout configurations.

    Michael Russo committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    664a2cf View commit details
    Browse the repository at this point in the history
  9. Fix conversion to seconds.

    Michael Russo committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    ac28b8f View commit details
    Browse the repository at this point in the history
  10. Add reconnection policy.

    Michael Russo committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    ce9d66c View commit details
    Browse the repository at this point in the history
  11. Remove reuse address.

    Michael Russo committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    b418451 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Add database connection closing to shutdown listener and again tweak …

    …test properties.
    Michael Russo committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    bb5d3f5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/user…

    …grid
    
    * 'master' of https://git-wip-us.apache.org/repos/asf/usergrid:
      Add database connection closing to shutdown listener and again tweak test properties.
      Remove reuse address.
      Add reconnection policy.
      Fix conversion to seconds.
      Update timeout configurations.
      Synchronize creation/connecting of datastax cluster and sessions.
      Additional test adjustments to better work with CI environments.
      Still tweaking tests for CI environments.
      Add more database connections for the tests ( single database host being used in CI jobs ).
      Increase database connection pools for persistence tests.
      Better tune connection pool with the datastax driver.
      Set core and max connections to be the same for the datastax driver.
      Reduce load on datastax control connection ( mostly for tests because the interact with the schema A LOT).
      Revert "Increase test cassandra connections per host as we test with only 1 host."
      Increase test cassandra connections per host as we test with only 1 host.
    snoopdave committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    fbd73cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee4288 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Configuration menu
    Copy the full SHA
    58c1d09 View commit details
    Browse the repository at this point in the history
  2. Use one injector in tests and, at most, one Akka cluster per test cla…

    …ss. For real this time ;-)
    snoopdave committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    e83b54e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14b5fe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80369b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be7c2d1 View commit details
    Browse the repository at this point in the history
  6. Update Elasticsearch client version to 1.7.5.

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

Commits on Nov 16, 2016

  1. Fix Core Tests.

    Michael Russo committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    edbda93 View commit details
    Browse the repository at this point in the history
  2. Set the default elasticsearch cluster name via fig only.

    Michael Russo committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    6e5978b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

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

Commits on Nov 18, 2016

  1. Make it possible to configure either LOCAL, DISTRIBUTED or DISTRIBUTE…

    …D_SNS queue; also: set Core tests to use DISTRIBUTED queue (i.e. Qakka).
    snoopdave committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    278abd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdd4e0b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2016

  1. Fix log binding and reduce long poll timeout for tests to reduce time…

    … spent validating index data.
    Michael Russo committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    61878c0 View commit details
    Browse the repository at this point in the history
  2. For tests, ensure we clear the in memory set of queues that exist as …

    …keyspaces get dropped w/o new class instantiation.
    Michael Russo committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    9b12299 View commit details
    Browse the repository at this point in the history
  3. Fix issue with updated LocalQueueManager creation.

    Michael Russo committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    432a8f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7464167 View commit details
    Browse the repository at this point in the history
  5. Tests use a different injector, clear the queue name cache using othe…

    …r means.
    Michael Russo committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    eaf3b52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcf38be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0736478 View commit details
    Browse the repository at this point in the history
  8. Reduce queue long polling timeout for tests.

    Michael Russo committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    66c1b0d View commit details
    Browse the repository at this point in the history
  9. Add logging and wait for schema agreement in tests that drop the keys…

    …pace.
    Michael Russo committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    6bd4a20 View commit details
    Browse the repository at this point in the history
  10. Use direct queries to cassandra to see if a keyspace exists vs. the d…

    …river's cached metadata.
    Michael Russo committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    40e1c06 View commit details
    Browse the repository at this point in the history
  11. Give CoreSchemaManager in tests the ability to force check if keyspac…

    …es are created while normal runtime classes can rely on the driver's cached metadata.
    Michael Russo committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    2578e93 View commit details
    Browse the repository at this point in the history
  12. Reduce retries in refreshIndex() and tone down exceptions that occur …

    …when keyspace or table not yet created.
    snoopdave committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    20c425b View commit details
    Browse the repository at this point in the history
  13. Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/user…

    …grid
    
    * 'master' of https://git-wip-us.apache.org/repos/asf/usergrid:
      Give CoreSchemaManager in tests the ability to force check if keyspaces are created while normal runtime classes can rely on the driver's cached metadata.
    snoopdave committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    dd46ebe View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2016

  1. Rely less on the datastax driver's metadata configuration as tests mo…

    …dify schema too much currently.
    Michael Russo committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    0a83ee4 View commit details
    Browse the repository at this point in the history
  2. Stop using hector for schema deletion in tests and move to the datast…

    …ax driver.
    Michael Russo committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    ad9d607 View commit details
    Browse the repository at this point in the history
  3. Increase database connections for Collection module as there are a lo…

    …t of async workers doing IO.
    Michael Russo committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    f0ec3a9 View commit details
    Browse the repository at this point in the history
  4. Reduce long polling time in tests and switch back to database driver …

    …metadata now that Hector is no longer used for altering test schema.
    Michael Russo committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    cae0605 View commit details
    Browse the repository at this point in the history
  5. Tune test properties.

    Michael Russo committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    a77b1f4 View commit details
    Browse the repository at this point in the history
  6. Further test tuning.

    Michael Russo committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    a7cf58c View commit details
    Browse the repository at this point in the history
  7. Enable Akka for all tests.

    snoopdave committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    9364496 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    229a13a View commit details
    Browse the repository at this point in the history
  9. Standardize the collection test properties.

    Michael Russo committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    8587735 View commit details
    Browse the repository at this point in the history
  10. Add ability to force check database schema with Tables in addition to…

    … Keyspaces.
    Michael Russo committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    f49fe0a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0ada637 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Clear up some potential netty dependency conflicts by widening the ra…

    …nge in inclusion. Go back to datastax driver version 2.1.9 for now, and fix loading of log4j.properties in corepersistence tests.
    Michael Russo committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    3d60145 View commit details
    Browse the repository at this point in the history
  2. Make sure to create keyspaces on initialization before trying to obta…

    …in sessions to the keyspaces.
    Michael Russo committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    2af22a8 View commit details
    Browse the repository at this point in the history
  3. Fix more netty dependency exclusions.

    Michael Russo committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    8fda937 View commit details
    Browse the repository at this point in the history
  4. Increase # of database connections for collection tests.

    Michael Russo committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    fab971d View commit details
    Browse the repository at this point in the history
  5. Additional test tuning for Collection module.

    Michael Russo committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    cb41a0a View commit details
    Browse the repository at this point in the history
  6. Services module test tuning.

    Michael Russo committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    4584787 View commit details
    Browse the repository at this point in the history
  7. Set smaller thread counts in tests.

    Michael Russo committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    fcd3bd7 View commit details
    Browse the repository at this point in the history
  8. More Collection test tuning.

    Michael Russo committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    447aaa1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ebab21e View commit details
    Browse the repository at this point in the history
  10. Fix log4j props in Services and destroy db session before re-creating…

    … schema to make sure meta gets refreshed.
    Michael Russo committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    cf06b4e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

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

Commits on Dec 8, 2016

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

Commits on Dec 9, 2016

  1. New "re-persist all entities in named list of apps" tool, plus fixes …

    …to other toosl. ExportAppTest still failing tho.
    snoopdave committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    8444687 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Configuration menu
    Copy the full SHA
    33fe480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb95ce5 View commit details
    Browse the repository at this point in the history
  3. Fix ExportAppTest

    snoopdave committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    79492c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Fix cassandra transport frame size exceptions due to numeric overflow…

    … causing incorrect calucations of batch loading of entities from cassandra.
    Michael Russo committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    ff574d3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hotfix-20160819'

    Michael Russo committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    2f7b0ee View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. Add configuration to disable unique value verification using Akka clu…

    …stering.
    Michael Russo committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    e3ab255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    303661c View commit details
    Browse the repository at this point in the history
  3. Stop parallel execution of tests in EntityCollectionManagerIT tempora…

    …rily.
    Michael Russo committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    bb5f2fb View commit details
    Browse the repository at this point in the history
  4. Add logging to AbstractServiceNotificationIT

    Michael Russo committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    2fe81cd View commit details
    Browse the repository at this point in the history
  5. Remove call to .duplicate on the BB in serialization classes and lowe…

    …r number of database connections on collection tests.
    Michael Russo committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    9f63dcc View commit details
    Browse the repository at this point in the history
  6. Set default to UniqueValue verification for UG clustering.

    Michael Russo committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    2f25e9c View commit details
    Browse the repository at this point in the history
  7. Add logging to tests.

    Michael Russo committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    7125899 View commit details
    Browse the repository at this point in the history
  8. Set test timeouts higher due to schema changes taking awhile, and the…

    …re are frequent schema changes in the test suites.
    Michael Russo committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    cf81679 View commit details
    Browse the repository at this point in the history
  9. Temporarily disabling tools build from main pom as it's failing to ex…

    …it properly causing the fully build to fail even though all tests pass.
    Michael Russo committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    7134d34 View commit details
    Browse the repository at this point in the history
  10. Revert "Temporarily disabling tools build from main pom as it's faili…

    …ng to exit properly causing the fully build to fail even though all tests pass."
    
    This reverts commit 7134d34.
    Michael Russo committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    8e7aff3 View commit details
    Browse the repository at this point in the history
  11. Temporarily disabling tools tests as it's failing to exit properly ca…

    …using the build to fail even though all tests pass.
    Michael Russo committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    280ac8b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Make Locks keyspace creation more robust ( IF NOT EXISTS sometimes ha…

    …s problems ).
    Michael Russo committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    691d6b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Fixes issue with organization credentials using the same cache key wh…

    …en the credentials cache is enabled.
    Michael Russo committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    cf0b653 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Enhance the elasticsearch filter so that sort predicates of known ent…

    …ity fields have a sort applied with their specific type rather than all possible types.
    michaelarusso committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    447b5b8 View commit details
    Browse the repository at this point in the history
  2. Always make sure FIELD_STRING_NESTED_UNANALYZED is used for known fie…

    …ld String values in sort predicates.
    michaelarusso committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    5903c3c View commit details
    Browse the repository at this point in the history
  3. Fix condition with deciding whether or not to use the known field typ…

    …e vs. adding the default sort predicate types.
    michaelarusso committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    8426840 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Slight refactor of visting the parsed query such that a correct deter…

    …mination if Elasticsearch response sortValues have geo distance contained within.
    michaelarusso committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    f8e644d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

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

Commits on Feb 25, 2017

  1. Add query analyzer condition for full collection sorts when the colle…

    …ction size exceeds the limit. Add QueryAnalyzer tests.
    michaelarusso committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    f556e42 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

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

Commits on Mar 2, 2017

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

Commits on Mar 21, 2017

  1. Configuration menu
    Copy the full SHA
    f6aed13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9141f8d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Fix issue where default passwords are not being created when not prov…

    …ided ( you are allowed to create new admin users with just an email and it will invoke a reset password flow).
    michaelarusso committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    3b1b0ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d921108 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Fixes a handful of issues around single quotes and plus symbols in qu…

    …eries and email addresses. See: USERGRID-29 USERGRID-1041 USERGRID-1117 USERGRID-1338
    michaelarusso committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    8917832 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2017

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

Commits on Mar 27, 2017

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

Commits on Mar 28, 2017

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

Commits on Mar 31, 2017

  1. Update new ExportService to better stream out the results directly fr…

    …om the database. Added tests to validate
    michaelarusso committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    b37fc81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b63aae View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2017

  1. Switch DISTRIBUTED database queueing to default not cache in memory a…

    …s the in memory impl causes duplicate messgae processing quite often at the moment.
    
     - includes making all the tests work without in-memory queue fronting the database queue which really means adding some more delay in tests
     - the tests now are actually faster now because the original refreshIndex() created and queried random entities which took longer in most cases
     - uncommented the checkReceipts function in Notification tests as these are now passing, with an added fix for duplicate receipt creation
     - some logging updates in the distributed database queueing impl (Qakka)
     - increased the default take to 500 from the queue when DISTRIBUTED database queueing is configured ( which is the default now )
     - Notifications Queue Listener thread names have a random identifier in included
     - reduced the DISTRIBUTED database queueing default long poll to 1 second from 5 seconds
    michaelarusso committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    d3e988b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

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

Commits on Apr 26, 2017

  1. Add a new Asset binary provider for Google Cloud Storage. Refactor th…

    …e BinaryStore implementation to follow a Factory pattern.
    michaelarusso committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    bafd462 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

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

Commits on Jun 14, 2017

  1. dead letter queue handling

    1. Add workers that move messages from dead letter queues back to the indexing and utility queues.
    2. Change ERROR for DuplicateUniquePropertyExistsException to INFO. This happens when someone tries to create an entity with the same unique value as another entity, which is not an error that should be logged.
    3. Add better logging when cluster region or region list has an invalid region.
    mdunker committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    5935460 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

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

Commits on Jun 18, 2017

  1. Finish convert token service persistence to Datastax. Add tests, and …

    …rename the package for TokenServiceImpl to impl from cassandra.
    michaelarusso committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    146e47d View commit details
    Browse the repository at this point in the history
  2. Fix issue where tokenInfo was not being updated with latest inactive …

    …value. Add trace logging to TokenSerializationImpl. Fix issue with push notifications where the InactiveDeviceManager was making a duplicate (yet incorrect) query for devices.
    michaelarusso committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    bea9a41 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Add try/catch around fetching and casting of token info from serializ…

    …ation map. Also, throw exceptions early.
    michaelarusso committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    9963449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0ba710 View commit details
    Browse the repository at this point in the history
  3. 1. Remove messages from dead letter queue if the message map entry wa…

    …s never received after a configurable timeout (15 minutes currently).
    
    2. Log messages as they are moved from the dead letter queue back to the originating queue. Also log messages that are in dead letter queue and can't be moved to originating queue for some reason.
    mdunker committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    c748242 View commit details
    Browse the repository at this point in the history
  4. Remove unused import.

    michaelarusso committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    d8a7e10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    375814e View commit details
    Browse the repository at this point in the history
  6. Fix precondition

    mdunker committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    a6fee78 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Configuration menu
    Copy the full SHA
    f22c6c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d9cc89 View commit details
    Browse the repository at this point in the history
  3. add a little more wait time

    mdunker committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    36e28a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    068263e View commit details
    Browse the repository at this point in the history
  5. fix html encode in jsp

    mdunker committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    be2f69c View commit details
    Browse the repository at this point in the history
  6. fix broken recaptcha

    mdunker committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    459163b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70de6fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b916c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d06dbc9 View commit details
    Browse the repository at this point in the history
  10. add a little more wait time

    mdunker committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    25f1b0e View commit details
    Browse the repository at this point in the history
  11. Basic code improvements

    1. Increase some testing timeouts.
    2. improve some logging statements.
    3. Fix duplicate dependency in cored-persistence pom.xml
    4. Accept SNS or DISTRIBUTED_SNS as SNS queue types.
    5. Drop missed test keyspaces for qakka tests.
    mdunker committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    400365c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Configuration menu
    Copy the full SHA
    39ec4f2 View commit details
    Browse the repository at this point in the history
  2. move deletes to new delete queue -- read repair will fix attempts to …

    …access deleted entities and connections, so indexing and collection deletes can proceed more slowly than other types of changes
    mdunker committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    570e1ab View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. Converts de-indexing of edges and entities to identify documents in t…

    …he index to delete based on data in Cassandra vs. resource intensive queries to the index. Fixes issue where nodes were not actually getting deleted from graph as marked edges were being filtered out during the delete process itself. Update to a newer vs. of jamm (used for jvm memory management in the test framework).
    michaelarusso authored and mdunker committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    c201f1f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. 1. Add missing start for delete queue workers.

    2. Add dropping of application local keyspace for testing.
    3. Testing changes.
    mdunker committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    3f7afcd View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Add ability to walk through a collection and delete all the entities,…

    … optionally up to a certain timestamp. Modeled after reindex services.
    mdunker committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    11823f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e9eff8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

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

Commits on Sep 1, 2017

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

Commits on Sep 13, 2017

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

Commits on Sep 14, 2017

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

Commits on Sep 21, 2017

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

Commits on Sep 26, 2017

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

Commits on Sep 27, 2017

  1. Configuration menu
    Copy the full SHA
    9a15108 View commit details
    Browse the repository at this point in the history
  2. code review changes

    peterj99a committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    4a65910 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Remove orphaned collection edges with no target entity

    Also remove extraneous entityID sort from the default Elasticsearch sort
    mdunker committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    f4842b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a02bb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b93f8d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

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

Commits on Oct 18, 2017

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

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    c8282f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    598ed29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82c96eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cce53c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff93394 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

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

Commits on Nov 13, 2017

  1. Add option to include old version in result

    Add debug options
    Add gzip support
    peterj99a committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    296a4ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d7785b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Add option to include old version in result

    Add debug options
    Add gzip support
    peterj99a committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    000eaaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b945c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. add "replace_all" to POST settings to allow merging of setting proper…

    …ties
    
    Modified unit tests to allow for a more flexible response times
    peterj99a committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    2110bfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c172133 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Change swapped config items

    usergrid.cluster.region* - Akka cluster region config
    usergrid.queue.region* - SQS region config
    mdunker committed Dec 6, 2017
    1 Configuration menu
    Copy the full SHA
    cda4d20 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

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

Commits on Dec 11, 2017

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

Commits on Dec 13, 2017

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

Commits on Dec 15, 2017

  1. Merge branch 'asf-site'

    * asf-site:
      Fix doc for setting the collection _settings
    mdunker committed Dec 15, 2017
    1 Configuration menu
    Copy the full SHA
    c2a0303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd2385d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

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

Commits on Apr 26, 2018

  1. Merge pull request #2 from apache/master

    update code
    Wangab committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    3b1ea81 View commit details
    Browse the repository at this point in the history