[ckan-changes] [ckan/ckan] cf1575: Removes reference to old session code [ref #3053]
GitHub
noreply at github.com
Thu May 26 10:38:30 UTC 2016
Branch: refs/heads/poc-flask-views.session
Home: https://github.com/ckan/ckan
Commit: cf1575e749ea88030f6613764ac2018153fe170c
https://github.com/ckan/ckan/commit/cf1575e749ea88030f6613764ac2018153fe170c
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2016-05-25 (Wed, 25 May 2016)
Changed paths:
M ckan/views/api.py
Log Message:
-----------
Removes reference to old session code [ref #3053]
Commit: 5ffa7b4d5e8cc11b48f550675f539ef22802c766
https://github.com/ckan/ckan/commit/5ffa7b4d5e8cc11b48f550675f539ef22802c766
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2016-05-26 (Thu, 26 May 2016)
Changed paths:
M ckan/config/middleware.py
M ckanext/example_flask_iroutes/tests/test_routes.py
Log Message:
-----------
Get app debug status from app_config.
Debug status defined in the ini file for Flask app. This helps in tests
where we don't want debug to be hardcoded when the flask stack is made.
Commit: f7f27659ba4d79c4b92355c7ecad7b0dc4aa19e6
https://github.com/ckan/ckan/commit/f7f27659ba4d79c4b92355c7ecad7b0dc4aa19e6
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2016-05-26 (Thu, 26 May 2016)
Changed paths:
M ckan/config/middleware.py
M ckanext/example_flask_iroutes/tests/test_routes.py
Log Message:
-----------
Move `find_flask_app` helper to middleware.py
This useful function can find the flask app when passed a wsgi stack.
Compare: https://github.com/ckan/ckan/compare/cf1575e749ea^...f7f27659ba4d
More information about the ckan-changes
mailing list