[ckan-changes] [okfn/ckan] 0ea1bf: [#560] Skip datastore sql tests in legacy mode

GitHub noreply at github.com
Tue Mar 19 14:01:42 UTC 2013


  Branch: refs/heads/release-v2.0
  Home:   https://github.com/okfn/ckan
  Commit: 0ea1bfc55e29fe2469bf15d53f93b316b4ad4501
      https://github.com/okfn/ckan/commit/0ea1bfc55e29fe2469bf15d53f93b316b4ad4501
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M ckanext/datastore/tests/test_search.py

  Log Message:
  -----------
  [#560] Skip datastore sql tests in legacy mode


  Commit: 2d6266adee9bd659d0ab4b8d3f9ad9d5c483a5b2
      https://github.com/okfn/ckan/commit/2d6266adee9bd659d0ab4b8d3f9ad9d5c483a5b2
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  [#560] Pep8


  Commit: cda150287d6ae8a972f66fa5b9be15ab2c055417
      https://github.com/okfn/ckan/commit/cda150287d6ae8a972f66fa5b9be15ab2c055417
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  [#560] Do not ensure separate read and write urls in legacy mode


  Commit: c2b843eb9a5aa584d7646dafa039a095d2ec92d5
      https://github.com/okfn/ckan/commit/c2b843eb9a5aa584d7646dafa039a095d2ec92d5
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  [#560] Refactor _is_read_only_database


  Commit: 2b35e8a56df54d3fd602f1831d389baafdc34736
      https://github.com/okfn/ckan/commit/2b35e8a56df54d3fd602f1831d389baafdc34736
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    A ckanext/datastore/tests/test_configure.py

  Log Message:
  -----------
  [#560] Test datastore configuration


  Commit: 651bcf8097279f3b548f679279d6fae03397c483
      https://github.com/okfn/ckan/commit/651bcf8097279f3b548f679279d6fae03397c483
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  [#560] Create indexes with names if on PG prior to 9.0 because automatic naming is not supported there


  Commit: 7e9290c0089a1e445d4a074d72b3215f91a6189a
      https://github.com/okfn/ckan/commit/7e9290c0089a1e445d4a074d72b3215f91a6189a
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  [#560] Return True, instead of printing it


  Commit: 9f15392e455bc72655fafc34667fe9e19e6e1dc6
      https://github.com/okfn/ckan/commit/9f15392e455bc72655fafc34667fe9e19e6e1dc6
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  [#560] Correct version comparison


  Commit: 530567f48655befe051c0814d81ecb79c7dda38c
      https://github.com/okfn/ckan/commit/530567f48655befe051c0814d81ecb79c7dda38c
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M ckanext/datastore/tests/test_unit.py

  Log Message:
  -----------
  [#560] Compare with bool with is instead of ==


  Commit: aeeb32bc88f52b4b93fab2f9348ead240edd3d13
      https://github.com/okfn/ckan/commit/aeeb32bc88f52b4b93fab2f9348ead240edd3d13
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M ckanext/datastore/tests/test_unit.py

  Log Message:
  -----------
  [#560] Test pg version comparison


  Commit: ab915f8336fccc0fb9d1bc141c9337c89106cdb2
      https://github.com/okfn/ckan/commit/ab915f8336fccc0fb9d1bc141c9337c89106cdb2
  Author: amercader <amercadero at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Log Message:
  -----------
  Merge branch 'datastore-fixes' into release-v2.0


  Commit: 122f1a0f336bbe83e94f21a8e32399f10cc15bb3
      https://github.com/okfn/ckan/commit/122f1a0f336bbe83e94f21a8e32399f10cc15bb3
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M ckan/logic/__init__.py
    M ckan/plugins/toolkit.py

  Log Message:
  -----------
  [#482] Add get_validator() and get_converter() functions to plugins.toolkit


  Commit: 1853d2f93185574cdfa84e38590687d475c4d957
      https://github.com/okfn/ckan/commit/1853d2f93185574cdfa84e38590687d475c4d957
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M ckan/logic/__init__.py

  Log Message:
  -----------
  [#482] Add docstrings


  Commit: ebeb5b71cbf8fc3b7748d88b0b7a35efb7e0b8ce
      https://github.com/okfn/ckan/commit/ebeb5b71cbf8fc3b7748d88b0b7a35efb7e0b8ce
  Author: tobes <toby.junk at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M ckan/logic/__init__.py

  Log Message:
  -----------
  [#482] Refactor to reduce code duplication


  Commit: 75993afb45982d0e7d230fec941f7c1a5e3bbfbf
      https://github.com/okfn/ckan/commit/75993afb45982d0e7d230fec941f7c1a5e3bbfbf
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M ckan/templates/ajax_snippets/api_info.html

  Log Message:
  -----------
  [#605] Fix api_info template


  Commit: 12c0a4956a45ed6fc2dd4e0600440aee8fabe99d
      https://github.com/okfn/ckan/commit/12c0a4956a45ed6fc2dd4e0600440aee8fabe99d
  Author: amercader <amercadero at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M ckan/logic/schema.py
    M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  [#627] Allow to create private datasets

The private field was not present on the default package schema, used by
default_create_package_schema, so if you defined private in your package
dict it was ignored. This commit adds it to the default package schema
(ignoring it if not present).


  Commit: 67b7cd03a92fafebf53193ce5b8d57628ee49cdf
      https://github.com/okfn/ckan/commit/67b7cd03a92fafebf53193ce5b8d57628ee49cdf
  Author: John Glover <j at johnglover.net>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M ckan/tests/lib/test_dictization_schema.py

  Log Message:
  -----------
  [#627] Fix test broken due to default schema change


  Commit: 8d700cdd3ab412e9d4663ef205606d033e7ea2be
      https://github.com/okfn/ckan/commit/8d700cdd3ab412e9d4663ef205606d033e7ea2be
  Author: John Martin <me at johnmart.in>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M ckan/public/base/less/forms.less

  Log Message:
  -----------
  [#451] Re-aligns labels for normal and large inputs site wide


  Commit: 836bcb5650e06958b007b602f076a57b507543c1
      https://github.com/okfn/ckan/commit/836bcb5650e06958b007b602f076a57b507543c1
  Author: John Martin <me at johnmart.in>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M ckan/public/base/less/module.less

  Log Message:
  -----------
  [#629] Adds .clearfix to .module-heading to make the 'Clear all' a little nicer


Compare: https://github.com/okfn/ckan/compare/67d688d3e08e...836bcb5650e0


More information about the ckan-changes mailing list