-
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
Production release v24.15.0 | April week 2 #2065
Merged
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
…atient viewset (#1966) * drop field `age` and compute age on demand * Update filters and related usages * add min value validator for year of birth * remove age from test utils * remove unnecessary default * Add field `death_datetime` in patient registration * annotate age in days * suggestion from code review * revert unintended changes * skip serializing age * rebase migrations * rebase migrations * drop age from dummy data * Revert "drop age from dummy data" This reverts commit 9964b85. * drop patient registration's age from dummy data * select only `last_consultation` in custom migration Co-authored-by: Aakash Singh <[email protected]> * format code * rebase migrations * rebase migrations --------- Co-authored-by: Aakash Singh <[email protected]>
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.65 to 1.34.75 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.65...1.34.75) Updates `boto3-stubs` from 1.34.65 to 1.34.75 - [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> Co-authored-by: Vignesh Hari <[email protected]>
) Add validations for negative values in inventory Co-authored-by: Aakash Singh <[email protected]>
Staging Release for v24.15.0
Staging release 2 for v24.15.0
* Update discharge summary to reflect age and year of birth fixes #2052 * suggestions from codereview
fix custom user authentication (#2059)
* Switch to using year of birth for patient transfer confirmation * update tests
khavinshankar
changed the title
Production release v24.15.0 | April week 12
Production release v24.15.0 | April week 2
Apr 8, 2024
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.
No description provided.