Skip to content
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

feat: decouple workqueue from TCME #8372

Merged
merged 24 commits into from
Jan 28, 2025
Merged

feat: decouple workqueue from TCME #8372

merged 24 commits into from
Jan 28, 2025

Conversation

jamil314
Copy link
Collaborator

No description provided.

Copy link

Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:

  • Changelog is read by country implementors who might not always be familiar with all technical details of OpenCRVS. Keep language high-level, user friendly and avoid technical references to internals.
  • Answer "What's new?", "Why was the change made?" and "Why should I care?" for each change.
  • If it's a breaking change, include a migration guide answering "What do I need to do to upgrade?".

const esClient = getOrCreateClient()

const hasEventsIndex = await esClient.indices.exists({
index: getEventAliasName()
index
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The events alias has all underlying indices connected to it, so it should contain all events

@jamil314 jamil314 merged commit 208f991 into develop Jan 28, 2025
38 of 40 checks passed
jamil314 added a commit that referenced this pull request Feb 3, 2025
* feat: workqueue wip

* fix: update types

* fix: update types

* feat: use default columns from defination of all workqueue

* feat: use correct anchor

* fix: get config of correct event

* fix: use same format for intl as in summarypage

* fix: use flattened intl

* fix: await not return

* fix: revert changes in indexing

* fix: revert changes in initialValue

* add ready for review and ready to print workqueue

* feat: add validation

* fix: workqueue in fixture

* chore: unused export and import and fixtures

* chore: bump up toolkit

* fix: refactor and fix types

Co-authored-by: Markus Laurila <[email protected]>

---------

Co-authored-by: Markus Laurila <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants