[ckan-changes] [okfn/ckan] 4667b3: [1407] WIP - Remove resourcegroups.
GitHub
noreply at github.com
Wed Jan 22 18:16:23 UTC 2014
Branch: refs/heads/1407-remove-resourcegroups
Home: https://github.com/okfn/ckan
Commit: 4667b342047832df80d07b84e702ecbb3a92cd71
https://github.com/okfn/ckan/commit/4667b342047832df80d07b84e702ecbb3a92cd71
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_package.py
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.
Drop constraint on resource_group_revision that travis complains about (but local install does not)
More information about the ckan-changes
mailing list