-
Notifications
You must be signed in to change notification settings - Fork 340
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.14.0 | April week 1 #2038
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
Bumps [jwcrypto](https://github.com/latchset/jwcrypto) from 1.5.1 to 1.5.6. - [Release notes](https://github.com/latchset/jwcrypto/releases) - [Commits](latchset/jwcrypto@v1.5.1...v1.5.6) --- updated-dependencies: - dependency-name: jwcrypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* adds titrated prescription * fix linting * optimize prn copy query in migration * fix reverse migration * added tests and implemented suggested changes * fix lint errors * Add titration dosage information to patient discharge summary * Refactor prescription serializer validation * Merge two facility migrations * Fix validation for titrated prescriptions in MedicineAdministrationSerializer * recreated migrations * Refactor prescription serializers and models * fix migrations * update tests and redo migration * fix: imports that are incorrectly sorted and/or formatted * rebase migrations * Rename dosage field to base_dosage and add dosage_type field in dummy data * update migrations * Rebase migrations and adds missing custom migration for setting dosage_type for existing prn prescriptions --------- Co-authored-by: Ashesh <3626859+Ashesh3@users.noreply.github.com> Co-authored-by: Aakash Singh <mail@singhaakash.dev> Co-authored-by: Rithvik Nishad <rithvik.nishad@egovernments.org> Co-authored-by: rithviknishad <mail@rithviknishad.dev>
…s table (#1839) * fix(daily_rounds): migrated all fields that has zero values to null * fix(daily_rounds): migrated blood pressure field * fix: resolved comments * fix: updated migrations * fix(daily_round): resolved comments
* Add validation checks in ResourceRequestSerializer * add test for resource * Fix lint errors in Contributing.md * Discard changes to CONTRIBUTING.md * lint fix --------- Co-authored-by: Aakash Singh <mail@singhaakash.dev>
* Add assigned_clinicians field to PatientConsultation model * Make related_name more intuitive Co-authored-by: Aakash Singh <mail@singhaakash.dev> * Fix lint and migration * use a through model --------- Co-authored-by: Aakash Singh <mail@singhaakash.dev>
Bumps the boto group with 2 updates: [boto3](https://github.com/boto/boto3) and [boto3-stubs](https://github.com/youtype/mypy_boto3_builder). Updates `boto3` from 1.34.27 to 1.34.64 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.27...1.34.64) Updates `boto3-stubs` from 1.34.27 to 1.34.64 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: boto - dependency-name: boto3-stubs dependency-type: direct:development update-type: version-update:semver-patch dependency-group: boto ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add test for discharge summary file name * Remove .pdf from discharge summary file name --------- Co-authored-by: Aakash Singh <mail@singhaakash.dev>
Bumps the boto group with 2 updates: [boto3](https://github.com/boto/boto3) and [boto3-stubs](https://github.com/youtype/mypy_boto3_builder). Updates `boto3` from 1.34.64 to 1.34.65 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.64...1.34.65) Updates `boto3-stubs` from 1.34.64 to 1.34.65 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: boto - dependency-name: boto3-stubs dependency-type: direct:development update-type: version-update:semver-patch dependency-group: boto ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
Refresh Lockfile with upgraded dependencies
* Replace age field with DOB in users model * Add custom migrations * Add imports * squash migrations and add dummy data * Add reverse function * fix lint errors * Update dummy data and DOB field * update tests --------- Co-authored-by: Aakash Singh <mail@singhaakash.dev> Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
#1959) * fixing permission issue * added tests
* update facility.json with more consultations for same patient * track previous consulation * use Aakashs's suggestion - sort queryset by created_date descending Co-authored-by: Aakash Singh <mail@singhaakash.dev> * Lint --------- Co-authored-by: Aakash Singh <mail@singhaakash.dev>
* Fixes discharged patients CSV export * default `is_active` to False
* Fixes discharged patients csv export * default is_active to false
Staging release for v24.14.0
* added consent records to patient consultation * fix migrations * fix warning * updated perms * fix permission-error * merged migrations * updates * added migration * lint * tests and migrations * refactor associating id logic * remove archive logic --------- Co-authored-by: Rithvik Nishad <rithvik.nishad@egovernments.org> Co-authored-by: Aakash Singh <mail@singhaakash.dev>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## production #2038 +/- ##
==============================================
+ Coverage 62.20% 62.54% +0.34%
==============================================
Files 221 223 +2
Lines 12204 12270 +66
Branches 1742 1752 +10
==============================================
+ Hits 7591 7674 +83
+ Misses 4305 4274 -31
- Partials 308 322 +14 ☔ View full report in Codecov by Sentry. |
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