Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move operation processors #258

Merged
merged 3 commits into from Feb 9, 2016
Merged

Move operation processors #258

merged 3 commits into from Feb 9, 2016

Conversation

dgeb
Copy link
Member

@dgeb dgeb commented Feb 9, 2016

A little directory reorg based on #257

Each query operator is now a function that takes a `context`, which 
provides context for the query (such as `basePath`), followed by 
arguments for the query itself. Query operators must be called in the 
context of a QueryEvaluator, so that they can recursively evaluate
other query expressions.

Query operators for caches were simplified and centralized in
orbit-common/cache/query-operators.js and 
orbit-common/cache/live-query-operators.js.

TBD: Query operators for JSONAPISource.
All operation processors are specific to caches.
@opsb opsb mentioned this pull request Feb 9, 2016
@opsb
Copy link
Contributor

opsb commented Feb 9, 2016

LGTM

dgeb added a commit that referenced this pull request Feb 9, 2016
@dgeb dgeb merged commit 5476379 into rethink Feb 9, 2016
@dgeb dgeb deleted the move-operation-processors branch February 9, 2016 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants