[ckan-changes] [okfn/ckan] 8c854a: [#1304] Clear and keep current database during tes...
GitHub
noreply at github.com
Mon Nov 18 16:50:22 UTC 2013
Branch: refs/heads/master
Home: https://github.com/okfn/ckan
Commit: 8c854ad9a0c5b159c1f99488ed44fc77a134a7f5
https://github.com/okfn/ckan/commit/8c854ad9a0c5b159c1f99488ed44fc77a134a7f5
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-11-04 (Mon, 04 Nov 2013)
Changed paths:
M ckan/ckan_nose_plugin.py
Log Message:
-----------
[#1304] Clear and keep current database during test runs
Add option '--reset-db' to drop and reinitialize database during test
runs
Commit: 02057230ab99b10fb7b6d7bc2d4b1771c1c3565b
https://github.com/okfn/ckan/commit/02057230ab99b10fb7b6d7bc2d4b1771c1c3565b
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-11-04 (Mon, 04 Nov 2013)
Changed paths:
M ckan/new_tests/helpers.py
Log Message:
-----------
[#1304] change clean_db to rebuild_db in new_test/helpers.py
Otherwise new_tests will drop and recreate database
Commit: eb1a9e74b93ab675ec568b4b21342d5bbbf9e369
https://github.com/okfn/ckan/commit/eb1a9e74b93ab675ec568b4b21342d5bbbf9e369
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-11-04 (Mon, 04 Nov 2013)
Changed paths:
M doc/test.rst
Log Message:
-----------
[#1304] update docs on 'reset-db' test option
Commit: ed5ecd2c56d343a110d08d66817e2a5c9a8aa98b
https://github.com/okfn/ckan/commit/ed5ecd2c56d343a110d08d66817e2a5c9a8aa98b
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-11-04 (Mon, 04 Nov 2013)
Changed paths:
M bin/travis-build
Log Message:
-----------
[#1304] make sure database is rebuilt during travis test runs
Commit: acdcef137c45a0b53e20cf813d2004e15c82ae45
https://github.com/okfn/ckan/commit/acdcef137c45a0b53e20cf813d2004e15c82ae45
Author: John Glover <j at johnglover.net>
Date: 2013-11-13 (Wed, 13 Nov 2013)
Changed paths:
M .travis.yml
M CHANGELOG.rst
M CONTRIBUTING.rst
R bin/travis-build
A bin/travis-install-dependencies
A bin/travis-run-tests
M ckan/config/deployment.ini_tmpl
M ckan/config/middleware.py
M ckan/controllers/group.py
M ckan/controllers/user.py
M ckan/lib/app_globals.py
M ckan/lib/cli.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/lib/munge.py
A ckan/lib/uploader.py
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/logic/auth/create.py
M ckan/logic/schema.py
M ckan/new_authz.py
M ckan/public/base/css/main.css
M ckan/public/base/javascript/client.js
M ckan/public/base/javascript/main.js
A ckan/public/base/javascript/modules/image-upload.js
M ckan/public/base/javascript/resource.config
M ckan/public/base/less/forms.less
M ckan/templates/base.html
M ckan/templates/group/snippets/group_form.html
M ckan/templates/group/snippets/group_item.html
M ckan/templates/group/snippets/info.html
M ckan/templates/header.html
M ckan/templates/macros/form.html
M ckan/templates/organization/snippets/organization_form.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/related/snippets/related_item.html
M ckan/templates/snippets/group.html
M ckan/templates/snippets/group_item.html
M ckan/templates/snippets/organization.html
M ckan/templates/snippets/organization_item.html
M ckan/templates/user/login.html
M ckan/tests/functional/api/test_user.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_dictization_schema.py
M ckan/tests/logic/test_auth.py
A doc/_static/ckanlogo.png
M doc/_themes/sphinx-theme-okfn
M doc/conf.py
M doc/configuration.rst
R doc/images/ckan_logo_box.png
M doc/index.rst
M doc/legacy-api.rst
A doc/upgrading-dependencies.rst
M test-core.ini
Log Message:
-----------
Merge origin/master
Commit: 0e990f6fd8aaf607584e59e334d292a310324582
https://github.com/okfn/ckan/commit/0e990f6fd8aaf607584e59e334d292a310324582
Author: John Glover <j at johnglover.net>
Date: 2013-11-18 (Mon, 18 Nov 2013)
Changed paths:
M bin/travis-install-dependencies
M ckan/public/base/css/main.css
M doc/_themes/sphinx-theme-okfn
M doc/authorization.rst
M doc/conf.py
M doc/configuration.rst
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into 1304-reset-db
Commit: f8edc00aa7a0ee5f2c498b4f2bdf48f0cbb86760
https://github.com/okfn/ckan/commit/f8edc00aa7a0ee5f2c498b4f2bdf48f0cbb86760
Author: John Glover <j at johnglover.net>
Date: 2013-11-18 (Mon, 18 Nov 2013)
Changed paths:
M bin/travis-run-tests
M ckan/ckan_nose_plugin.py
M ckan/new_tests/helpers.py
M doc/test.rst
Log Message:
-----------
Merge pull request #1304 from okfn/1304-reset-db
'--reset-db' option for when running tests
Compare: https://github.com/okfn/ckan/compare/0666cf391065...f8edc00aa7a0
More information about the ckan-changes
mailing list