Age | Commit message (Collapse) | Author |
|
This ensures the entry-point script/module is actually installed
together with the rest of the code.
|
|
Make flask use the gunicorn loggers when run under gunicorn,
otherwise, use our custom logging.
Putting the logging setup inside `create_app(…)` would cause each
worker to override the gunicorn loggers, meaning we were not receiving
the logs, especially for `debug(…)` calls.
|
|
|
|
|
|
Check the connections in the wsgi.py file, outside of the `create_app`
application factory to avoid issues with tests failing due to test app
not initialising because of missing connections in the test
environment.
|
|
* Create and push the application context for the worker functions
* Fix the update of meta fields
|
|
Add a basic scaffolding for the web interface to the quality-control
application.
|