Skip to content
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 July Week 3 #933

Merged
merged 36 commits into from
Jul 18, 2022
Merged

Production Release July Week 3 #933

merged 36 commits into from
Jul 18, 2022

Conversation

mathew-alex
Copy link
Contributor

No description provided.

aeswibon and others added 30 commits July 4, 2022 19:46
* Fixed created_by field value

* Fixed saving of daily round object

* Wrapped the code around transaction
* prevent switching patient to the same bed

* prevent switching of bed after patient is discharged

* prevent switching to bed occupied by others
* Added facility tests

* update

* added more tests
* minor bug fix for onvif asset integration

* update asset integration actions

* allow using insecure connections for asset integration
* Validations based of the latest entry [not tested]

* add validation based on latest bed
added lat & lng fields

Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
* Added API Route for User Password Change

* Added API Route for User Password Change

* Update config/settings/local.py

Co-authored-by: Marmik Patel <44599895+Marmik2003@users.noreply.github.com>

* Resolved changes

* Resolved changes for update password API

* Update care/users/api/viewsets/change_password.py

Co-authored-by: Aakash Singh <46787056+sainAk@users.noreply.github.com>

* Update care/users/api/viewsets/change_password.py

Co-authored-by: Aakash Singh <46787056+sainAk@users.noreply.github.com>

* Resolved changes

* Resolved changes

* Resolved changes

* Removed redundant methods

Co-authored-by: Marmik Patel <44599895+Marmik2003@users.noreply.github.com>
Co-authored-by: Aakash Singh <46787056+sainAk@users.noreply.github.com>
fixed bed update error
* 📑 Add Glossary to ToC

* 📚 Add Page Content

* 🎨 Add Assets

* 🖼 Add Diagram

* ⛳ Move Resources
)

* feat (discharge_patient): added discharge_reason and discharge_notes

* fix (serializers/patient_consultation): made discharge_notes and discharge_reason read only

* fix (viewset/patient): added validation to ensure that the reason is within the choices specified

* db: merged conflicting migrations

* fix (viewset/patient): moved discharge reasons array outside of api function

* db: merged migrations

* clean migrations

Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
* Precommit formatting

* Fix queryset existence check for bed validation
Migrate Staging from eks to ECS Egov
@mathew-alex mathew-alex requested a review from a team as a code owner July 18, 2022 01:46
@sonarcloud
Copy link

sonarcloud bot commented Jul 18, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

Merging #933 (9730efd) into production (7842267) will increase coverage by 0.15%.
The diff coverage is 26.02%.

@@              Coverage Diff               @@
##           production     #933      +/-   ##
==============================================
+ Coverage       54.08%   54.23%   +0.15%     
==============================================
  Files             180      181       +1     
  Lines            8781     8826      +45     
==============================================
+ Hits             4749     4787      +38     
- Misses           4032     4039       +7     
Impacted Files Coverage Δ
care/facility/api/serializers/facility.py 97.67% <ø> (+4.34%) ⬆️
care/facility/models/bed.py 86.66% <0.00%> (ø)
care/utils/assetintegration/hl7monitor.py 50.00% <ø> (+13.15%) ⬆️
care/facility/api/serializers/daily_round.py 37.69% <2.38%> (-0.11%) ⬇️
care/facility/api/serializers/bed.py 40.70% <6.89%> (-5.30%) ⬇️
care/facility/api/viewsets/patient.py 48.23% <12.50%> (-0.86%) ⬇️
care/utils/assetintegration/base.py 28.57% <16.66%> (-1.43%) ⬇️
care/utils/assetintegration/onvif.py 37.14% <19.04%> (+0.10%) ⬆️
care/users/api/viewsets/change_password.py 62.96% <62.96%> (ø)
...e/facility/api/serializers/patient_consultation.py 37.58% <100.00%> (+0.89%) ⬆️
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7842267...9730efd. Read the comment docs.

@mathew-alex mathew-alex merged commit aa33dc7 into production Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet