Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f83aca1
feat(firestore): add pipeline queries (#12217)
bhshkh May 21, 2025
f069709
feat(firestore): Add rest of the input stages (#12425)
bhshkh Jun 16, 2025
cdcb907
feat(firestore): Add pipeline expressions basic structure (#12538)
bhshkh Jul 15, 2025
ac7b0c6
Merge remote-tracking branch 'upstream/main' into feature/fs-pipeline…
bhshkh Oct 15, 2025
0a16570
add pipeline queries protos
bhshkh Oct 15, 2025
78aebb5
Merge remote-tracking branch 'upstream/main' into feature/fs-pipeline…
bhshkh Oct 15, 2025
ea82387
feat(firestore): add all the remaining arithmetic and comparison func…
bhshkh Oct 21, 2025
c172ba8
Merge remote-tracking branch 'upstream/main' into feature/fs-pipeline…
bhshkh Oct 21, 2025
22aca97
test(firestore): Modify integration test to run on enterprise db (#13…
bhshkh Oct 23, 2025
a3ee1f1
Merge remote-tracking branch 'upstream/main' into feature/fs-pipeline…
bhshkh Oct 27, 2025
f1df882
feat(firestore): [PQ] Add all Aggregation and Timestamp functions (#1…
bhshkh Oct 30, 2025
d27101e
feat(firestore): [PQ] add all the remaining private preview stages (#…
bhshkh Oct 30, 2025
768e559
feat(firestore): [PQ] add all array, string and vector functions (#13…
bhshkh Oct 30, 2025
9dd006f
Merge remote-tracking branch 'upstream/main' into feature/fs-pipeline…
bhshkh Oct 30, 2025
6f6c58c
test(firestore): [PQ] move tests and resolve build failures (#13270)
bhshkh Oct 30, 2025
a2fb94c
refactor(firestore): Combine FieldOf and FieldOfPath (#13271)
bhshkh Oct 30, 2025
8cbe308
Merge remote-tracking branch 'upstream/main' into feature/fs-pipeline…
bhshkh Nov 3, 2025
80b7289
refactor(firestore): [PQ] Remove types functions (#13279)
bhshkh Oct 31, 2025
42d3442
feat(firestore): [PQ] add raw stage (#13280)
bhshkh Nov 3, 2025
3584537
feat(firestore): [PQ] add consistency selector (#13282)
bhshkh Nov 3, 2025
d958103
Merge remote-tracking branch 'upstream/main' into feature/fs-pipeline…
bhshkh Nov 6, 2025
b80712a
feat(firestore): [PQ] general, key, type, logical and object function…
bhshkh Nov 10, 2025
7181aac
refactor(firestore): Rename Expr to Expression (#13338)
bhshkh Nov 10, 2025
34fdab6
feat(firestore): [PQ] add collection stage options (#13281)
bhshkh Nov 10, 2025
4810a72
feat(firestore): [PQ] add executeoptions (#13274)
bhshkh Nov 10, 2025
4362b9f
Merge remote-tracking branch 'upstream/main' into feature/fs-pipeline…
bhshkh Nov 11, 2025
dd603ae
feat(firestore): [PQ] create pipeline from query (#13339)
bhshkh Nov 13, 2025
26a9f58
Merge branch 'main' into feature/fs-pipeline-queries
bhshkh Nov 19, 2025
1642ca7
Merge remote-tracking branch 'upstream/main' into feature/fs-pipeline…
bhshkh Nov 19, 2025
06301fa
Merge remote-tracking branch 'upstream/main' into feature/fs-pipeline…
bhshkh Jan 13, 2026
2ed3185
chore(firestore): [PQ] update copyright year (#13589)
bhshkh Jan 13, 2026
adb582c
feat(firestore): [PQ] introduce pipeline snapshots (#13588)
bhshkh Jan 13, 2026
a18aca3
refactor(firestore): [PQ] refactor CountIf, Replace, Unnest and renam…
bhshkh Jan 13, 2026
8ea265e
refactor(firestore): [PQ] remove index mode (#13595)
bhshkh Jan 13, 2026
91dd8b9
Merge remote-tracking branch 'upstream/main' into feature/fs-pipeline…
bhshkh Jan 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
152 changes: 152 additions & 0 deletions firestore/apiv1/firestore_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading