-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: sort DatedMeasures within a RequestSnapshot #443
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
a983175
build: release 3.24.0
37844fd
feat: add request migration script 1.6.0
pl-buiquang 19c20d5
build: release version 3.24.1
pl-buiquang a40675e
fix: add extra info to logs
ba81e96
fix(maintenance): message on deletion and prevent sooner ending (#428)
pl-buiquang c67eaf1
build: set version to 3.24.3
pl-buiquang 2dca8fb
refactor(start)!: add new docker entrypoint options (#427)
pl-buiquang 70d1288
fix(logger): listen 0.0.0.0 for socket logger
pl-buiquang 30e3c55
feat(logging): readd default console logger
pl-buiquang 89abc3b
feat: add configurable socket logger host for gunicorn
pl-buiquang a0c0f93
feat(auth): cache oidc issuer certs (#433)
pl-buiquang 2c5cd04
fix(start): add more options for Docker entrypoint
878f0b0
Revert "feat(auth): cache oidc issuer certs (#433)"
055486a
fix(cache): revert caching OIDC server certs
64499e3
fix(exports): validate payload when passed a FHIR filter
b37abc7
fix(DMs): fix decorators
843500f
build: set version to 3.24.7
024d83e
fix(DMs): small and diverse fixes
3cae422
refactor(accesses): add cache and fail fast flow
4ad115d
test: add missing fields when creating accesses
e1fca0a
refactor: leverage cache and Django ORM capabilities
193eb09
fix(accesses): add env var for managers list file
b214943
refactor: add some debug log for auth
pl-buiquang 35adb39
build: set hotfix version 3.24.11
pl-buiquang 381fc2f
fix(cohort): sort DMs within an RQS
6156271
fix: merge main into hotfix_3.24.12_sort_dms_within_rqs
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low