[ckan-changes] [ckan/ckan] f1c2b3: [#4055] Remove celery-based tasks, as per deprecat...

GitHub noreply at github.com
Tue Mar 13 11:54:17 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: f1c2b361139d48e3b3ecbfe9b2a32110a791e2a9
      https://github.com/ckan/ckan/commit/f1c2b361139d48e3b3ecbfe9b2a32110a791e2a9
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-01 (Thu, 01 Mar 2018)

  Changed paths:
    M CHANGELOG.rst
    R ckan/config/celery-supervisor.conf
    R ckan/lib/celery_app.py
    M ckan/lib/cli.py
    M ckan/logic/action/get.py
    M ckan/model/__init__.py
    M ckan/tests/legacy/logic/test_action.py
    R ckan/tests/lib/test_celery_app.py
    M ckan/tests/test_coding_standards.py
    M doc/maintaining/background-tasks.rst
    M setup.py

  Log Message:
  -----------
  [#4055] Remove celery-based tasks, as per deprecation policy


  Commit: 75e1ca0e09ffea4135c8ce3a8d39f2596e3fa932
      https://github.com/ckan/ckan/commit/75e1ca0e09ffea4135c8ce3a8d39f2596e3fa932
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-01 (Thu, 01 Mar 2018)

  Changed paths:
    M ckan/controllers/api.py
    M ckan/controllers/feed.py
    M ckan/controllers/group.py
    M ckan/controllers/package.py
    M ckan/controllers/revision.py
    M ckan/controllers/user.py
    M ckan/lib/alphabet_paginate.py
    M ckan/lib/cli.py
    M ckan/lib/create_test_data.py
    M ckan/lib/dictization/__init__.py
    M ckan/lib/helpers.py
    M ckan/lib/io.py
    M ckan/lib/jinja_extensions.py
    M ckan/lib/lazyjson.py
    M ckan/lib/mailer.py
    M ckan/lib/munge.py
    M ckan/lib/navl/dictization_functions.py
    M ckan/lib/navl/validators.py
    M ckan/lib/search/index.py
    M ckan/logic/__init__.py
    M ckan/logic/action/get.py
    M ckan/logic/action/update.py
    M ckan/logic/converters.py
    M ckan/logic/schema.py
    M ckan/model/__init__.py
    M ckan/model/group_extra.py
    M ckan/model/license.py
    M ckan/model/package_extra.py
    M ckan/model/resource.py
    M ckan/model/system_info.py
    M ckan/model/types.py
    M ckan/model/user.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/legacy/__init__.py
    M ckan/tests/legacy/html_check.py
    M ckan/tests/legacy/lib/__init__.py
    M ckan/tests/legacy/lib/test_navl.py
    M ckan/tests/lib/navl/test_dictization_functions.py
    M ckan/tests/lib/test_helpers.py
    M ckan/tests/lib/test_io.py
    M ckan/tests/lib/test_munge.py
    M ckan/tests/lib/test_navl.py
    M ckan/tests/logic/action/test_delete.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/model/test_user.py
    M ckan/tests/test_coding_standards.py
    M ckan/tests/test_common.py
    M ckan/views/__init__.py
    M ckan/views/api.py
    M ckan/views/feed.py
    M ckan/views/user.py
    M ckanext/datapusher/logic/schema.py
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/logic/schema.py
    M ckanext/datastore/plugin.py
    M ckanext/datastore/tests/test_configure.py
    M ckanext/datastore/tests/test_disable.py
    M ckanext/datastore/tests/test_helpers.py
    M ckanext/datastore/tests/test_info.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/datastore/tests/test_unit.py
    M ckanext/datastore/writer.py
    M ckanext/datatablesview/controller.py
    M ckanext/example_iconfigurer/plugin.py
    M ckanext/example_iconfigurer/plugin_v1.py
    M ckanext/example_iconfigurer/plugin_v2.py
    M ckanext/example_iconfigurer/tests/test_iconfigurer_update_config.py
    M ckanext/example_ivalidators/plugin.py
    M ckanext/imageview/plugin.py
    M ckanext/stats/stats.py
    M ckanext/webpageview/plugin.py
    M doc/contributing/unicode.rst
    M doc/maintaining/datastore.rst

  Log Message:
  -----------
  Merge branch 'master' into 4055-remove-celery


  Commit: 819664d004e32ff0d5dfd6dffb376d9d3a89a1ab
      https://github.com/ckan/ckan/commit/819664d004e32ff0d5dfd6dffb376d9d3a89a1ab
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-01 (Thu, 01 Mar 2018)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  Grammar


  Commit: 76b91145c131b38431bea5dadf5cb0915120dce9
      https://github.com/ckan/ckan/commit/76b91145c131b38431bea5dadf5cb0915120dce9
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M ckan/logic/auth/get.py

  Log Message:
  -----------
  [#4055] Remove unused auth function


  Commit: e43f89e1210434f659f94fe2807fdfa2affd1fcc
      https://github.com/ckan/ckan/commit/e43f89e1210434f659f94fe2807fdfa2affd1fcc
  Author: Ian Ward <ian at excess.org>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
    M CHANGELOG.rst
    R ckan/config/celery-supervisor.conf
    R ckan/lib/celery_app.py
    M ckan/lib/cli.py
    M ckan/logic/action/get.py
    M ckan/logic/auth/get.py
    M ckan/model/__init__.py
    M ckan/tests/legacy/logic/test_action.py
    R ckan/tests/lib/test_celery_app.py
    M ckan/tests/test_coding_standards.py
    M doc/maintaining/background-tasks.rst
    M setup.py

  Log Message:
  -----------
  Merge pull request #4056 from ckan/4055-remove-celery

[#4055] Remove Celery-based tasks


Compare: https://github.com/ckan/ckan/compare/519371f63673...e43f89e12104


More information about the ckan-changes mailing list