[ckan-changes] [ckan/ckan] 3e979f: Green legacy and logic

Adrià Mercader noreply at github.com
Mon Jan 20 12:42:27 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 3e979fcf0ae835ccdef977413b5829a8fbcac59a
      https://github.com/ckan/ckan/commit/3e979fcf0ae835ccdef977413b5829a8fbcac59a
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M ckan/cli/search_index.py
    M ckan/config/middleware/common_middleware.py
    M ckan/config/middleware/flask_app.py
    M ckan/lib/dictization/__init__.py
    M ckan/lib/hash.py
    M ckan/lib/helpers.py
    M ckan/lib/navl/validators.py
    M ckan/lib/search/__init__.py
    M ckan/lib/search/query.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/helpers.py
    M ckan/tests/legacy/functional/api/test_email_notifications.py
    M ckan/tests/legacy/functional/api/test_user.py
    M ckan/tests/legacy/functional/test_group.py
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/legacy/functional/test_preview_interface.py
    M ckan/tests/legacy/functional/test_tracking.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_helpers.py
    M ckan/tests/legacy/lib/test_navl.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
    R ckan/tests/legacy/misc/__init__.py
    R ckan/tests/legacy/misc/test_mock_mail_server.py
    R ckan/tests/legacy/mock_mail_server.py
    M ckan/tests/legacy/test_plugins.py
    M ckan/tests/lib/test_mailer.py
    M ckan/tests/test_coding_standards.py
    M ckan/views/__init__.py

  Log Message:
  -----------
  Green legacy and logic


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

  Changed paths:
    M ckan/logic/action/get.py
    M ckan/logic/validators.py
    M ckan/model/domain_object.py
    M ckan/tests/legacy/models/test_package.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_validators.py

  Log Message:
  -----------
  provide request context


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

  Changed paths:
    M ckan/model/user.py
    M ckan/tests/model/test_license.py
    M ckan/tests/model/test_package.py
    M ckan/tests/model/test_user.py

  Log Message:
  -----------
  Finish ckan tests


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

  Changed paths:
    M .circleci/config.yml
    M ckan/tests/legacy/functional/api/test_email_notifications.py
    M ckan/tests/model/test_user.py
    M ckanext/datastore/tests/test_plugin.py
    M ckanext/example_iuploader/test/test_plugin.py
    M ckanext/multilingual/plugin.py
    M ckanext/multilingual/tests/test_multilingual_plugin.py
    M ckanext/reclineview/tests/test_view.py
    M ckanext/resourceproxy/tests/test_proxy.py
    M ckanext/stats/tests/test_stats_lib.py
    M ckanext/textview/tests/test_view.py

  Log Message:
  -----------
  Enable py3 workflow


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

  Changed paths:
    M ckanext/resourceproxy/tests/test_proxy.py

  Log Message:
  -----------
  Fix resourceproxy tests


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

  Changed paths:
    M ckan/cli/cli.py
    M ckan/cli/datastore.py
    M ckan/cli/seed.py
    M ckan/cli/user.py
    M ckan/cli/views.py
    M ckan/lib/search/index.py
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/legacy/lib/test_solr_search_index.py
    M ckan/views/__init__.py
    M ckanext/datastore/tests/test_search.py

  Log Message:
  -----------
  Update xfails


  Commit: 9029e43e415ef46e2a4ddfde68aca8a1152087fa
      https://github.com/ckan/ckan/commit/9029e43e415ef46e2a4ddfde68aca8a1152087fa
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  Changed paths:
    M ckan/cli/sysadmin.py
    M ckan/cli/user.py

  Log Message:
  -----------
  Fix sysadmin-add command


  Commit: a18ada359f37cb5db60c3c9561ffc333193fd944
      https://github.com/ckan/ckan/commit/a18ada359f37cb5db60c3c9561ffc333193fd944
  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 branch 'py3-run-tests' into py3-run-tests-2


  Commit: c01e626909cef5f77689ab2536aaaed636163d58
      https://github.com/ckan/ckan/commit/c01e626909cef5f77689ab2536aaaed636163d58
  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_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-2


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

  Changed paths:
    M ckan/tests/lib/test_uploader.py

  Log Message:
  -----------
  Universal builtins


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

  Changed paths:
    M ckan/tests/lib/test_uploader.py

  Log Message:
  -----------
  Do not use paste.fileapp


  Commit: 6244e568f2be427ca21656dee7ae2fafc1ab9de0
      https://github.com/ckan/ckan/commit/6244e568f2be427ca21656dee7ae2fafc1ab9de0
  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/tests/controllers/test_package.py
    M ckan/views/group.py

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


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

  Changed paths:
    M .gitignore
    R bin/less
    M ckan/cli/less.py
    M ckan/config/resource_formats.json
    M ckan/lib/cli.py
    M ckan/tests/test_coding_standards.py
    A ckanext/audioview/__init__.py
    A ckanext/audioview/plugin.py
    A ckanext/audioview/tests/__init__.py
    A ckanext/audioview/tests/test_view.py
    A ckanext/audioview/theme/templates/audio_form.html
    A ckanext/audioview/theme/templates/audio_view.html
    A ckanext/videoview/__init__.py
    A ckanext/videoview/plugin.py
    A ckanext/videoview/tests/__init__.py
    A ckanext/videoview/tests/test_view.py
    A ckanext/videoview/theme/templates/video_form.html
    A ckanext/videoview/theme/templates/video_view.html
    M doc/contributing/frontend/index.rst
    M doc/contributing/release-process.rst
    M doc/maintaining/installing/install-from-source.rst
    A gulpfile.js
    A package.json
    M setup.py

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


  Commit: 7d713c98d2f628b141f8b6bcb2410c350d44b6af
      https://github.com/ckan/ckan/commit/7d713c98d2f628b141f8b6bcb2410c350d44b6af
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

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

  Log Message:
  -----------
  Fix datastore test


  Commit: 0e642f767c417a8b0683d12e5fd23c0ae34a3c71
      https://github.com/ckan/ckan/commit/0e642f767c417a8b0683d12e5fd23c0ae34a3c71
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M .circleci/config.yml
    M ckan/cli/cli.py
    M ckan/cli/datastore.py
    M ckan/cli/search_index.py
    M ckan/cli/seed.py
    M ckan/cli/sysadmin.py
    M ckan/cli/user.py
    M ckan/cli/views.py
    M ckan/config/middleware/common_middleware.py
    M ckan/config/middleware/flask_app.py
    M ckan/lib/dictization/__init__.py
    M ckan/lib/hash.py
    M ckan/lib/helpers.py
    M ckan/lib/navl/validators.py
    M ckan/lib/search/__init__.py
    M ckan/lib/search/index.py
    M ckan/lib/search/query.py
    M ckan/logic/action/get.py
    M ckan/logic/validators.py
    M ckan/model/domain_object.py
    M ckan/model/user.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/controllers/test_group.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/test_email_notifications.py
    M ckan/tests/legacy/functional/api/test_user.py
    M ckan/tests/legacy/functional/test_group.py
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/legacy/functional/test_preview_interface.py
    M ckan/tests/legacy/functional/test_tracking.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_helpers.py
    M ckan/tests/legacy/lib/test_navl.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_init.py
    M ckan/tests/legacy/logic/test_member.py
    R ckan/tests/legacy/misc/__init__.py
    R ckan/tests/legacy/misc/test_mock_mail_server.py
    R ckan/tests/legacy/mock_mail_server.py
    M ckan/tests/legacy/models/test_package.py
    M ckan/tests/legacy/test_plugins.py
    M ckan/tests/lib/test_mailer.py
    M ckan/tests/lib/test_uploader.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_validators.py
    M ckan/tests/model/test_license.py
    M ckan/tests/model/test_package.py
    M ckan/tests/model/test_user.py
    M ckan/tests/test_coding_standards.py
    M ckan/views/__init__.py
    M ckanext/datastore/tests/test_plugin.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/example_iuploader/test/test_plugin.py
    M ckanext/multilingual/plugin.py
    M ckanext/multilingual/tests/test_multilingual_plugin.py
    M ckanext/reclineview/tests/test_view.py
    M ckanext/resourceproxy/tests/test_proxy.py
    M ckanext/stats/tests/test_stats_lib.py
    M ckanext/textview/tests/test_view.py

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

Green tests using Py3 - Part 2


Compare: https://github.com/ckan/ckan/compare/fd4ef9721e16...0e642f767c41


More information about the ckan-changes mailing list