[ckan-changes] [ckan/ckan] 1edd8c: [#3556] faster _table_metadata view definition

GitHub noreply at github.com
Tue Sep 5 11:58:59 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 1edd8c43de9457321fc95c7b40655b8f917b6006
      https://github.com/ckan/ckan/commit/1edd8c43de9457321fc95c7b40655b8f917b6006
  Author: Ian Ward <ian at excess.org>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M ckanext/datastore/set_permissions.sql

  Log Message:
  -----------
  [#3556] faster _table_metadata view definition


  Commit: 83542a9608a87e00ba7fa2183e2820cf236f143f
      https://github.com/ckan/ckan/commit/83542a9608a87e00ba7fa2183e2820cf236f143f
  Author: Ian Ward <ian at excess.org>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M ckanext/datastore/set_permissions.sql

  Log Message:
  -----------
  [#3556] populate_full_text_trigger + migration


  Commit: 228b9327cb182ce061db191bf24d451f7543faac
      https://github.com/ckan/ckan/commit/228b9327cb182ce061db191bf24d451f7543faac
  Author: Ian Ward <ian at excess.org>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M ckanext/datastore/set_permissions.sql

  Log Message:
  -----------
  [#3556] populate_full_text_trigger owner


  Commit: 3ee86e9bd1ee9a2bc7285b53c214490ceac80999
      https://github.com/ckan/ckan/commit/3ee86e9bd1ee9a2bc7285b53c214490ceac80999
  Author: Ian Ward <ian at excess.org>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M ckanext/datastore/logic/action.py

  Log Message:
  -----------
  [#3556] datastore_search update whitelist check

_table_metadata no longer appears in _table_metadata (and thats just fine)


  Commit: eafb8603485f47e3998bd3ffe26271ce394b7e70
      https://github.com/ckan/ckan/commit/eafb8603485f47e3998bd3ffe26271ce394b7e70
  Author: Ian Ward <ian at excess.org>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/tests/helpers.py
    M ckanext/datastore/tests/test_db.py

  Log Message:
  -----------
  [#3556] rely on populate_full_text_trigger

remove _to_full_text, json_get_values in python


  Commit: d4384761340178daf0e466a626e74af284a1434a
      https://github.com/ckan/ckan/commit/d4384761340178daf0e466a626e74af284a1434a
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M ckanext/datastore/set_permissions.sql

  Log Message:
  -----------
  [#3785] Fix whitespace needed after column names.


  Commit: 021d3d96b54c885cd6182cdb3a60d622204ff936
      https://github.com/ckan/ckan/commit/021d3d96b54c885cd6182cdb3a60d622204ff936
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2017-08-28 (Mon, 28 Aug 2017)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  [#3786] Add release notes about running set-permissions again after upgrading.


  Commit: fa1ad07db8e18e60c5090071947af918212d1280
      https://github.com/ckan/ckan/commit/fa1ad07db8e18e60c5090071947af918212d1280
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2017-08-28 (Mon, 28 Aug 2017)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  [#3786] Release notes tightened up.


  Commit: 557f2eaa59aef8d027c88dc877503e4b3f722a15
      https://github.com/ckan/ckan/commit/557f2eaa59aef8d027c88dc877503e4b3f722a15
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2017-08-28 (Mon, 28 Aug 2017)

  Changed paths:
    M CHANGELOG.rst
    M doc/contributing/test.rst
    M doc/maintaining/datastore.rst

  Log Message:
  -----------
  [#3786] Release notes links fixed.


  Commit: 3ce191e8d3396857100f765a3b36d3f2bedf25f6
      https://github.com/ckan/ckan/commit/3ce191e8d3396857100f765a3b36d3f2bedf25f6
  Author: Ian Ward <ian at excess.org>
  Date:   2017-08-31 (Thu, 31 Aug 2017)

  Changed paths:
    M ckanext/datastore/backend/postgres.py

  Log Message:
  -----------
  [#3786] remove unused variable


  Commit: c6b613c9aaae67f6e73a042195725044b386469a
      https://github.com/ckan/ckan/commit/c6b613c9aaae67f6e73a042195725044b386469a
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2017-09-04 (Mon, 04 Sep 2017)

  Changed paths:
    M LICENSE.txt
    M ckan/config/middleware/__init__.py
    M ckan/controllers/user.py
    M ckan/lib/alphabet_paginate.py
    M ckan/lib/cli.py
    M ckan/lib/helpers.py
    M ckan/lib/mailer.py
    M ckan/plugins/interfaces.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/basic-form.js
    M ckan/public/base/less/ckan.less
    A ckan/public/base/less/input-groups.less
    M ckan/public/base/less/variables.less
    M ckan/templates/page.html
    M ckan/tests/config/test_middleware.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_tags.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/controllers/test_util.py
    M ckan/tests/legacy/__init__.py
    M ckan/tests/legacy/functional/api/base.py
    M ckan/tests/legacy/functional/api/model/test_package.py
    M ckan/tests/legacy/functional/api/model/test_relationships.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_resource.py
    M ckan/tests/legacy/functional/api/test_user.py
    M ckan/tests/legacy/functional/api/test_util.py
    M ckan/tests/legacy/functional/test_activity.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_revision.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/test_alphabet_pagination.py
    M ckan/tests/legacy/logic/test_action.py
    M ckan/tests/legacy/logic/test_auth.py
    M ckan/tests/legacy/misc/test_format_text.py
    M ckan/tests/legacy/models/test_package.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/lib/test_mailer.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/test_none_root.py
    M ckanext/datapusher/tests/test.py
    M ckanext/datapusher/tests/test_interfaces.py
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/controller.py
    M ckanext/datastore/templates/datastore/dictionary.html
    A ckanext/datastore/templates/datastore/snippets/dictionary_form.html
    M ckanext/datastore/templates/package/resource_read.html
    A ckanext/datastore/templates/package/snippets/dictionary_table.html
    M ckanext/datastore/tests/test_create.py
    M ckanext/datastore/tests/test_delete.py
    M ckanext/datastore/tests/test_dump.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/datastore/tests/test_upsert.py
    M ckanext/example_idatasetform/tests/test_controllers.py
    M ckanext/example_igroupform/tests/test_controllers.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/imageview/tests/test_view.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/__init__.py
    M ckanext/stats/tests/test_stats_plugin.py
    M ckanext/textview/tests/test_view.py
    M ckanext/webpageview/tests/test_view.py
    M doc/conf.py
    M doc/extensions/flask-migration.rst

  Log Message:
  -----------
  Merge branch 'master' into 3785-trigger-full-text-search


  Commit: 8e36adeeda7de2f1e30163f56c76e33d5b9c55a0
      https://github.com/ckan/ckan/commit/8e36adeeda7de2f1e30163f56c76e33d5b9c55a0
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2017-09-05 (Tue, 05 Sep 2017)

  Changed paths:
    M CHANGELOG.rst
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/set_permissions.sql
    M ckanext/datastore/tests/helpers.py
    M ckanext/datastore/tests/test_db.py
    M doc/contributing/test.rst
    M doc/maintaining/datastore.rst

  Log Message:
  -----------
  Merge pull request #3786 from ckan/3785-trigger-full-text-search

Datastore full-text-search column is populated by postgres trigger rather than python


Compare: https://github.com/ckan/ckan/compare/177143fca601...8e36adeeda7d


More information about the ckan-changes mailing list