-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor - non dev mode, disk space limits and file naming (#18)
* Updates to address - #15 - #14 - #13 * - Refactor of app.py allow running in none dev mode. - Change to use get, post and delete to manage subscriptions - addition of openapi doc * Addition of swagger template to render openapi doc. Update of README.md * conditional tls-set * Update of readme. Update ot GET, POST and DELETE methods, e.g. POST content now via request body. Improved error handling and response codes. * Tweaks to readme. * Tweaks to readme. * Update validate_topic.py print input-topic in case of validation error * Option to disable topic validation added. * Unlimited disk usage possible by setting limit to 0. * Reversion to using filename from global cache. Switch to using minimum free space rather than maximum download dir size. * Update to readme to include validat_topics option. * Update to config.json and swagger page to allow customisable base url. * Log levels configurable. --------- Co-authored-by: Maaike <mlimper@wmo.int>
- Loading branch information
1 parent
6d1611b
commit 2dfa7cc
Showing
15 changed files
with
768 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,4 @@ | |
|
||
__version__ = '0.1.dev2' | ||
|
||
shutdown = Event() | ||
stop_event = Event() |
Oops, something went wrong.