You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2015/07/21 18:09:38 UTC

[6/6] incubator-usergrid git commit: Merge branch 'intergration-tests' into two-dot-o-dev

Merge branch 'intergration-tests' into two-dot-o-dev


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/23ce4c5c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/23ce4c5c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/23ce4c5c

Branch: refs/heads/two-dot-o-dev
Commit: 23ce4c5c4eaeb64b427016e3405ec37f47e79dad
Parents: 800ce21 0eeab90
Author: Shawn Feldman <sf...@apache.org>
Authored: Tue Jul 21 10:09:22 2015 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Tue Jul 21 10:09:22 2015 -0600

----------------------------------------------------------------------
 .gitignore                                      |   4 +
 .../main/resources/usergrid-default.properties  |   4 +
 .../core/astyanax/AstyanaxKeyspaceProvider.java |   1 +
 .../persistence/core/astyanax/CassandraFig.java |   3 +
 stack/pom.xml                                   |   1 +
 stack/rest_integration_tests/README.md          |  19 +++
 stack/rest_integration_tests/config/default.js  |  37 ++++++
 stack/rest_integration_tests/config/index.js    |  25 ++++
 stack/rest_integration_tests/index.js           |  20 +++
 stack/rest_integration_tests/lib/connections.js | 132 +++++++++++++++++++
 stack/rest_integration_tests/lib/entities.js    | 125 ++++++++++++++++++
 .../rest_integration_tests/lib/notifications.js |  48 +++++++
 stack/rest_integration_tests/lib/random.js      |  74 +++++++++++
 stack/rest_integration_tests/lib/response.js    |  30 +++++
 stack/rest_integration_tests/lib/token.js       |  49 +++++++
 stack/rest_integration_tests/lib/urls.js        |  37 ++++++
 stack/rest_integration_tests/lib/users.js       |  82 ++++++++++++
 stack/rest_integration_tests/package.json       |  17 +++
 .../test/authentication/management.js           |  38 ++++++
 .../test/authentication/org.js                  |  37 ++++++
 .../test/authentication/resetPassword.js        |  78 +++++++++++
 .../test/authentication/user.js                 |  40 ++++++
 .../test/connections/create.js                  |  49 +++++++
 .../test/connections/delete.js                  |  77 +++++++++++
 .../test/connections/get.js                     |  82 ++++++++++++
 .../test/entities/create.js                     |  38 ++++++
 .../test/entities/deleteAll.js                  |  37 ++++++
 .../rest_integration_tests/test/entities/get.js |  51 +++++++
 .../test/entities/update.js                     |  43 ++++++
 stack/rest_integration_tests/test/main.js       |  72 ++++++++++
 stack/rest_integration_tests/test/mocha.opts    |   3 +
 .../test/notifications/create.js                |  36 +++++
 .../test/queries/comparison.js                  |  58 ++++++++
 .../test/queries/contains.js                    | 116 ++++++++++++++++
 .../test/queries/equals.js                      |  54 ++++++++
 .../test/queries/location.js                    |  42 ++++++
 .../test/queries/order.js                       |  82 ++++++++++++
 stack/rest_integration_tests/test/setup.js      | 103 +++++++++++++++
 stack/rest_integration_tests/test/teardown.js   |  65 +++++++++
 .../rest_integration_tests/test/users/create.js |  45 +++++++
 40 files changed, 1954 insertions(+)
----------------------------------------------------------------------