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; Sep Week 4 #1035

Merged
merged 9 commits into from
Sep 25, 2022
Merged

Production Release; Sep Week 4 #1035

merged 9 commits into from
Sep 25, 2022

Conversation

mathew-alex
Copy link
Contributor

No description provided.

shivankacker and others added 9 commits September 20, 2022 21:13
* added medicine_administration field

* removed unused import
* created a utility script to generate json web keys

* configure JWKS in settings

* created a view to get public JWKS

* created utility class to generate JWT from JWKS

* added docs to generate JWKs

* generate jwk should only return the base64 encoded str

* add step to configure test environment

* fix workflow

* Restructured code

* remove JWKS_BASE64 from example env config

* return decoded jwt string

Co-authored-by: pragati1610 <pragatibhattad1610@gmail.com>

* Add auth headers in requests from care to middleware

Co-authored-by: pragati1610 <pragatibhattad1610@gmail.com>

Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
Co-authored-by: pragati1610 <pragatibhattad1610@gmail.com>
* Expose upload_completed field for files

* Add migration for existing files

* Use ORM in migration file

* Remove db_alias
…ent-category

make patient_category non mandatory
* add dry permissions for facility cover_image

* fix read_cover_image_url returning incomplete url

* refactor facility cover image endpoint
@sonarcloud
Copy link

sonarcloud bot commented Sep 25, 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

Base: 55.94% // Head: 56.02% // Increases project coverage by +0.07% 🎉

Coverage data is based on head (8331d9a) compared to base (b717ef8).
Patch coverage: 54.83% of modified lines in pull request are covered.

Additional details and impacted files
@@              Coverage Diff               @@
##           production    #1035      +/-   ##
==============================================
+ Coverage       55.94%   56.02%   +0.07%     
==============================================
  Files             172      176       +4     
  Lines            8574     8628      +54     
  Branches         1479     1481       +2     
==============================================
+ Hits             4797     4834      +37     
- Misses           3725     3739      +14     
- Partials           52       55       +3     
Impacted Files Coverage Δ
care/facility/management/commands/generate_jwks.py 0.00% <0.00%> (ø)
care/facility/models/json_schema/daily_round.py 100.00% <ø> (ø)
care/users/reset_password_views.py 38.88% <0.00%> (ø)
care/facility/models/facility.py 86.30% <33.33%> (-1.04%) ⬇️
care/utils/assetintegration/base.py 32.43% <33.33%> (+3.86%) ⬆️
care/utils/jwks/token_generator.py 40.00% <40.00%> (ø)
care/facility/api/viewsets/facility.py 59.18% <42.85%> (+3.62%) ⬆️
care/facility/api/serializers/facility.py 83.87% <54.54%> (-0.51%) ⬇️
...are/facility/models/mixins/permissions/facility.py 50.98% <55.55%> (+0.98%) ⬆️
care/facility/api/viewsets/open_id.py 83.33% <83.33%> (ø)
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mathew-alex mathew-alex merged commit 934ad07 into production Sep 25, 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.

7 participants