[ckan-changes] [ckan/ckan] cab09b: Fix -c usage

Adrià Mercader noreply at github.com
Tue Jan 21 19:31:54 UTC 2020


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

  Changed paths:
    M ckan/cli/__init__.py
    M ckan/cli/cli.py

  Log Message:
  -----------
  Fix -c usage


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

  Changed paths:
    M ckan/cli/cli.py
    A ckan/tests/cli/__init__.py
    A ckan/tests/cli/test_cli.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckan/tests/pytest_ckan/test_fixtures.py

  Log Message:
  -----------
  Add cli fixture


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

  Changed paths:
    M ckan/cli/asset.py
    A ckan/tests/cli/test_asset.py
    M ckan/tests/cli/test_cli.py
    M ckan/tests/pytest_ckan/fixtures.py

  Log Message:
  -----------
  Add tests for asset command


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

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

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


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

  Changed paths:
    M .circleci/config.yml
    M ckan/cli/__init__.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 remote-tracking branch 'origin/master' into cli-tweaks


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

  Changed paths:
    M ckan/cli/config_tool.py
    A ckan/tests/cli/test_config_tool.py

  Log Message:
  -----------
  Add config-tool tests


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

  Changed paths:
    A ckan/tests/cli/data/config_tool.ini.tpl
    M ckan/tests/cli/test_config_tool.py

  Log Message:
  -----------
  Add config_tool tpl ini


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

  Changed paths:
    M ckan/lib/search/__init__.py
    A ckan/tests/cli/test_search_index.py
    R ckan/tests/legacy/lib/test_cli.py

  Log Message:
  -----------
  Remove legacy test_cli


  Commit: 967419ecdd943f4f21328d8c01359e6c01ba0be4
      https://github.com/ckan/ckan/commit/967419ecdd943f4f21328d8c01359e6c01ba0be4
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M ckan/cli/__init__.py
    M ckan/cli/cli.py
    M ckanext/datastore/commands.py

  Log Message:
  -----------
  Define cli helpers in ckan.cli.cli


  Commit: 60a1fce064ab6e7183c4564ab47edfddb30ab26b
      https://github.com/ckan/ckan/commit/60a1fce064ab6e7183c4564ab47edfddb30ab26b
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M ckan/lib/config_tool.py
    M ckan/tests/cli/test_config_tool.py
    M ckan/tests/helpers.py
    M ckan/tests/pytest_ckan/fixtures.py

  Log Message:
  -----------
  Fix str/bytes error


  Commit: 63f019dd3d1699198317eff890dda207bc262448
      https://github.com/ckan/ckan/commit/63f019dd3d1699198317eff890dda207bc262448
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M ckan/tests/helpers.py

  Log Message:
  -----------
  PEP8


  Commit: 6257297747ca95222a6e57ced0722356015f0c06
      https://github.com/ckan/ckan/commit/6257297747ca95222a6e57ced0722356015f0c06
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M ckan/cli/__init__.py
    M ckan/cli/asset.py
    M ckan/cli/cli.py
    M ckan/cli/config_tool.py
    M ckan/lib/config_tool.py
    M ckan/lib/search/__init__.py
    A ckan/tests/cli/__init__.py
    A ckan/tests/cli/data/config_tool.ini.tpl
    A ckan/tests/cli/test_asset.py
    A ckan/tests/cli/test_cli.py
    A ckan/tests/cli/test_config_tool.py
    A ckan/tests/cli/test_search_index.py
    M ckan/tests/helpers.py
    R ckan/tests/legacy/lib/test_cli.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckan/tests/pytest_ckan/test_fixtures.py
    M ckanext/datastore/commands.py

  Log Message:
  -----------
  Merge pull request #5162 from DataShades/cli-tweaks

Small updates for new CLI


Compare: https://github.com/ckan/ckan/compare/28b6240ff760...6257297747ca


More information about the ckan-changes mailing list