[ckan-changes] [ckan/ckan] d9f3a5: [#3116] Refactor middleware module.
GitHub
noreply at github.com
Wed Jun 15 16:21:37 UTC 2016
Branch: refs/heads/3116-middleware-refactor
Home: https://github.com/ckan/ckan
Commit: d9f3a5036a99c5e447ad93977e99ba745e2868c3
https://github.com/ckan/ckan/commit/d9f3a5036a99c5e447ad93977e99ba745e2868c3
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
R ckan/config/middleware.py
A ckan/config/middleware/__init__.py
A ckan/config/middleware/common_middleware.py
A ckan/config/middleware/flask_app.py
A ckan/config/middleware/pylons_app.py
M ckan/tests/config/test_middleware.py
Log Message:
-----------
[#3116] Refactor middleware module.
It was starting to become unmanageably large with a lot of separate
concerns in one place.
- Separate the flask and pylons app code into separate modules.
- Separate the common middleware code into a separate module.
More information about the ckan-changes
mailing list