-
Notifications
You must be signed in to change notification settings - Fork 626
Pipelines Implementation #6710
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
Open
tom-andersen
wants to merge
80
commits into
feat/pipelines
Choose a base branch
from
tomandersen/pipelines
base: feat/pipelines
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Pipelines Implementation #6710
Changes from all commits
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
fe05087
Proto changes
tom-andersen 159cb37
Copyright
tom-andersen 282409a
Expressions
tom-andersen 7f95bb5
Test
tom-andersen 2ec848d
Stage
tom-andersen 16bb38c
Pipeline
tom-andersen c2d2ae5
Merge remote-tracking branch 'origin/main' into tomandersen/pipelines
tom-andersen a8361ca
Fix
tom-andersen a0da150
Spotless
tom-andersen 0ce7d4f
Spotless
tom-andersen ab5f217
Rename .java to .kt
tom-andersen dec61c0
Work
tom-andersen e5734cd
Copyright
tom-andersen 8976978
Merge remote-tracking branch 'origin/main' into tomandersen/pipelines
tom-andersen 70bdf62
spotless
tom-andersen fc8b2d1
docStubs fix
tom-andersen 1e7e72e
fix
tom-andersen 35bcff7
fix
tom-andersen 3cb1886
More tests
tom-andersen cea0c48
Merge remote-tracking branch 'origin/main' into tomandersen/pipelines
tom-andersen 5abf13f
Refactor and more tests.
tom-andersen ef7cbda
Add tests
tom-andersen ca31612
Cleanup
tom-andersen 63cd54e
Merge branch 'feat/pipelines' into tomandersen/pipelines
tom-andersen c7605b6
Generic Stage and Refactor
tom-andersen 6842a83
Fix docStubs task
tom-andersen 08af748
Spotless fix
tom-andersen fea5b06
Generate api.txt
tom-andersen 711b852
Make more of the API internal
tom-andersen 1ccea4d
Make more of the API internal
tom-andersen 9553abc
Add options
tom-andersen b2f0b3f
GenericOptions
tom-andersen 5e8f7f0
Spotless
tom-andersen 8d049e0
Bit Operators
tom-andersen fcae380
Convert query to pipeline
tom-andersen 35a9116
Spotless and Generate API
tom-andersen 4e255dc
Fixups
tom-andersen 5e1d84e
Fixups
tom-andersen 8141aa8
Fixups
tom-andersen 9dbce3f
Fixups
tom-andersen 51883b9
Comments word wrap
tom-andersen daab5a5
Comments and alignment across SDKs
tom-andersen df1e719
api.txt
tom-andersen 39c9bd7
fix
tom-andersen ea780f8
fixups
tom-andersen dd2e9bd
add named options to CollectionSource and CollectionGroupSource
tom-andersen 0231d72
spotless, apiTxt, use Expr types.
tom-andersen 356e883
Comments
tom-andersen ed24e71
Comments
tom-andersen b44db06
Comments
tom-andersen 83d94e4
Comments
tom-andersen 309fa91
WIP
tom-andersen 0606a18
Work on pipeline expressions.
tom-andersen 402a98d
Comments
tom-andersen ef3a8f2
Comments
tom-andersen e7ec758
More expression work
tom-andersen 1ae8be7
More expression work
tom-andersen d6cd6d9
More expression work
tom-andersen c324298
More expression work
tom-andersen 7e685f7
More expression work
tom-andersen fec44cf
Generate API.txt
tom-andersen c320e1e
More expression work
tom-andersen 8a81354
More expression work
tom-andersen 8817f81
More expression work
tom-andersen 891cefd
More expression work
tom-andersen eb02ca4
More expression work
tom-andersen 8a58ed2
More expression work
tom-andersen 04deedf
Fix from API Review
tom-andersen 8bbbfaa
Fix
tom-andersen b4f04ac
Fix add and multiply
tom-andersen 065235f
Fix
tom-andersen 6369f3c
rename generic stage
tom-andersen d452eb3
Make SDK version 23 compatible.
tom-andersen 93a44a7
Fix query to pipeline logic.
tom-andersen 96aac51
Fix query to pipeline logic.
tom-andersen 385d3cf
Fix query to pipeline logic.
tom-andersen 9f9f95a
small refactor
tom-andersen 45280be
Fixes, addition, whitespace.
tom-andersen 5eb6a01
Fixes / Refactor of Values
tom-andersen ac26746
Merge branch 'feat/pipelines' into tomandersen/pipelines
tom-andersen 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
Large diffs are not rendered by default.
Oops, something went wrong.
900 changes: 900 additions & 0 deletions
900
firebase-firestore/src/androidTest/java/com/google/firebase/firestore/PipelineTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
951 changes: 951 additions & 0 deletions
951
...ase-firestore/src/androidTest/java/com/google/firebase/firestore/QueryToPipelineTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should javadocs for RestrictTo Library indicate that status? Or will this be visible even without use of the linter?