[ckan-changes] [okfn/ckan] c7c2c9: [#1357] first stab at alter column name and type a...
GitHub
noreply at github.com
Wed Dec 4 14:57:08 UTC 2013
Branch: refs/heads/1357-alter-column
Home: https://github.com/okfn/ckan
Commit: c7c2c9afdccc0b1c7c44fa901f3216be4f12c83b
https://github.com/okfn/ckan/commit/c7c2c9afdccc0b1c7c44fa901f3216be4f12c83b
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-12-03 (Tue, 03 Dec 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/schema.py
Log Message:
-----------
[#1357] first stab at alter column name and type actions
Commit: 340bb9dafe6e2944c475a9c6c6e3cd7c7d120cb3
https://github.com/okfn/ckan/commit/340bb9dafe6e2944c475a9c6c6e3cd7c7d120cb3
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-12-03 (Tue, 03 Dec 2013)
Changed paths:
M ckan/new_tests/factories.py
A ckanext/datastore/tests/test_alter.py
Log Message:
-----------
[#1357] tests for datastore rename column action
Commit: fdc7a00e9b65c73cdd0432970690f08557da2a37
https://github.com/okfn/ckan/commit/fdc7a00e9b65c73cdd0432970690f08557da2a37
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-12-03 (Tue, 03 Dec 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/plugin.py
Log Message:
-----------
[#1357] rejig database handling for datastore rename column action
* add to action list in datastore plugin
* make drop/recreate aliases work inside scope of transaction
* make sure to close connections on validation errors to prevent deadlock
Commit: c2e466e2b3b041a1411f66f9ad0a3f0ceb5b76b1
https://github.com/okfn/ckan/commit/c2e466e2b3b041a1411f66f9ad0a3f0ceb5b76b1
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-12-04 (Wed, 04 Dec 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
Log Message:
-----------
[#1357] fix datastore alter column type validation/database handling
Commit: 1a403d87831cf2157b187637cfe405371c952ea8
https://github.com/okfn/ckan/commit/1a403d87831cf2157b187637cfe405371c952ea8
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-12-04 (Wed, 04 Dec 2013)
Changed paths:
A ckanext/datastore/new_tests/__init__.py
A ckanext/datastore/new_tests/logic/__init__.py
A ckanext/datastore/new_tests/logic/action/__init__.py
A ckanext/datastore/new_tests/test_alter.py
R ckanext/datastore/tests/test_alter.py
Log Message:
-----------
[#1357] Add correct tests files
Compare: https://github.com/okfn/ckan/compare/c7c2c9afdccc^...1a403d87831c
More information about the ckan-changes
mailing list