-
Notifications
You must be signed in to change notification settings - Fork 301
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
Production release v24.24.0 #2258
Merged
Merged
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
* Update Pipfile * fix breaking changes in drf * fix test case * more dependency updates --------- Co-authored-by: Aakash Singh <[email protected]>
* Remove PatientTeleConsultation model * Remove tele_consultation_history * Remove @Property annotation * update migrations --------- Co-authored-by: Aakash Singh <[email protected]> Co-authored-by: Vignesh Hari <[email protected]>
…hort` (#2207) * ICD11: Fallback to meta_chapter if meta_chapter_short is null * Exclude icd11 diagnosis that does not have meta_chapter_short from redis --------- Co-authored-by: Vignesh Hari <[email protected]>
* bump actions dependencies * remove unused workflows * fix super linter * use slim variant of super linter * bump actions/checkout action * cleanup linter workflow --------- Co-authored-by: Vignesh Hari <[email protected]>
Co-authored-by: Vignesh Hari <[email protected]>
…consultation_filed (#2232) fix patient list default sorting
Co-authored-by: Vignesh Hari <[email protected]>
* fix op number constraint for readmitted patients * . * changed conditions * constraint for all suggestion * added tests * remade migrations * removed checks for OP number * updated tests * removed all validations * create migration * linting issues * revert * linting * linting * Revert "Merge branch 'op-number-constraint' of https://github.com/coronasafe/care into op-number-constraint" This reverts commit cfe9962, reversing changes made to 4e80be9. * revert * remove unwanted commits --------- Co-authored-by: Shivank Kacker <[email protected]> Co-authored-by: Aakash Singh <[email protected]>
Co-authored-by: Vignesh Hari <[email protected]>
add health check for celery queue length
Co-authored-by: Vignesh Hari <[email protected]>
Merge Develop to Staging v24.24.0
* added migrations * updates * updates * v-comparision * fixing files * complete? * added tests * fixed test * made changes * updated migrations and used bulk updates * Update care/facility/api/serializers/patient_consultation.py * fixed * fixed permissions and router * fixes * cleanup queryset * rebase migrations * allow only home facility users to create or update consent * fixes * add is_migrated field * fix permission * remove types from migrations --------- Co-authored-by: Aakash Singh <[email protected]>
…ent (#2251) * dont allow users to set patient code status as not specified for consent * update serializer validation --------- Co-authored-by: Shivank Kacker <[email protected]>
…search instead for not loading in redis table (#2248)
Merge Develop to Staging v24.24.0
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.
Proposed Changes
Associated Issue
Architecture changes
Merge Checklist
/docs
Only PR's with test cases included and passing lint and test pipelines will be reviewed
@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins