[ckan-changes] [ckan/ckan] 32dc2a: Run on py3 out of the box

Adrià Mercader noreply at github.com
Fri Jan 17 12:46:07 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 32dc2a82b4438f939378289b2687e358dd1f4e72
      https://github.com/ckan/ckan/commit/32dc2a82b4438f939378289b2687e358dd1f4e72
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-23 (Mon, 23 Dec 2019)

  Changed paths:
    M ckan/cli/sysadmin.py
    M ckan/cli/user.py
    M ckan/lib/dictization/model_dictize.py
    M requirements.in
    M requirements.txt

  Log Message:
  -----------
  Run on py3 out of the box


  Commit: a9941812e214f23c80a71af60077e6ac664977f8
      https://github.com/ckan/ckan/commit/a9941812e214f23c80a71af60077e6ac664977f8
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-23 (Mon, 23 Dec 2019)

  Changed paths:
    M bin/running_stats.py
    M ckan/i18n/check_po_files.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/lazyjson.py
    M ckan/logic/action/__init__.py
    M ckan/logic/action/delete.py
    M ckan/logic/action/update.py
    M ckan/logic/validators.py
    M ckan/plugins/toolkit.py
    M ckan/templates/snippets/search_form.html
    M ckan/tests/config/test_middleware.py
    M ckan/tests/config/test_sessions.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/controllers/test_feed.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/helpers.py
    M ckan/tests/i18n/test_check_po_files.py
    M ckan/tests/legacy/__init__.py
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/legacy/html_check.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/pytest_ckan/ckan_setup.py
    M ckan/tests/test_coding_standards.py
    M ckan/tests/test_common.py
    M ckanext/example_iuploader/test/test_plugin.py
    M doc/extensions/testing-extensions.rst

  Log Message:
  -----------
  Remove pytest from testApp setup


  Commit: 822dc76e182482a88696d150c44d1fb4cae5b996
      https://github.com/ckan/ckan/commit/822dc76e182482a88696d150c44d1fb4cae5b996
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-23 (Mon, 23 Dec 2019)

  Changed paths:
    M ckan/ckan_nose_plugin.py
    M ckan/cli/generate.py
    M ckan/i18n/check_po_files.py
    M ckan/lib/cli.py
    M ckan/lib/config_tool.py
    M ckan/lib/jobs.py
    M ckan/lib/search/__init__.py
    M ckan/lib/uploader.py
    M ckan/migration/migrate_package_activity.py
    M ckan/migration/versions/083_f98d8fa2a7f7_remove_related_items.py
    M ckan/migration/versions/089_23c92480926e_package_activity_migration_check.py
    M ckan/pastertemplates/__init__.py
    M ckan/plugins/toolkit_sphinx_extension.py
    M ckan/tests/legacy/functional/api/test_user.py
    M ckan/tests/legacy/models/test_resource.py
    M ckan/tests/legacy/test_coding_standards.py

  Log Message:
  -----------
  futuruze ckan codebase


  Commit: 3466134c5c607f736c3dc5db96269ec79f07acad
      https://github.com/ckan/ckan/commit/3466134c5c607f736c3dc5db96269ec79f07acad
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-23 (Mon, 23 Dec 2019)

  Changed paths:
    M ckan/tests/legacy/functional/api/base.py
    M ckan/tests/legacy/lib/test_cli.py
    M ckan/tests/lib/test_cli.py
    M ckan/tests/lib/test_helpers.py

  Log Message:
  -----------
  Test collection phase does not fail


  Commit: 2c1952381c685d4d10fb5d8b22583fee7df7ccce
      https://github.com/ckan/ckan/commit/2c1952381c685d4d10fb5d8b22583fee7df7ccce
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-23 (Mon, 23 Dec 2019)

  Changed paths:
    M dev-requirements.txt
    M doc/conf.py

  Log Message:
  -----------
  Build docs with py3


  Commit: 6f8dbcdc96f0c968b91c77de670bb02b9fc4647b
      https://github.com/ckan/ckan/commit/6f8dbcdc96f0c968b91c77de670bb02b9fc4647b
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-23 (Mon, 23 Dec 2019)

  Changed paths:
    M ckan/lib/search/index.py
    M ckan/lib/webassets_tools.py
    M ckan/logic/action/create.py
    M ckan/logic/action/update.py
    M ckan/model/user.py
    M ckan/templates/group/snippets/feeds.html
    M ckan/templates/organization/snippets/feeds.html
    M ckan/tests/config/test_middleware.py
    M ckan/tests/controllers/test_admin.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_home.py
    M ckan/tests/controllers/test_organization.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/helpers.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckan/tests/test_coding_standards.py
    M ckan/tests/test_common.py
    M ckanext/example_idatasetform/tests/test_controllers.py
    M ckanext/example_igroupform/tests/test_controllers.py
    M ckanext/example_iuploader/test/test_plugin.py
    M requirements.in
    M requirements.txt

  Log Message:
  -----------
  Encodings/WebTest/YAMLWarning


  Commit: 0359e5287438f09a05c815723bcc8be268fe48e4
      https://github.com/ckan/ckan/commit/0359e5287438f09a05c815723bcc8be268fe48e4
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-24 (Tue, 24 Dec 2019)

  Changed paths:
    M ckan/tests/controllers/test_user.py

  Log Message:
  -----------
  Import six into controller/user tests


  Commit: cdedcc9ce64e72a8e23838915c2594c778e8459b
      https://github.com/ckan/ckan/commit/cdedcc9ce64e72a8e23838915c2594c778e8459b
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-24 (Tue, 24 Dec 2019)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/tests/config/test_sessions.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/helpers.py
    M ckan/tests/pytest_ckan/fixtures.py

  Log Message:
  -----------
  Add flask test_client


  Commit: d1a09457dcb47f38d7861e017c7c5f7c91273ff2
      https://github.com/ckan/ckan/commit/d1a09457dcb47f38d7861e017c7c5f7c91273ff2
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-24 (Tue, 24 Dec 2019)

  Changed paths:
    M ckan/config/middleware/common_middleware.py
    M ckan/controllers/feed.py
    M ckan/i18n/check_po_files.py
    M ckan/lib/app_globals.py
    M ckan/lib/lazyjson.py
    M ckan/lib/navl/dictization_functions.py
    M ckan/lib/navl/validators.py
    M ckan/lib/webassets_tools.py
    M ckan/logic/action/create.py
    M ckan/logic/action/delete.py
    M ckan/logic/validators.py
    M ckan/model/license.py
    M ckan/model/user.py
    M ckan/tests/config/test_sessions.py
    M ckan/tests/controllers/test_feed.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/legacy/functional/api/test_api.py
    M ckan/tests/legacy/functional/api/test_package_search.py
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/legacy/html_check.py
    M ckan/tests/legacy/logic/test_action.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/lib/test_cli.py
    M ckan/tests/lib/test_helpers.py
    M ckan/tests/model/test_user.py
    M ckan/tests/test_common.py
    M ckan/views/__init__.py
    M ckan/views/api.py
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/tests/test_dump.py
    M ckanext/example_flask_iblueprint/tests/test_routes.py
    M ckanext/example_igroupform/tests/test_controllers.py
    M ckanext/example_ivalidators/plugin.py

  Log Message:
  -----------
  Handle utf-8 decoding


  Commit: c2991dbf4265979ec095ab8ba135b3fce04588de
      https://github.com/ckan/ckan/commit/c2991dbf4265979ec095ab8ba135b3fce04588de
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-24 (Tue, 24 Dec 2019)

  Changed paths:
    M ckan/lib/lazyjson.py
    M ckan/lib/navl/dictization_functions.py

  Log Message:
  -----------
  Use __len__ instead of __nonzero__


  Commit: c0a714eaf540f7018492693af84cf6903c4d4432
      https://github.com/ckan/ckan/commit/c0a714eaf540f7018492693af84cf6903c4d4432
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-24 (Tue, 24 Dec 2019)

  Changed paths:
    M pip-requirements-docs.txt

  Log Message:
  -----------
  try build docks with req-py2


  Commit: b719e631984a61907cd737571513b009607c8343
      https://github.com/ckan/ckan/commit/b719e631984a61907cd737571513b009607c8343
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-24 (Tue, 24 Dec 2019)

  Changed paths:
    M ckan/cli/translation.py
    M ckan/lib/webassets_tools.py
    M ckan/logic/action/get.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/controllers/test_feed.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/helpers.py
    M ckan/tests/legacy/functional/api/test_api.py
    M ckan/tests/legacy/functional/api/test_package_search.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/logic/action/test_update.py
    M ckan/views/__init__.py
    M ckan/views/api.py
    M ckanext/example_flask_iblueprint/tests/test_routes.py
    M ckanext/example_iuploader/test/test_plugin.py

  Log Message:
  -----------
  Restore green state for Py2


  Commit: dcd301967143c4dd6f8e0f30438ec776bc9bd648
      https://github.com/ckan/ckan/commit/dcd301967143c4dd6f8e0f30438ec776bc9bd648
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-25 (Wed, 25 Dec 2019)

  Changed paths:
    M ckan/tests/pytest_ckan/fixtures.py
    M ckanext/datapusher/tests/test.py
    M ckanext/example_iuploader/test/test_plugin.py

  Log Message:
  -----------
  Request context fixture


  Commit: c57777c546fd466756852b89804e532fd4522b06
      https://github.com/ckan/ckan/commit/c57777c546fd466756852b89804e532fd4522b06
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-25 (Wed, 25 Dec 2019)

  Changed paths:

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into py3-run-tests


  Commit: 9ab83b6ef8a9bb835166f30a4d99f41f5568425a
      https://github.com/ckan/ckan/commit/9ab83b6ef8a9bb835166f30a4d99f41f5568425a
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-25 (Wed, 25 Dec 2019)

  Changed paths:
    M .gitignore
    M bin/running_stats.py
    M ckan/lib/helpers.py
    M ckan/lib/i18n.py
    M ckan/lib/navl/dictization_functions.py
    M ckan/tests/config/test_middleware.py
    M ckan/tests/helpers.py
    M ckan/tests/lib/dictization/test_model_dictize.py
    M ckan/tests/lib/navl/test_dictization_functions.py
    M ckan/tests/lib/search/test_index.py
    M ckan/tests/lib/test_base.py
    M ckan/tests/lib/test_changes.py
    M ckan/tests/lib/test_config_tool.py
    M ckan/tests/lib/test_datapreview.py
    M ckan/tests/lib/test_helpers.py
    M ckan/tests/lib/test_i18n.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckan/tests/pytest_ckan/test_fixtures.py
    M ckan/tests/test_factories.py
    M ckanext/datapusher/tests/test_interfaces.py
    M ckanext/datastore/logic/schema.py
    M ckanext/datastore/plugin.py
    M ckanext/datastore/tests/test_chained_action.py
    M ckanext/datastore/tests/test_chained_auth_functions.py
    M ckanext/datastore/tests/test_create.py
    M ckanext/datastore/tests/test_db.py
    M ckanext/datastore/tests/test_delete.py
    M ckanext/datastore/tests/test_upsert.py

  Log Message:
  -----------
  Update lib tests


  Commit: 40bb25643c33829cd909793fa2bda81c3255cce2
      https://github.com/ckan/ckan/commit/40bb25643c33829cd909793fa2bda81c3255cce2
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-25 (Wed, 25 Dec 2019)

  Changed paths:
    M ckan/config/middleware/__init__.py
    M ckan/config/middleware/flask_app.py
    M ckan/lib/io.py
    M ckan/lib/mailer.py
    M ckan/plugins/interfaces.py
    M ckan/tests/helpers.py
    M ckan/tests/lib/test_io.py
    M ckan/tests/lib/test_mailer.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckan/views/__init__.py

  Log Message:
  -----------
  Complete mailer tests


  Commit: 0547d3d8e26a76793355bb97ef13ec05266dc19e
      https://github.com/ckan/ckan/commit/0547d3d8e26a76793355bb97ef13ec05266dc19e
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-26 (Thu, 26 Dec 2019)

  Changed paths:
    M ckan/tests/helpers.py
    M ckan/tests/lib/test_jobs.py
    M ckan/tests/pytest_ckan/fixtures.py

  Log Message:
  -----------
  Update job tests


  Commit: 2d5eae91f1e38bedfd0f3718b4c321227e2400c4
      https://github.com/ckan/ckan/commit/2d5eae91f1e38bedfd0f3718b4c321227e2400c4
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-26 (Thu, 26 Dec 2019)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Check multi-jobs workflow


  Commit: 02fd9b38d6371267ed617936d50bf2eb4cdc4cf4
      https://github.com/ckan/ckan/commit/02fd9b38d6371267ed617936d50bf2eb4cdc4cf4
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-26 (Thu, 26 Dec 2019)

  Changed paths:
    M ckan/lib/io.py
    M ckan/tests/helpers.py
    M ckan/tests/lib/test_changes.py
    M ckan/tests/lib/test_i18n.py
    M ckan/tests/lib/test_mailer.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckanext/datastore/tests/test_chained_action.py
    M ckanext/datastore/tests/test_chained_auth_functions.py

  Log Message:
  -----------
  Update formatting


  Commit: deb353a2ab656bd5d5ec499ba175a76e0585d43c
      https://github.com/ckan/ckan/commit/deb353a2ab656bd5d5ec499ba175a76e0585d43c
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-26 (Thu, 26 Dec 2019)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Try circle aliases


  Commit: fe5a5f159f367afeba5868e6413cbc26fce06544
      https://github.com/ckan/ckan/commit/fe5a5f159f367afeba5868e6413cbc26fce06544
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-26 (Thu, 26 Dec 2019)

  Changed paths:
    M .circleci/config.yml
    M ckan/config/middleware/flask_app.py
    M ckan/tests/controllers/test_admin.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/controllers/test_feed.py
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_home.py
    M ckan/tests/controllers/test_organization.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/controllers/test_util.py
    M ckan/tests/helpers.py
    M ckan/tests/pytest_ckan/fixtures.py

  Log Message:
  -----------
  Update controllers


  Commit: 8084463d7d847ffa61735ab247c0c1a0a86930b6
      https://github.com/ckan/ckan/commit/8084463d7d847ffa61735ab247c0c1a0a86930b6
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-26 (Thu, 26 Dec 2019)

  Changed paths:
    M ckan/config/middleware/flask_app.py
    M ckan/tests/config/test_sessions.py
    M ckan/tests/controllers/test_feed.py
    M ckan/tests/controllers/test_group.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckan/views/__init__.py
    M ckan/views/feed.py

  Log Message:
  -----------
  Do not use multi-clients


  Commit: bde93daefc864ad1a79bc1030e0c06f5a3561f47
      https://github.com/ckan/ckan/commit/bde93daefc864ad1a79bc1030e0c06f5a3561f47
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-26 (Thu, 26 Dec 2019)

  Changed paths:
    M ckan/tests/config/test_middleware.py
    M ckan/tests/config/test_sessions.py
    M ckan/tests/helpers.py
    M ckan/tests/test_none_root.py
    M ckan/tests/test_robots_txt.py

  Log Message:
  -----------
  Use flask.test_client instead of webtest.test_app


  Commit: 0d0c1ed4efcdf607c21b043230685d175063bcd3
      https://github.com/ckan/ckan/commit/0d0c1ed4efcdf607c21b043230685d175063bcd3
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-26 (Thu, 26 Dec 2019)

  Changed paths:
    M ckan/authz.py
    M ckan/lib/navl/validators.py
    M ckan/logic/__init__.py
    M ckan/model/domain_object.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/helpers.py
    M ckan/tests/legacy/__init__.py
    M ckan/tests/legacy/functional/api/base.py
    M ckan/tests/legacy/functional/api/test_api.py
    M ckan/tests/legacy/functional/api/test_user.py
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/helpers.py
    M ckanext/datastore/logic/auth.py
    M ckanext/datastore/plugin.py
    M ckanext/datastore/tests/sample_datastore_plugin.py
    M ckanext/datastore/tests/test_create.py
    M ckanext/datastore/tests/test_delete.py
    M ckanext/datastore/tests/test_dictionary.py
    M ckanext/datastore/tests/test_dump.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/datastore/writer.py
    M ckanext/resourceproxy/tests/test_proxy.py

  Log Message:
  -----------
  Datastore tests


  Commit: 973bc41e5b3f40b9b6024c9b5b81b58b57e9d8c4
      https://github.com/ckan/ckan/commit/973bc41e5b3f40b9b6024c9b5b81b58b57e9d8c4
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-27 (Fri, 27 Dec 2019)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/logic/__init__.py
    M ckan/logic/converters.py
    M ckan/model/domain_object.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/helpers.py
    M ckanext/datapusher/tests/test_action.py
    M ckanext/datapusher/tests/test_controller.py
    M ckanext/datapusher/tests/test_interfaces.py
    M ckanext/datastore/tests/test_dump.py
    M ckanext/example_flask_iblueprint/tests/test_routes.py
    M ckanext/example_flask_streaming/tests/test_streaming_responses.py
    M ckanext/example_iauthfunctions/tests/test_example_iauthfunctions.py
    M ckanext/example_iconfigurer/tests/test_example_iconfigurer.py
    M ckanext/example_iconfigurer/tests/test_iconfigurer_toolkit.py
    M ckanext/example_iconfigurer/tests/test_iconfigurer_update_config.py
    M ckanext/example_idatasetform/tests/test_controllers.py
    M ckanext/example_idatasetform/tests/test_example_idatasetform.py
    M ckanext/example_igroupform/tests/test_controllers.py
    M ckanext/example_ipermissionlabels/tests/test_example_ipermissionlabels.py
    M ckanext/example_iresourcecontroller/tests/test_example_iresourcecontroller.py
    M ckanext/example_itranslation/tests/test_plugin.py
    M ckanext/example_iuploader/test/test_plugin.py
    M ckanext/imageview/tests/test_view.py
    M ckanext/multilingual/plugin.py
    M ckanext/multilingual/tests/test_multilingual_plugin.py
    M ckanext/webpageview/tests/test_view.py

  Log Message:
  -----------
  Update ckanext tests


  Commit: d2eedfef8279e58592d719ad0e2b5962680361d2
      https://github.com/ckan/ckan/commit/d2eedfef8279e58592d719ad0e2b5962680361d2
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-30 (Mon, 30 Dec 2019)

  Changed paths:
    M .circleci/config.yml
    M ckan/tests/controllers/test_admin.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/controllers/test_feed.py
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_organization.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/controllers/test_util.py
    M ckan/views/dataset.py
    M ckanext/datastore/writer.py
    M ckanext/example_flask_iblueprint/tests/test_routes.py
    M ckanext/example_ipermissionlabels/tests/test_example_ipermissionlabels.py
    M ckanext/multilingual/plugin.py
    M ckanext/multilingual/tests/test_multilingual_plugin.py

  Log Message:
  -----------
  fix controller tests


  Commit: 342ba4eb170b713b46e5a16a905d3899d0ed5957
      https://github.com/ckan/ckan/commit/342ba4eb170b713b46e5a16a905d3899d0ed5957
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-12-30 (Mon, 30 Dec 2019)

  Changed paths:
    M ckan/tests/controllers/test_admin.py
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_util.py
    M ckan/tests/helpers.py
    M ckan/tests/legacy/functional/api/base.py
    M ckan/tests/legacy/functional/api/model/test_group.py
    M ckan/tests/legacy/functional/api/model/test_vocabulary.py
    M ckan/tests/legacy/functional/api/test_api.py
    M ckan/tests/legacy/functional/api/test_package_search.py
    M ckan/tests/legacy/functional/api/test_user.py
    M ckan/tests/legacy/functional/test_admin.py
    M ckan/tests/legacy/functional/test_group.py
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/legacy/functional/test_pagination.py
    M ckan/tests/legacy/functional/test_user.py
    M ckan/tests/legacy/html_check.py
    M ckan/tests/legacy/lib/test_solr_search_index.py
    M ckan/tests/legacy/logic/test_action.py
    M ckan/tests/legacy/logic/test_auth.py
    M ckan/tests/legacy/logic/test_tag.py
    M ckan/tests/lib/test_base.py
    M ckan/tests/lib/test_helpers.py
    M ckan/tests/lib/test_i18n.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckan/tests/test_none_root.py
    M ckan/tests/test_robots_txt.py
    M ckanext/datapusher/tests/test.py
    M ckanext/datapusher/tests/test_interfaces.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/example_iconfigurer/tests/test_example_iconfigurer.py
    M ckanext/example_idatasetform/tests/test_example_idatasetform.py
    M ckanext/example_igroupform/tests/test_controllers.py
    M ckanext/example_iresourcecontroller/tests/test_example_iresourcecontroller.py
    M ckanext/textview/tests/test_view.py

  Log Message:
  -----------
  Fix legacy tests


  Commit: 4fc681ffc87d8084b28f18a63f69437f7c3a53f6
      https://github.com/ckan/ckan/commit/4fc681ffc87d8084b28f18a63f69437f7c3a53f6
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M ckan/tests/controllers/__init__.py
    M ckan/tests/controllers/test_admin.py
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_organization.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/helpers.py
    M ckan/tests/legacy/functional/api/base.py
    R ckan/tests/legacy/functional/api/model/test_group.py
    M ckan/tests/legacy/html_check.py
    M ckanext/example_flask_streaming/plugin.py
    M ckanext/example_flask_streaming/tests/test_streaming_responses.py
    M ckanext/example_idatasetform/tests/test_controllers.py
    M ckanext/example_igroupform/tests/test_controllers.py
    M ckanext/example_iuploader/test/test_plugin.py
    M requirements-py2.in
    M requirements-py2.txt
    M requirements.in
    M requirements.txt

  Log Message:
  -----------
  Drop webtest


  Commit: 8c7622e6a27613dc3f30fff1d083b6c67e190c55
      https://github.com/ckan/ckan/commit/8c7622e6a27613dc3f30fff1d083b6c67e190c55
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M bin/travis-run-tests
    R ckan/ckan_nose_plugin.py
    M ckan/tests/helpers.py
    M ckan/tests/legacy/__init__.py
    M ckan/tests/legacy/functional/api/test_follow.py
    M ckan/tests/legacy/lib/test_solr_package_search.py
    M ckan/tests/legacy/lib/test_solr_search_index.py
    M ckan/tests/legacy/logic/test_tag_vocab.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/lib/search/test_index.py
    M ckan/tests/lib/test_helpers.py
    M ckan/tests/test_coding_standards.py
    M ckanext/datapusher/tests/test_action.py
    R profile_tests.py
    M requirements-py2.txt
    M setup.cfg
    M setup.py

  Log Message:
  -----------
  Drop nosetest


  Commit: fbc600a86dfae579cedfcfbc6627a2f5fa8774a6
      https://github.com/ckan/ckan/commit/fbc600a86dfae579cedfcfbc6627a2f5fa8774a6
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M ckan/tests/legacy/functional/api/base.py
    M ckan/tests/legacy/html_check.py
    M ckan/tests/lib/test_helpers.py
    M ckanext/datapusher/tests/test_action.py

  Log Message:
  -----------
  Fix imports


  Commit: af40d3812c9bdf6ff0bf7df2e1bbe8354bcb8b64
      https://github.com/ckan/ckan/commit/af40d3812c9bdf6ff0bf7df2e1bbe8354bcb8b64
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M ckan/tests/controllers/test_package.py
    M ckan/tests/legacy/functional/test_package.py
    M ckanext/example_ipermissionlabels/tests/test_example_ipermissionlabels.py

  Log Message:
  -----------
  Fix fails


  Commit: 143d283c980c4b45dc952a919682ae07d6c9b029
      https://github.com/ckan/ckan/commit/143d283c980c4b45dc952a919682ae07d6c9b029
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
    M ckan/lib/dictization/model_dictize.py
    M ckan/lib/pagination.py
    M ckan/model/tracking.py
    M ckan/tests/legacy/__init__.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/test_coding_standards.py
    R ckan/websetup.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into py3-run-tests


  Commit: f5f4a403a2d948c9689cd6edc59bbe9450c59cbd
      https://github.com/ckan/ckan/commit/f5f4a403a2d948c9689cd6edc59bbe9450c59cbd
  Author: Sergey <tonnydexter at gmail.com>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
    M ckan/lib/uploader.py
    M ckan/public/base/css/fuchsia.css
    M ckan/public/base/css/green.css
    M ckan/public/base/css/main.css
    M ckan/public/base/css/maroon.css
    M ckan/public/base/css/red.css
    M ckan/public/base/javascript/modules/image-upload.js
    M ckan/public/base/less/forms.less
    M ckan/templates/macros/form.html
    M ckan/tests/controllers/test_package.py
    M ckan/tests/controllers/test_user.py
    A ckan/tests/lib/test_uploader.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/logic/action/test_update.py
    M ckan/views/resource.py

  Log Message:
  -----------
  Merge branch 'master' into py3-run-tests


  Commit: e4529d70471a3f40c690e69c98dc82f9771309cb
      https://github.com/ckan/ckan/commit/e4529d70471a3f40c690e69c98dc82f9771309cb
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M ckan/templates/organization/bulk_process.html
    M ckan/tests/controllers/test_organization.py
    M ckan/views/group.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into py3-run-tests


  Commit: 8f271bfe3eccaa83a419ee55e3e35042d1196c5a
      https://github.com/ckan/ckan/commit/8f271bfe3eccaa83a419ee55e3e35042d1196c5a
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M .circleci/config.yml
    M .gitignore
    M bin/running_stats.py
    M bin/travis-run-tests
    M ckan/authz.py
    R ckan/ckan_nose_plugin.py
    M ckan/cli/generate.py
    M ckan/cli/sysadmin.py
    M ckan/cli/translation.py
    M ckan/cli/user.py
    M ckan/config/middleware/__init__.py
    M ckan/config/middleware/common_middleware.py
    M ckan/config/middleware/flask_app.py
    M ckan/controllers/feed.py
    M ckan/i18n/check_po_files.py
    M ckan/lib/app_globals.py
    M ckan/lib/cli.py
    M ckan/lib/config_tool.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/i18n.py
    M ckan/lib/io.py
    M ckan/lib/jobs.py
    M ckan/lib/lazyjson.py
    M ckan/lib/mailer.py
    M ckan/lib/navl/dictization_functions.py
    M ckan/lib/navl/validators.py
    M ckan/lib/search/__init__.py
    M ckan/lib/search/index.py
    M ckan/lib/uploader.py
    M ckan/lib/webassets_tools.py
    M ckan/logic/__init__.py
    M ckan/logic/action/__init__.py
    M ckan/logic/action/create.py
    M ckan/logic/action/delete.py
    M ckan/logic/action/get.py
    M ckan/logic/action/update.py
    M ckan/logic/converters.py
    M ckan/logic/validators.py
    M ckan/migration/migrate_package_activity.py
    M ckan/migration/versions/083_f98d8fa2a7f7_remove_related_items.py
    M ckan/migration/versions/089_23c92480926e_package_activity_migration_check.py
    M ckan/model/domain_object.py
    M ckan/model/license.py
    M ckan/model/user.py
    M ckan/pastertemplates/__init__.py
    M ckan/plugins/interfaces.py
    M ckan/plugins/toolkit.py
    M ckan/plugins/toolkit_sphinx_extension.py
    M ckan/templates/group/snippets/feeds.html
    M ckan/templates/organization/snippets/feeds.html
    M ckan/templates/snippets/search_form.html
    M ckan/tests/config/test_middleware.py
    M ckan/tests/config/test_sessions.py
    M ckan/tests/controllers/__init__.py
    M ckan/tests/controllers/test_admin.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/controllers/test_feed.py
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_home.py
    M ckan/tests/controllers/test_organization.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/controllers/test_util.py
    M ckan/tests/helpers.py
    M ckan/tests/i18n/test_check_po_files.py
    M ckan/tests/legacy/__init__.py
    M ckan/tests/legacy/functional/api/base.py
    R ckan/tests/legacy/functional/api/model/test_group.py
    M ckan/tests/legacy/functional/api/model/test_vocabulary.py
    M ckan/tests/legacy/functional/api/test_api.py
    M ckan/tests/legacy/functional/api/test_follow.py
    M ckan/tests/legacy/functional/api/test_package_search.py
    M ckan/tests/legacy/functional/api/test_user.py
    M ckan/tests/legacy/functional/test_admin.py
    M ckan/tests/legacy/functional/test_group.py
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/legacy/functional/test_pagination.py
    M ckan/tests/legacy/functional/test_user.py
    M ckan/tests/legacy/html_check.py
    M ckan/tests/legacy/lib/test_cli.py
    M ckan/tests/legacy/lib/test_solr_package_search.py
    M ckan/tests/legacy/lib/test_solr_search_index.py
    M ckan/tests/legacy/logic/test_action.py
    M ckan/tests/legacy/logic/test_auth.py
    M ckan/tests/legacy/logic/test_tag.py
    M ckan/tests/legacy/logic/test_tag_vocab.py
    M ckan/tests/legacy/models/test_resource.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/lib/dictization/test_model_dictize.py
    M ckan/tests/lib/navl/test_dictization_functions.py
    M ckan/tests/lib/search/test_index.py
    M ckan/tests/lib/test_base.py
    M ckan/tests/lib/test_changes.py
    M ckan/tests/lib/test_cli.py
    M ckan/tests/lib/test_config_tool.py
    M ckan/tests/lib/test_datapreview.py
    M ckan/tests/lib/test_helpers.py
    M ckan/tests/lib/test_i18n.py
    M ckan/tests/lib/test_io.py
    M ckan/tests/lib/test_jobs.py
    M ckan/tests/lib/test_mailer.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/model/test_user.py
    M ckan/tests/pytest_ckan/ckan_setup.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckan/tests/pytest_ckan/test_fixtures.py
    M ckan/tests/test_coding_standards.py
    M ckan/tests/test_common.py
    M ckan/tests/test_factories.py
    M ckan/tests/test_none_root.py
    M ckan/tests/test_robots_txt.py
    M ckan/views/__init__.py
    M ckan/views/api.py
    M ckan/views/dataset.py
    M ckan/views/feed.py
    M ckanext/datapusher/tests/test.py
    M ckanext/datapusher/tests/test_action.py
    M ckanext/datapusher/tests/test_controller.py
    M ckanext/datapusher/tests/test_interfaces.py
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/helpers.py
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/logic/auth.py
    M ckanext/datastore/logic/schema.py
    M ckanext/datastore/plugin.py
    M ckanext/datastore/tests/sample_datastore_plugin.py
    M ckanext/datastore/tests/test_chained_action.py
    M ckanext/datastore/tests/test_chained_auth_functions.py
    M ckanext/datastore/tests/test_create.py
    M ckanext/datastore/tests/test_db.py
    M ckanext/datastore/tests/test_delete.py
    M ckanext/datastore/tests/test_dictionary.py
    M ckanext/datastore/tests/test_dump.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/datastore/tests/test_upsert.py
    M ckanext/datastore/writer.py
    M ckanext/example_flask_iblueprint/tests/test_routes.py
    M ckanext/example_flask_streaming/plugin.py
    M ckanext/example_flask_streaming/tests/test_streaming_responses.py
    M ckanext/example_iauthfunctions/tests/test_example_iauthfunctions.py
    M ckanext/example_iconfigurer/tests/test_example_iconfigurer.py
    M ckanext/example_iconfigurer/tests/test_iconfigurer_toolkit.py
    M ckanext/example_iconfigurer/tests/test_iconfigurer_update_config.py
    M ckanext/example_idatasetform/tests/test_controllers.py
    M ckanext/example_idatasetform/tests/test_example_idatasetform.py
    M ckanext/example_igroupform/tests/test_controllers.py
    M ckanext/example_ipermissionlabels/tests/test_example_ipermissionlabels.py
    M ckanext/example_iresourcecontroller/tests/test_example_iresourcecontroller.py
    M ckanext/example_itranslation/tests/test_plugin.py
    M ckanext/example_iuploader/test/test_plugin.py
    M ckanext/example_ivalidators/plugin.py
    M ckanext/imageview/tests/test_view.py
    M ckanext/multilingual/plugin.py
    M ckanext/multilingual/tests/test_multilingual_plugin.py
    M ckanext/resourceproxy/tests/test_proxy.py
    M ckanext/textview/tests/test_view.py
    M ckanext/webpageview/tests/test_view.py
    M dev-requirements.txt
    M doc/conf.py
    M doc/extensions/testing-extensions.rst
    M pip-requirements-docs.txt
    R profile_tests.py
    M requirements-py2.in
    M requirements-py2.txt
    M requirements.in
    M requirements.txt
    M setup.cfg
    M setup.py

  Log Message:
  -----------
  Merge pull request #5134 from DataShades/py3-run-tests

Green tests using Py3 - Part 1


Compare: https://github.com/ckan/ckan/compare/f3cb180e34a2...8f271bfe3ecc


More information about the ckan-changes mailing list