ara/ara
David Moreau Simard fa624de6f7
WSGI: Use current_app if it's available, otherwise make it available
ARA leverages the Flask application context heavily to share data and
configuration between requests and components.

The WSGI script always created new application contexts and didn't
re-use the current application context if it existed in memory.

Change-Id: Ice93125fd4711cb0d22233c99eb354a0d688092e
2018-04-08 16:05:42 -04:00
..
cli Show names of tasks when showing results 2017-09-24 17:11:34 +00:00
config 1.0 backport: Refactor configuration and instanciate it 2018-04-07 23:09:23 -04:00
db Allow configuring logging via config file 2017-08-26 12:44:08 -05:00
plugins 1.0 backport: Refactor configuration and instanciate it 2018-04-07 23:09:23 -04:00
setup 1.0 backport: Add helper modules/scripts to know where ARA is 2018-04-07 15:21:58 -04:00
static Remove button to fix permalink in report 2017-09-30 13:46:46 -04:00
templates 1.0 backport: Refactor configuration and instanciate it 2018-04-07 23:09:23 -04:00
tests 1.0 backport: Refactor configuration and instanciate it 2018-04-07 23:09:23 -04:00
views 1.0 backport: Refactor configuration and instanciate it 2018-04-07 23:09:23 -04:00
__init__.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
fields.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
manage.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
models.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
shell.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
utils.py Merge "Add subunit output support" 2017-07-31 22:54:19 +00:00
webapp.py 1.0 backport: Refactor configuration and instanciate it 2018-04-07 23:09:23 -04:00
wsgi.py WSGI: Use current_app if it's available, otherwise make it available 2018-04-08 16:05:42 -04:00
wsgi_sqlite.py Add a bit of verbose debug to the sqlite middleware 2018-04-06 01:28:55 +00:00