[ckan-changes] [ckan/ckan] 927d72: nested columns serialized with json instead of pyt...
GitHub
noreply at github.com
Tue Mar 28 16:01:35 UTC 2017
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 927d729b084424458db3a342fc4b296ddcca5914
https://github.com/ckan/ckan/commit/927d729b084424458db3a342fc4b296ddcca5914
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M ckanext/datastore/controller.py
M ckanext/datastore/tests/test_dump.py
Log Message:
-----------
nested columns serialized with json instead of python str representation
Commit: fe968a99dbac23506aad76d857135e6a7b9d5083
https://github.com/ckan/ckan/commit/fe968a99dbac23506aad76d857135e6a7b9d5083
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M ckanext/datastore/controller.py
M ckanext/datastore/tests/test_dump.py
M ckanext/datastore/writer.py
Log Message:
-----------
move dump function to writers
Commit: ea7b59055606dc1d269e6a858d4193755c30fa61
https://github.com/ckan/ckan/commit/ea7b59055606dc1d269e6a858d4193755c30fa61
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M ckanext/datastore/writer.py
Log Message:
-----------
unicode literals
Commit: 61f9a44cb65daf39d5c37842c291bb067a1ba4e3
https://github.com/ckan/ckan/commit/61f9a44cb65daf39d5c37842c291bb067a1ba4e3
Author: Ian Ward <ian at excess.org>
Date: 2017-03-28 (Tue, 28 Mar 2017)
Changed paths:
M ckanext/datastore/controller.py
M ckanext/datastore/tests/test_dump.py
M ckanext/datastore/writer.py
Log Message:
-----------
Merge pull request #3487 from smotornyuk/3477-datastore-dump-of-nested-json
Nested columns serialized with json.dumps instead of python str representation
Compare: https://github.com/ckan/ckan/compare/711e42609ae6...61f9a44cb65d
More information about the ckan-changes
mailing list