-
Notifications
You must be signed in to change notification settings - Fork 166
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
Backport r4 changes to stu3 #583
Merged
kennethmyhra
merged 24 commits into
FirelyTeam:stu3/master
from
kennethmyhra:backport-r4-changes-to-stu3
Sep 11, 2023
Merged
Backport r4 changes to stu3 #583
kennethmyhra
merged 24 commits into
FirelyTeam:stu3/master
from
kennethmyhra:backport-r4-changes-to-stu3
Sep 11, 2023
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
This only had relation to Bundle and not to {I,}FhirModel so renaming this to BundleExtensions seems to fit pretty good.
We do not want private methods to be camel case.
This is supposed to be a replacement for MongoIdGenerator.
This replaces MongoIdGenerator with our new Id generator GuidGenerator.
Bumps [yuzutech/annotations-action](https://github.com/yuzutech/annotations-action) from 0.1.0 to 0.4.0. - [Release notes](https://github.com/yuzutech/annotations-action/releases) - [Commits](yuzutech/annotations-action@v0.1.0...v0.4.0) --- updated-dependencies: - dependency-name: yuzutech/annotations-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps jQuery from 3.6.1 to 3.7.1. --- updated-dependencies: - dependency-name: jQuery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.2 to 5.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](twbs/bootstrap@v5.2.2...v5.3.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [Autofac](https://github.com/autofac/Autofac) from 6.5.0 to 7.1.0. - [Release notes](https://github.com/autofac/Autofac/releases) - [Commits](autofac/Autofac@v6.5.0...v7.1.0) --- updated-dependencies: - dependency-name: Autofac dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [Fhir.Metrics](https://github.com/FirelyTeam/Fhir.Metrics) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/FirelyTeam/Fhir.Metrics/releases) - [Commits](FirelyTeam/Fhir.Metrics@v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: Fhir.Metrics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This enhances our resolve handling for reference types profoundly. This adds ResourceResolver and makes use of FhirEvalutionContext.ElementResolver to wire up ResourceResolver.Resolve() in IndexService. Co-authored-by: haowang <593301179@qq.com>
Co-authored-by: haowang <593301179@qq.com>
New backup image after better resolve handling for reference types in IndexService and moving to the new identity generator GuidGenerator.
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.