-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix the DICOMweb uploader and its tests #381
Conversation
Make the path relative to where the Docker compose file lives, not to the working directory. So we can run the tests from any aribtrary directory.
Gets rid of some warnings
These need to use the mapped environment variables inside the Orthanc container
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for getting into this. some questions here and there and maybe some tidying up of comments but I could also be understanding things incorrectly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding one more comment. Should have approved before. Fine once issues are addressed.
… as only input arg
Avoid some premature checking of envvars that haven't been set yet
…unctionality for testing
For easier testing
It's ugly but it works
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for getting this in. Will edit my suggestion in
Alright, this should hopefully rectify the mess I made in #379...
DicomWebUploader
member variables fixed with better names, correct credentials and hostnamesTo do