[ckan-changes] [ckan/ckan] 822fd1: Removes the old auth models and their use.

GitHub noreply at github.com
Tue Dec 16 16:27:09 UTC 2014


  Branch: refs/heads/1903-new-authz-removal
  Home:   https://github.com/ckan/ckan
  Commit: 822fd181e5abb1c039ea33b9a8edd04a9dc8dbb6
      https://github.com/ckan/ckan/commit/822fd181e5abb1c039ea33b9a8edd04a9dc8dbb6
  Author: Ross Jones <ross at servercode.co.uk>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M ckan/lib/base.py
    M ckan/lib/create_test_data.py
    M ckan/lib/helpers.py
    M ckan/logic/action/create.py
    M ckan/logic/action/get.py
    M ckan/logic/auth/create.py
    M ckan/logic/auth/update.py
    A ckan/migration/versions/075_remove_old_authz_model.py
    M ckan/model/__init__.py
    R ckan/model/authz.py
    M ckan/model/user.py
    M ckan/tests/functional/api/model/test_group.py
    M ckan/tests/functional/api/model/test_package.py
    M ckan/tests/functional/test_admin.py
    M ckan/tests/functional/test_group.py
    M ckan/tests/functional/test_package.py
    M ckan/tests/functional/test_pagination.py
    M ckan/tests/logic/test_action.py
    M ckan/tests/models/test_user.py

  Log Message:
  -----------
  Removes the old auth models and their use.

Removes all of the old auth models, and contains a migration to delete
the now unused tables.  There are a few components still depending
(secretly behind the scenes) on PackageRole and as a result for this PR
to be complete it needs to re-implement `number_administered_packages``


  Commit: 5578c4254eb821779cdec971d3ae62347929a479
      https://github.com/ckan/ckan/commit/5578c4254eb821779cdec971d3ae62347929a479
  Author: Ross Jones <ross at servercode.co.uk>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M ckan/model/__init__.py

  Log Message:
  -----------
  Remove unused init_configuration_data


  Commit: 13b46c62f09c9251cb9c07da878a441da3d7fd02
      https://github.com/ckan/ckan/commit/13b46c62f09c9251cb9c07da878a441da3d7fd02
  Author: Ross Jones <ross at servercode.co.uk>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M ckan/model/__init__.py

  Log Message:
  -----------
  Remove spurious commit


Compare: https://github.com/ckan/ckan/compare/822fd181e5ab^...13b46c62f09c


More information about the ckan-changes mailing list