[ckan-changes] [okfn/ckan] 8f31c3: Added links to start, next and previous to query r...

GitHub noreply at github.com
Thu Oct 4 10:26:18 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/okfn/ckan
  Commit: 8f31c32495ca6f0275d15ae67c1dd6f41389e5ae
      https://github.com/okfn/ckan/commit/8f31c32495ca6f0275d15ae67c1dd6f41389e5ae
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-09-27 (Thu, 27 Sep 2012)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  Added links to start, next and previous to query results


  Commit: da3d9e1dcb491d6f262bfe79541d5d53ca4c942c
      https://github.com/okfn/ckan/commit/da3d9e1dcb491d6f262bfe79541d5d53ca4c942c
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-09-27 (Thu, 27 Sep 2012)

  Changed paths:
    M doc/datastore.rst

  Log Message:
  -----------
  Improved documentation


  Commit: 3d840fe0c310b2be44531b446bc766775fcaf99b
      https://github.com/okfn/ckan/commit/3d840fe0c310b2be44531b446bc766775fcaf99b
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-09-27 (Thu, 27 Sep 2012)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  Fix exception if offset is not defined.


  Commit: 0d97d5eb1c61d89c4841f121e76b7383df5f5422
      https://github.com/okfn/ckan/commit/0d97d5eb1c61d89c4841f121e76b7383df5f5422
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-09-27 (Thu, 27 Sep 2012)

  Changed paths:
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  Disable permission checks in debug mode


  Commit: eca6c283363f0ae8d35459c8e78ad96211df7884
      https://github.com/okfn/ckan/commit/eca6c283363f0ae8d35459c8e78ad96211df7884
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-09-28 (Fri, 28 Sep 2012)

  Changed paths:
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  Better checks: in debug mode only a critical exception if write permissions on read-only db.


  Commit: 8fa0e12796c5ba0e13e62fb917fff61d630f4c0b
      https://github.com/okfn/ckan/commit/8fa0e12796c5ba0e13e62fb917fff61d630f4c0b
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-09-30 (Sun, 30 Sep 2012)

  Changed paths:
    M ckanext/datastore/plugin.py

  Log Message:
  -----------
  Safer datastore_active flagging


  Commit: d01d4148217e55af92e46e73f53aeadc0bf7fe91
      https://github.com/okfn/ckan/commit/d01d4148217e55af92e46e73f53aeadc0bf7fe91
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-01 (Mon, 01 Oct 2012)

  Changed paths:
    M ckanext/datastore/bin/create_datastore_db_and_read_only_user.sql

  Log Message:
  -----------
  added password to sql setup script


  Commit: 7f9558b99f7d4e24976680020a26ff23a3309cd9
      https://github.com/okfn/ckan/commit/7f9558b99f7d4e24976680020a26ff23a3309cd9
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-01 (Mon, 01 Oct 2012)

  Changed paths:
    M doc/datastore.rst

  Log Message:
  -----------
  Docs on valid field types.


  Commit: db185c902916686d6ea48a845b2c7dc2f538e84a
      https://github.com/okfn/ckan/commit/db185c902916686d6ea48a845b2c7dc2f538e84a
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-01 (Mon, 01 Oct 2012)

  Changed paths:
    M doc/datastore.rst

  Log Message:
  -----------
  Reorganised datastore docs to make more sense.


  Commit: 159a17693e2cda5c9d6960eeca572dc5c3e4cd1f
      https://github.com/okfn/ckan/commit/159a17693e2cda5c9d6960eeca572dc5c3e4cd1f
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-01 (Mon, 01 Oct 2012)

  Changed paths:
    M doc/datastore.rst

  Log Message:
  -----------
  Reformatted types, added examples.


  Commit: 9f75dee19898ef24d8f58723c53efb35b6c35ce2
      https://github.com/okfn/ckan/commit/9f75dee19898ef24d8f58723c53efb35b6c35ce2
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-01 (Mon, 01 Oct 2012)

  Changed paths:
    M doc/datastore.rst

  Log Message:
  -----------
  Extended docs on fields and records, added examples


  Commit: 194eb632532446f7030151a0e2cdd2fa515ddc3e
      https://github.com/okfn/ckan/commit/194eb632532446f7030151a0e2cdd2fa515ddc3e
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-01 (Mon, 01 Oct 2012)

  Changed paths:
    M doc/datastore.rst

  Log Message:
  -----------
  Linked table header to api docs.


  Commit: 957d3dfcf053d7efc28e0c9bb8db5c69049780af
      https://github.com/okfn/ckan/commit/957d3dfcf053d7efc28e0c9bb8db5c69049780af
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M ckanext/datastore/commands.py
    M doc/datastore.rst

  Log Message:
  -----------
  Consistent python/ paster commands


  Commit: d7fb38580d7455f43926406a85b28f1f91556b5c
      https://github.com/okfn/ckan/commit/d7fb38580d7455f43926406a85b28f1f91556b5c
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M ckanext/datastore/db.py
    M ckanext/datastore/tests/test_datastore.py

  Log Message:
  -----------
  Test create array types


  Commit: 075ee96035266ceca74d33a5a53d37eeff427ae7
      https://github.com/okfn/ckan/commit/075ee96035266ceca74d33a5a53d37eeff427ae7
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

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

  Log Message:
  -----------
  test results for array types


  Commit: 38bfe59c738fede81314a09d1fa1e29feff5cdbc
      https://github.com/okfn/ckan/commit/38bfe59c738fede81314a09d1fa1e29feff5cdbc
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  fix results for array types


  Commit: ffdc68faf637b539e6e05933f4d5f0439af534d9
      https://github.com/okfn/ckan/commit/ffdc68faf637b539e6e05933f4d5f0439af534d9
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

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

  Log Message:
  -----------
  Test filter by arrays


  Commit: ab3a461a767f2e29cd232eea37545b71476afa76
      https://github.com/okfn/ckan/commit/ab3a461a767f2e29cd232eea37545b71476afa76
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  Fixed array filters


  Commit: f4911e5e0eda239ad1d685a09a99af06b61a75f2
      https://github.com/okfn/ckan/commit/f4911e5e0eda239ad1d685a09a99af06b61a75f2
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

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

  Log Message:
  -----------
  test indextes on array types


  Commit: 8156c602ac648b158409929b02b9ce246945cf0e
      https://github.com/okfn/ckan/commit/8156c602ac648b158409929b02b9ce246945cf0e
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M doc/domain-model-resource.rst

  Log Message:
  -----------
  Fix link in docs to datastore


  Commit: 5827c5ae48e0463136952bed096312f1a75ecf35
      https://github.com/okfn/ckan/commit/5827c5ae48e0463136952bed096312f1a75ecf35
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M ckanext/datastore/db.py
    M ckanext/datastore/tests/test_datastore.py

  Log Message:
  -----------
  Support for all pg types (including int, float, array types such as int[2]) as names


  Commit: 6ad7ec634dfde9fbbd206330b5327b0601509e6e
      https://github.com/okfn/ckan/commit/6ad7ec634dfde9fbbd206330b5327b0601509e6e
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M doc/datastore.rst

  Log Message:
  -----------
  Docs about json, pointer to date types.


  Commit: c7b60a08db30c48fe08c6510d380893de0e82d6d
      https://github.com/okfn/ckan/commit/c7b60a08db30c48fe08c6510d380893de0e82d6d
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

  Changed paths:
    M ckanext/datastore/plugin.py
    M doc/datastore.rst

  Log Message:
  -----------
  Fix paster command check. Some people might use --plugin=ckan


  Commit: 6b459bb1e0e53e8f717864e759005ab7c1965c10
      https://github.com/okfn/ckan/commit/6b459bb1e0e53e8f717864e759005ab7c1965c10
  Author: amercader <amercadero at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

  Changed paths:
    M doc/datastore.rst

  Log Message:
  -----------
  [#2733] Minor update to install docs


  Commit: 928c225d1a65956c308d1c0ae86ff56209b2efb0
      https://github.com/okfn/ckan/commit/928c225d1a65956c308d1c0ae86ff56209b2efb0
  Author: amercader <amercadero at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

  Changed paths:
    M ckanext/datastore/plugin.py
    M doc/datastore.rst

  Log Message:
  -----------
  Merge branch '2733-feature-datastore' of github.com:okfn/ckan into 2733-feature-datastore


  Commit: 4172a8e216e13417848401508d17800d2fd37c1e
      https://github.com/okfn/ckan/commit/4172a8e216e13417848401508d17800d2fd37c1e
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

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

  Log Message:
  -----------
  Improved resource detection for actions.


  Commit: c97e6ec6367ba7d2594f773a40925a89101e8a73
      https://github.com/okfn/ckan/commit/c97e6ec6367ba7d2594f773a40925a89101e8a73
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  Fix potential unicode issue


  Commit: 2d966fb476c27c63f3daf0e25770e1a363a7d1d7
      https://github.com/okfn/ckan/commit/2d966fb476c27c63f3daf0e25770e1a363a7d1d7
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

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

  Log Message:
  -----------
  Test nested upsert/update


  Commit: d2f25c92bcbb5ce95288b939ccd79dcdf7634f6c
      https://github.com/okfn/ckan/commit/d2f25c92bcbb5ce95288b939ccd79dcdf7634f6c
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

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

  Log Message:
  -----------
  Fix update test


  Commit: cf68a4c71e50e778a31f6e30ff0be885359383eb
      https://github.com/okfn/ckan/commit/cf68a4c71e50e778a31f6e30ff0be885359383eb
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  Fix cannot adapt type dict error. Problem was that nested is a composite type.


  Commit: b7ab1f99da2f58c378d682c418cba7c4c81f66ca
      https://github.com/okfn/ckan/commit/b7ab1f99da2f58c378d682c418cba7c4c81f66ca
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

  Changed paths:
    M ckanext/datastore/db.py
    M ckanext/datastore/tests/test_datastore.py

  Log Message:
  -----------
  Fixed upsert and update of nested types


  Commit: 0f223be8f06f1374467e28baf5fad4c91b88499a
      https://github.com/okfn/ckan/commit/0f223be8f06f1374467e28baf5fad4c91b88499a
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

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

  Log Message:
  -----------
  test array and nested types


  Commit: 32c9b0fc336a3b2ec69ce238b462c6e474b49a23
      https://github.com/okfn/ckan/commit/32c9b0fc336a3b2ec69ce238b462c6e474b49a23
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

  Changed paths:
    M ckanext/datastore/commands.py

  Log Message:
  -----------
  Remove grant all from paster command to make compatible with pre 9.0


  Commit: bc5f90bf0add3289386321b9791e0957474e9663
      https://github.com/okfn/ckan/commit/bc5f90bf0add3289386321b9791e0957474e9663
  Author: Dominik Moritz <domoritz at gmail.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

  Changed paths:
    M ckanext/datastore/commands.py
    M doc/datastore.rst

  Log Message:
  -----------
  Readded the grant all because the alter default also requires pg 9.0+


  Commit: 21612acd3893140116a4244b396f9ab85572c0de
      https://github.com/okfn/ckan/commit/21612acd3893140116a4244b396f9ab85572c0de
  Author: amercader <amercadero at gmail.com>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M ckanext/datastore/bin/create_datastore_db_and_read_only_user.sql
    M ckanext/datastore/commands.py
    M ckanext/datastore/db.py
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/plugin.py
    M ckanext/datastore/tests/test_datastore.py
    M doc/datastore.rst
    M doc/domain-model-resource.rst

  Log Message:
  -----------
  Merge branch '2733-feature-datastore'


Compare: https://github.com/okfn/ckan/compare/a10d5a010f1c...21612acd3893


More information about the ckan-changes mailing list