-
Notifications
You must be signed in to change notification settings - Fork 1
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 - non dev mode, disk space limits and file naming #18
Conversation
- Change to use get, post and delete to manage subscriptions - addition of openapi doc
Update of README.md
Please add a ERROR when WIS2DOWNLOADER_CONFIG is not set or the app crashes here: |
Please document the unit for max_disk_usage and which disk it relates to |
I added one commit to allow testing with a non SSL secured client |
…ontent now via request body. Improved error handling and response codes.
Done, see also #16. |
print input-topic in case of validation error
Please add an option to disable pywis_topics-validation, I am unsure if this package is ready to be used for topic-validation at this stage. Please ensure the text on the error-message indicates what causes the topic-validation to fail
|
Switch to using minimum free space rather than maximum download dir size.
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.
https://github.com/wmo-im/wis2downloader/blob/minor-fixes/wis2downloader/app.py#L27-L29
can you please add an option to set the loglevel so I can override default loglevel='DEBUG'
Changes to address
Other changes