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

Address dependabot errors from demo server #154

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Conversation

dogversioning
Copy link
Contributor

This uprevs several packages in the flask server to reduce dependabot alarms. It also updates the URL to be used as a testbed.

flask_app.py Outdated
Comment on lines 13 to 14
# TODO: CapabilityStatement.rest.resource.search.param needs to provide
# a required value type - config issue on our end for now
Copy link
Contributor

Choose a reason for hiding this comment

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

What does this mean practically - is using flask still busted, but the url change gets us further? Or is this like a nice to have later?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The old server this was pointed at no longer exists. The newer URL is the target we are looking at, but one of the searchparams it returns is missing a required field. Once that is fixed, this should work in the default config.

I've tested against HAPI's FHIR server, which works when that server is responding, but it's latency is pretty high, so I think fixing the one we control is preferrable.

@mikix
Copy link
Contributor

mikix commented Jul 16, 2024

I didn't do an exhaustive look, but this would fix #29 at least

@dogversioning dogversioning merged commit 8e08719 into main Jul 16, 2024
5 checks passed
@dogversioning dogversioning deleted the mg/server-dependabot branch July 16, 2024 15:29
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