[ckan-changes] [ckan/ckan] f131e1: [#2349] Issue warning from tests when legacy test ...

GitHub noreply at github.com
Wed Apr 1 11:23:36 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: f131e1a8d1537b2ad79df3608f927aff8e15d1b0
      https://github.com/ckan/ckan/commit/f131e1a8d1537b2ad79df3608f927aff8e15d1b0
  Author: Ian Ward <ian at excess.org>
  Date:   2015-03-16 (Mon, 16 Mar 2015)

  Changed paths:
    M ckan/tests/__init__.py
    R ckan/tests/functional/__init__.py
    R ckan/tests/functional/api/base.py
    R ckan/tests/functional/base.py

  Log Message:
  -----------
  [#2349] Issue warning from tests when legacy test attributes are accessed


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

  Changed paths:
    M ckan/tests/__init__.py
    M ckan/tests/legacy/test_coding_standards.py

  Log Message:
  -----------
  [#2349] pep8, return value from __getattr__


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

  Changed paths:
    M ckan/tests/__init__.py

  Log Message:
  -----------
  [#2349] store string in var to prevent deallocation


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

  Changed paths:
    M ckan/tests/__init__.py

  Log Message:
  -----------
  [#2349] pep8


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

  Changed paths:
    M ckan/tests/__init__.py

  Log Message:
  -----------
  [#2349] logging works better than warnings


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

  Changed paths:
    M ckanext/datapusher/tests/test_default_views.py
    M ckanext/datastore/tests/test_info.py

  Log Message:
  -----------
  [#2349] access is_datastore_supported from tests.legacy


  Commit: 527a5bf41ea79d7a64314be644b09f5da7aa96ab
      https://github.com/ckan/ckan/commit/527a5bf41ea79d7a64314be644b09f5da7aa96ab
  Author: Ian Ward <ian at excess.org>
  Date:   2015-03-18 (Wed, 18 Mar 2015)

  Changed paths:
    M ckan/tests/__init__.py

  Log Message:
  -----------
  [#2349] pep8


  Commit: 0e731b429640121093f756a90ca892decc7ddf44
      https://github.com/ckan/ckan/commit/0e731b429640121093f756a90ca892decc7ddf44
  Author: Ian Ward <ian at excess.org>
  Date:   2015-03-18 (Wed, 18 Mar 2015)

  Changed paths:
    M .coveragerc
    M ckan/ckan_nose_plugin.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
    A ckan/tests/config/__init__.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
    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 setup.py

  Log Message:
  -----------
  [#2349] rename new_tests -> tests


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

  Changed paths:
    M ckan/ckan_nose_plugin.py

  Log Message:
  -----------
  [#2349] revert nose plugin change, check for legacy instead


  Commit: 7510cbf355b40859d0f0c16d161e86dc74fd232a
      https://github.com/ckan/ckan/commit/7510cbf355b40859d0f0c16d161e86dc74fd232a
  Author: Ian Ward <ian at excess.org>
  Date:   2015-03-19 (Thu, 19 Mar 2015)

  Changed paths:
    M ckan/new_authz.py

  Log Message:
  -----------
  [#2349] auth_is_anon_user: stop using c


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

  Changed paths:
    M ckan/tests/logic/action/test_get.py

  Log Message:
  -----------
  [#2349] fix test_related_list to not depend on order items are returned


  Commit: 3546a1ee76c28215cb2ad9ecd758c7a79ef93ca6
      https://github.com/ckan/ckan/commit/3546a1ee76c28215cb2ad9ecd758c7a79ef93ca6
  Author: Ian Ward <ian at excess.org>
  Date:   2015-03-19 (Thu, 19 Mar 2015)

  Changed paths:
    A ckan/new_tests.py

  Log Message:
  -----------
  [#2349] support extensions that import ckan.new_tests. For now.


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

  Changed paths:
    M ckan/new_authz.py

  Log Message:
  -----------
  [#2349] auth_is_anon_user: hack around context['user'] IP address case


  Commit: 40416dcc0f73d734be285dac46f406c528609132
      https://github.com/ckan/ckan/commit/40416dcc0f73d734be285dac46f406c528609132
  Author: Ian Ward <ian at excess.org>
  Date:   2015-03-19 (Thu, 19 Mar 2015)

  Changed paths:
    M ckan/new_authz.py

  Log Message:
  -----------
  [#2349] different fix. c.author can be an IP or a user name too


  Commit: 0ee789c3f04e3ad9b8153a7cbf9bfe53c6e9f8ea
      https://github.com/ckan/ckan/commit/0ee789c3f04e3ad9b8153a7cbf9bfe53c6e9f8ea
  Author: Ian Ward <ian at excess.org>
  Date:   2015-03-19 (Thu, 19 Mar 2015)

  Changed paths:
    M ckan/new_authz.py

  Log Message:
  -----------
  [#2349] handle context[user] is None


  Commit: 6e8401a88a9787925fbcfc91583c3e31bae94d55
      https://github.com/ckan/ckan/commit/6e8401a88a9787925fbcfc91583c3e31bae94d55
  Author: Ian Ward <ian at excess.org>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  [#2349] update changelog for module renaming


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

  Changed paths:
    A ckan/authz.py
    M ckan/config/environment.py
    M ckan/config/solr/schema.xml
    M ckan/controllers/admin.py
    M ckan/controllers/group.py
    M ckan/controllers/user.py
    M ckan/lib/create_test_data.py
    M ckan/lib/dictization/model_dictize.py
    M ckan/lib/dictization/model_save.py
    M ckan/lib/helpers.py
    M ckan/lib/plugins.py
    M ckan/lib/search/index.py
    M ckan/logic/__init__.py
    M ckan/logic/action/get.py
    M ckan/logic/auth/create.py
    M ckan/logic/auth/delete.py
    M ckan/logic/auth/get.py
    M ckan/logic/auth/update.py
    M ckan/logic/validators.py
    M ckan/model/user.py
    M ckan/new_authz.py
    M ckan/public/base/javascript/client.js
    M ckan/tests/legacy/functional/api/test_user.py
    M ckan/tests/legacy/logic/test_auth.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/legacy/test_plugins.py
    M ckan/tests/test_authz.py
    M doc/maintaining/datastore.rst

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into 2349-rename-new-tests

Conflicts:
	ckan/new_authz.py
	ckan/tests/helpers.py


  Commit: 89deda692a468fff1aeb070b0afe3649810b6c49
      https://github.com/ckan/ckan/commit/89deda692a468fff1aeb070b0afe3649810b6c49
  Author: joetsoi <joe.yeung.tsoi at gmail.com>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M .coveragerc
    M CHANGELOG.rst
    M ckan/authz.py
    M ckan/ckan_nose_plugin.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/tests/__init__.py
    A ckan/tests/config/__init__.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 setup.py

  Log Message:
  -----------
  Merge branch '2349-rename-new-tests'


Compare: https://github.com/ckan/ckan/compare/b221659accc5...89deda692a46


More information about the ckan-changes mailing list