You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/10/22 22:42:57 UTC

[11/13] git commit: Merge pull request #17 from apigee/DPS-1123

Merge pull request #17 from apigee/DPS-1123

Dps 1123

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

Branch: refs/heads/master
Commit: 28e2c3542e05998fba3a9deec110ad1b2a037614
Parents: bac5259 29c8c7b
Author: GERey <gr...@apigee.com>
Authored: Wed Aug 6 09:14:26 2014 -0700
Committer: GERey <gr...@apigee.com>
Committed: Wed Aug 6 09:14:26 2014 -0700

----------------------------------------------------------------------
 .../persistence/cassandra/QueryProcessor.java   |   2 +-
 .../usergrid/persistence/query/ir/AllNode.java  |   6 +
 .../persistence/query/ir/BooleanNode.java       |  10 ++
 .../query/ir/EmailIdentifierNode.java           |   6 +
 .../query/ir/NameIdentifierNode.java            |   6 +
 .../usergrid/persistence/query/ir/NotNode.java  |   6 +
 .../persistence/query/ir/OrderByNode.java       |   6 +
 .../persistence/query/ir/QueryNode.java         |   6 +
 .../persistence/query/ir/SliceNode.java         |   6 +
 .../query/ir/UuidIdentifierNode.java            |   6 +
 .../persistence/query/ir/WithinNode.java        |   6 +
 .../query/OrderByDiscardPagesPagingIT.java      | 164 +++++++++++++++++++
 12 files changed, 229 insertions(+), 1 deletion(-)
----------------------------------------------------------------------