Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
TanStack
/
query
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
4.2k
Star
50.1k
Code
Issues
83
Pull requests
147
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Feature/scoped mutations
- #7312
#7312
Merged
TkDodo
merged 20 commits into
main
TanStack/query:main
from
feature/scoped-mutations
TanStack/query:feature/scoped-mutations
Copy head branch name to clipboard
Apr 22, 2024
Conversation
Commits
20
聽(20)
Checks
Files changed
Merged
Feature/scoped mutations
#7312
TkDodo
merged 20 commits into
main
TanStack/query:main
from
feature/scoped-mutations
TanStack/query:feature/scoped-mutations
Copy head branch name to clipboard
Commits
Commits on Mar 15, 2024
refactor: add scope to mutationCache internally
TkDodo
committed
5ee4a80
View commit details
Copy full SHA for 5ee4a80
Browse repository at this point
refactor: remove unused defaultOptions on mutation
Show description for fe5033d
TkDodo
committed
fe5033d
View commit details
Copy full SHA for fe5033d
Browse repository at this point
feat: make sure to not run mutations if there is already one running in the scope of this mutation
TkDodo
committed
bc57909
View commit details
Copy full SHA for bc57909
Browse repository at this point
feat: make sure mutations in the same scope can run in serial
TkDodo
committed
a7e015d
View commit details
Copy full SHA for a7e015d
Browse repository at this point
fix: find a _lot_ better way to determine if a mutation can run
TkDodo
committed
3e86061
View commit details
Copy full SHA for 3e86061
Browse repository at this point
test: widen test scenario to include scopes
TkDodo
committed
0205fd8
View commit details
Copy full SHA for 0205fd8
Browse repository at this point
Commits on Mar 16, 2024
fix: there is a difference between starting and continuing
Show description for 05d9786
TkDodo
committed
05d9786
View commit details
Copy full SHA for 05d9786
Browse repository at this point
refactor: switch to a scope object with `id`
TkDodo
committed
555689d
View commit details
Copy full SHA for 555689d
Browse repository at this point
feat: dehydrate and hydrate mutation scope
TkDodo
committed
0af0e04
View commit details
Copy full SHA for 0af0e04
Browse repository at this point
fix: initiate the mutationCache with a random number
Show description for 6d34ee6
TkDodo
committed
6d34ee6
View commit details
Copy full SHA for 6d34ee6
Browse repository at this point
test: hydration
TkDodo
committed
bf9ce8a
View commit details
Copy full SHA for bf9ce8a
Browse repository at this point
test: those tests actually fail because resumePausedMutations is still wrongly implemented
TkDodo
committed
6780817
View commit details
Copy full SHA for 6780817
Browse repository at this point
fix: simplify and fix resumePausedMutations
Show description for 39a4f05
TkDodo
committed
39a4f05
View commit details
Copy full SHA for 39a4f05
Browse repository at this point
Merge branch 'main' into feature/scoped-mutations
TkDodo
committed
c61b0f9
View commit details
Copy full SHA for c61b0f9
Browse repository at this point
Commits on Mar 18, 2024
test: more tests
TkDodo
committed
cec3e2b
View commit details
Copy full SHA for cec3e2b
Browse repository at this point
Merge branch 'main' into feature/scoped-mutations
TkDodo
committed
492b05f
View commit details
Copy full SHA for 492b05f
Browse repository at this point
Commits on Mar 21, 2024
Merge branch 'main' into feature/scoped-mutations
TkDodo
committed
bae2349
View commit details
Copy full SHA for bae2349
Browse repository at this point
Commits on Apr 21, 2024
Merge branch 'main' into feature/scoped-mutations
TkDodo
committed
91982c7
View commit details
Copy full SHA for 91982c7
Browse repository at this point
refactor: scopeFor doesn't use anything of the mutationCache class
TkDodo
committed
b6adf19
View commit details
Copy full SHA for b6adf19
Browse repository at this point
docs: scoped mutations
TkDodo
committed
1294869
View commit details
Copy full SHA for 1294869
Browse repository at this point
You can鈥檛 perform that action at this time.