[ckan-changes] [ckan/ckan] 239e4e: Install pytest/replicate existing workflos

Adrià Mercader noreply at github.com
Thu Dec 19 10:48:51 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 239e4eae4641905efafedaa68f487acf174fefb9
      https://github.com/ckan/ckan/commit/239e4eae4641905efafedaa68f487acf174fefb9
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-09-24 (Tue, 24 Sep 2019)

  Changed paths:
    M .circleci/config.yml
    M ckan/common.py
    M ckan/model/__init__.py
    A ckan/pytest_load_config.py
    M ckan/tests/legacy/__init__.py
    M ckan/tests/legacy/functional/test_tracking.py
    A conftest.py
    M dev-requirements.txt
    M setup.cfg

  Log Message:
  -----------
  Install pytest/replicate existing workflos


  Commit: 3be143bfcd8c52b4d68d699cdcd1764e0d11d480
      https://github.com/ckan/ckan/commit/3be143bfcd8c52b4d68d699cdcd1764e0d11d480
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-09-24 (Tue, 24 Sep 2019)

  Changed paths:
    M .circleci/config.yml
    M ckan/tests/legacy/functional/api/test_email_notifications.py

  Log Message:
  -----------
  Fixed test order


  Commit: 2e59b902aad23eb776c158cb265d59907ef6a4bd
      https://github.com/ckan/ckan/commit/2e59b902aad23eb776c158cb265d59907ef6a4bd
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-09-24 (Tue, 24 Sep 2019)

  Changed paths:
    R ckan/pytest_load_config.py
    M ckan/tests/config/test_middleware.py
    A ckan/tests/pytest/__init__.py
    A ckan/tests/pytest/ckan_setup.py
    A ckan/tests/pytest/fixtures.py
    M conftest.py

  Log Message:
  -----------
  play with new test style


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

  Changed paths:
    M ckan/tests/config/test_middleware.py
    M ckan/tests/pytest/fixtures.py
    M ckan/tests/test_coding_standards.py
    M setup.cfg

  Log Message:
  -----------
  Rewrite test_middleware to pytest


  Commit: 36753a211f20973a6d3fcb572dd1e3391760edcf
      https://github.com/ckan/ckan/commit/36753a211f20973a6d3fcb572dd1e3391760edcf
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-09-26 (Thu, 26 Sep 2019)

  Changed paths:
    M ckan/tests/config/test_middleware.py
    M ckan/tests/pytest/fixtures.py
    A ckanext/datastore/tests/conftest.py
    M ckanext/datastore/tests/test_create.py

  Log Message:
  -----------
  Fix datastore_create tests


  Commit: 168f2129a93b905650a47c838f0288b1b8bc573b
      https://github.com/ckan/ckan/commit/168f2129a93b905650a47c838f0288b1b8bc573b
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-09-26 (Thu, 26 Sep 2019)

  Changed paths:
    M ckan/templates/organization/member_new.html
    M doc/contributing/test.rst

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pytest


  Commit: 5729e94b3f9834b16a2771153fc6822e277c2a32
      https://github.com/ckan/ckan/commit/5729e94b3f9834b16a2771153fc6822e277c2a32
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-09-26 (Thu, 26 Sep 2019)

  Changed paths:
    M ckan/tests/legacy/logic/test_member.py

  Log Message:
  -----------
  Fix legacy_member tests


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

  Changed paths:
    M ckan/logic/action/update.py
    M ckan/tests/legacy/logic/test_action.py

  Log Message:
  -----------
  Fix legacy_action tests


  Commit: d223448e106050402c7d2809e63060e293ba6607
      https://github.com/ckan/ckan/commit/d223448e106050402c7d2809e63060e293ba6607
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-09-27 (Fri, 27 Sep 2019)

  Changed paths:
    M .circleci/config.yml
    M ckan/tests/config/test_middleware.py
    M ckan/tests/controllers/test_admin.py
    M ckan/tests/legacy/functional/api/test_email_notifications.py
    M ckan/tests/legacy/functional/api/test_follow.py
    M ckan/tests/legacy/lib/test_cli.py
    M ckan/tests/legacy/logic/test_auth.py
    M ckanext/datastore/tests/conftest.py
    M ckanext/datastore/tests/test_create.py
    M ckanext/datastore/tests/test_disable.py
    M setup.cfg

  Log Message:
  -----------
  Merge some of stateful tests


  Commit: 68b4eec4378487b6f4f3533afc2674264ee12234
      https://github.com/ckan/ckan/commit/68b4eec4378487b6f4f3533afc2674264ee12234
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-09-27 (Fri, 27 Sep 2019)

  Changed paths:
    M ckan/tests/legacy/logic/test_auth.py
    M ckan/tests/legacy/logic/test_member.py
    M ckan/tests/legacy/models/test_package_relationships.py

  Log Message:
  -----------
  Merge more stateful tests


  Commit: 6e4765a6dcb662b32789fb3e657bb8e1b3052909
      https://github.com/ckan/ckan/commit/6e4765a6dcb662b32789fb3e657bb8e1b3052909
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-09-28 (Sat, 28 Sep 2019)

  Changed paths:
    M ckan/tests/legacy/functional/api/test_email_notifications.py
    M ckan/tests/legacy/functional/test_preview_interface.py

  Log Message:
  -----------
  Merge more legacy email_notification statefultests


  Commit: fcef79f905923ccf60bf7e7589fe618e52326ed4
      https://github.com/ckan/ckan/commit/fcef79f905923ccf60bf7e7589fe618e52326ed4
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-09-28 (Sat, 28 Sep 2019)

  Changed paths:
    M ckan/tests/legacy/logic/test_auth.py
    M ckan/tests/legacy/logic/test_member.py
    M ckan/tests/legacy/test_plugins.py

  Log Message:
  -----------
  Made some alterations in legacy auth/plugin tests


  Commit: 4afac59f963fddffe02ab1ff552d62a9e0287e8e
      https://github.com/ckan/ckan/commit/4afac59f963fddffe02ab1ff552d62a9e0287e8e
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-09-28 (Sat, 28 Sep 2019)

  Changed paths:
    M ckan/tests/legacy/logic/test_action.py

  Log Message:
  -----------
  Merge few legacy action tests


  Commit: 06d0a3f347d458a84442b4b609fb18fd125e680d
      https://github.com/ckan/ckan/commit/06d0a3f347d458a84442b4b609fb18fd125e680d
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-01 (Tue, 01 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/logic/test_action.py
    M ckanext/datastore/tests/test_delete.py

  Log Message:
  -----------
  Continue with stateful tests...


  Commit: b33a29d63470c0db61e819f04c336653b3a0ff75
      https://github.com/ckan/ckan/commit/b33a29d63470c0db61e819f04c336653b3a0ff75
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
    M ckan/lib/cli.py
    A ckanext/datapusher/blueprint.py
    M ckanext/datapusher/plugin.py
    M ckanext/datapusher/templates-bs2/datapusher/resource_data.html
    M ckanext/datapusher/templates-bs2/package/resource_edit_base.html
    M ckanext/datapusher/templates/datapusher/resource_data.html
    M ckanext/datapusher/templates/package/resource_edit_base.html
    M ckanext/datapusher/tests/test_controller.py
    M ckanext/datastore/tests/test_dictionary.py
    M ckanext/stats/blueprint.py
    M contrib/docker/postgresql/Dockerfile

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pytest


  Commit: 776a3e306007066de2e6f7bbc6782473f860a53c
      https://github.com/ckan/ckan/commit/776a3e306007066de2e6f7bbc6782473f860a53c
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/functional/test_pagination.py
    M ckan/tests/migration/test_revision_legacy_code.py

  Log Message:
  -----------
  And again i merged stateful tests


  Commit: d36d11548e9681d8bd9377e9a79ba2772c5e4e4d
      https://github.com/ckan/ckan/commit/d36d11548e9681d8bd9377e9a79ba2772c5e4e4d
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-09 (Wed, 09 Oct 2019)

  Changed paths:
    M ckan/tests/config/test_middleware.py
    M ckan/tests/controllers/test_admin.py
    M ckan/tests/legacy/test_plugins.py
    M ckan/tests/pytest/fixtures.py
    A ckan/tests/pytest/test_fixtures.py
    M ckanext/datastore/tests/conftest.py
    M ckanext/datastore/tests/test_create.py
    M ckanext/datastore/tests/test_delete.py

  Log Message:
  -----------
  Add fixture tests


  Commit: acb1be02d73c48728c62ba383e4aa7953a0158e9
      https://github.com/ckan/ckan/commit/acb1be02d73c48728c62ba383e4aa7953a0158e9
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-09 (Wed, 09 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/functional/test_pagination.py
    M ckan/tests/model/test_user.py

  Log Message:
  -----------
  Guess, what i have done in this commit...


  Commit: 531cad36df8d71644616cdb4ff516248c51ef25d
      https://github.com/ckan/ckan/commit/531cad36df8d71644616cdb4ff516248c51ef25d
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-09 (Wed, 09 Oct 2019)

  Changed paths:
    M ckanext/example_flask_streaming/tests/test_streaming_responses.py

  Log Message:
  -----------
  Adapt flask_streaming_responses tests


  Commit: 0d602fdfa6821ba2573b95ad1bc14a13a6e8922e
      https://github.com/ckan/ckan/commit/0d602fdfa6821ba2573b95ad1bc14a13a6e8922e
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-10 (Thu, 10 Oct 2019)

  Changed paths:
    M ckan/tests/config/test_middleware.py
    M ckan/tests/legacy/functional/test_pagination.py
    M ckan/tests/legacy/test_plugins.py

  Log Message:
  -----------
  Fix pagination tests


  Commit: 6d773e226fd47606c82cfd4ca92fe883cb0aff61
      https://github.com/ckan/ckan/commit/6d773e226fd47606c82cfd4ca92fe883cb0aff61
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-10 (Thu, 10 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/legacy/functional/test_pagination.py
    M ckan/tests/legacy/lib/test_dictization.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/pytest/fixtures.py

  Log Message:
  -----------
  Reduce number of stateful tests


  Commit: 1b62a9df7c3d7d218c07c0cae98bc567af1ba40d
      https://github.com/ckan/ckan/commit/1b62a9df7c3d7d218c07c0cae98bc567af1ba40d
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-11 (Fri, 11 Oct 2019)

  Changed paths:
    M .travis.yml
    M ckan/cli/cli.py
    A ckan/cli/generate.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/test_coding_standards.py
    A contrib/cookiecutter/ckan_extension/.travis.yml
    A contrib/cookiecutter/ckan_extension/LICENSE
    A contrib/cookiecutter/ckan_extension/README.md
    A contrib/cookiecutter/ckan_extension/cookiecutter.json
    A contrib/cookiecutter/ckan_extension/hooks/post_gen_project.py
    A contrib/cookiecutter/ckan_extension/hooks/pre_gen_project.py
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/.coveragerc
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/.gitignore
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/.travis.yml
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/LICENSE
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/MANIFEST.in
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/README.rst
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/bin/travis-build.bash
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/bin/travis-run.sh
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/ckanext/__init__.py
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/ckanext/{{cookiecutter.project_shortname}}/__init__.py
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/ckanext/{{cookiecutter.project_shortname}}/fanstatic/.gitignore
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/ckanext/{{cookiecutter.project_shortname}}/i18n/.gitignore
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/ckanext/{{cookiecutter.project_shortname}}/plugin.py
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/ckanext/{{cookiecutter.project_shortname}}/public/.gitignore
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/ckanext/{{cookiecutter.project_shortname}}/templates/.gitignore
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/ckanext/{{cookiecutter.project_shortname}}/tests/__init__.py
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/ckanext/{{cookiecutter.project_shortname}}/tests/test_plugin.py
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/dev-requirements.txt
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/requirements.txt
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/setup.cfg
    A contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/setup.py
    M dev-requirements.txt
    M doc/extensions/tutorial.rst

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pytest


  Commit: 84669b8fd6b6083e0e37c913686eb9dd233bbf65
      https://github.com/ckan/ckan/commit/84669b8fd6b6083e0e37c913686eb9dd233bbf65
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-11 (Fri, 11 Oct 2019)

  Changed paths:
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/model/test_user.py

  Log Message:
  -----------
  Switch to functions in user tests


  Commit: c452d5131363bab626442ae701cc45428b65b8e4
      https://github.com/ckan/ckan/commit/c452d5131363bab626442ae701cc45428b65b8e4
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-11 (Fri, 11 Oct 2019)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Fix order of tests


  Commit: 3cb03aa9d1a03e6c9ae4527dbb81678b1103e479
      https://github.com/ckan/ckan/commit/3cb03aa9d1a03e6c9ae4527dbb81678b1103e479
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-11 (Fri, 11 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/functional/test_package.py

  Log Message:
  -----------
  Reset db and index more frequently


  Commit: 02c4c922a88b29292bb0ddcb134296c5afc7c23a
      https://github.com/ckan/ckan/commit/02c4c922a88b29292bb0ddcb134296c5afc7c23a
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-15 (Tue, 15 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/logic/action/test_create.py

  Log Message:
  -----------
  Update legacy package tests


  Commit: e4c8530e3ba5cfa16213eb1640ff3a8f8a2567f0
      https://github.com/ckan/ckan/commit/e4c8530e3ba5cfa16213eb1640ff3a8f8a2567f0
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

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

  Log Message:
  -----------
  Remove unbound revision


  Commit: 8ab3ad000ebbf800c82dc2ba8c79dd6afea15a24
      https://github.com/ckan/ckan/commit/8ab3ad000ebbf800c82dc2ba8c79dd6afea15a24
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M ckan/tests/pytest/fixtures.py
    M ckan/tests/pytest/test_fixtures.py
    M ckanext/example_iauthfunctions/tests/test_example_iauthfunctions.py
    M doc/contributing/test.rst
    M doc/extensions/testing-extensions.rst

  Log Message:
  -----------
  Update docs a bit


  Commit: 1505fb6398e4afcb147d8dc4453c2e4f544bb3a1
      https://github.com/ckan/ckan/commit/1505fb6398e4afcb147d8dc4453c2e4f544bb3a1
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/functional/test_group.py
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/pytest/fixtures.py

  Log Message:
  -----------
  update legacy test_group/package


  Commit: 677f8af59fe610137c6511fa8cb5275b7f6263ee
      https://github.com/ckan/ckan/commit/677f8af59fe610137c6511fa8cb5275b7f6263ee
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/functional/test_group.py
    M ckan/tests/legacy/test_coding_standards.py
    R ckan/tests/pytest/__init__.py
    R ckan/tests/pytest/ckan_setup.py
    R ckan/tests/pytest/fixtures.py
    R ckan/tests/pytest/test_fixtures.py
    A ckan/tests/pytest_ckan/__init__.py
    A ckan/tests/pytest_ckan/ckan_setup.py
    A ckan/tests/pytest_ckan/fixtures.py
    A ckan/tests/pytest_ckan/test_fixtures.py
    M ckan/tests/test_authz.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 conftest.py
    M setup.cfg

  Log Message:
  -----------
  Update top level tests


  Commit: 04c39f8de092f962ff0d8bfa8c7ee276bc3eb300
      https://github.com/ckan/ckan/commit/04c39f8de092f962ff0d8bfa8c7ee276bc3eb300
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M ckan/config/resource_formats.json
    M ckan/lib/dictization/model_save.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pytest


  Commit: 5ab7cc577093684a51126dffe6b67b2a8c501ea8
      https://github.com/ckan/ckan/commit/5ab7cc577093684a51126dffe6b67b2a8c501ea8
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M ckan/tests/config/test_environment.py
    M ckan/tests/config/test_middleware.py
    M ckan/tests/config/test_sessions.py

  Log Message:
  -----------
  Update config tests


  Commit: dbb7bab6938a020d4f7abeaf8d0e79d591634b71
      https://github.com/ckan/ckan/commit/dbb7bab6938a020d4f7abeaf8d0e79d591634b71
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M ckan/tests/i18n/test_check_po_files.py
    M ckan/tests/pytest_ckan/ckan_setup.py

  Log Message:
  -----------
  Update i18n tests


  Commit: b8216111c5c85e2ca561a2314c5a14cd89a8ddcf
      https://github.com/ckan/ckan/commit/b8216111c5c85e2ca561a2314c5a14cd89a8ddcf
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M ckan/tests/plugins/test_toolkit.py
    M ckan/tests/pytest_ckan/ckan_setup.py

  Log Message:
  -----------
  Update plugins tests


  Commit: 01f4255751c5cf100551feaf88d9e9be42eba4ef
      https://github.com/ckan/ckan/commit/01f4255751c5cf100551feaf88d9e9be42eba4ef
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M ckan/tests/model/test_license.py
    M ckan/tests/model/test_package.py
    M ckan/tests/model/test_package_extra.py
    M ckan/tests/model/test_resource.py
    M ckan/tests/model/test_resource_view.py
    M ckan/tests/model/test_system_info.py
    M ckan/tests/model/test_tags.py
    M ckan/tests/model/test_user.py

  Log Message:
  -----------
  Update model tests


  Commit: 61be4611e274d69dd3749139e0f0f3f13e8e1698
      https://github.com/ckan/ckan/commit/61be4611e274d69dd3749139e0f0f3f13e8e1698
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M ckan/tests/migration/test_migrate_package_activity.py
    M ckan/tests/migration/test_revision_legacy_code.py
    M ckan/tests/model/test_package.py
    M ckan/tests/model/test_package_extra.py
    M ckan/tests/model/test_tags.py

  Log Message:
  -----------
  Update migration tests


  Commit: fbe638c0b6a5e25cb890031795e23a7af7a59d7b
      https://github.com/ckan/ckan/commit/fbe638c0b6a5e25cb890031795e23a7af7a59d7b
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

  Changed paths:
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/logic/action/test_delete.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/action/test_patch.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/logic/auth/test_create.py
    M ckan/tests/logic/auth/test_delete.py
    M ckan/tests/logic/auth/test_get.py
    M ckan/tests/logic/auth/test_init.py
    M ckan/tests/logic/auth/test_update.py
    M ckan/tests/logic/test_conversion.py
    M ckan/tests/logic/test_converters.py
    M ckan/tests/logic/test_schema.py
    M ckan/tests/logic/test_validators.py
    M ckan/tests/pytest_ckan/fixtures.py

  Log Message:
  -----------
  Update logic tests


  Commit: 4e6b74849cab3cfaed74e8487250c49aa572efcb
      https://github.com/ckan/ckan/commit/4e6b74849cab3cfaed74e8487250c49aa572efcb
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

  Changed paths:
    M ckan/tests/logic/action/__init__.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/action/test_patch.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/logic/test_validators.py

  Log Message:
  -----------
  lint fixes


  Commit: 1e53bf3aff2fe00477514b5dca1308d05f88aa09
      https://github.com/ckan/ckan/commit/1e53bf3aff2fe00477514b5dca1308d05f88aa09
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

  Changed paths:
    M ckan/tests/logic/action/test_delete.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/logic/auth/__init__.py
    M ckan/tests/logic/auth/test_get.py
    M ckan/tests/logic/auth/test_init.py
    M ckan/tests/logic/test_conversion.py
    M ckan/tests/logic/test_schema.py
    M ckan/tests/logic/test_validators.py

  Log Message:
  -----------
  More lint fixes


  Commit: ebd12fcc03bb9f697fcd2786db6991fe46c1eef3
      https://github.com/ckan/ckan/commit/ebd12fcc03bb9f697fcd2786db6991fe46c1eef3
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

  Changed paths:
    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_template.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/controllers/test_util.py

  Log Message:
  -----------
  start updating controllers tests


  Commit: 60711513f05ad25a2833e647102da68502fe6b75
      https://github.com/ckan/ckan/commit/60711513f05ad25a2833e647102da68502fe6b75
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-24 (Thu, 24 Oct 2019)

  Changed paths:
    M ckan/tests/config/test_environment.py
    M ckan/tests/config/test_middleware.py
    M ckan/tests/config/test_sessions.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/factories.py
    M ckan/tests/helpers.py
    M ckan/tests/i18n/test_check_po_files.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/logic/action/test_delete.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/action/test_patch.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/logic/auth/test_create.py
    M ckan/tests/logic/auth/test_delete.py
    M ckan/tests/logic/auth/test_get.py
    M ckan/tests/logic/auth/test_init.py
    M ckan/tests/logic/auth/test_update.py
    M ckan/tests/logic/test_conversion.py
    M ckan/tests/logic/test_converters.py
    M ckan/tests/logic/test_validators.py
    M ckan/tests/migration/__init__.py
    M ckan/tests/migration/test_migrate_package_activity.py
    M ckan/tests/migration/test_revision_legacy_code.py
    M ckan/tests/model/__init__.py
    M ckan/tests/model/test_license.py
    M ckan/tests/model/test_package.py
    M ckan/tests/model/test_package_extra.py
    M ckan/tests/model/test_system_info.py
    M ckan/tests/model/test_tags.py
    M ckan/tests/plugins/__init__.py
    M ckan/tests/test_authz.py
    M ckan/tests/test_coding_standards.py
    M ckan/tests/test_common.py

  Log Message:
  -----------
  reformat with black


  Commit: 5db060f17c2c691c65d170cc80fa75c4dc1064bb
      https://github.com/ckan/ckan/commit/5db060f17c2c691c65d170cc80fa75c4dc1064bb
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-24 (Thu, 24 Oct 2019)

  Changed paths:
    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_template.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/controllers/test_util.py

  Log Message:
  -----------
  Update controller tests


  Commit: 72a36566d493a2222a12d854baa301e633df1857
      https://github.com/ckan/ckan/commit/72a36566d493a2222a12d854baa301e633df1857
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-24 (Thu, 24 Oct 2019)

  Changed paths:
    M ckan/tests/controllers/test_api.py
    M ckan/tests/controllers/test_organization.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/controllers/test_template.py
    M ckan/tests/factories.py
    M ckan/tests/helpers.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/logic/action/test_delete.py
    M ckan/tests/migration/test_migrate_package_activity.py
    M ckan/tests/model/test_package.py
    M ckan/tests/test_coding_standards.py

  Log Message:
  -----------
  pep8 alts


  Commit: cefe30b7f0116c0299c66e469fa14adf830bbda7
      https://github.com/ckan/ckan/commit/cefe30b7f0116c0299c66e469fa14adf830bbda7
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M ckan/tests/lib/__init__.py
    M ckan/tests/lib/dictization/test_model_dictize.py
    M ckan/tests/lib/navl/test_dictization_functions.py
    M ckan/tests/lib/navl/test_validators.py
    M ckan/tests/lib/search/test_index.py
    M ckan/tests/lib/test_app_globals.py
    M ckan/tests/lib/test_auth_tkt.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/lib/test_munge.py
    M ckan/tests/lib/test_navl.py

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


  Commit: 998745dec2c9c33c65d1dc30c5308735c391a329
      https://github.com/ckan/ckan/commit/998745dec2c9c33c65d1dc30c5308735c391a329
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/lib/test_base.py
    M ckan/tests/lib/test_changes.py

  Log Message:
  -----------
  style fixes


  Commit: 51b32dd7b2d9911f75108feee73e27679172cd17
      https://github.com/ckan/ckan/commit/51b32dd7b2d9911f75108feee73e27679172cd17
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/test_coding_standards.py
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/datastore/tests/test_upsert.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pytest


  Commit: a42ebd32c5694bb5d95bc0b1da28eba815804c28
      https://github.com/ckan/ckan/commit/a42ebd32c5694bb5d95bc0b1da28eba815804c28
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M ckan/model/meta.py
    M ckan/tests/legacy/__init__.py
    M ckan/tests/legacy/ckantestplugins.py
    M ckan/tests/legacy/logic/test_action.py
    M ckan/tests/legacy/misc/test_mock_mail_server.py
    M ckan/tests/legacy/models/test_follower.py
    M ckan/tests/legacy/models/test_group.py
    M ckan/tests/legacy/models/test_misc.py
    M ckan/tests/legacy/models/test_package.py
    M ckan/tests/legacy/models/test_package_relationships.py
    M ckan/tests/legacy/models/test_purge_revision.py
    M ckan/tests/legacy/models/test_resource.py
    M ckan/tests/legacy/models/test_revision.py
    M ckan/tests/legacy/models/test_user.py
    M ckan/tests/legacy/schema/test_schema.py
    M ckan/tests/legacy/test_plugins.py
    R ckan/tests/legacy/test_versions.py
    M setup.cfg
    M setup.py

  Log Message:
  -----------
  Start rewriting legacy tests


  Commit: 5b88ee5dde2d430cc0c650d1abd2b8c129f642ac
      https://github.com/ckan/ckan/commit/5b88ee5dde2d430cc0c650d1abd2b8c129f642ac
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/__init__.py
    M ckan/tests/legacy/ckantestplugins.py
    M ckan/tests/legacy/functional/api/__init__.py
    M ckan/tests/legacy/functional/api/base.py
    R ckan/tests/legacy/functional/api/model/test_group.py
    R ckan/tests/legacy/functional/api/model/test_package.py
    R ckan/tests/legacy/functional/api/model/test_ratings.py
    R ckan/tests/legacy/functional/api/model/test_tag.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_email_notifications.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_resource.py
    R ckan/tests/legacy/functional/api/test_resource_search.py
    M ckan/tests/legacy/functional/api/test_user.py
    M ckan/tests/legacy/functional/api/test_util.py
    M ckan/tests/legacy/functional/base.py
    M ckan/tests/legacy/functional/test_admin.py
    M ckan/tests/legacy/functional/test_error.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_preview_interface.py
    M ckan/tests/legacy/functional/test_tag.py
    M ckan/tests/legacy/functional/test_tracking.py
    M ckan/tests/legacy/functional/test_user.py
    M ckan/tests/legacy/html_check.py
    M ckan/tests/legacy/lib/__init__.py
    M ckan/tests/legacy/lib/test_authenticator.py
    M ckan/tests/legacy/lib/test_cli.py
    M ckan/tests/legacy/lib/test_dictization.py
    M ckan/tests/legacy/lib/test_dictization_schema.py
    M ckan/tests/legacy/lib/test_email_notifications.py
    M ckan/tests/legacy/lib/test_hash.py
    M ckan/tests/legacy/lib/test_helpers.py
    M ckan/tests/legacy/lib/test_navl.py
    M ckan/tests/legacy/lib/test_resource_search.py
    M ckan/tests/legacy/lib/test_solr_package_search.py
    M ckan/tests/legacy/lib/test_solr_package_search_synchronous_update.py
    M ckan/tests/legacy/lib/test_solr_schema_version.py
    M ckan/tests/legacy/lib/test_solr_search_index.py
    M ckan/tests/legacy/lib/test_tag_search.py
    M ckan/tests/legacy/logic/test_auth.py
    M ckan/tests/legacy/logic/test_init.py
    M ckan/tests/legacy/logic/test_member.py
    M ckan/tests/legacy/logic/test_tag.py
    M ckan/tests/legacy/logic/test_tag_vocab.py
    M ckan/tests/legacy/logic/test_validators.py
    M ckan/tests/legacy/mock_mail_server.py
    M ckan/tests/legacy/mock_plugin.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/pytest_ckan/ckan_setup.py
    M ckan/tests/pytest_ckan/fixtures.py

  Log Message:
  -----------
  Rewrite legacy tests


  Commit: f62f30593f128e837e66bb870b5f5db972b8e4b6
      https://github.com/ckan/ckan/commit/f62f30593f128e837e66bb870b5f5db972b8e4b6
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M ckan/tests/config/test_middleware.py
    M ckan/tests/config/test_sessions.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/i18n/test_check_po_files.py
    M ckan/tests/legacy/functional/test_pagination.py
    M ckan/tests/legacy/lib/test_resource_search.py
    M ckan/tests/legacy/lib/test_tag_search.py
    M ckan/tests/legacy/models/test_user.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/logic/action/test_delete.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/logic/auth/test_create.py
    M ckan/tests/logic/auth/test_get.py
    M ckan/tests/logic/test_conversion.py
    M ckan/tests/migration/test_migrate_package_activity.py
    M ckan/tests/migration/test_revision_legacy_code.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckan/tests/test_coding_standards.py
    M ckan/tests/test_common.py
    M ckan/tests/test_robots_txt.py

  Log Message:
  -----------
  Update fixtures and fix lint errors


  Commit: 285f2b3bc2f03e4488c1178cf45cf8d405da3806
      https://github.com/ckan/ckan/commit/285f2b3bc2f03e4488c1178cf45cf8d405da3806
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M ckan/model/meta.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/legacy/functional/test_pagination.py
    M ckan/tests/legacy/schema/test_schema.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckan/tests/pytest_ckan/test_fixtures.py
    M ckan/tests/test_coding_standards.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_default_views.py
    M ckanext/datapusher/tests/test_interfaces.py
    M ckanext/datastore/tests/conftest.py
    M ckanext/datastore/tests/helpers.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_disable.py
    M ckanext/datastore/tests/test_dump.py
    M ckanext/datastore/tests/test_helpers.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_unit.py
    M ckanext/datastore/tests/test_upsert.py
    M ckanext/example_iuploader/test/test_plugin.py
    M ckanext/imageview/tests/test_view.py

  Log Message:
  -----------
  Update datastore/datapusher tests


  Commit: b436d61bb7c0df75661bf1bce70d7f2c3f4bfeef
      https://github.com/ckan/ckan/commit/b436d61bb7c0df75661bf1bce70d7f2c3f4bfeef
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckanext/datapusher/tests/test_controller.py
    M ckanext/datastore/tests/test_dictionary.py

  Log Message:
  -----------
  lint fixes


  Commit: a979368bb9a60a735fddf28eea35e921ef489a19
      https://github.com/ckan/ckan/commit/a979368bb9a60a735fddf28eea35e921ef489a19
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M ckan/pastertemplates/template/README.rst_tmpl
    M ckan/pastertemplates/template/bin/travis-run.sh_tmpl
    M ckan/tests/factories.py
    M ckan/tests/helpers.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckan/tests/pytest_ckan/test_fixtures.py
    M ckan/tests/test_common.py
    M ckan/tests/test_factories.py
    M contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/README.rst
    M contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/bin/travis-run.sh
    M doc/contributing/database-migrations.rst
    M doc/contributing/release-process.rst
    M doc/contributing/testing.rst
    M doc/maintaining/multilingual.rst

  Log Message:
  -----------
  Update documentation


  Commit: ab72ca2991111c0155457d307cad6df28567cb5e
      https://github.com/ckan/ckan/commit/ab72ca2991111c0155457d307cad6df28567cb5e
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/test_plugins.py
    M ckan/tests/pytest_ckan/test_fixtures.py
    M ckan/tests/test_common.py
    M ckan/tests/test_factories.py

  Log Message:
  -----------
  flake8


  Commit: 8e56b50e73dcab46e23a050b5e33e88acfd4ae9e
      https://github.com/ckan/ckan/commit/8e56b50e73dcab46e23a050b5e33e88acfd4ae9e
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/ckantestplugins.py
    M ckan/tests/legacy/test_plugins.py

  Log Message:
  -----------
  Safer test_mapper_plugin


  Commit: 2f56f39f4b0a90292af608090db7deca9a2e0866
      https://github.com/ckan/ckan/commit/2f56f39f4b0a90292af608090db7deca9a2e0866
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M ckan/cli/datastore.py
    A ckanext/datastore/blueprint.py
    M ckanext/datastore/commands.py
    R ckanext/datastore/controller.py
    M ckanext/datastore/plugin.py
    M ckanext/datastore/tests/test_dump.py
    R ckanext/datastore/view.py
    A ckanext/resourceproxy/blueprint.py
    R ckanext/resourceproxy/controller.py
    M ckanext/resourceproxy/plugin.py
    M ckanext/resourceproxy/tests/test_proxy.py
    M ckanext/textview/tests/test_view.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pytest


  Commit: db7e098f6fcb96d916fcdaa45c0522269138cfa0
      https://github.com/ckan/ckan/commit/db7e098f6fcb96d916fcdaa45c0522269138cfa0
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M ckanext/datastore/tests/test_dump.py

  Log Message:
  -----------
  Restore test name from datastore_dump


  Commit: ac0f890ad5632dcdcf6efb19cb15cc5194441555
      https://github.com/ckan/ckan/commit/ac0f890ad5632dcdcf6efb19cb15cc5194441555
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M ckan/tests/legacy/test_coding_standards.py
    M ckanext/datastore/tests/test_dump.py

  Log Message:
  -----------
  pep8


  Commit: df28ba23ffdf12672719f8fe59e7841a45a0d8c2
      https://github.com/ckan/ckan/commit/df28ba23ffdf12672719f8fe59e7841a45a0d8c2
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M ckan/lib/uploader.py
    M ckan/public/base/javascript/modules/autocomplete.js
    M ckan/views/user.py
    M doc/contributing/database-migrations.rst

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pytest


  Commit: 745285153dc45fb3b5ba0682c2f14e89f7bd21ba
      https://github.com/ckan/ckan/commit/745285153dc45fb3b5ba0682c2f14e89f7bd21ba
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-11-15 (Fri, 15 Nov 2019)

  Changed paths:
    M .circleci/config.yml
    M .travis.yml
    A SECURITY.md
    M ckan/cli/dataset.py
    M ckan/config/deployment.ini_tmpl
    M ckan/config/middleware/flask_app.py
    M ckan/controllers/api.py
    M ckan/include/rjsmin.py
    R ckan/lib/activity_streams_session_extension.py
    M ckan/lib/changes.py
    M ckan/lib/cli.py
    M ckan/lib/config_tool.py
    M ckan/lib/create_test_data.py
    M ckan/lib/dictization/__init__.py
    M ckan/lib/dictization/model_dictize.py
    M ckan/lib/dictization/model_save.py
    M ckan/lib/helpers.py
    M ckan/lib/mailer.py
    M ckan/lib/navl/dictization_functions.py
    M ckan/lib/search/__init__.py
    M ckan/lib/search/index.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/auth/get.py
    M ckan/logic/schema.py
    M ckan/migration/env.py
    M ckan/migration/migrate_package_activity.py
    M ckan/migration/revision_legacy_code.py
    A ckan/migration/versions/093_7f70d7d15445_remove_activity_revision_id.py
    M ckan/model/__init__.py
    M ckan/model/activity.py
    M ckan/model/core.py
    M ckan/model/domain_object.py
    M ckan/model/group.py
    M ckan/model/group_extra.py
    M ckan/model/license.py
    M ckan/model/meta.py
    M ckan/model/package.py
    M ckan/model/package_extra.py
    M ckan/model/package_relationship.py
    M ckan/model/resource.py
    R ckan/model/revision.py
    M ckan/model/system_info.py
    M ckan/model/tag.py
    M ckan/model/user.py
    M ckan/public/base/javascript/modules/popover-context.js
    M ckan/templates/snippets/context.html
    M ckan/templates/snippets/context/user.html
    M ckan/templates/user/edit_user_form.html
    M ckan/templates/user/read_base.html
    M ckan/tests/controllers/test_admin.py
    M ckan/tests/controllers/test_home.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/helpers.py
    M ckan/tests/legacy/functional/api/base.py
    A ckan/tests/legacy/functional/api/model/test_group.py
    M ckan/tests/legacy/functional/api/model/test_vocabulary.py
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/legacy/functional/test_user.py
    M ckan/tests/legacy/lib/test_dictization.py
    M ckan/tests/legacy/lib/test_dictization_schema.py
    M ckan/tests/legacy/lib/test_resource_search.py
    M ckan/tests/legacy/lib/test_solr_package_search.py
    M ckan/tests/legacy/lib/test_solr_package_search_synchronous_update.py
    M ckan/tests/legacy/logic/test_action.py
    M ckan/tests/legacy/logic/test_auth.py
    M ckan/tests/legacy/logic/test_member.py
    M ckan/tests/legacy/logic/test_tag.py
    M ckan/tests/legacy/logic/test_tag_vocab.py
    M ckan/tests/legacy/models/test_follower.py
    M ckan/tests/legacy/models/test_group.py
    M ckan/tests/legacy/models/test_misc.py
    M ckan/tests/legacy/models/test_package.py
    M ckan/tests/legacy/models/test_package_relationships.py
    R ckan/tests/legacy/models/test_purge_revision.py
    M ckan/tests/legacy/models/test_resource.py
    R ckan/tests/legacy/models/test_revision.py
    M ckan/tests/legacy/models/test_user.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/lib/dictization/test_model_dictize.py
    M ckan/tests/lib/test_datapreview.py
    M ckan/tests/lib/test_jobs.py
    M ckan/tests/lib/test_mailer.py
    M ckan/tests/logic/action/test_delete.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/action/test_update.py
    R ckan/tests/migration/test_revision_legacy_code.py
    M ckan/tests/model/test_package.py
    M ckan/tests/model/test_package_extra.py
    M ckan/tests/model/test_resource.py
    M ckan/tests/model/test_system_info.py
    M ckan/tests/model/test_tags.py
    M ckan/tests/test_coding_standards.py
    M ckan/views/admin.py
    M ckan/views/api.py
    M ckan/views/group.py
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/logic/action.py
    M ckanext/example_idatastorebackend/example_sqlite.py
    M ckanext/multilingual/solr/schema.xml
    M ckanext/reclineview/plugin.py
    M ckanext/stats/stats.py
    M ckanext/stats/templates/ckanext/stats/index.html
    M ckanext/stats/tests/test_stats_lib.py
    M doc/maintaining/configuration.rst
    M doc/maintaining/email-notifications.rst
    M requirements.in
    M requirements.txt
    M setup.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pytest


  Commit: 02a1242b5fbc211467a4a97da1b41533f17bbb04
      https://github.com/ckan/ckan/commit/02a1242b5fbc211467a4a97da1b41533f17bbb04
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M ckan/logic/__init__.py
    M ckan/logic/schema.py
    M ckan/logic/validators.py
    M ckan/templates/package/snippets/additional_info.html
    M ckan/templates/snippets/additional_info.html
    M ckan/tests/logic/test_validators.py
    M ckanext/datapusher/logic/schema.py
    M ckanext/datastore/blueprint.py
    M ckanext/datastore/logic/schema.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pytest


  Commit: f04c2da03c43f6e92aa1d2987c5174e054703d9f
      https://github.com/ckan/ckan/commit/f04c2da03c43f6e92aa1d2987c5174e054703d9f
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M ckan/tests/controllers/test_admin.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/logic/test_validators.py
    M ckanext/example_iconfigurer/tests/test_example_iconfigurer.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_ivalidators/tests/test_ivalidators.py
    M ckanext/example_theme_docs/custom_emails/tests.py

  Log Message:
  -----------
  Remove few extra nose asserts


  Commit: cb73287777c6dad9f3144c785123660de1ad9b33
      https://github.com/ckan/ckan/commit/cb73287777c6dad9f3144c785123660de1ad9b33
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M .circleci/config.yml
    M ckan/tests/controllers/test_admin.py
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/legacy/functional/api/__init__.py
    M ckan/tests/legacy/functional/api/model/test_group.py
    M ckan/tests/legacy/functional/api/test_util.py
    M ckan/tests/legacy/functional/test_group.py
    M ckan/tests/legacy/lib/test_resource_search.py
    M ckan/tests/legacy/misc/test_mock_mail_server.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/lib/test_mailer.py
    M ckan/tests/logic/action/test_delete.py
    R ckan/tests/migration/test_migrate_package_activity.py
    M ckan/tests/model/test_system_info.py
    M ckanext/example_flask_iblueprint/tests/test_routes.py
    M ckanext/example_flask_streaming/tests/test_streaming_responses.py
    M ckanext/example_iconfigurer/tests/test_iconfigurer_toolkit.py
    M ckanext/example_iconfigurer/tests/test_iconfigurer_update_config.py
    M ckanext/example_idatastorebackend/test/test_plugin.py
    M ckanext/example_itranslation/tests/test_plugin.py
    M ckanext/stats/tests/test_stats_lib.py
    M ckanext/webpageview/tests/test_view.py

  Log Message:
  -----------
  replace nose asserts


  Commit: 78a54dd0afcd5a8d72ef0c48ca1337f6e0a286b4
      https://github.com/ckan/ckan/commit/78a54dd0afcd5a8d72ef0c48ca1337f6e0a286b4
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M .circleci/config.yml
    M Dockerfile
    M bin/travis-install-dependencies
    M ckan/cli/cli.py
    A ckan/cli/front_end_build.py
    M ckan/cli/generate.py
    A ckan/cli/jobs.py
    A ckan/cli/profile.py
    A ckan/cli/views.py
    M ckan/common.py
    M ckan/controllers/admin.py
    M ckan/controllers/package.py
    M ckan/lib/cli.py
    M ckan/lib/helpers.py
    M ckan/lib/navl/dictization_functions.py
    M ckan/lib/redis.py
    M ckan/lib/search/__init__.py
    M ckan/lib/search/index.py
    M ckan/model/__init__.py
    M ckan/model/activity.py
    M ckan/model/core.py
    M ckan/model/dashboard.py
    M ckan/model/domain_object.py
    M ckan/model/follower.py
    M ckan/model/group.py
    M ckan/model/group_extra.py
    M ckan/model/meta.py
    M ckan/model/package.py
    M ckan/model/package_extra.py
    M ckan/model/package_relationship.py
    M ckan/model/rating.py
    M ckan/model/resource.py
    M ckan/model/resource_view.py
    A ckan/model/system.py
    M ckan/model/system_info.py
    M ckan/model/tag.py
    M ckan/model/task_status.py
    M ckan/model/term_translation.py
    M ckan/model/tracking.py
    M ckan/model/types.py
    M ckan/model/user.py
    M ckan/model/vocabulary.py
    M ckan/plugins/__init__.py
    M ckan/plugins/core.py
    M ckan/public/base/css/fuchsia.css
    M ckan/public/base/css/green.css
    M ckan/public/base/css/main-rtl.css
    M ckan/public/base/css/main.css
    M ckan/public/base/css/maroon.css
    M ckan/public/base/css/red.css
    M doc/maintaining/installing/install-from-source.rst
    M doc/maintaining/upgrading/index.rst
    A doc/maintaining/upgrading/upgrade-to-python3.rst
    A requirements-py2.in
    A requirements-py2.txt
    M requirements.in
    M requirements.txt

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pytest


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

  Changed paths:
    M ckan/authz.py
    M ckan/cli/cli.py
    A ckan/cli/sysadmin.py
    M ckan/cli/translation.py
    A ckan/cli/user.py
    M ckan/config/environment.py
    M ckan/config/middleware/__init__.py
    M ckan/config/middleware/flask_app.py
    M ckan/controllers/error.py
    M ckan/controllers/package.py
    M ckan/i18n/check_po_files.py
    M ckan/lib/base.py
    M ckan/lib/dictization/__init__.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/lazyjson.py
    M ckan/lib/navl/dictization_functions.py
    M ckan/lib/navl/validators.py
    A ckan/lib/pagination.py
    M ckan/lib/search/index.py
    M ckan/logic/__init__.py
    M ckan/logic/action/__init__.py
    M ckan/logic/action/update.py
    M ckan/logic/converters.py
    M ckan/migration/revision_legacy_code.py
    M ckan/plugins/toolkit.py
    M ckan/public/base/less/dataset.less
    M ckan/templates/page.html
    M ckan/tests/legacy/functional/api/base.py
    M ckan/tests/legacy/functional/api/test_package_search.py
    M ckan/tests/legacy/lib/test_navl.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/lib/test_helpers.py
    M ckan/tests/test_common.py
    M ckan/views/api.py
    M ckan/views/dataset.py
    M ckan/views/feed.py
    M ckan/views/group.py
    M ckan/views/resource.py
    M ckanext/datastore/backend/postgres.py
    M ckanext/multilingual/plugin.py
    M ckanext/reclineview/plugin.py
    M ckanext/textview/plugin.py
    M doc/extensions/adding-custom-fields.rst
    M doc/maintaining/getting-started.rst
    M requirements-py2.in
    M requirements-py2.txt
    M requirements.in
    M requirements.txt

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pytest


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

  Changed paths:
    M ckan/tests/legacy/lib/test_helpers.py
    R ckan/tests/lib/test_navl.py

  Log Message:
  -----------
  Fix errors after merging upstream


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

  Changed paths:
    M ckan/cli/datastore.py
    M ckan/common.py
    M ckan/config/environment.py
    M ckan/config/middleware/__init__.py
    M ckan/lib/base.py
    M ckan/lib/cli.py
    M ckan/lib/fanstatic_resources.py
    M ckan/lib/helpers.py
    M ckan/lib/i18n.py
    M ckan/lib/mailer.py
    M ckan/lib/search/index.py
    M ckan/logic/__init__.py
    M ckan/model/__init__.py
    M ckan/plugins/toolkit.py
    M ckan/public/base/javascript/client.js
    M ckan/tests/config/test_middleware.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/legacy/functional/api/base.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/lib/test_cli.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/logic/action/test_update.py
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/blueprint.py
    M ckanext/datastore/commands.py
    M ckanext/datastore/tests/helpers.py
    M ckanext/imageview/theme/templates/image_form.html
    M doc/contributing/testing.rst
    M doc/maintaining/configuration.rst
    M requirements.in
    M requirements.txt
    M scripts/4042_fix_resource_extras.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pytest


  Commit: b9df6b61460dfca80e522f4d46cd6ca6b079c7b6
      https://github.com/ckan/ckan/commit/b9df6b61460dfca80e522f4d46cd6ca6b079c7b6
  Author: amercader <amercadero at gmail.com>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M .circleci/config.yml
    M ckan/cli/dataset.py
    M ckan/logic/action/update.py
    M ckan/model/__init__.py
    M ckan/model/meta.py
    M ckan/pastertemplates/template/README.rst_tmpl
    M ckan/pastertemplates/template/bin/travis-run.sh_tmpl
    M ckan/tests/config/test_environment.py
    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_template.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/controllers/test_util.py
    M ckan/tests/factories.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/ckantestplugins.py
    M ckan/tests/legacy/functional/api/__init__.py
    M ckan/tests/legacy/functional/api/base.py
    M ckan/tests/legacy/functional/api/model/test_group.py
    R ckan/tests/legacy/functional/api/model/test_package.py
    R ckan/tests/legacy/functional/api/model/test_ratings.py
    R ckan/tests/legacy/functional/api/model/test_tag.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_email_notifications.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_resource.py
    R ckan/tests/legacy/functional/api/test_resource_search.py
    M ckan/tests/legacy/functional/api/test_user.py
    M ckan/tests/legacy/functional/api/test_util.py
    M ckan/tests/legacy/functional/base.py
    M ckan/tests/legacy/functional/test_admin.py
    M ckan/tests/legacy/functional/test_error.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_preview_interface.py
    M ckan/tests/legacy/functional/test_tag.py
    M ckan/tests/legacy/functional/test_tracking.py
    M ckan/tests/legacy/functional/test_user.py
    M ckan/tests/legacy/html_check.py
    M ckan/tests/legacy/lib/__init__.py
    M ckan/tests/legacy/lib/test_authenticator.py
    M ckan/tests/legacy/lib/test_cli.py
    M ckan/tests/legacy/lib/test_dictization.py
    M ckan/tests/legacy/lib/test_dictization_schema.py
    M ckan/tests/legacy/lib/test_email_notifications.py
    M ckan/tests/legacy/lib/test_hash.py
    M ckan/tests/legacy/lib/test_helpers.py
    M ckan/tests/legacy/lib/test_navl.py
    M ckan/tests/legacy/lib/test_resource_search.py
    M ckan/tests/legacy/lib/test_solr_package_search.py
    M ckan/tests/legacy/lib/test_solr_package_search_synchronous_update.py
    M ckan/tests/legacy/lib/test_solr_schema_version.py
    M ckan/tests/legacy/lib/test_solr_search_index.py
    M ckan/tests/legacy/lib/test_tag_search.py
    M ckan/tests/legacy/logic/test_action.py
    M ckan/tests/legacy/logic/test_auth.py
    M ckan/tests/legacy/logic/test_init.py
    M ckan/tests/legacy/logic/test_member.py
    M ckan/tests/legacy/logic/test_tag.py
    M ckan/tests/legacy/logic/test_tag_vocab.py
    M ckan/tests/legacy/logic/test_validators.py
    M ckan/tests/legacy/misc/test_mock_mail_server.py
    M ckan/tests/legacy/mock_mail_server.py
    M ckan/tests/legacy/mock_plugin.py
    M ckan/tests/legacy/models/test_follower.py
    M ckan/tests/legacy/models/test_group.py
    M ckan/tests/legacy/models/test_misc.py
    M ckan/tests/legacy/models/test_package.py
    M ckan/tests/legacy/models/test_package_relationships.py
    M ckan/tests/legacy/models/test_resource.py
    M ckan/tests/legacy/models/test_user.py
    M ckan/tests/legacy/schema/test_schema.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/legacy/test_plugins.py
    R ckan/tests/legacy/test_versions.py
    M ckan/tests/lib/__init__.py
    M ckan/tests/lib/dictization/test_model_dictize.py
    M ckan/tests/lib/navl/test_dictization_functions.py
    M ckan/tests/lib/navl/test_validators.py
    M ckan/tests/lib/search/test_index.py
    M ckan/tests/lib/test_app_globals.py
    M ckan/tests/lib/test_auth_tkt.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/lib/test_munge.py
    M ckan/tests/logic/action/__init__.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/logic/action/test_delete.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/action/test_patch.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/logic/auth/__init__.py
    M ckan/tests/logic/auth/test_create.py
    M ckan/tests/logic/auth/test_delete.py
    M ckan/tests/logic/auth/test_get.py
    M ckan/tests/logic/auth/test_init.py
    M ckan/tests/logic/auth/test_update.py
    M ckan/tests/logic/test_conversion.py
    M ckan/tests/logic/test_converters.py
    M ckan/tests/logic/test_schema.py
    M ckan/tests/logic/test_validators.py
    A ckan/tests/migration/__init__.py
    M ckan/tests/model/__init__.py
    M ckan/tests/model/test_license.py
    M ckan/tests/model/test_package.py
    M ckan/tests/model/test_package_extra.py
    M ckan/tests/model/test_resource.py
    M ckan/tests/model/test_resource_view.py
    M ckan/tests/model/test_system_info.py
    M ckan/tests/model/test_tags.py
    M ckan/tests/model/test_user.py
    M ckan/tests/plugins/__init__.py
    M ckan/tests/plugins/test_toolkit.py
    A ckan/tests/pytest_ckan/__init__.py
    A ckan/tests/pytest_ckan/ckan_setup.py
    A ckan/tests/pytest_ckan/fixtures.py
    A ckan/tests/pytest_ckan/test_fixtures.py
    M ckan/tests/test_authz.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 ckanext/datapusher/tests/test.py
    M ckanext/datapusher/tests/test_action.py
    M ckanext/datapusher/tests/test_controller.py
    M ckanext/datapusher/tests/test_default_views.py
    M ckanext/datapusher/tests/test_interfaces.py
    A ckanext/datastore/tests/conftest.py
    M ckanext/datastore/tests/helpers.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_disable.py
    M ckanext/datastore/tests/test_dump.py
    M ckanext/datastore/tests/test_helpers.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_unit.py
    M ckanext/datastore/tests/test_upsert.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_idatastorebackend/test/test_plugin.py
    M ckanext/example_igroupform/tests/test_controllers.py
    M ckanext/example_ipermissionlabels/tests/test_example_ipermissionlabels.py
    M ckanext/example_itranslation/tests/test_plugin.py
    M ckanext/example_iuploader/test/test_plugin.py
    M ckanext/example_ivalidators/tests/test_ivalidators.py
    M ckanext/example_theme_docs/custom_emails/tests.py
    M ckanext/imageview/tests/test_view.py
    M ckanext/stats/tests/test_stats_lib.py
    M ckanext/webpageview/tests/test_view.py
    A conftest.py
    M contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/README.rst
    M contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/bin/travis-run.sh
    M dev-requirements.txt
    M doc/contributing/release-process.rst
    M doc/contributing/test.rst
    M doc/contributing/testing.rst
    M doc/extensions/testing-extensions.rst
    M doc/maintaining/multilingual.rst
    M setup.cfg
    M setup.py
    R test_revision_legacy_code.py

  Log Message:
  -----------
  Merge branch 'pytest' of https://github.com/DataShades/ckan into DataShades-pytest


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

  Changed paths:
    M ckan/tests/config/test_middleware.py
    M ckan/tests/config/test_sessions.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/legacy/functional/api/base.py
    M ckan/tests/legacy/functional/api/test_package_search.py
    M ckan/tests/legacy/logic/test_member.py
    M ckan/tests/legacy/models/test_package.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/lib/dictization/test_model_dictize.py
    M ckan/tests/lib/search/test_index.py
    M ckan/tests/lib/test_base.py
    M ckan/tests/lib/test_helpers.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/logic/auth/test_create.py
    M ckan/tests/logic/auth/test_delete.py
    M ckan/tests/logic/auth/test_get.py
    M ckan/tests/logic/auth/test_init.py
    M ckan/tests/logic/auth/test_update.py
    M ckan/tests/model/test_package.py
    M ckan/tests/model/test_package_extra.py
    M ckan/tests/model/test_resource.py
    M ckan/tests/model/test_resource_view.py
    M ckan/tests/model/test_system_info.py
    M ckan/tests/model/test_tags.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

  Log Message:
  -----------
  Start using class-level fixtures


  Commit: 944a4ce7622e564da9ddb42598d914c27c417dd6
      https://github.com/ckan/ckan/commit/944a4ce7622e564da9ddb42598d914c27c417dd6
  Author: amercader <amercadero at gmail.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M ckan/tests/config/test_middleware.py
    M ckan/tests/config/test_sessions.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/legacy/functional/api/base.py
    M ckan/tests/legacy/functional/api/test_package_search.py
    M ckan/tests/legacy/logic/test_member.py
    M ckan/tests/legacy/models/test_package.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/lib/dictization/test_model_dictize.py
    M ckan/tests/lib/search/test_index.py
    M ckan/tests/lib/test_base.py
    M ckan/tests/lib/test_helpers.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/logic/auth/test_create.py
    M ckan/tests/logic/auth/test_delete.py
    M ckan/tests/logic/auth/test_get.py
    M ckan/tests/logic/auth/test_init.py
    M ckan/tests/logic/auth/test_update.py
    M ckan/tests/model/test_package.py
    M ckan/tests/model/test_package_extra.py
    M ckan/tests/model/test_resource.py
    M ckan/tests/model/test_resource_view.py
    M ckan/tests/model/test_system_info.py
    M ckan/tests/model/test_tags.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

  Log Message:
  -----------
  Merge branch 'pytest' of https://github.com/DataShades/ckan into DataShades-pytest


  Commit: 6a90ee6b5ec78bc82172ebc6231affe3f481b015
      https://github.com/ckan/ckan/commit/6a90ee6b5ec78bc82172ebc6231affe3f481b015
  Author: amercader <amercadero at gmail.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M ckan/tests/helpers.py
    M ckan/tests/pytest_ckan/fixtures.py
    M doc/contributing/testing.rst

  Log Message:
  -----------
  Update new pytest docstrings, add examples


  Commit: 274ed2ca7569b5cf0d4267052e569007d541b872
      https://github.com/ckan/ckan/commit/274ed2ca7569b5cf0d4267052e569007d541b872
  Author: amercader <amercadero at gmail.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

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

  Log Message:
  -----------
  Pep8 issues


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

  Changed paths:
    M ckan/tests/legacy/functional/test_tracking.py
    M ckan/tests/legacy/logic/test_action.py
    M ckan/tests/legacy/logic/test_init.py
    M ckan/tests/legacy/models/test_package_relationships.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/lib/dictization/test_model_dictize.py
    M ckan/tests/lib/search/test_index.py
    M ckan/tests/lib/test_changes.py
    M ckan/tests/lib/test_cli.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/logic/action/test_create.py
    M ckan/tests/logic/action/test_delete.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/action/test_patch.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/test_coding_standards.py

  Log Message:
  -----------
  Use class-level fixtures everywhere


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

  Changed paths:
    M ckan/cli/cli.py
    M ckan/config/middleware/__init__.py
    M ckan/config/middleware/common_middleware.py
    M ckan/config/middleware/flask_app.py
    M ckan/lib/app_globals.py
    M ckan/lib/authenticator.py
    M ckan/lib/helpers.py
    M ckan/lib/jinja_extensions.py
    M ckan/lib/navl/dictization_functions.py
    M ckan/lib/repoze_plugins/friendly_form.py
    M ckan/lib/webassets_tools.py
    M ckan/model/license.py
    M ckan/plugins/interfaces.py
    M ckan/plugins/toolkit.py
    M ckan/tests/legacy/lib/test_navl.py
    M ckan/views/__init__.py
    M ckan/views/admin.py
    M ckan/views/dataset.py
    M ckan/views/feed.py
    M ckan/views/group.py
    M ckan/views/home.py
    M ckan/views/resource.py
    A ckanext/example_iclick/__init__.py
    A ckanext/example_iclick/cli.py
    A ckanext/example_iclick/plugin.py
    R contrib/docker/docker-cloud.yml
    M setup.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pytest


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

  Changed paths:
    M ckan/tests/helpers.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckan/tests/test_coding_standards.py
    M doc/contributing/testing.rst

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/pytest-2' into pytest


  Commit: f4cfe5e28789df58b2bf7e73e5989ffda00e5c5c
      https://github.com/ckan/ckan/commit/f4cfe5e28789df58b2bf7e73e5989ffda00e5c5c
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2019-12-19 (Thu, 19 Dec 2019)

  Changed paths:
    M .circleci/config.yml
    M ckan/cli/dataset.py
    M ckan/logic/action/update.py
    M ckan/model/__init__.py
    M ckan/model/meta.py
    M ckan/pastertemplates/template/README.rst_tmpl
    M ckan/pastertemplates/template/bin/travis-run.sh_tmpl
    M ckan/tests/config/test_environment.py
    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_template.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/controllers/test_util.py
    M ckan/tests/factories.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/ckantestplugins.py
    M ckan/tests/legacy/functional/api/__init__.py
    M ckan/tests/legacy/functional/api/base.py
    M ckan/tests/legacy/functional/api/model/test_group.py
    R ckan/tests/legacy/functional/api/model/test_package.py
    R ckan/tests/legacy/functional/api/model/test_ratings.py
    R ckan/tests/legacy/functional/api/model/test_tag.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_email_notifications.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_resource.py
    R ckan/tests/legacy/functional/api/test_resource_search.py
    M ckan/tests/legacy/functional/api/test_user.py
    M ckan/tests/legacy/functional/api/test_util.py
    M ckan/tests/legacy/functional/base.py
    M ckan/tests/legacy/functional/test_admin.py
    M ckan/tests/legacy/functional/test_error.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_preview_interface.py
    M ckan/tests/legacy/functional/test_tag.py
    M ckan/tests/legacy/functional/test_tracking.py
    M ckan/tests/legacy/functional/test_user.py
    M ckan/tests/legacy/html_check.py
    M ckan/tests/legacy/lib/__init__.py
    M ckan/tests/legacy/lib/test_authenticator.py
    M ckan/tests/legacy/lib/test_cli.py
    M ckan/tests/legacy/lib/test_dictization.py
    M ckan/tests/legacy/lib/test_dictization_schema.py
    M ckan/tests/legacy/lib/test_email_notifications.py
    M ckan/tests/legacy/lib/test_hash.py
    M ckan/tests/legacy/lib/test_helpers.py
    M ckan/tests/legacy/lib/test_navl.py
    M ckan/tests/legacy/lib/test_resource_search.py
    M ckan/tests/legacy/lib/test_solr_package_search.py
    M ckan/tests/legacy/lib/test_solr_package_search_synchronous_update.py
    M ckan/tests/legacy/lib/test_solr_schema_version.py
    M ckan/tests/legacy/lib/test_solr_search_index.py
    M ckan/tests/legacy/lib/test_tag_search.py
    M ckan/tests/legacy/logic/test_action.py
    M ckan/tests/legacy/logic/test_auth.py
    M ckan/tests/legacy/logic/test_init.py
    M ckan/tests/legacy/logic/test_member.py
    M ckan/tests/legacy/logic/test_tag.py
    M ckan/tests/legacy/logic/test_tag_vocab.py
    M ckan/tests/legacy/logic/test_validators.py
    M ckan/tests/legacy/misc/test_mock_mail_server.py
    M ckan/tests/legacy/mock_mail_server.py
    M ckan/tests/legacy/mock_plugin.py
    M ckan/tests/legacy/models/test_follower.py
    M ckan/tests/legacy/models/test_group.py
    M ckan/tests/legacy/models/test_misc.py
    M ckan/tests/legacy/models/test_package.py
    M ckan/tests/legacy/models/test_package_relationships.py
    M ckan/tests/legacy/models/test_resource.py
    M ckan/tests/legacy/models/test_user.py
    M ckan/tests/legacy/schema/test_schema.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/legacy/test_plugins.py
    R ckan/tests/legacy/test_versions.py
    M ckan/tests/lib/__init__.py
    M ckan/tests/lib/dictization/test_model_dictize.py
    M ckan/tests/lib/navl/test_dictization_functions.py
    M ckan/tests/lib/navl/test_validators.py
    M ckan/tests/lib/search/test_index.py
    M ckan/tests/lib/test_app_globals.py
    M ckan/tests/lib/test_auth_tkt.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/lib/test_munge.py
    M ckan/tests/logic/action/__init__.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/logic/action/test_delete.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/action/test_patch.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/logic/auth/__init__.py
    M ckan/tests/logic/auth/test_create.py
    M ckan/tests/logic/auth/test_delete.py
    M ckan/tests/logic/auth/test_get.py
    M ckan/tests/logic/auth/test_init.py
    M ckan/tests/logic/auth/test_update.py
    M ckan/tests/logic/test_conversion.py
    M ckan/tests/logic/test_converters.py
    M ckan/tests/logic/test_schema.py
    M ckan/tests/logic/test_validators.py
    A ckan/tests/migration/__init__.py
    M ckan/tests/model/__init__.py
    M ckan/tests/model/test_license.py
    M ckan/tests/model/test_package.py
    M ckan/tests/model/test_package_extra.py
    M ckan/tests/model/test_resource.py
    M ckan/tests/model/test_resource_view.py
    M ckan/tests/model/test_system_info.py
    M ckan/tests/model/test_tags.py
    M ckan/tests/model/test_user.py
    M ckan/tests/plugins/__init__.py
    M ckan/tests/plugins/test_toolkit.py
    A ckan/tests/pytest_ckan/__init__.py
    A ckan/tests/pytest_ckan/ckan_setup.py
    A ckan/tests/pytest_ckan/fixtures.py
    A ckan/tests/pytest_ckan/test_fixtures.py
    M ckan/tests/test_authz.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 ckanext/datapusher/tests/test.py
    M ckanext/datapusher/tests/test_action.py
    M ckanext/datapusher/tests/test_controller.py
    M ckanext/datapusher/tests/test_default_views.py
    M ckanext/datapusher/tests/test_interfaces.py
    A ckanext/datastore/tests/conftest.py
    M ckanext/datastore/tests/helpers.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_disable.py
    M ckanext/datastore/tests/test_dump.py
    M ckanext/datastore/tests/test_helpers.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_unit.py
    M ckanext/datastore/tests/test_upsert.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_idatastorebackend/test/test_plugin.py
    M ckanext/example_igroupform/tests/test_controllers.py
    M ckanext/example_ipermissionlabels/tests/test_example_ipermissionlabels.py
    M ckanext/example_itranslation/tests/test_plugin.py
    M ckanext/example_iuploader/test/test_plugin.py
    M ckanext/example_ivalidators/tests/test_ivalidators.py
    M ckanext/example_theme_docs/custom_emails/tests.py
    M ckanext/imageview/tests/test_view.py
    M ckanext/stats/tests/test_stats_lib.py
    M ckanext/webpageview/tests/test_view.py
    A conftest.py
    M contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/README.rst
    M contrib/cookiecutter/ckan_extension/{{cookiecutter.project}}/bin/travis-run.sh
    M dev-requirements.txt
    M doc/contributing/release-process.rst
    M doc/contributing/test.rst
    M doc/contributing/testing.rst
    M doc/extensions/testing-extensions.rst
    M doc/maintaining/multilingual.rst
    M setup.cfg
    M setup.py
    R test_revision_legacy_code.py

  Log Message:
  -----------
  Merge pull request #4996 from DataShades/pytest

nose -> pytest


Compare: https://github.com/ckan/ckan/compare/467ceebb6b14...f4cfe5e28789



More information about the ckan-changes mailing list