[ckan-changes] [ckan/ckan] 8ef77a: [#2207] package_show: exclude tracking summary by ...

GitHub noreply at github.com
Fri Feb 13 13:47:32 UTC 2015


  Branch: refs/heads/2204-resource-views-cli
  Home:   https://github.com/ckan/ckan
  Commit: 8ef77ae4e4f0335c8151700e7bdd55e51804dfe1
      https://github.com/ckan/ckan/commit/8ef77ae4e4f0335c8151700e7bdd55e51804dfe1
  Author: Ian Ward <ian at excess.org>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M CHANGELOG.rst
    M ckan/lib/search/index.py
    M ckan/logic/action/get.py

  Log Message:
  -----------
  [#2207] package_show: exclude tracking summary by default


  Commit: 4619800f9790d8bd4e3872653753c932f5e7c5a2
      https://github.com/ckan/ckan/commit/4619800f9790d8bd4e3872653753c932f5e7c5a2
  Author: Ian Ward <ian at excess.org>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M ckan/controllers/package.py
    M ckan/lib/search/index.py
    M ckan/logic/action/get.py
    M ckan/logic/schema.py
    M ckan/tests/functional/test_tracking.py
    M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  [#2207] fix most tests, add include_tracking to resource_show


  Commit: 27bbda1ddc317f2a96e76098e33986d94cb701f4
      https://github.com/ckan/ckan/commit/27bbda1ddc317f2a96e76098e33986d94cb701f4
  Author: Ian Ward <ian at excess.org>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M ckan/lib/search/index.py

  Log Message:
  -----------
  [#2207] solr always needs tracking info


  Commit: 8c00319438e4a10b72c1f5e1b1e648a89f968487
      https://github.com/ckan/ckan/commit/8c00319438e4a10b72c1f5e1b1e648a89f968487
  Author: pstarace <paolo at sciamlab.com>
  Date:   2015-01-28 (Wed, 28 Jan 2015)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  Update db.py

That change enables the user to provide custom sqlalchemy properties through the config file using the 'ckan.datastore.sqlalchemy.' prefix.
Example:
ckan.datastore.sqlalchemy.pool_size=10
ckan.datastore.sqlalchemy.max_overflow=20

The 'url' property is passed as param in the 'extras' map to avoid changing the structure of the current config file.

For further details please look at https://github.com/ckan/ckan/issues/2232


  Commit: ca2f1cef2bce1b2b8a00c05992b8c08550aabd18
      https://github.com/ckan/ckan/commit/ca2f1cef2bce1b2b8a00c05992b8c08550aabd18
  Author: pstarace <paolo at sciamlab.com>
  Date:   2015-01-28 (Wed, 28 Jan 2015)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  Update db.py


  Commit: ea4c9a17869fae13a91e1cc3f0d47a4c10d0f226
      https://github.com/ckan/ckan/commit/ea4c9a17869fae13a91e1cc3f0d47a4c10d0f226
  Author: Motornyuk Sergey <tonnydexter at gmail.com>
  Date:   2015-01-29 (Thu, 29 Jan 2015)

  Changed paths:
    M ckanext/stats/templates/ckanext/stats/index.html

  Log Message:
  -----------
  [#1647] Stats extension. 'Largest Groups' links lead either to organizations or to groups page

Currently all links under the 'Largest Groups' refer to groups page.

After this change links refer to group page for groups and to organization page for organizations


  Commit: a62b3fe009ef98a07a5ad5fd8408d520d8d25687
      https://github.com/ckan/ckan/commit/a62b3fe009ef98a07a5ad5fd8408d520d8d25687
  Author: Motornyuk Sergey <tonnydexter at gmail.com>
  Date:   2015-01-29 (Thu, 29 Jan 2015)

  Changed paths:
    M ckanext/stats/stats.py

  Log Message:
  -----------
  [#1649] Stats extension. Tag counter works properly

Currently on 'Top Tags' tab displayed total amount of tags which includes deleted ones, private and deleted packages

After this change, tags with state=deleted, deleted packages, private packages are filtered out


  Commit: 3626712a2c9140ba17ad84fcf84e404365a01e3a
      https://github.com/ckan/ckan/commit/3626712a2c9140ba17ad84fcf84e404365a01e3a
  Author: Motornyuk Sergey <tonnydexter at gmail.com>
  Date:   2015-01-29 (Thu, 29 Jan 2015)

  Changed paths:
    M ckanext/stats/tests/test_stats_lib.py

  Log Message:
  -----------
  [#1649] Stats extension. Changed tests

Currently tests failed because tags from private datasets not counted but in test expected that they will be counted(wrong behaviour)

After this change test won't expect tags from private datasets


  Commit: 59c11f1754a6b25771622d61fb6c923558a4a70f
      https://github.com/ckan/ckan/commit/59c11f1754a6b25771622d61fb6c923558a4a70f
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-05 (Thu, 05 Feb 2015)

  Changed paths:
    M ckan/config/deployment.ini_tmpl
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  [#2266] Update deployment.ini_tmpl to reflect changes in resource views


  Commit: d3513b57961b9a2dd22c2326c8c24744570bd0e4
      https://github.com/ckan/ckan/commit/d3513b57961b9a2dd22c2326c8c24744570bd0e4
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    A doc/images/manage_views.png
    A doc/images/views_overview.png
    M doc/maintaining/configuration.rst
    M doc/maintaining/data-viewer.rst

  Log Message:
  -----------
  [#2205] First round of resource views docs


  Commit: 6a94e20201e09942d5435cbb640763cee8013052
      https://github.com/ckan/ckan/commit/6a94e20201e09942d5435cbb640763cee8013052
  Author: nigelb <nigel.babu at okfn.org>
  Date:   2015-02-08 (Sun, 08 Feb 2015)

  Changed paths:
    M ckan/config/deployment.ini_tmpl

  Log Message:
  -----------
  [#2273] Do not provide a default email address


  Commit: 78e8aeffc74a8e71a4e1c8993701f9482a1f705e
      https://github.com/ckan/ckan/commit/78e8aeffc74a8e71a4e1c8993701f9482a1f705e
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-09 (Mon, 09 Feb 2015)

  Changed paths:
    M doc/maintaining/configuration.rst
    M doc/maintaining/data-viewer.rst

  Log Message:
  -----------
  [#2205] Sort resource proxy section


  Commit: 6f9eab9412a2669dc29734bdbc8e8c614e92da83
      https://github.com/ckan/ckan/commit/6f9eab9412a2669dc29734bdbc8e8c614e92da83
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2015-02-09 (Mon, 09 Feb 2015)

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

  Log Message:
  -----------
  [#2269] Fix embed button when no view description


  Commit: e96f492de9621bbc8ff95188cffdaf07dde54426
      https://github.com/ckan/ckan/commit/e96f492de9621bbc8ff95188cffdaf07dde54426
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2015-02-09 (Mon, 09 Feb 2015)

  Changed paths:
    M ckan/public/base/less/layout.less
    M ckan/public/base/less/search.less

  Log Message:
  -----------
  [#2267] Fix search layout in org bulk edit page


  Commit: b214b60120fff2d6ea64c8eb3da8b560a0d54f1c
      https://github.com/ckan/ckan/commit/b214b60120fff2d6ea64c8eb3da8b560a0d54f1c
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-09 (Mon, 09 Feb 2015)

  Changed paths:
    M doc/maintaining/data-viewer.rst

  Log Message:
  -----------
  [#2205] Add docs on resource views migration


  Commit: b5f161ba4f2cba1be5204a144b65d6a00556ae53
      https://github.com/ckan/ckan/commit/b5f161ba4f2cba1be5204a144b65d6a00556ae53
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

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

  Log Message:
  -----------
  Merge branch 'brew-2269-embed-view-button'


  Commit: 60eacb4ead079fb41788dd22230199fd7a2be5d4
      https://github.com/ckan/ckan/commit/60eacb4ead079fb41788dd22230199fd7a2be5d4
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
    M ckan/public/base/less/layout.less
    M ckan/public/base/less/search.less

  Log Message:
  -----------
  Merge branch '2267-org-search-layout' of https://github.com/brew/ckan into brew-2267-org-search-layout


  Commit: dd251c72ac66b3365977f8c79bb8f8741a43b67f
      https://github.com/ckan/ckan/commit/dd251c72ac66b3365977f8c79bb8f8741a43b67f
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
    M ckan/public/base/less/layout.less
    M ckan/public/base/less/search.less

  Log Message:
  -----------
  Merge branch 'brew-2267-org-search-layout'


  Commit: ea816a9145d037e45d7d6457b9dcc8050133e4a7
      https://github.com/ckan/ckan/commit/ea816a9145d037e45d7d6457b9dcc8050133e4a7
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
    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

  Log Message:
  -----------
  Recompile CSS


  Commit: 53a117b5629b8e9de556cf7d8c03b2cf4d30b14c
      https://github.com/ckan/ckan/commit/53a117b5629b8e9de556cf7d8c03b2cf4d30b14c
  Author: Ian Ward <ian at excess.org>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
    M ckan/config/deployment.ini_tmpl

  Log Message:
  -----------
  Merge pull request #2273 from nigelbabu/2273-default-config-email

Do not provide email configuration in default config file


  Commit: b228308059e77074262acb44eb56f2f6eeac5d09
      https://github.com/ckan/ckan/commit/b228308059e77074262acb44eb56f2f6eeac5d09
  Author: Tom Mortimer-Jones <tom at morty.co.uk>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
    M doc/maintaining/background-tasks.rst

  Log Message:
  -----------
  [#2272] Fix docs that say Celery will be be installed

Fixes #2272


  Commit: 72f91d7bbaabbfdea7d549660856ce1af08adbb0
      https://github.com/ckan/ckan/commit/72f91d7bbaabbfdea7d549660856ce1af08adbb0
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M ckan/plugins/interfaces.py
    M doc/maintaining/data-viewer.rst

  Log Message:
  -----------
  [#2205] Document properly the IResourceView interface


  Commit: 8b653bc9eee252df230223e72f730210aa0ee7d8
      https://github.com/ckan/ckan/commit/8b653bc9eee252df230223e72f730210aa0ee7d8
  Author: pstarace <paolo at sciamlab.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  Adding custom datastore sqlalchemy properties


  Commit: 8d16ac70cc289a72ab6c8b15181f8966ea5eb509
      https://github.com/ckan/ckan/commit/8d16ac70cc289a72ab6c8b15181f8966ea5eb509
  Author: pstarace <paolo at sciamlab.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  Update db.py


  Commit: 52ba2fe90f52d846c6bfa70909e26787f96862e9
      https://github.com/ckan/ckan/commit/52ba2fe90f52d846c6bfa70909e26787f96862e9
  Author: Sean Hammond <seanh at users.noreply.github.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M ckan/config/deployment.ini_tmpl
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  Merge pull request #2266 from ckan/2266-update-deployment-template

Update deployment.ini_tmpl to reflect changes in resource views


  Commit: dfecbd12d5d12cb82d612ccb44c41dff991080ee
      https://github.com/ckan/ckan/commit/dfecbd12d5d12cb82d612ccb44c41dff991080ee
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M ckan/plugins/interfaces.py
    M doc/maintaining/data-viewer.rst

  Log Message:
  -----------
  [#2205] Small fixes after review


  Commit: 98d7dcffa2c070051ba1cf1c29b14b5febeaabb2
      https://github.com/ckan/ckan/commit/98d7dcffa2c070051ba1cf1c29b14b5febeaabb2
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    A doc/images/image_view.png
    A doc/images/recline_graph_view.png
    A doc/images/recline_grid_view.png
    A doc/images/recline_map_view.png
    A doc/images/recline_view.png
    A doc/images/text_view.png
    A doc/images/webpage_view.png
    M doc/maintaining/data-viewer.rst

  Log Message:
  -----------
  [#2205] Added screenshots for view types


  Commit: 2ce601ec903b9e81a5e7e9a144f2b9914dcd37f9
      https://github.com/ckan/ckan/commit/2ce601ec903b9e81a5e7e9a144f2b9914dcd37f9
  Author: Sean Hammond <seanh at users.noreply.github.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M ckan/plugins/interfaces.py
    A doc/images/image_view.png
    A doc/images/manage_views.png
    A doc/images/recline_graph_view.png
    A doc/images/recline_grid_view.png
    A doc/images/recline_map_view.png
    A doc/images/recline_view.png
    A doc/images/text_view.png
    A doc/images/views_overview.png
    A doc/images/webpage_view.png
    M doc/maintaining/configuration.rst
    M doc/maintaining/data-viewer.rst

  Log Message:
  -----------
  Merge pull request #2205 from ckan/2205-resource-views-docs

Documentation for resource views


  Commit: b99ebd2847d2695853d6afc251077476f49f8644
      https://github.com/ckan/ckan/commit/b99ebd2847d2695853d6afc251077476f49f8644
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M ckanext/stats/templates/ckanext/stats/index.html

  Log Message:
  -----------
  Merge branch '1647-stats-extension-links-to-groups' of https://github.com/serkostyx/ckan into serkostyx-1647-stats-extension-links-to-groups


  Commit: 12cf690644c3ff447dae9dbcc2a6d7caedf73887
      https://github.com/ckan/ckan/commit/12cf690644c3ff447dae9dbcc2a6d7caedf73887
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M ckanext/stats/templates/ckanext/stats/index.html

  Log Message:
  -----------
  Merge branch 'serkostyx-1647-stats-extension-links-to-groups'


  Commit: c072fc1ea18f75830e75bac48cdec8c369598984
      https://github.com/ckan/ckan/commit/c072fc1ea18f75830e75bac48cdec8c369598984
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M ckanext/stats/stats.py
    M ckanext/stats/tests/test_stats_lib.py

  Log Message:
  -----------
  Merge branch '1649-stats-extension-tag-counts-are-incorrect' of https://github.com/serkostyx/ckan into serkostyx-1649-stats-extension-tag-counts-are-incorrect


  Commit: 7daa4ab0f43e2d1901e0c2dcf180c9d6ef6fb8ac
      https://github.com/ckan/ckan/commit/7daa4ab0f43e2d1901e0c2dcf180c9d6ef6fb8ac
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M ckanext/stats/stats.py
    M ckanext/stats/tests/test_stats_lib.py

  Log Message:
  -----------
  Merge branch 'serkostyx-1649-stats-extension-tag-counts-are-incorrect'


  Commit: 925553ffafa1585b754fc6b6e8ebf2b8fb09fbc5
      https://github.com/ckan/ckan/commit/925553ffafa1585b754fc6b6e8ebf2b8fb09fbc5
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  Merge branch 'patch-1' of https://github.com/pstarace/ckan into pstarace-patch-1


  Commit: 22be0462d60a0ec0138dd42ed3f9d4598b95416c
      https://github.com/ckan/ckan/commit/22be0462d60a0ec0138dd42ed3f9d4598b95416c
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  Merge branch 'pstarace-patch-1'


  Commit: aa4b3833e59a3b88a3726cb17616e4c9da598cd5
      https://github.com/ckan/ckan/commit/aa4b3833e59a3b88a3726cb17616e4c9da598cd5
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  Merge branch 'patch-2' of https://github.com/pstarace/ckan into pstarace-patch-2


  Commit: f2a4f701736808d474464557274c4b3e145287d7
      https://github.com/ckan/ckan/commit/f2a4f701736808d474464557274c4b3e145287d7
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  [#2279] Minor doc tweaks


  Commit: 2b934223c255f7d194b4dedee971903d5ae8e807
      https://github.com/ckan/ckan/commit/2b934223c255f7d194b4dedee971903d5ae8e807
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  Merge branch 'pstarace-patch-2'


  Commit: a0f5a6984a015d3c769ad189d333dd945d0ec8b8
      https://github.com/ckan/ckan/commit/a0f5a6984a015d3c769ad189d333dd945d0ec8b8
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M doc/maintaining/background-tasks.rst

  Log Message:
  -----------
  Merge branch '2272-fix-celery-docs' of https://github.com/morty/ckan into morty-2272-fix-celery-docs


  Commit: 2215bd9733d3a84035ec8f2c8988e035ce6f15c1
      https://github.com/ckan/ckan/commit/2215bd9733d3a84035ec8f2c8988e035ce6f15c1
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M doc/maintaining/background-tasks.rst

  Log Message:
  -----------
  Merge branch 'morty-2272-fix-celery-docs'


  Commit: 8b823d6b4a123608595b25b3c9028f0ddcdb11a9
      https://github.com/ckan/ckan/commit/8b823d6b4a123608595b25b3c9028f0ddcdb11a9
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M CHANGELOG.rst
    M ckan/controllers/package.py
    M ckan/lib/search/index.py
    M ckan/logic/action/get.py
    M ckan/logic/schema.py
    M ckan/tests/functional/test_tracking.py
    M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  Merge branch '2207-package-show-exclude-tracking' of https://github.com/wardi/ckan into wardi-2207-package-show-exclude-tracking

Conflicts:
	ckan/lib/search/index.py


  Commit: 42e0325d595ddc9a85563e05b63c3ae54d9fdb9c
      https://github.com/ckan/ckan/commit/42e0325d595ddc9a85563e05b63c3ae54d9fdb9c
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M CHANGELOG.rst
    M ckan/controllers/package.py
    M ckan/lib/search/index.py
    M ckan/logic/action/get.py
    M ckan/logic/schema.py
    M ckan/tests/functional/test_tracking.py
    M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  Merge branch 'wardi-2207-package-show-exclude-tracking'


  Commit: 3d73cb44f7a0c886ec91bfc2590fbe88d02bd33f
      https://github.com/ckan/ckan/commit/3d73cb44f7a0c886ec91bfc2590fbe88d02bd33f
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-13 (Fri, 13 Feb 2015)

  Changed paths:
    M CHANGELOG.rst
    M ckan/config/deployment.ini_tmpl
    M ckan/controllers/package.py
    M ckan/lib/search/index.py
    M ckan/logic/action/get.py
    M ckan/logic/schema.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/less/layout.less
    M ckan/public/base/less/module.less
    M ckan/public/base/less/search.less
    M ckan/tests/functional/test_tracking.py
    M ckan/tests/logic/test_action.py
    M ckanext/datastore/db.py
    M ckanext/stats/stats.py
    M ckanext/stats/templates/ckanext/stats/index.html
    M ckanext/stats/tests/test_stats_lib.py
    A doc/images/image_view.png
    A doc/images/manage_views.png
    A doc/images/recline_graph_view.png
    A doc/images/recline_grid_view.png
    A doc/images/recline_map_view.png
    A doc/images/recline_view.png
    A doc/images/text_view.png
    A doc/images/views_overview.png
    A doc/images/webpage_view.png
    M doc/maintaining/background-tasks.rst
    M doc/maintaining/configuration.rst
    M doc/maintaining/data-viewer.rst

  Log Message:
  -----------
  Merge branch 'master' into 2204-resource-views-cli


  Commit: 7cb05d08c482fd19cd81738e21448836a8817cd4
      https://github.com/ckan/ckan/commit/7cb05d08c482fd19cd81738e21448836a8817cd4
  Author: amercader <amercadero at gmail.com>
  Date:   2015-02-13 (Fri, 13 Feb 2015)

  Changed paths:
    M ckan/lib/datapreview.py
    M ckan/logic/action/create.py
    M ckan/logic/action/update.py
    M ckan/logic/auth/create.py
    M ckan/new_tests/logic/action/test_create.py
    M ckan/new_tests/logic/auth/test_create.py
    M ckanext/datapusher/logic/action.py

  Log Message:
  -----------
  [#2204] Move default creation of views to actions

New actions `resource_create_default_resource_views` and
`package_create_default_resource_views` do what it says on the tin.
Docs + tests.


Compare: https://github.com/ckan/ckan/compare/16aa14fdcc01...7cb05d08c482


More information about the ckan-changes mailing list