Skip to content
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

STU3: Backport changes on r4 branch to stu3 branch #859

Merged

Conversation

kennethmyhra
Copy link
Collaborator

No description provided.

kennethmyhra and others added 30 commits February 5, 2025 21:53
This adds a generic version of FhirResponse. FhirResponse<T> where T is
Resource.
Convert the fields StatusCode, Key, and Resource of FhirResponse to
properties.
Adds the generic methods {,I}FhirResponseFactory.GetFhirResponse<T>()
where T is of Resource.
This removes the obsolete extension method AddFhirFormatters() for
IServiceCollection.
This removes the extension method ToHttpResponseMessage() for
OperationOutcome.
This removes the apparently unused extension method
ToHttpResponseMessage() for OperationOutcome.
Removes the obsolete modifier constants:
- AFTER = "after"
- ANYNAMESPACE = "anyns",
- BEFORE = "before"
- CODE = "code"
- PARTIAL = "partial"
- Separator = ":"
Config.MONGOINDEXCOLLECTION -> MongoCollections.SEARCH_INDEX_COLLECTION.
Removes the following non-existing search fields:
- TAGSCHEME = "scheme"
- TAGTERM = "term"
- TAGLABEL = "label"
Removes the following constants:
- CONTAINER = "internal_container"
- TAG = "internal_tag"
Bumps [Microsoft.AspNetCore.Identity.UI](https://github.com/dotnet/aspnetcore) from 8.0.12 to 9.0.1.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.12...v9.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Identity.UI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.2 to 3.0.1.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.8.2...3.0.1)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) from 8.0.2 to 9.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v9.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot bot added 2 commits February 5, 2025 21:59
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.9.0 to 7.2.0.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.9.0...v7.2.0)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 8.0.12 to 9.0.1.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.12...v9.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@kennethmyhra kennethmyhra changed the title STU3: Backport changes on r4 branch changes to stu3 branch STU3: Backport changes on r4 branch to stu3 branch Feb 5, 2025
@kennethmyhra kennethmyhra merged commit 4ff4496 into FirelyTeam:stu3/master Feb 5, 2025
5 checks passed
@kennethmyhra kennethmyhra deleted the backport-r4-changes-to-stu3 branch February 5, 2025 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant