[ckan-changes] [ckan/ckan] a5d74a: Update the main CKAN config object with the Flask ...
GitHub
noreply at github.com
Thu Aug 4 13:03:40 UTC 2016
Branch: refs/heads/poc-flask-views
Home: https://github.com/ckan/ckan
Commit: a5d74af14cff68f3798eaab9305f12083251be0b
https://github.com/ckan/ckan/commit/a5d74af14cff68f3798eaab9305f12083251be0b
Author: amercader <amercadero at gmail.com>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Changed paths:
M ckan/config/middleware/flask_app.py
Log Message:
-----------
Update the main CKAN config object with the Flask specific keys
These were autogenerated or set during `make_flask_stack`, so they would
be lost when doing config.clear() (and updating with a previous copy as
done extensively in the tests)
Commit: 668b7b504f8b9c81400d48c532cd4ebb074097f2
https://github.com/ckan/ckan/commit/668b7b504f8b9c81400d48c532cd4ebb074097f2
Author: amercader <amercadero at gmail.com>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Changed paths:
M ckan/common.py
M ckan/lib/helpers.py
M ckan/tests/config/test_middleware.py
M ckan/tests/config/test_sessions.py
M ckan/tests/controllers/test_package.py
M ckan/tests/controllers/test_user.py
M ckan/tests/logic/action/test_create.py
M ckan/views/__init__.py
M ckan/views/api.py
M ckanext/example_flask_iblueprint/plugin.py
M ckanext/example_flask_iblueprint/tests/test_routes.py
M ckanext/example_iauthfunctions/tests/test_example_iauthfunctions.py
Log Message:
-----------
Fix more tests
Compare: https://github.com/ckan/ckan/compare/05e35733d78b...668b7b504f8b
More information about the ckan-changes
mailing list