chore: merge release v1.9.14 back to develop#12590
Open
github-actions[bot] wants to merge 92 commits intodevelopfrom
Open
chore: merge release v1.9.14 back to develop#12590github-actions[bot] wants to merge 92 commits intodevelopfrom
github-actions[bot] wants to merge 92 commits intodevelopfrom
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
[OCRVS-12095] Upgrade lodash to `^4.18.1`
fix: exclude non admin area location from hierarchy
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
* docs: release steps * docs: make final adjustments * chore: highlight running yarn after version bump * docs: create new release branch from the previous one
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.
Merge release branch back to develop to include version bump and changelog updates.