-
Notifications
You must be signed in to change notification settings - Fork 297
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 Dec Week 2 #1765
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
…1665) * Make ordering of lsg and ward deterministic * fix dump data * Fix lsg and ward
* offload migrations to beat service * log connection error
* add management command to load skills * fix typos
…odel (#1716) * Add DosageValidator to Prescription model * make the validator more generic * fix migrations * update migrations
* Add WARD as a new room type choice in AssetLocation model * update tests
* check if user is from same district * fix logic order * refactor * refactor Co-authored-by: Aakash Singh <mail@singhaakash.dev> --------- Co-authored-by: Aakash Singh <mail@singhaakash.dev>
…rts (#1732) Export oxygen capacity only for FacilityCapacity
* Add facilities and patients to dummy data * exclude models * format file
* Add `resolved_middleware` JSON field to Asset Serializer. fixes #1740; * update schema to be nullable field * move resolving as a utility method in model * Adds `ResolvedMiddlewareField`
* made patient notes consultation specific * link existing patient notes to consultations * update migrations --------- Co-authored-by: Bhavik Agarwal <bhavikiitian@gmail.com>
--- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* prevent unlink for other district * use id for comparision * Update care/users/api/viewsets/users.py Co-authored-by: Aakash Singh <mail@singhaakash.dev> * add tests * fix lint * fix tests and restrict in clear_home_Facility function * add unlink facility tests * assert error message in tests * Update care/users/api/viewsets/users.py Co-authored-by: Aakash Singh <mail@singhaakash.dev> * check if user is district admin and above --------- Co-authored-by: Aakash Singh <mail@singhaakash.dev>
* added validations * refactor * make migrations * Update migrations Signed-off-by: Aakash Singh <mail@singhaakash.dev> * switched to positiveintegerfield * recreate migrations --------- Signed-off-by: Aakash Singh <mail@singhaakash.dev> Co-authored-by: Rithvik Nishad <rithvik.nishad@egovernments.org> Co-authored-by: Aakash Singh <mail@singhaakash.dev> Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
* merge migrations * fix bad migration from #1505 * fix tests
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 to 2.3.8. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@2.3.7...2.3.8) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cleanup dummy data
fix: Import External Result is failing for valid data
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## production #1765 +/- ##
==============================================
+ Coverage 60.76% 61.36% +0.59%
==============================================
Files 210 211 +1
Lines 11531 11587 +56
Branches 1642 1659 +17
==============================================
+ Hits 7007 7110 +103
+ Misses 4283 4205 -78
- Partials 241 272 +31 ☔ 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