[ckan-changes] [ckan/ckan] f67d45: [fix][s]: replaces paster make-config
David Read
noreply at github.com
Fri Jan 31 20:49:19 UTC 2020
Branch: refs/heads/mpolidori-fix/replace-paster-make-config
Home: https://github.com/ckan/ckan
Commit: f67d4505d3968aa8b21bd558675b25caaa58fb33
https://github.com/ckan/ckan/commit/f67d4505d3968aa8b21bd558675b25caaa58fb33
Author: Michael Polidori <spatiumestabsolutum at gmail.com>
Date: 2019-12-16 (Mon, 16 Dec 2019)
Changed paths:
M ckan/cli/generate.py
M ckan/config/deployment.ini_tmpl
Log Message:
-----------
[fix][s]: replaces paster make-config
Commit: 1a29732e35833c8f8a2bb8f97bda2edfdfef0545
https://github.com/ckan/ckan/commit/1a29732e35833c8f8a2bb8f97bda2edfdfef0545
Author: Michael Polidori <spatiumestabsolutum at gmail.com>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M ckan/cli/cli.py
M ckan/cli/generate.py
Log Message:
-----------
[fix][s]: Adds bypass to requirement of a pre-existing config file
Commit: 4bcda4d931ebc69127a6d086218c66cee49446ec
https://github.com/ckan/ckan/commit/4bcda4d931ebc69127a6d086218c66cee49446ec
Author: Michael Polidori <michaelapolidori at gmail.com>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M .circleci/config.yml
M ckan/authz.py
M ckan/cli/__init__.py
M ckan/cli/cli.py
M ckan/cli/dataset.py
M ckan/cli/datastore.py
M ckan/common.py
M ckan/config/environment.py
M ckan/config/middleware/__init__.py
M ckan/config/middleware/common_middleware.py
M ckan/config/middleware/flask_app.py
M ckan/config/routing.py
M ckan/controllers/error.py
R ckan/controllers/template.py
M ckan/lib/app_globals.py
M ckan/lib/authenticator.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/jinja_extensions.py
M ckan/lib/mailer.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/pagination.py
M ckan/lib/repoze_plugins/friendly_form.py
M ckan/lib/search/index.py
M ckan/lib/webassets_tools.py
M ckan/logic/__init__.py
M ckan/logic/action/update.py
M ckan/model/__init__.py
M ckan/model/domain_object.py
M ckan/model/license.py
M ckan/model/meta.py
M ckan/model/resource.py
M ckan/pastertemplates/template/README.rst_tmpl
M ckan/pastertemplates/template/bin/travis-run.sh_tmpl
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
A ckan/plugins/toolkit.py.orig
M ckan/public/base/javascript/client.js
A ckan/public/robots.txt
M ckan/templates/error_document_template.html
M ckan/templates/page.html
R ckan/templates/robots.txt
M ckan/templates/snippets/follow_button.html
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
R 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
R ckan/tests/legacy/functional/api/test_util.py
M ckan/tests/legacy/functional/base.py
M ckan/tests/legacy/functional/test_admin.py
R 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
M 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 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
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/backend/postgres.py
M ckanext/datastore/blueprint.py
M ckanext/datastore/commands.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
A ckanext/example_iclick/__init__.py
A ckanext/example_iclick/cli.py
A ckanext/example_iclick/plugin.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_config_setting/plugin.py
M ckanext/example_theme_docs/custom_emails/tests.py
M ckanext/example_theme_docs/v12_extra_public_dir/plugin.py
M ckanext/example_theme_docs/v15_fanstatic/plugin.py
M ckanext/example_theme_docs/v22_fanstatic_and_webassets/plugin.py
M ckanext/imageview/tests/test_view.py
M ckanext/imageview/theme/templates/image_form.html
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
R contrib/docker/docker-cloud.yml
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/configuration.rst
M doc/maintaining/multilingual.rst
M requirements-py2.in
M requirements-py2.txt
M requirements.in
M requirements.txt
M scripts/4042_fix_resource_extras.py
M setup.cfg
M setup.py
R test_revision_legacy_code.py
Log Message:
-----------
Merge branch 'master' into fix/replace-paster-make-config
Commit: ae156f5351cda3eb40854abae086d3e676bed433
https://github.com/ckan/ckan/commit/ae156f5351cda3eb40854abae086d3e676bed433
Author: Michael Polidori <spatiumestabsolutum at gmail.com>
Date: 2020-01-20 (Mon, 20 Jan 2020)
Changed paths:
M ckan/cli/cli.py
M ckan/cli/generate.py
Log Message:
-----------
[fix][s]: Check if generate is in command and if config is None
Commit: c3f8ec3f35142b7aee641dbfda95d392f6d425a4
https://github.com/ckan/ckan/commit/c3f8ec3f35142b7aee641dbfda95d392f6d425a4
Author: Michael Polidori <michaelapolidori at gmail.com>
Date: 2020-01-21 (Tue, 21 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/cli.py
M ckan/cli/datastore.py
M ckan/cli/generate.py
M ckan/cli/less.py
M ckan/cli/search_index.py
M ckan/cli/seed.py
M ckan/cli/sysadmin.py
M ckan/cli/translation.py
M ckan/cli/user.py
M ckan/cli/views.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/__init__.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/lib/hash.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/pagination.py
M ckan/lib/search/__init__.py
M ckan/lib/search/index.py
M ckan/lib/search/query.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/tracking.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/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/group/snippets/feeds.html
M ckan/templates/macros/form.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_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_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_preview_interface.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/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_helpers.py
M ckan/tests/legacy/lib/test_navl.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_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
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/models/test_resource.py
M ckan/tests/legacy/test_coding_standards.py
M ckan/tests/legacy/test_plugins.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_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/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
M ckan/views/resource.py
R ckan/websetup.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/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
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 branch 'master' into fix/replace-paster-make-config
Commit: db9cdb085c261c327a4beb7d748bf35083a61561
https://github.com/ckan/ckan/commit/db9cdb085c261c327a4beb7d748bf35083a61561
Author: Michael Polidori <spatiumestabsolutum at gmail.com>
Date: 2020-01-22 (Wed, 22 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/extract.py
M ckan/lib/plugins.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/legacy/test_coding_standards.py
M ckan/tests/pytest_ckan/fixtures.py
M ckan/tests/pytest_ckan/test_fixtures.py
M ckanext/datastore/commands.py
Log Message:
-----------
[fix][s]: Get up to date with master
Commit: 5e99eb1c69c03f002eae1d4fab639367014c8879
https://github.com/ckan/ckan/commit/5e99eb1c69c03f002eae1d4fab639367014c8879
Author: Michael Polidori <spatiumestabsolutum at gmail.com>
Date: 2020-01-22 (Wed, 22 Jan 2020)
Changed paths:
M ckan/cli/cli.py
M ckan/cli/generate.py
Log Message:
-----------
[fix][s]: Move config check due to master changes and change config file name
Commit: 0b0dbf545526349529c3b3fc4ae822651e6b6ab1
https://github.com/ckan/ckan/commit/0b0dbf545526349529c3b3fc4ae822651e6b6ab1
Author: Michael Polidori <spatiumestabsolutum at gmail.com>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M ckan/config/middleware/flask_app.py
M ckan/lib/mailer.py
M ckan/plugins/toolkit.py
M ckan/tests/lib/test_mailer.py
M ckan/views/resource.py
M doc/maintaining/configuration.rst
Log Message:
-----------
Merge branch 'master' into fix/replace-paster-make-config
Commit: 9060d6617a8fb747281caf4951319d47e9d5087d
https://github.com/ckan/ckan/commit/9060d6617a8fb747281caf4951319d47e9d5087d
Author: Michael Polidori <spatiumestabsolutum at gmail.com>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M ckan/cli/generate.py
M requirements.txt
Log Message:
-----------
[fix][m]: Change click option to argument and secret from random to token_urlsafe
Commit: bfb7d53e7d964055541b71d5af7a1831a4dc824a
https://github.com/ckan/ckan/commit/bfb7d53e7d964055541b71d5af7a1831a4dc824a
Author: Michael Polidori <spatiumestabsolutum at gmail.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M requirements-py2.txt
M requirements.txt
Log Message:
-----------
[fix][xs]: Move python2-secrets to requirements-py2.txt
Commit: 766c57b67caf30ecd44466a418f0195627279425
https://github.com/ckan/ckan/commit/766c57b67caf30ecd44466a418f0195627279425
Author: Michael Polidori <spatiumestabsolutum at gmail.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M ckan/cli/generate.py
M doc/maintaining/installing/install-from-source.rst
Log Message:
-----------
[fix][xs]: Update install-from-source.rst and change short_help
Commit: 75c5d3adef1a0d83ad11cb3db2b7c9fcefebf0cf
https://github.com/ckan/ckan/commit/75c5d3adef1a0d83ad11cb3db2b7c9fcefebf0cf
Author: Michael Polidori <spatiumestabsolutum at gmail.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M ckan/cli/generate.py
Log Message:
-----------
[fix][xs]: Change current directory output to use os.path.join
Commit: 978627c90cab4dc708f322a5383e89f3fe35fc6d
https://github.com/ckan/ckan/commit/978627c90cab4dc708f322a5383e89f3fe35fc6d
Author: David Read <david.read at hackneyworkshop.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M ckan/cli/cli.py
M ckan/cli/generate.py
M ckan/config/deployment.ini_tmpl
M doc/maintaining/installing/install-from-source.rst
M requirements-py2.txt
Log Message:
-----------
Merge branch 'fix/replace-paster-make-config' of git://github.com/mpolidori/ckan into mpolidori-fix/replace-paster-make-config
Commit: 37446c5c0bd2bda8e91f7151ac5df8d61518879b
https://github.com/ckan/ckan/commit/37446c5c0bd2bda8e91f7151ac5df8d61518879b
Author: David Read <david.read at hackneyworkshop.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M ckan/cli/cli.py
M ckan/cli/generate.py
Log Message:
-----------
Add string prefixes as per ckan standards
Compare: https://github.com/ckan/ckan/compare/f67d4505d396%5E...37446c5c0bd2
More information about the ckan-changes
mailing list