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

feat(store-sync): add util to fetch snapshot from indexer with SQL API #2996

Merged
merged 32 commits into from
Sep 18, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8b76bdd
feat(store-sync): add util to fetch snapshot from dozer
alvrs Jul 31, 2024
52dd46b
add missing changes
alvrs Jul 31, 2024
121479d
skip test
alvrs Jul 31, 2024
9abfffc
parallelize sql query requests
alvrs Jul 31, 2024
367daec
add KeySchema
alvrs Aug 1, 2024
dc154d2
move protocol-parser changes to store-sync
alvrs Aug 1, 2024
bf885cc
move KeySchema
alvrs Aug 1, 2024
aca18b9
keep zustand types
alvrs Aug 1, 2024
b36d6fe
rename things
alvrs Aug 1, 2024
175fe7c
fix type error
alvrs Aug 1, 2024
a677f32
missed one PartialTable
alvrs Aug 1, 2024
9c398d8
update logic in dozer/getSnapshot
alvrs Aug 1, 2024
f22747a
chore: include main branch when fetching during pre-release action
Kooshaba Aug 5, 2024
0af11fa
docs(state-sync/dozer): first version (#3033)
qbzzt Aug 22, 2024
fa2bbc7
Merge branch 'main' into alvrs/dozer-query
alvrs Sep 3, 2024
25a2a77
remove dozer from file and function name
alvrs Sep 3, 2024
6cb9b3f
rename fetchRecordsSql to fetchRecords
alvrs Sep 3, 2024
f2fbaad
use dozer base url as input to fetchRecords
alvrs Sep 3, 2024
c92258e
move error handling into getSnapshot
alvrs Sep 3, 2024
494b0bb
refactors
alvrs Sep 3, 2024
11c5cdd
stylistic changes
alvrs Sep 3, 2024
9adc159
remove unrelated change
alvrs Sep 3, 2024
403179f
review fixes
alvrs Sep 5, 2024
6488f2c
fix export conflict
alvrs Sep 5, 2024
c71eff1
Merge branch 'main' into alvrs/dozer-query
alvrs Sep 5, 2024
1c77240
docs(filter-sync and dozer): explain that there are two sync types 🚗 …
qbzzt Sep 17, 2024
b819a2c
docs(dozer): add metadata query 🚗 (#3186)
qbzzt Sep 17, 2024
a005e3d
Create soft-boats-protect.md
alvrs Sep 18, 2024
805f433
self-review
alvrs Sep 18, 2024
ed21c2f
remove working title
alvrs Sep 18, 2024
e681e95
Merge branch 'main' into alvrs/dozer-query
alvrs Sep 18, 2024
b04a4d8
Merge branch 'main' into alvrs/dozer-query
alvrs Sep 18, 2024
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
Prev Previous commit
Next Next commit
keep zustand types
  • Loading branch information
alvrs committed Aug 15, 2024
commit aca18b9105eb37c8f94f6b9a68947d020f327239
3 changes: 3 additions & 0 deletions packages/store-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
],
"trpc-indexer": [
"./dist/trpc-indexer/index.d.ts"
],
"zustand": [
"./dist/zustand/index.d.ts"
]
}
},
Expand Down