-
Notifications
You must be signed in to change notification settings - Fork 7
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
Release 2022-32 #4050
Closed
Release 2022-32 #4050
Conversation
This file contains 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
Master -> dev: Hotfix: force install internal deps (#4032)
* Migration for MH facility missing relations unfpa
* Fix meditrak-app hoisting config .yarnrc.yml method does not work, using package.json method see https://yarnpkg.com/configuration/yarnrc#nmHoistingLimits * Add missing dep to root meditrak-app was providing a babel plugin, now that it is correctly not hoisting, we need to add this dependency back into the root repo. * Add missing dep to root (2)
* Refactor: deprecate getDhisConfig * Export legacy_getDhisServerName from utils * Add hardcoded legacy to modern conversion function * Add new model DhisInstance * Migrate data_source config isDataRegional to dhisInstanceCode * Create DhisInstanceResolver * Centralise responsibility of getting DHIS Api into single file. * Use newly centralised getDhisApi in DhisService * Use dhisInstanceCode instead of isDataRegional throughout codebase * Add GETDhisInstances route * Update data element - group check for dhisInstanceCode * Update admin panel for dhisInstanceCode * Fix test * DRY route handler * Change dhisInstanceCode to be string | null to limit possible values * Update admin panel form labels * PR feedback * Fix merge issues * Fix tests, add missing data source types * Fix merge from dev: update table names * Fix migration, syntax errors * Hotfix: force install internal deps * Fix dhis push async bug * Minor: better logging dhis sync push errors Co-authored-by: Andrew <vanbeekandrew@gmail.com>
Closing this interim PR. |
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.
Manual Release Steps
Features ⭐
Tweaks ⚖️
Visualisations 📊
Bug fixes 🐛
Automation 🤖
Infrastructure and maintenance 🛠️