ta
TanStack
GitHub
query
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
query
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
main
6a732234 docs(preact-query): remove hover-prefetch example from 'useQuery'/'useInfiniteQuery' (#11341)
by Wonsuk Choi
W
Succeeded
main
fdae2ce4 ref(query-core): Reuse refetch interval resolver (#11332) * perf(query-core): Reuse refetch interval resolver Reuse the generic query option resolver added in #11302 for refetch intervals. Keeps callback and nullish fallback behavior while dropping the duplicate branch. Co-Authored-By: OpenAI Codex <noreply@openai.com> * test(query-core): Remove redundant interval test Drop the cast-heavy timer spy coverage and keep the existing behavioral tests plus the disabled observer timer assertion. Co-authored-by: OpenAI Codex <noreply@openai.com> * ref: another instance for resolveQueryValue --------- Co-authored-by: OpenAI Codex <noreply@openai.com> Co-authored-by: Dominik Dorfmeister 🔮 <office@dorfmeister.cc>
by Scott Cooper
S
Succeeded
main
87fa4c16 docs(preact-query): define 'App' before 'ErrorBoundary' in 'QueryErrorResetBoundary' example (#11338)
by Wonsuk Choi
W
Succeeded
main
9633f799 docs(preact-query): add 'QueryErrorResetBoundary' and 'ErrorBoundary' to 'useSuspenseQuery'/'useSuspenseInfiniteQuery'/'useSuspenseQueries' examples (#11337) * docs(preact-query): add 'ErrorBoundary' to 'useSuspenseQuery'/'useSuspenseInfiniteQuery'/'useSuspenseQueries' examples * docs(preact-query): correct suspense error contract wording ('data'/query error, no-cached-data condition)
by Wonsuk Choi
W
Succeeded
main
ffcf9a36 docs(preact-query): trim 'queryOptions'/'infiniteQueryOptions' examples to what the factory needs to prove (#11336) docs(preact-query): trim 'queryOptions'/'infiniteQueryOptions' examples to what the factory itself needs to prove
by Wonsuk Choi
W
Succeeded
main
b53bddb6 ref: remove devtools-query-tsc test (#11335)
by Dominik Do...
D
Failed
main
d303c8b6 feat(query-core): add createPersisterRestoreResult and restore persisted query state
by cca-runner...
c
Succeeded
main
08dc65a9 docs(preact-query): inline 'useQuery''s basic-example options instead of a 'queryOptions' factory (#11331)
by Wonsuk Choi
W
Succeeded
main
d5402b92 docs(preact-query): improve JSDoc examples across hooks and options factories (#11301) * docs(preact-query): wrap 'useIsFetching' example in a component * docs(preact-query): wrap 'useQueries' examples in components and add 'isError' handling * docs(preact-query): wrap 'useIsMutating' and 'useMutationState' examples in components * docs(preact-query): wrap 'queryOptions' examples in components * docs(preact-query): wrap 'infiniteQueryOptions' example in a component * fix(preact-query): correctly distinguish error state from loading in 'infiniteQueryOptions' example * fix(preact-query): correct mutation terminology and filter by success status in 'useMutationState' examples * docs(preact-query): destructure useInfiniteQuery result in 'infiniteQueryOptions' example * docs(preact-query): rename 'variables' to 'pendingVariables' in 'useMutationState' example * docs(preact-query): rename 'data' to 'savedPosts' in 'useMutationState' examples * docs(preact-query): rename 'results'/'result' to 'addResults'/'addResult' in 'useMutation' Promise.allSettled example * docs(preact-query): rename 'latest' to 'latestSavedPost' in 'useMutationState' example * docs(preact-query): render fetched pages and handle loading/error states in 'useInfiniteQuery' examples * docs(preact-query): render infinite query lists as '<ul>'/'<li>' instead of flat '<p>' tags * docs(preact-query): show hover-triggered prefetch instead of an unlocated 'Elsewhere' comment in 'queryOptions'/'infiniteQueryOptions' examples * docs(preact-query): move hover-prefetch examples from 'queryOptions'/'infiniteQueryOptions' to 'useQuery'/'useInfiniteQuery' * docs(preact-query): render list examples as '<ul>'/'<li>' and fix undefined refs across remaining hooks * docs(preact-query): name the prefetch id in 'queryOptions'/'infiniteQueryOptions' examples instead of an unexplained literal * docs(preact-query): add 'skipToken' examples for type-safe conditional disabling * docs(preact-query): use 'isLoading' with optional chaining in the infinite-query 'skipToken' examples * docs(preact-query): add missing 'isPending'/'isError' handling across 'queryOptions'/'useQuery'/'infiniteQueryOptions'/'useInfiniteQuery' examples * docs(preact-query): keep 'initialData' examples showing data alongside errors instead of hiding it * docs(preact-query): use scroll-triggered pagination in 'useInfiniteQuery' examples, add a 'fetchNextPage' trigger to 'infiniteQueryOptions' * docs(preact-query): guard scroll-triggered 'fetchNextPage' with 'isFetching', move cross-reference out of '@example' * docs(preact-query): move duplicated usage examples from 'queryOptions'/'infiniteQueryOptions' into their hooks * docs(preact-query): remove duplicated basic-mutation example from 'mutationOptions', trim boilerplate '@remarks' * docs(preact-query): add 'combine' example to 'useSuspenseQueries', link 'useSuspenseInfiniteQuery' to 'useInfiniteQuery' and document its waterfall/refetch risks * docs(preact-query): drop irrelevant 'useSuspenseQueries' reference from 'useSuspenseInfiniteQuery' waterfall remark * docs(preact-query): strengthen 'useMutation''s '@see' pointer to 'mutationOptions' with its 'mutationKey' lookup benefit * docs(preact-query): add blank lines around 'isPending'/'isError' guards for consistency with other examples
by Wonsuk Choi
W
Failed
main
d303c8b6 feat(query-core): add createPersisterRestoreResult and restore full query state
by cca-runner...
c
Failed
main
d303c8b6 ci: Version Packages (#10326) ci: changeset release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by github-act...
g
Failed
main
d303c8b6 test: cover restored query metadata and pagination
by cca-runner...
c
Failed
main
d303c8b6 ci: Version Packages (#10326) ci: changeset release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by github-act...
g
Failed
main
d303c8b6 ci: Version Packages (#10326) ci: changeset release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by github-act...
g
Succeeded
main
cc2d364e Merge 2969edf32f7e0c48e2a108d84712d6e01edfde21 into 6c27607d7ffc87612a8f1222a95f28bf5f9a045e
by pull[bot]
p
Succeeded
main
d4d057d6 Merge 2eb3c7c76f4dd175b2c8b6b91d5062595fff8b84 into 714df67ab11c6e16666e4282dfec8654175591f7
by pull[bot]
p
Succeeded
main
936efcd0 ci: Version Packages (#10326) ci: changeset release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by github-act...
g
Succeeded
main
2969edf3 ci: Version Packages (#11316)
by github-act...
g
Succeeded
main
01dabf1c Merge 6c27607d7ffc87612a8f1222a95f28bf5f9a045e into 67fddee6310ca0dd87749ed7a1b4a7178c6e6aae
by pull[bot]
p
Succeeded
main
6c27607d fix(preact-query/useQueries): keep unsubscribed idle (#11315)
by Wonsuk Choi
W
Previous
Next