[ckan-changes] [ckan/ckan] 243d77: [#2376] Refactor test_get to action based classes
GitHub
noreply at github.com
Fri Apr 17 14:47:38 UTC 2015
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 243d775f216a23cf1c69c22c0295f369a3a422c2
https://github.com/ckan/ckan/commit/243d775f216a23cf1c69c22c0295f369a3a422c2
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
M ckan/tests/logic/action/test_get.py
Log Message:
-----------
[#2376] Refactor test_get to action based classes
Commit: fc0329cc19c5823312783db3778da7015fe6fb1a
https://github.com/ckan/ckan/commit/fc0329cc19c5823312783db3778da7015fe6fb1a
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
M ckan/lib/search/index.py
M ckan/logic/action/get.py
M ckan/tests/logic/action/test_get.py
Log Message:
-----------
[#2376] Refactor user_show to use package_search.
user_show to use package_search instead of package_show. This means a
change to package_search to return drafts (when a flag in the context
allows). solr will also now index drafts.
Commit: 4e948fe84cac407caaed3bf73f6776337b263625
https://github.com/ckan/ckan/commit/4e948fe84cac407caaed3bf73f6776337b263625
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2015-04-03 (Fri, 03 Apr 2015)
Changed paths:
M ckan/tests/logic/action/test_get.py
Log Message:
-----------
[#2376] Tests inherit from FunctionalTestBase
Commit: 59cef355f7db5e5617a0045a7fbe13fc66f556f8
https://github.com/ckan/ckan/commit/59cef355f7db5e5617a0045a7fbe13fc66f556f8
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2015-04-09 (Thu, 09 Apr 2015)
Changed paths:
M ckan/lib/cli.py
M ckan/lib/helpers.py
M ckan/lib/mailer.py
M ckan/logic/schema.py
M ckan/plugins/toolkit.py
M ckan/templates/admin/base.html
M ckan/templates/package/snippets/info.html
M ckan/tests/lib/test_helpers.py
M ckanext/datastore/logic/action.py
A ckanext/example_iconfigurer/__init__.py
A ckanext/example_iconfigurer/controller.py
A ckanext/example_iconfigurer/plugin.py
A ckanext/example_iconfigurer/templates/admin/myext_config.html
A ckanext/example_iconfigurer/tests/__init__.py
A ckanext/example_iconfigurer/tests/test_example_iconfigurer.py
A ckanext/example_iconfigurer/tests/test_iconfigurer_toolkit.py
M setup.py
Log Message:
-----------
Merge branch 'master' of github.com:ckan/ckan into 2376-user_show-package_search
Commit: c26e83b7c7755f66596c12e7755f8515cbf0498b
https://github.com/ckan/ckan/commit/c26e83b7c7755f66596c12e7755f8515cbf0498b
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2015-04-09 (Thu, 09 Apr 2015)
Changed paths:
M ckan/lib/search/__init__.py
M ckan/logic/action/get.py
M ckan/tests/logic/action/test_get.py
Log Message:
-----------
[#2376] Include drafts with a data_dict option.
Instead of a flag in the context, package_search can be passed an
`include_drafts` in the data_dict to return draft datasets in the
results.
Commit: bef0265877ef83bfaf8fe4eb3f207b3da80448f3
https://github.com/ckan/ckan/commit/bef0265877ef83bfaf8fe4eb3f207b3da80448f3
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2015-04-17 (Fri, 17 Apr 2015)
Changed paths:
M ckan/logic/action/get.py
M ckan/tests/logic/action/test_get.py
Log Message:
-----------
[#2376] Sysadmin test for include_datasets False
Compare: https://github.com/ckan/ckan/compare/b5c43f0ece24...bef0265877ef
More information about the ckan-changes
mailing list