[ckan-changes] [okfn/ckan] d8f9db: [#560] Skip datastore sql tests in legacy mode
GitHub
noreply at github.com
Thu Mar 7 18:18:36 UTC 2013
Branch: refs/heads/master
Home: https://github.com/okfn/ckan
Commit: d8f9db9bd7ae51609abf22cc9fe9be2ce02153a9
https://github.com/okfn/ckan/commit/d8f9db9bd7ae51609abf22cc9fe9be2ce02153a9
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-06 (Wed, 06 Mar 2013)
Changed paths:
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#560] Skip datastore sql tests in legacy mode
Commit: 4d04d93c674155ada099c92cc1e24e914ab30d7b
https://github.com/okfn/ckan/commit/4d04d93c674155ada099c92cc1e24e914ab30d7b
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-06 (Wed, 06 Mar 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
[#560] Pep8
Commit: df84cb75bab55400c645754e292cadd696cc10c6
https://github.com/okfn/ckan/commit/df84cb75bab55400c645754e292cadd696cc10c6
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-06 (Wed, 06 Mar 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
[#560] Do not ensure separate read and write urls in legacy mode
Commit: fa54daf2b2ad5f9ced0c188ef48e7a15f089555b
https://github.com/okfn/ckan/commit/fa54daf2b2ad5f9ced0c188ef48e7a15f089555b
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-06 (Wed, 06 Mar 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
[#560] Refactor _is_read_only_database
Commit: 3828adc68b5e820b1a9e41ae41adc4aa73efa9f4
https://github.com/okfn/ckan/commit/3828adc68b5e820b1a9e41ae41adc4aa73efa9f4
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-06 (Wed, 06 Mar 2013)
Changed paths:
A ckanext/datastore/tests/test_configure.py
Log Message:
-----------
[#560] Test datastore configuration
Commit: bcfc67f7a3fece7dae814f66e916e0624d9ad896
https://github.com/okfn/ckan/commit/bcfc67f7a3fece7dae814f66e916e0624d9ad896
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-06 (Wed, 06 Mar 2013)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
[#560] Create indexes with names if on PG prior to 9.0 because automatic naming is not supported there
Commit: 9dd37f064bcc0f2b0a8290fc0dca7a14a5b58bc8
https://github.com/okfn/ckan/commit/9dd37f064bcc0f2b0a8290fc0dca7a14a5b58bc8
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-06 (Wed, 06 Mar 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
[#560] Return True, instead of printing it
Commit: 690655b4089f3d9f2db4d73a77c0a265a1cfb10c
https://github.com/okfn/ckan/commit/690655b4089f3d9f2db4d73a77c0a265a1cfb10c
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-06 (Wed, 06 Mar 2013)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
[#560] Correct version comparison
Commit: 753a1f33e78c8ff09edb59e80c3a27245c2c8281
https://github.com/okfn/ckan/commit/753a1f33e78c8ff09edb59e80c3a27245c2c8281
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M ckanext/datastore/tests/test_unit.py
Log Message:
-----------
[#560] Compare with bool with is instead of ==
Commit: ea9a201266f3eea7c626aea8f987bbff3de57bea
https://github.com/okfn/ckan/commit/ea9a201266f3eea7c626aea8f987bbff3de57bea
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M ckanext/datastore/tests/test_unit.py
Log Message:
-----------
[#560] Test pg version comparison
Commit: c8c36d3131463eceb6b3ef231420a5e4f1359387
https://github.com/okfn/ckan/commit/c8c36d3131463eceb6b3ef231420a5e4f1359387
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/plugin.py
A ckanext/datastore/tests/test_configure.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
Log Message:
-----------
Merge pull request #560 from okfn/560-datastore-tests
Datastore tests aren't respecting the legacy_mode flag, index creation does not work on PG 8.4
Compare: https://github.com/okfn/ckan/compare/deed24fdce10...c8c36d313146
More information about the ckan-changes
mailing list