[ckan-changes] [ckan/ckan] 1d8858: [#2624] Better err handling resource_status_show.
GitHub
noreply at github.com
Tue Sep 15 14:22:35 UTC 2015
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 1d885896e99ec73747574f338f99da207bedf2f1
https://github.com/ckan/ckan/commit/1d885896e99ec73747574f338f99da207bedf2f1
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2015-09-11 (Fri, 11 Sep 2015)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#2624] Better err handling resource_status_show.
check auth should be before attempting the celery import. Also wrapped
the sqlalchemy statement in a try/except to catch exceptions raised when
celery is installed, but the celery_taskmeta table hasn't been created.
Commit: 4325eeda5a12ba74104cdf46b9fa2e844b71c763
https://github.com/ckan/ckan/commit/4325eeda5a12ba74104cdf46b9fa2e844b71c763
Author: David Read <david.read at hackneyworkshop.com>
Date: 2015-09-15 (Tue, 15 Sep 2015)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
Merge pull request #2624 from ckan/2624-resource_status_show
resource_status_show action causes wrong exception when celery not installed
Compare: https://github.com/ckan/ckan/compare/70751c863ee0...4325eeda5a12
More information about the ckan-changes
mailing list