-
Notifications
You must be signed in to change notification settings - Fork 945
Relaxing in restrictions. #6757
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
Closed
MarkDuckworth
wants to merge
60
commits into
master
from
markduckworth/or-queries-relaxing-in-restrictions
Closed
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
effced9
Add composite filters. Port of https://github.com/firebase/firebase-a…
MarkDuckworth eba3b84
Cleanup: lint
MarkDuckworth 33a0896
Support encoding and decoding Composite Filters
MarkDuckworth 9f6e216
Formatting
MarkDuckworth a722abc
Add composite filters in support of OR queries (#6385)
MarkDuckworth 6556240
Merge remote-tracking branch 'origin/markduckworth/or-queries' into m…
MarkDuckworth 78a8900
Fix issue with readonly array.
MarkDuckworth 80fc05d
WIP: serving results from index.
MarkDuckworth 1e33050
Support encoding and decoding Composite Filters (#6402)
MarkDuckworth 8b6f05f
Perform DNF transform
MarkDuckworth 152fc18
Cleanup and tests from https://github.com/firebase/firebase-android-s…
MarkDuckworth 8b0bfbd
Merge branch 'markduckworth/or-queries' of github.com:firebase/fireba…
MarkDuckworth 45be193
Merge branch 'master' of github.com:firebase/firebase-js-sdk into mar…
MarkDuckworth 1c948cb
use index if we have composite filters
MarkDuckworth 2cad46c
Merge branch 'markduckworth/or-queries' into markduckworth/or-queries…
MarkDuckworth 266f7f6
Fix bad import
MarkDuckworth c2d7cd2
Update the orderBy filtering mechanism for OR queries and steps to se…
MarkDuckworth 41d0e29
Adding tests
MarkDuckworth 90f7c50
Test for DNF computation.
MarkDuckworth ff52ecc
Fix implementation of isFlatConjunction
MarkDuckworth dfda9f8
Adding integration tests for validation of composite queries.
MarkDuckworth 9bc3336
IndexDb manager tests for partial and full index.
MarkDuckworth d66abd4
Test query does not include documents with missing fields
MarkDuckworth e33263d
Run prettier
MarkDuckworth 01c3487
Add missing awaits
MarkDuckworth 7d56b57
Fixing argument validation for and . Updating tests for asserted err…
MarkDuckworth d01ff74
Prettier
MarkDuckworth 186fd92
Removing duplicate test cases.
MarkDuckworth 409b19c
Update proto with OR operator.
MarkDuckworth 131f4be
Update protos with OR operator.
MarkDuckworth a514358
Testing query with indexes
MarkDuckworth 0ab215b
Add compile.sh to compile proto updates.
MarkDuckworth 638b0ad
Adding new script to run browser tests against the emulator.
MarkDuckworth 86c9057
Update stringifyFilter to support CompositeFilters
MarkDuckworth 3501135
Lint and formatting
MarkDuckworth 4adf98d
Refactor core/target.ts, extracting classes Bound, OrderBy, and Filte…
MarkDuckworth 60f4276
Formatting
MarkDuckworth 476be61
Making public API changes to ensure that only QueryFilterConstraints …
MarkDuckworth a0e5d30
Remove QueryNonFilterConstraint from exports.
MarkDuckworth 77afd20
Add overloads for query and deprecate existing query overload that su…
MarkDuckworth bf21b93
Merge branch 'master' into markduckworth/or-queries
MarkDuckworth c15333a
Markduckworth/or queries pr 4 (#6527)
MarkDuckworth 2a20810
Refactor core/target.ts, extracting classes Bound, OrderBy, and Filte…
MarkDuckworth 7c54b30
Making public API changes to ensure that only QueryFilterConstraints …
MarkDuckworth 3862740
Merge branch 'markduckworth/or-queries' of github.com:firebase/fireba…
MarkDuckworth efd98c7
Implementing public API for OR queries that does not need the depreca…
MarkDuckworth 94250da
Implementing 3rd iteration of the public API for OR queries.
MarkDuckworth ff0eede
Compute IN expansion.
MarkDuckworth 66bf749
Fix edge case a == 1 && a == 6
MarkDuckworth 968d133
Logic utils tests for in expansion.
MarkDuckworth 934fbef
Relaxing in restrictions.
MarkDuckworth 5f37954
Fixed rogue comment.
MarkDuckworth ab5cad2
Comment cleanup.
MarkDuckworth 5fa9c76
Comment cleanup.
MarkDuckworth 9c6395b
Test refactoring.
MarkDuckworth e711f06
Merge branch 'markduckworth/or-queries-pr-9' into markduckworth/or-qu…
MarkDuckworth 838f825
Adding missing tests.
MarkDuckworth 433b283
Adding and fixing tests.
MarkDuckworth 9f5721e
Removing .only
MarkDuckworth 1280052
Merge branch 'master' into markduckworth/or-queries-relaxing-in-restr…
MarkDuckworth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.