[ckan-changes] [ckan/ckan] decb4e: Show Upload Log even when the job has errored
GitHub
noreply at github.com
Mon Dec 15 14:31:22 UTC 2014
Branch: refs/heads/improve-datapusher-error-messages
Home: https://github.com/ckan/ckan
Commit: decb4e69a7888276a53b1890705fff2f38edd4b7
https://github.com/ckan/ckan/commit/decb4e69a7888276a53b1890705fff2f38edd4b7
Author: Sean Hammond <git at seanh.cc>
Date: 2014-12-12 (Fri, 12 Dec 2014)
Changed paths:
M ckan/templates/package/resource_data.html
Log Message:
-----------
Show Upload Log even when the job has errored
Show the datapusher Upload Log on the resource_data page even when the
datapusher job has errored.
Commit: 9a05dbcf9cce6d92f16abe067f0572d946cf3e03
https://github.com/ckan/ckan/commit/9a05dbcf9cce6d92f16abe067f0572d946cf3e03
Author: Sean Hammond <git at seanh.cc>
Date: 2014-12-12 (Fri, 12 Dec 2014)
Changed paths:
M ckan/templates/package/resource_data.html
Log Message:
-----------
Use the string error message from datapusher error dicts
Rather than showing the whole dict as a string.
Commit: 9ff14ece784a52b6b37e408c91cbc5364acda4df
https://github.com/ckan/ckan/commit/9ff14ece784a52b6b37e408c91cbc5364acda4df
Author: Sean Hammond <git at seanh.cc>
Date: 2014-12-12 (Fri, 12 Dec 2014)
Changed paths:
M ckan/templates/package/resource_data.html
Log Message:
-----------
Display all keys from datapusher job errors
The "error" dicts in CKAN Service Provider job dicts always contain a
"message" key with a string error message, but may also contain any
other keys (depending on the type of error) - show those other keys on
the resource data page as well.
Compare: https://github.com/ckan/ckan/compare/decb4e69a788^...9ff14ece784a
More information about the ckan-changes
mailing list