[ckan-changes] [okfn/ckan] 99e535: [#2733] Add code skeleton for datastore_search.

GitHub noreply at github.com
Tue Jul 31 08:54:58 UTC 2012


  Branch: refs/heads/2733-feature-datastore
  Home:   https://github.com/okfn/ckan
  Commit: 99e53587423e4a972ba1c4253b5aaf6475b0bd2f
      https://github.com/okfn/ckan/commit/99e53587423e4a972ba1c4253b5aaf6475b0bd2f
  Author: John Glover <j at johnglover.net>
  Date:   2012-07-31 (Tue, 31 Jul 2012)

  Changed paths:
    M ckanext/datastore/db.py
    A ckanext/datastore/logic/action/get.py
    M ckanext/datastore/logic/auth/create.py
    M ckanext/datastore/logic/auth/delete.py
    A ckanext/datastore/logic/auth/get.py
    M ckanext/datastore/plugin.py
    M ckanext/datastore/tests/test_datastore.py

  Log Message:
  -----------
  [#2733] Add code skeleton for datastore_search.


  Commit: 50b636b3839c0101d69514a860536e2c75c08f60
      https://github.com/okfn/ckan/commit/50b636b3839c0101d69514a860536e2c75c08f60
  Author: John Glover <j at johnglover.net>
  Date:   2012-07-31 (Tue, 31 Jul 2012)

  Changed paths:
    A ckanext/datastore/logic/action.py
    R ckanext/datastore/logic/action/__init__.py
    R ckanext/datastore/logic/action/create.py
    R ckanext/datastore/logic/action/delete.py
    R ckanext/datastore/logic/action/get.py
    A ckanext/datastore/logic/auth.py
    R ckanext/datastore/logic/auth/__init__.py
    R ckanext/datastore/logic/auth/create.py
    R ckanext/datastore/logic/auth/delete.py
    R ckanext/datastore/logic/auth/get.py
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  [#2733] Refactor: Move auth/action into single files,
currently small functions with duplicated code.


Compare: https://github.com/okfn/ckan/compare/d8fb53323ce4...50b636b3839c


More information about the ckan-changes mailing list