[ckan-changes] [ckan/ckan] 110e43: [#4382] strip full URL before saving to DB

GitHub noreply at github.com
Tue Dec 4 12:32:31 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 110e43d3637b81977d01470ea7bacc78540db226
      https://github.com/ckan/ckan/commit/110e43d3637b81977d01470ea7bacc78540db226
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
    M ckan/lib/dictization/model_save.py

  Log Message:
  -----------
  [#4382] strip full URL before saving to DB


  Commit: 8210da1d2ab631760ec44053b0a949eb11f718f9
      https://github.com/ckan/ckan/commit/8210da1d2ab631760ec44053b0a949eb11f718f9
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-08-06 (Mon, 06 Aug 2018)

  Changed paths:
    M ckan/lib/dictization/model_save.py

  Log Message:
  -----------
  Changes according revieew


  Commit: 469d068a01a33960f263142ea671aefed031547b
      https://github.com/ckan/ckan/commit/469d068a01a33960f263142ea671aefed031547b
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-08-06 (Mon, 06 Aug 2018)

  Changed paths:
    M ckan/tests/lib/dictization/test_model_dictize.py

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


  Commit: c12fc86571d07803eb925ac3980005d75538005a
      https://github.com/ckan/ckan/commit/c12fc86571d07803eb925ac3980005d75538005a
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    R .circleci-matrix.yml
    A .circleci/config.yml
    M CHANGELOG.rst
    M Dockerfile
    M README.rst
    R circle.yml
    M ckan/config/environment.py
    M ckan/config/middleware/flask_app.py
    M ckan/config/middleware/pylons_app.py
    M ckan/config/routing.py
    M ckan/controllers/api.py
    M ckan/controllers/util.py
    M ckan/lib/app_globals.py
    M ckan/lib/cli.py
    M ckan/lib/fanstatic_resources.py
    M ckan/lib/helpers.py
    M ckan/lib/navl/validators.py
    M ckan/lib/plugins.py
    M ckan/lib/search/query.py
    M ckan/logic/action/create.py
    M ckan/logic/action/get.py
    M ckan/logic/action/update.py
    M ckan/logic/auth/create.py
    M ckan/logic/schema.py
    A ckan/public/base/css/main-rtl.css
    M ckan/public/base/javascript/modules/autocomplete.js
    A ckan/public/base/less/bootstrap-rtl.less
    A ckan/public/base/less/ckan-rtl.less
    A ckan/public/base/less/main-rtl.less
    M ckan/public/base/test/spec/modules/autocomplete.spec.js
    M ckan/templates-bs2/base.html
    M ckan/templates-bs2/dataviewer/base.html
    R ckan/templates-bs2/development/markup.html
    R ckan/templates-bs2/development/snippets/markup.html
    M ckan/templates-bs2/group/about.html
    M ckan/templates-bs2/group/activity_stream.html
    M ckan/templates-bs2/group/admins.html
    M ckan/templates-bs2/group/followers.html
    M ckan/templates-bs2/group/history.html
    M ckan/templates-bs2/group/members.html
    M ckan/templates-bs2/group/read_base.html
    M ckan/templates-bs2/group/snippets/group_item.html
    M ckan/templates-bs2/organization/about.html
    M ckan/templates-bs2/organization/activity_stream.html
    M ckan/templates-bs2/organization/admins.html
    M ckan/templates-bs2/organization/bulk_process.html
    M ckan/templates-bs2/organization/edit.html
    M ckan/templates-bs2/organization/edit_base.html
    M ckan/templates-bs2/organization/member_new.html
    M ckan/templates-bs2/organization/members.html
    M ckan/templates-bs2/organization/read_base.html
    M ckan/templates-bs2/package/activity.html
    M ckan/templates-bs2/package/edit_view.html
    M ckan/templates-bs2/package/followers.html
    M ckan/templates-bs2/package/history.html
    M ckan/templates-bs2/package/new_resource_not_draft.html
    M ckan/templates-bs2/package/new_view.html
    M ckan/templates-bs2/package/read_base.html
    M ckan/templates-bs2/package/resource_edit.html
    M ckan/templates-bs2/package/resource_read.html
    M ckan/templates-bs2/package/resource_views.html
    M ckan/templates-bs2/package/resources.html
    M ckan/templates-bs2/snippets/organization.html
    M ckan/templates-bs2/user/activity_stream.html
    M ckan/templates-bs2/user/edit_base.html
    M ckan/templates-bs2/user/read_base.html
    M ckan/templates/base.html
    M ckan/templates/dataviewer/base.html
    R ckan/templates/development/markup.html
    R ckan/templates/development/snippets/markup.html
    M ckan/templates/group/about.html
    M ckan/templates/group/activity_stream.html
    M ckan/templates/group/admins.html
    M ckan/templates/group/edit_base.html
    M ckan/templates/group/followers.html
    M ckan/templates/group/history.html
    M ckan/templates/group/members.html
    M ckan/templates/group/read_base.html
    M ckan/templates/group/snippets/group_item.html
    M ckan/templates/organization/about.html
    M ckan/templates/organization/activity_stream.html
    M ckan/templates/organization/admins.html
    M ckan/templates/organization/bulk_process.html
    M ckan/templates/organization/edit.html
    M ckan/templates/organization/edit_base.html
    M ckan/templates/organization/member_new.html
    M ckan/templates/organization/members.html
    M ckan/templates/organization/read_base.html
    M ckan/templates/package/activity.html
    M ckan/templates/package/base.html
    M ckan/templates/package/edit_view.html
    M ckan/templates/package/followers.html
    M ckan/templates/package/history.html
    M ckan/templates/package/new_resource_not_draft.html
    M ckan/templates/package/new_view.html
    M ckan/templates/package/read_base.html
    M ckan/templates/package/resource_edit.html
    M ckan/templates/package/resource_read.html
    M ckan/templates/package/resource_views.html
    M ckan/templates/package/resources.html
    M ckan/templates/package/snippets/resource_form.html
    M ckan/templates/snippets/language_selector.html
    M ckan/templates/snippets/organization.html
    M ckan/templates/user/activity_stream.html
    M ckan/templates/user/edit_base.html
    M ckan/templates/user/read_base.html
    M ckan/tests/controllers/test_api.py
    M ckan/tests/controllers/test_home.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/legacy/functional/api/model/test_vocabulary.py
    M ckan/tests/legacy/functional/api/test_activity.py
    M ckan/tests/legacy/functional/api/test_dashboard.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_package.py
    M ckan/tests/legacy/functional/test_user.py
    R ckan/tests/legacy/lib/test_i18n.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/misc/test_mock_mail_server.py
    R ckan/tests/legacy/pylons_controller.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/lib/navl/test_validators.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_patch.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/test_coding_standards.py
    M ckan/views/__init__.py
    M ckan/views/api.py
    M ckan/views/dataset.py
    M ckan/views/group.py
    M ckan/views/resource.py
    M ckanext/datapusher/plugin.py
    A ckanext/datapusher/tests/test_controller.py
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/commands.py
    M ckanext/datastore/controller.py
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/logic/schema.py
    M ckanext/datastore/plugin.py
    R ckanext/datastore/tests/test_configure.py
    A ckanext/datastore/tests/test_dictionary.py
    M ckanext/datastore/tests/test_dump.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/datastore/tests/test_upsert.py
    M ckanext/datatablesview/controller.py
    M ckanext/datatablesview/plugin.py
    M ckanext/datatablesview/public/datatablesview.js
    M ckanext/datatablesview/templates/datatables/datatables_view.html
    M ckanext/example_flask_streaming/tests/test_streaming_responses.py
    M ckanext/imageview/tests/test_view.py
    M ckanext/stats/templates/ckanext/stats/index.html
    M contrib/docker/solr/Dockerfile
    M dev-requirements.txt
    M doc/conf.py
    M doc/contributing/frontend/resources.rst
    M doc/contributing/simple-code-contributions.rst
    M doc/extensions/adding-custom-fields.rst
    M doc/extensions/testing-extensions.rst
    M doc/maintaining/configuration.rst
    M doc/maintaining/installing/install-from-docker-compose.rst
    M doc/maintaining/installing/install-from-source.rst
    M doc/maintaining/installing/solr.rst
    M doc/theming/templates.rst
    M requirements.in
    M requirements.txt
    A test-core-circle-ci.ini

  Log Message:
  -----------
  Merge branch 'master' into 4382-full-url-stored


  Commit: 90a8a5334802edb3e6fbed0a764bb0001f751aeb
      https://github.com/ckan/ckan/commit/90a8a5334802edb3e6fbed0a764bb0001f751aeb
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M ckan/lib/dictization/model_dictize.py

  Log Message:
  -----------
  Remove 'for_edit' and fix url strip


  Commit: 703320364ff5e40165f9008d9c943d75e2cb44ac
      https://github.com/ckan/ckan/commit/703320364ff5e40165f9008d9c943d75e2cb44ac
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-11-28 (Wed, 28 Nov 2018)

  Changed paths:
    M ckan/lib/dictization/model_dictize.py

  Log Message:
  -----------
  Revert last commit, add the striping logic in the resource dictize


  Commit: b27e5062325a58d5a1c901d39eaaa18b899b01f2
      https://github.com/ckan/ckan/commit/b27e5062325a58d5a1c901d39eaaa18b899b01f2
  Author: Ian Ward <ian at excess.org>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
    M ckan/lib/dictization/model_dictize.py
    M ckan/lib/dictization/model_save.py
    M ckan/tests/lib/dictization/test_model_dictize.py

  Log Message:
  -----------
  Merge pull request #4384 from tino097/4382-full-url-stored

[#4382] strip full URL before saving to DB


Compare: https://github.com/ckan/ckan/compare/17577dd9bcf2...b27e5062325a
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the ckan-changes mailing list