-
Notifications
You must be signed in to change notification settings - Fork 266
fix(query-db-collection): publish mutation refetches #1840
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
5f11092
fix: publish Query Collection mutation results
KyleAMathews eff30c0
chore: add Query Collection lifecycle changeset
KyleAMathews e651f6c
ci: apply automated fixes
autofix-ci[bot] 1abb3ea
fix(query-db-collection): supersede stale result applications
KyleAMathews 95c3ae7
fix: address Query Collection lifecycle review
KyleAMathews a5b54a9
docs(db): clarify duplicate validation around sync
KyleAMathews 0ba1786
test(db): register mutation startup oracle
KyleAMathews a00e73a
test(db): preserve mutation startup checkpoints
KyleAMathews fe9e48a
fix(query-db): preserve ownership after publication
KyleAMathews 63e8487
Merge origin/main into Query Collection lifecycle
KyleAMathews 10bd80f
test(query-db): preserve failed replacement readiness
KyleAMathews e5ef635
test(query-db): protect prepublication rollback
KyleAMathews 5ca8f91
refactor: simplify lifecycle phase tracking
KyleAMathews 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| '@tanstack/db': patch | ||
| '@tanstack/query-db-collection': patch | ||
| --- | ||
|
|
||
| Start idle collections only after locally decidable mutation validation succeeds, and publish authoritative Query Collection refetch results without stale intermediate snapshots. |
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.
Uh oh!
There was an error while loading. Please reload this page.