[ckan-changes] [ckan/ckan] c07dc1: Adds a new datastore action to return info on tabl...

GitHub noreply at github.com
Thu Jan 29 21:17:59 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: c07dc19322d0510013668f74541e2d3e25269ef7
      https://github.com/ckan/ckan/commit/c07dc19322d0510013668f74541e2d3e25269ef7
  Author: Ross Jones <ross at servercode.co.uk>
  Date:   2015-01-28 (Wed, 28 Jan 2015)

  Changed paths:
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/logic/auth.py
    M ckanext/datastore/plugin.py
    A ckanext/datastore/tests/test_info.py

  Log Message:
  -----------
  Adds a new datastore action to return info on tables.

When called with a resource id, provides the names and types of the
fields stored in the datastore, and a count of the total number of
rows.  This might be useful in providing info to people who want to call
the search apis.


  Commit: 622cb25d93ea5e96300e038e9321e2e5862f697c
      https://github.com/ckan/ckan/commit/622cb25d93ea5e96300e038e9321e2e5862f697c
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2015-01-29 (Thu, 29 Jan 2015)

  Changed paths:
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/logic/auth.py
    M ckanext/datastore/plugin.py
    A ckanext/datastore/tests/test_info.py

  Log Message:
  -----------
  Merge pull request #2247 from ckan/datastore_info_action

Adds a new datastore action to return info on tables.


Compare: https://github.com/ckan/ckan/compare/088638a6ff2f...622cb25d93ea


More information about the ckan-changes mailing list