[ckan-changes] [ckan/ckan] 106e1a: give default ini value to celery when config not s...

GitHub noreply at github.com
Wed Apr 8 12:34:33 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 106e1ac4d51e57631bd79a3e8a6cc8e626942318
      https://github.com/ckan/ckan/commit/106e1ac4d51e57631bd79a3e8a6cc8e626942318
  Author: Denis Zgonjanin <deniszgonjanin at gmail.com>
  Date:   2015-02-26 (Thu, 26 Feb 2015)

  Changed paths:
    M ckan/lib/cli.py

  Log Message:
  -----------
  give default ini value to celery when config not specified


  Commit: ba40eec65a4ae53fe3b242e81029232f254fbae6
      https://github.com/ckan/ckan/commit/ba40eec65a4ae53fe3b242e81029232f254fbae6
  Author: Ian Ward <ian at excess.org>
  Date:   2015-03-09 (Mon, 09 Mar 2015)

  Changed paths:
    M ckan/logic/schema.py

  Log Message:
  -----------
  [#2340] ignore revision_id passed to resources


  Commit: f442aaeeba9ff8b19c56cee9d8bea9d0ede2ffbf
      https://github.com/ckan/ckan/commit/f442aaeeba9ff8b19c56cee9d8bea9d0ede2ffbf
  Author: Denis Zgonjanin <deniszgonjanin at gmail.com>
  Date:   2015-03-25 (Wed, 25 Mar 2015)

  Changed paths:
    M ckan/lib/cli.py

  Log Message:
  -----------
  fail with appropriate error if no default ini for celery paster command


  Commit: 7d8c688a613f42f1506832152b19bd7231994aa6
      https://github.com/ckan/ckan/commit/7d8c688a613f42f1506832152b19bd7231994aa6
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M ckan/plugins/toolkit.py
    A ckanext/example_iconfigurer/__init__.py
    A ckanext/example_iconfigurer/controller.py
    A ckanext/example_iconfigurer/plugin.py
    A ckanext/example_iconfigurer/templates/admin/myext_config.html
    A ckanext/example_iconfigurer/tests/__init__.py
    A ckanext/example_iconfigurer/tests/test_example_iconfigurer.py
    A ckanext/example_iconfigurer/tests/test_iconfigurer_toolkit.py
    M setup.py

  Log Message:
  -----------
  [#2351] Add new toolkit.add_ckan_admin_tab method.

And an example iconfigurer app that uses and tests it.


  Commit: 6b8539c459db8e76968d5ed8ceef654b0c3482b0
      https://github.com/ckan/ckan/commit/6b8539c459db8e76968d5ed8ceef654b0c3482b0
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  [#2351] PEP8 sweep


  Commit: cfa6c83b4b7fcce4fe11d80e2f547727da31e2fe
      https://github.com/ckan/ckan/commit/cfa6c83b4b7fcce4fe11d80e2f547727da31e2fe
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M ckan/new_tests/lib/test_helpers.py

  Log Message:
  -----------
  [#2351] Refactor new_tests/test_helpers.py


  Commit: eef900f177ee54f0bdd30a0945a61ddb8f076401
      https://github.com/ckan/ckan/commit/eef900f177ee54f0bdd30a0945a61ddb8f076401
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2015-03-27 (Fri, 27 Mar 2015)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/templates/admin/base.html
    M ckanext/example_iconfigurer/controller.py
    M ckanext/example_iconfigurer/plugin.py
    M ckanext/example_iconfigurer/tests/test_example_iconfigurer.py

  Log Message:
  -----------
  [#2351] Add new helpers.build_extra_admin_tabs.

Tested in example_iconfigurer.


  Commit: fdfd1de123033816f867f81c00de3c74da5bd56a
      https://github.com/ckan/ckan/commit/fdfd1de123033816f867f81c00de3c74da5bd56a
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2015-04-03 (Fri, 03 Apr 2015)

  Changed paths:
    M .coveragerc
    M CHANGELOG.rst
    M ckan/authz.py
    M ckan/ckan_nose_plugin.py
    M ckan/config/deployment.ini_tmpl
    M ckan/config/middleware.py
    M ckan/config/resource_formats.json
    M ckan/lib/mailer.py
    A ckan/new_tests.py
    R ckan/new_tests/__init__.py
    R ckan/new_tests/config/__init__.py
    R ckan/new_tests/controllers/__init__.py
    R ckan/new_tests/controllers/test_api.py
    R ckan/new_tests/controllers/test_feed.py
    R ckan/new_tests/controllers/test_group.py
    R ckan/new_tests/controllers/test_package.py
    R ckan/new_tests/controllers/test_user.py
    R ckan/new_tests/controllers/test_util.py
    R ckan/new_tests/factories.py
    R ckan/new_tests/helpers.py
    R ckan/new_tests/lib/__init__.py
    R ckan/new_tests/lib/dictization/__init__.py
    R ckan/new_tests/lib/dictization/test_model_dictize.py
    R ckan/new_tests/lib/navl/__init__.py
    R ckan/new_tests/lib/navl/test_dictization_functions.py
    R ckan/new_tests/lib/navl/test_validators.py
    R ckan/new_tests/lib/search/__init__.py
    R ckan/new_tests/lib/search/test_index.py
    R ckan/new_tests/lib/test_auth_tkt.py
    R ckan/new_tests/lib/test_base.py
    R ckan/new_tests/lib/test_cli.py
    R ckan/new_tests/lib/test_config_tool.py
    R ckan/new_tests/lib/test_datapreview.py
    R ckan/new_tests/lib/test_helpers.py
    R ckan/new_tests/lib/test_munge.py
    R ckan/new_tests/logic/__init__.py
    R ckan/new_tests/logic/action/__init__.py
    R ckan/new_tests/logic/action/test_create.py
    R ckan/new_tests/logic/action/test_delete.py
    R ckan/new_tests/logic/action/test_get.py
    R ckan/new_tests/logic/action/test_patch.py
    R ckan/new_tests/logic/action/test_update.py
    R ckan/new_tests/logic/auth/__init__.py
    R ckan/new_tests/logic/auth/test_create.py
    R ckan/new_tests/logic/auth/test_delete.py
    R ckan/new_tests/logic/auth/test_get.py
    R ckan/new_tests/logic/auth/test_init.py
    R ckan/new_tests/logic/auth/test_update.py
    R ckan/new_tests/logic/test_conversion.py
    R ckan/new_tests/logic/test_converters.py
    R ckan/new_tests/logic/test_schema.py
    R ckan/new_tests/logic/test_validators.py
    R ckan/new_tests/migration/__init__.py
    R ckan/new_tests/model/__init__.py
    R ckan/new_tests/model/test_resource.py
    R ckan/new_tests/model/test_resource_view.py
    R ckan/new_tests/model/test_user.py
    R ckan/new_tests/plugins/__init__.py
    R ckan/new_tests/test_authz.py
    R ckan/new_tests/test_coding_standards.py
    R ckan/new_tests/test_factories.py
    M ckan/public/base/less/masthead.less
    M ckan/templates/header.html
    M ckan/tests/__init__.py
    A ckan/tests/config/__init__.py
    A ckan/tests/config/test_middleware.py
    A ckan/tests/controllers/__init__.py
    A ckan/tests/controllers/test_api.py
    A ckan/tests/controllers/test_feed.py
    A ckan/tests/controllers/test_group.py
    A ckan/tests/controllers/test_package.py
    A ckan/tests/controllers/test_user.py
    A ckan/tests/controllers/test_util.py
    A ckan/tests/factories.py
    R ckan/tests/functional/__init__.py
    R ckan/tests/functional/api/base.py
    R ckan/tests/functional/base.py
    A ckan/tests/helpers.py
    M ckan/tests/legacy/test_coding_standards.py
    A ckan/tests/lib/__init__.py
    A ckan/tests/lib/dictization/__init__.py
    A ckan/tests/lib/dictization/test_model_dictize.py
    A ckan/tests/lib/navl/__init__.py
    A ckan/tests/lib/navl/test_dictization_functions.py
    A ckan/tests/lib/navl/test_validators.py
    A ckan/tests/lib/search/__init__.py
    A ckan/tests/lib/search/test_index.py
    A ckan/tests/lib/test_auth_tkt.py
    A ckan/tests/lib/test_base.py
    A ckan/tests/lib/test_cli.py
    A ckan/tests/lib/test_config_tool.py
    A ckan/tests/lib/test_datapreview.py
    A ckan/tests/lib/test_helpers.py
    A ckan/tests/lib/test_munge.py
    A ckan/tests/logic/__init__.py
    A ckan/tests/logic/action/__init__.py
    A ckan/tests/logic/action/test_create.py
    A ckan/tests/logic/action/test_delete.py
    A ckan/tests/logic/action/test_get.py
    A ckan/tests/logic/action/test_patch.py
    A ckan/tests/logic/action/test_update.py
    A ckan/tests/logic/auth/__init__.py
    A ckan/tests/logic/auth/test_create.py
    A ckan/tests/logic/auth/test_delete.py
    A ckan/tests/logic/auth/test_get.py
    A ckan/tests/logic/auth/test_init.py
    A ckan/tests/logic/auth/test_update.py
    A ckan/tests/logic/test_conversion.py
    A ckan/tests/logic/test_converters.py
    A ckan/tests/logic/test_schema.py
    A ckan/tests/logic/test_validators.py
    A ckan/tests/migration/__init__.py
    A ckan/tests/model/__init__.py
    A ckan/tests/model/test_resource.py
    A ckan/tests/model/test_resource_view.py
    A ckan/tests/model/test_user.py
    A ckan/tests/plugins/__init__.py
    A ckan/tests/test_authz.py
    A ckan/tests/test_coding_standards.py
    A ckan/tests/test_factories.py
    M ckanext/datapusher/tests/test_default_views.py
    M ckanext/datastore/tests/test_create.py
    M ckanext/datastore/tests/test_db.py
    M ckanext/datastore/tests/test_info.py
    M ckanext/datastore/tests/test_interface.py
    M ckanext/datastore/tests/test_plugin.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/example_iauthfunctions/tests/test_example_iauthfunctions.py
    M ckanext/example_idatasetform/tests/test_controllers.py
    M ckanext/example_idatasetform/tests/test_example_idatasetform.py
    M ckanext/example_iresourcecontroller/tests/test_example_iresourcecontroller.py
    M ckanext/imageview/tests/test_view.py
    M ckanext/reclineview/tests/test_view.py
    M ckanext/webpageview/tests/test_view.py
    M doc/contributing/testing.rst
    M doc/maintaining/configuration.rst
    M setup.py

  Log Message:
  -----------
  Merge branch 'master' of github.com:ckan/ckan into 2351-admin-pages


  Commit: edef00642b85c37d99c99e4437525430a79b5e54
      https://github.com/ckan/ckan/commit/edef00642b85c37d99c99e4437525430a79b5e54
  Author: amercader <amercadero at gmail.com>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/plugins/toolkit.py
    M ckan/templates/admin/base.html
    M ckan/tests/lib/test_helpers.py
    A ckanext/example_iconfigurer/__init__.py
    A ckanext/example_iconfigurer/controller.py
    A ckanext/example_iconfigurer/plugin.py
    A ckanext/example_iconfigurer/templates/admin/myext_config.html
    A ckanext/example_iconfigurer/tests/__init__.py
    A ckanext/example_iconfigurer/tests/test_example_iconfigurer.py
    A ckanext/example_iconfigurer/tests/test_iconfigurer_toolkit.py
    M setup.py

  Log Message:
  -----------
  Merge branch '2351-admin-pages' of https://github.com/brew/ckan into brew-2351-admin-pages


  Commit: 9dfc0a4c13f2f397c4792a8b0491eb5a16efc768
      https://github.com/ckan/ckan/commit/9dfc0a4c13f2f397c4792a8b0491eb5a16efc768
  Author: amercader <amercadero at gmail.com>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/plugins/toolkit.py
    M ckan/templates/admin/base.html
    M ckan/tests/lib/test_helpers.py
    A ckanext/example_iconfigurer/__init__.py
    A ckanext/example_iconfigurer/controller.py
    A ckanext/example_iconfigurer/plugin.py
    A ckanext/example_iconfigurer/templates/admin/myext_config.html
    A ckanext/example_iconfigurer/tests/__init__.py
    A ckanext/example_iconfigurer/tests/test_example_iconfigurer.py
    A ckanext/example_iconfigurer/tests/test_iconfigurer_toolkit.py
    M setup.py

  Log Message:
  -----------
  Merge branch 'brew-2351-admin-pages'


  Commit: c48f5f1b7115d7a68f3cbfddf6b0b23123ae27d4
      https://github.com/ckan/ckan/commit/c48f5f1b7115d7a68f3cbfddf6b0b23123ae27d4
  Author: amercader <amercadero at gmail.com>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

  Changed paths:
    M ckan/lib/cli.py

  Log Message:
  -----------
  Merge branch 'celery-default-ini' of https://github.com/deniszgonjanin/ckan into deniszgonjanin-celery-default-ini


  Commit: e14fe1e4855939e31511cd4a9476138faf1b2013
      https://github.com/ckan/ckan/commit/e14fe1e4855939e31511cd4a9476138faf1b2013
  Author: amercader <amercadero at gmail.com>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

  Changed paths:
    M ckan/lib/cli.py

  Log Message:
  -----------
  Merge branch 'deniszgonjanin-celery-default-ini'


  Commit: 9b99764eff7ac1a63c5acd96c4dcfb19c8deb4fc
      https://github.com/ckan/ckan/commit/9b99764eff7ac1a63c5acd96c4dcfb19c8deb4fc
  Author: amercader <amercadero at gmail.com>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

  Changed paths:
    M ckan/logic/schema.py

  Log Message:
  -----------
  Merge branch '2340-discard-revision_id' of https://github.com/wardi/ckan into wardi-2340-discard-revision_id


  Commit: b5c43f0ece24f8ff2fd4dd05651a11c1f8e9e23d
      https://github.com/ckan/ckan/commit/b5c43f0ece24f8ff2fd4dd05651a11c1f8e9e23d
  Author: amercader <amercadero at gmail.com>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

  Changed paths:
    M ckan/logic/schema.py

  Log Message:
  -----------
  Merge branch 'wardi-2340-discard-revision_id'


Compare: https://github.com/ckan/ckan/compare/3e1b3e1873b5...b5c43f0ece24


More information about the ckan-changes mailing list