Merge v1.9.13 to dev#12394
Open
Zangetsu101 wants to merge 109 commits intodevelopfrom
Open
Conversation
…internal microservices
[OCRVS-12055] Poll probing `api/ping` until all services are up
Improve failure recovery and performance (v1.9.13)
When a user creates an event, the sidebar count updated immediately
but the workqueue list required a manual browser refresh. The root
cause was that refetchAllSearchQueries() only refetches queries
already in the React Query cache — if the user was on the form page,
the workqueue search queries weren't cached at all.
- Tag each workqueue's event.search query with meta: { workqueueSlug }
so targeted invalidation is possible without modifying the API schema
or the tRPC query key structure.
- Add refetchWorkqueueSearchQueries(slug) in api.ts, which finds
queries by meta.workqueueSlug using getQueryCache().findAll().
- In Sidebar.tsx Workqueues, compare consecutive workqueue.count poll
results with a useRef null-sentinel; call refetchWorkqueueSearchQueries
for any slug whose count changed, triggering an immediate list refresh.
[OCRVS-11421] Assigned office UI
The hook used useDispatch internally, causing all config.test.ts tests to fail when rendered without a Redux Provider. Replaced the dispatch call with an onVersionMismatch callback held in a ref, so the probe effect runs exactly once on mount regardless of callback identity. Dispatch responsibility moves to the routesConfig.Component call site.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feat(ocrvs-12350): miscellaneous fixes from Uganda testing
feat!: unassign by default when rejected from cc
fix (release-automation): prevent premature toolkit npm publish during release initialisation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR will be merged into develop once the v1.9.13 gets released. The PR needs to be updated as part of any ticket being worked on for the release