-
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; Sep Week 4 #1035
Conversation
* 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
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportBase: 55.94% // Head: 56.02% // Increases project coverage by
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
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. |
No description provided.