[ckan-changes] [ckan/ckan] cc1fd0: [#2234] Improve datastore connection checks on mig...

GitHub noreply at github.com
Thu Nov 19 20:13:53 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: cc1fd08bebe00fc40d86e52b639e5ca062461c0c
      https://github.com/ckan/ckan/commit/cc1fd08bebe00fc40d86e52b639e5ca062461c0c
  Author: amercader <amercadero at gmail.com>
  Date:   2015-11-17 (Tue, 17 Nov 2015)

  Changed paths:
    M ckan/migration/versions/081_set_datastore_active.py

  Log Message:
  -----------
  [#2234] Improve datastore connection checks on migration

If the datastore connection is set on the config file but the user or
database don't actually exist, skip the migration.

Note that this only happens when the config options are there but the
datastore plugin is not loaded (like in many extensions that extend
their test.ini with the core test-core.ini). Otherwise the connection
will crash anyway during the loading of the plugin itself.


  Commit: b04082813a2bd43813b0d2a446af989b3c2fb413
      https://github.com/ckan/ckan/commit/b04082813a2bd43813b0d2a446af989b3c2fb413
  Author: amercader <amercadero at gmail.com>
  Date:   2015-11-17 (Tue, 17 Nov 2015)

  Changed paths:
    M ckan/i18n/check_po_files.py

  Log Message:
  -----------
  Merge branch 'master' into 2234-further-migration-checks


  Commit: 9635971e3b6a9fb813904cd9b7913d3d6d1796eb
      https://github.com/ckan/ckan/commit/9635971e3b6a9fb813904cd9b7913d3d6d1796eb
  Author: Ian Ward <ian at excess.org>
  Date:   2015-11-19 (Thu, 19 Nov 2015)

  Changed paths:
    M ckan/migration/versions/081_set_datastore_active.py

  Log Message:
  -----------
  Merge pull request #2738 from ckan/2234-further-migration-checks

[#2234] Improve datastore connection checks on migration


Compare: https://github.com/ckan/ckan/compare/0f50cbf73ab6...9635971e3b6a


More information about the ckan-changes mailing list