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

refactor: move the custom fhir content to the FHIR-Converter repo #2856

Merged
merged 13 commits into from
Nov 7, 2024

Conversation

mcmcgrath13
Copy link
Collaborator

@mcmcgrath13 mcmcgrath13 commented Nov 1, 2024

PULL REQUEST

Summary

Move the customizations of the FHIR-Converter tool into the skylight fork of the repo instead of housing them here. Corresponding PR

  • All C# code is moved out of this repo as well as templates.
  • Update README with current guidance
  • Make testing and build/make commands a bit more robust

Related Issue

Fixes #

Acceptance Criteria

Please copy the acceptance criteria from your ticket and paste it here for your reviewer(s)

Additional Information

Anything else the review team should know?

Checklist

  • If this code affects the other scrum team, have they been notified? (In Slack, as reviewers, etc.)

@@ -1,8 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build

# Download FHIR-Converter
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch v7.0-skylight-2 --single-branch /build/FHIR-Converter
COPY /CustomFhir/CustomFilters.cs /build/FHIR-Converter/src/Microsoft.Health.Fhir.Liquid.Converter/Filters/
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch mcm/customize --single-branch /build/FHIR-Converter
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: don't merge until this is updated to released version

@mcmcgrath13 mcmcgrath13 marked this pull request as ready for review November 5, 2024 15:22
@mcmcgrath13 mcmcgrath13 requested a review from BobanL November 5, 2024 15:22
Copy link
Collaborator

@BobanL BobanL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@mcmcgrath13 mcmcgrath13 added this pull request to the merge queue Nov 7, 2024
Merged via the queue into main with commit 00b6824 Nov 7, 2024
31 checks passed
@mcmcgrath13 mcmcgrath13 deleted the mcm/move-custom-fhir branch November 7, 2024 13:27
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.

2 participants