-
Notifications
You must be signed in to change notification settings - Fork 81
Release v1.8.0 #9461
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
Open
rikukissa
wants to merge
981
commits into
master
Choose a base branch
from
release-v1.8.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release v1.8.0 #9461
Conversation
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
* feat: implement `user.get` endpoint * feat: precache users referenced in a document * feat: prefetch users in `event.list` query too * fix: improve query efficiency by combining all users of all indices in a single query * fix: update comment * refactor: reorder imports * fix: throw if user not found * test: add tests for `user.get()` * fix: remove unused export * fix: ignore no-unnecessary-condition * fix: use for ... of syntax * fix: remove meta object as it is not used here * fix: mock `user.list()` query * fix: remove unused imports * fix: mock `user.list()` query
Prevent print certificate from prefilling from previous action
fix: Allow to define http protocol for minio (#9169)
* fix: checkout branch before building images * fix: remove quotes
* create migration setup for events database * events, drafts and locations have seperate migration files * added EVENTS_MONGO_URL env in docker compose
* add conditional for hiding fields on review page * dont export PageConfigBase, improve comment * rename types * define Conditional as const * move comments to zod describes * improve comments * remove unused import * improve comment * move zod describes * add storybook test for conditionally hidden fields * return comment * use noop(), rename type
* explicitly check for undefined valueDisplay, since it could be empty string * explicitly check for both undefined & null * minor refactor * refactor further * add comment
* feat: add Assign and Unassign actions in front end * fix: add pagination to record audit history * feat: implement getEventAndAssign * fix: dont retry assign on 409 and unassign on 403 * fix: import order * refactor move `AssignmentActions` outside of `ActionMenu` * fix: make declaration optional in BaseActionInput * refactor: dont use custom action * fix: declaration defaulted to {} * fix: make sure files and users are prefetched when assigning * documentation: add comments * documentation: add / move comments
* Added Tiltfile for running opencrvs on kuberntes locally * fix license --------- Co-authored-by: Vadym Mudryi <[email protected]>
feat: Build OpenCRVS release images for arm devices
[OCRVS-9784] Fix marriage event date not appearing in workqueue rows
…-v1.8.0 fix: Use fixed node version from .nvmrc instead of default Ubuntu (#9830)
fix: Migration to GitHub fine-grained tokens
…e advancedRecordSearch - used in gql query getEventsWithProgress
* pr e2e deployment uses base branch as farajaland branch * use elif * use elif * add if clause * remove if * only run security check on develop * only run security check on main or develop
PR e2e deployment uses base branch as farajaland branch (#9733)
- to make sure online verification happens
[OCRVS-9802] Fix QR scanned values not appearing in correction view
[OCRVS-9842] Fix page redirected from registration by status not showing any data
[OCRVS-9863] Notify countryconfig when flagging a newly created declaration as a potential duplicate
[OCRVS-9833] Fix incorrect numbers of registrars are showing in performance stats
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.
No description provided.