-
Notifications
You must be signed in to change notification settings - Fork 330
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
Merge Develop to Staging 24.16.1 #2091
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
* Add Plugin Support * fix lint * make care installable install using `pip install /path/to/care/` * change root url of apps from / to /api to make the accessible via reverse proxy * crete abstract file upload model * fix file upload api * add care_scribe config vars * fix plug class * Add check before installing plugs * make file choice labels compatible with previous enums to avoid issues * add docs to configure plugins * Remove unused vars. * update docs --------- Co-authored-by: Aakash Singh <[email protected]>
* added test for external result api * updated external test result tests * added filtering test in list endpoint * updated upsert-endpoint tests * removed print statement * fixing lint issue --------- Co-authored-by: Aakash Singh <[email protected]>
* add routes for middleware to fetch asset config * cache middleware jwks * allow asset authentication for assetbed * squash migrations * fix key cache issue * fix assetbed filter for middlewares * return asset presets from patient_from_asset route itself * add is_parsed_by_ocr flag to indicate ocr use for automated round * improve regex match for hostname query * squash migrations * Discard changes to config/settings/local.py * update migrations * add permission classes to test views * take jwks as kwarg for jwt generation * split open id auth response for easier mocking * test middleware auth * remove indexes * remove unnessary comments * use request mocks to test openid auth * make push config logic async * improve query * fix inconsistent validation * fix signal * Relock dependencies * update migrations --------- Co-authored-by: vigneshhari <[email protected]>
Co-authored-by: Vignesh Hari <[email protected]>
* update devcontainer config * remove chromium from devcontainer build * avoid rebuilds on restart * add badge * print docker logs in case of failure in test workflow
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.75 to 1.34.84 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.75...1.34.84) Updates `boto3-stubs` from 1.34.75 to 1.34.84 - [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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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