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

Refactorings for supporting custom endpoints with examples. #182

Merged
merged 2 commits into from
Aug 18, 2023

Conversation

bashir2
Copy link
Collaborator

@bashir2 bashir2 commented Aug 17, 2023

Description of what I changed

Fixes #139.
This shows examples of how to support custom endpoints. To do this some refactoring of the server code is
done. Also now the default servlet handles requests to /fhir/* instead of /*.

E2E test

TESTED:

Ran the server locally and tested the custom endpoints.
The current unit-tests needs to be updated before review.

Checklist: I completed these to help reviewers :)

  • I have read and will follow the review process.

  • I am familiar with Google Style Guides for the language I have coded in.

    No? Please take some time and review Java and Python style guides.

  • My IDE is configured to follow the Google code styles.

    No? Unsure? -> configure your IDE.

  • I have added tests to cover my changes. (If you refactored existing code that was well tested you do not have to add tests)

  • I ran mvn clean package right before creating this pull request and added all formatting changes to my commit.

  • All new and existing tests passed.

  • My pull request is based on the latest changes of the master branch.

    No? Unsure? -> execute command git pull --rebase upstream master

@bashir2 bashir2 marked this pull request as draft August 17, 2023 05:57
@bashir2 bashir2 force-pushed the custom branch 2 times, most recently from 09ffc9f to 71708a1 Compare August 17, 2023 23:49
@bashir2 bashir2 changed the title temp commit to be updated Refactorings for supporting custom endpoints with examples. Aug 17, 2023
@bashir2 bashir2 marked this pull request as ready for review August 17, 2023 23:51
Copy link
Collaborator

@anchita-g anchita-g left a comment

Choose a reason for hiding this comment

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

LGTM. Just some minor questions, nothing blocking.

Copy link
Collaborator Author

@bashir2 bashir2 left a comment

Choose a reason for hiding this comment

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

Thanks @anchita-g for the quick review.

@bashir2 bashir2 merged commit c263b39 into google:main Aug 18, 2023
5 checks passed
@bashir2 bashir2 deleted the custom branch August 31, 2023 14:46
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.

Evaluate requirements/feasibility of supporting custom endpoints
2 participants