[ckan-changes] [okfn/ckan] 7afc50: [1407] WIP - Remove resourcegroups.
GitHub
noreply at github.com
Wed Jan 22 15:01:42 UTC 2014
Branch: refs/heads/1407-remove-resourcegroups
Home: https://github.com/okfn/ckan
Commit: 7afc50a8d078481732360c69a354c3b14d24ad4a
https://github.com/okfn/ckan/commit/7afc50a8d078481732360c69a354c3b14d24ad4a
Author: Ross Jones <ross at servercode.co.uk>
Date: 2014-01-22 (Wed, 22 Jan 2014)
Changed paths:
M ckan/controllers/revision.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/delete.py
M ckan/logic/auth/get.py
M ckan/logic/auth/update.py
M ckan/logic/schema.py
A ckan/migration/versions/072-remove-resource-groups.py
M ckan/model/__init__.py
M ckan/model/package.py
M ckan/model/resource.py
M ckan/public/scripts/application.js
M ckan/tests/functional/test_revision.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_resource_search.py
M ckan/tests/models/test_package.py
M ckan/tests/models/test_resource.py
Log Message:
-----------
[1407] WIP - Remove resourcegroups.
Contains a migration to remove the resourcegroups and have the resource
have a reference direct to it's package, this removes a lot of joins.
More information about the ckan-changes
mailing list