[ckan-changes] [ckan/ckan] 7e797b: [#2553] Fix autodetect for tsv resources
GitHub
noreply at github.com
Wed Aug 12 18:35:45 UTC 2015
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 7e797b7a53181feacfda1cfaeceb96eaed3531bc
https://github.com/ckan/ckan/commit/7e797b7a53181feacfda1cfaeceb96eaed3531bc
Author: amercader <amercadero at gmail.com>
Date: 2015-07-23 (Thu, 23 Jul 2015)
Changed paths:
M ckan/config/resource_formats.json
M ckan/tests/lib/test_helpers.py
Log Message:
-----------
[#2553] Fix autodetect for tsv resources
When you upload or link to a TSV file and don't specify a resource format,
the format that you end up with is text/tab-separated-values.
This is not recognized by the DataPusher and the resource is not uploaded to
the DataStore.
This patch adds this alternative representation to the canonical resource
format list.
Commit: 1cd105796899992372d5c460cc4aca35395ae00a
https://github.com/ckan/ckan/commit/1cd105796899992372d5c460cc4aca35395ae00a
Author: amercader <amercadero at gmail.com>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M ckan/config/resource_formats.json
M ckan/tests/lib/test_helpers.py
Log Message:
-----------
[#2553] TSV media type is text/tab-separated-values
Commit: 79b013b9359b588efcbb9d9e4ea8b8d556dbbb84
https://github.com/ckan/ckan/commit/79b013b9359b588efcbb9d9e4ea8b8d556dbbb84
Author: David Read <david.read at hackneyworkshop.com>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M ckan/config/resource_formats.json
M ckan/tests/lib/test_helpers.py
Log Message:
-----------
Merge pull request #2553 from ckan/2553-tsv-autodetect
Wrong format autodetected for TSVs prevents DataPusher from being called
Compare: https://github.com/ckan/ckan/compare/c3a4322ca7b5...79b013b9359b
More information about the ckan-changes
mailing list