[ckan-changes] [ckan/ckan] 3a4a77: Allow dataset creation without adding any resource...

GitHub noreply at github.com
Fri Dec 14 14:57:37 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 3a4a7783703644ece0390237eccad5b10f8da326
      https://github.com/ckan/ckan/commit/3a4a7783703644ece0390237eccad5b10f8da326
  Author: Andrew Brooks <arb at sat.dundee.ac.uk>
  Date:   2018-11-02 (Fri, 02 Nov 2018)

  Changed paths:
    M ckan/controllers/package.py
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  Allow dataset creation without adding any resources


  Commit: 386e13759fd72528caba570e02536f1b7e70c79c
      https://github.com/ckan/ckan/commit/386e13759fd72528caba570e02536f1b7e70c79c
  Author: howff <arb at sat.dundee.ac.uk>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckan/controllers/package.py

  Log Message:
  -----------
  Changed config name and wrapped long line


  Commit: b22a70cab01aff6cb548deac0da38a39c9675bca
      https://github.com/ckan/ckan/commit/b22a70cab01aff6cb548deac0da38a39c9675bca
  Author: howff <arb at sat.dundee.ac.uk>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  Change config name and indent example


  Commit: ed0e35a74bd786284311998a53b226df887a6d96
      https://github.com/ckan/ckan/commit/ed0e35a74bd786284311998a53b226df887a6d96
  Author: Andrew Brooks <arb at sat.dundee.ac.uk>
  Date:   2018-12-14 (Fri, 14 Dec 2018)

  Changed paths:
    M CHANGELOG.rst
    A ckan/cli/__init__.py
    A ckan/cli/cli.py
    A ckan/cli/db.py
    A ckan/cli/search_index.py
    A ckan/cli/server.py
    M ckan/config/middleware/flask_app.py
    M ckan/config/solr/schema.xml
    M ckan/controllers/api.py
    M ckan/lib/app_globals.py
    M ckan/lib/dictization/model_dictize.py
    M ckan/lib/dictization/model_save.py
    M ckan/lib/helpers.py
    M ckan/lib/navl/validators.py
    M ckan/lib/search/__init__.py
    M ckan/lib/search/query.py
    M ckan/lib/uploader.py
    M ckan/logic/action/get.py
    M ckan/logic/action/patch.py
    M ckan/logic/action/update.py
    M ckan/logic/schema.py
    M ckan/model/group.py
    M ckan/plugins/interfaces.py
    M ckan/templates-bs2/base.html
    M ckan/templates-bs2/dataviewer/base.html
    M ckan/templates-bs2/group/about.html
    M ckan/templates-bs2/group/activity_stream.html
    M ckan/templates-bs2/group/admins.html
    M ckan/templates-bs2/group/followers.html
    M ckan/templates-bs2/group/history.html
    M ckan/templates-bs2/group/members.html
    M ckan/templates-bs2/group/read_base.html
    M ckan/templates-bs2/group/snippets/group_item.html
    M ckan/templates-bs2/organization/about.html
    M ckan/templates-bs2/organization/activity_stream.html
    M ckan/templates-bs2/organization/admins.html
    M ckan/templates-bs2/organization/bulk_process.html
    M ckan/templates-bs2/organization/edit.html
    M ckan/templates-bs2/organization/edit_base.html
    M ckan/templates-bs2/organization/member_new.html
    M ckan/templates-bs2/organization/members.html
    M ckan/templates-bs2/organization/read_base.html
    M ckan/templates-bs2/package/activity.html
    M ckan/templates-bs2/package/edit_view.html
    M ckan/templates-bs2/package/followers.html
    M ckan/templates-bs2/package/history.html
    M ckan/templates-bs2/package/new_resource_not_draft.html
    M ckan/templates-bs2/package/new_view.html
    M ckan/templates-bs2/package/read_base.html
    M ckan/templates-bs2/package/resource_edit.html
    M ckan/templates-bs2/package/resource_read.html
    M ckan/templates-bs2/package/resource_views.html
    M ckan/templates-bs2/package/resources.html
    M ckan/templates-bs2/snippets/organization.html
    M ckan/templates-bs2/user/activity_stream.html
    M ckan/templates-bs2/user/edit_base.html
    M ckan/templates-bs2/user/read_base.html
    M ckan/templates/base.html
    M ckan/templates/dataviewer/base.html
    M ckan/templates/group/about.html
    M ckan/templates/group/activity_stream.html
    M ckan/templates/group/admins.html
    M ckan/templates/group/edit_base.html
    M ckan/templates/group/followers.html
    M ckan/templates/group/history.html
    M ckan/templates/group/members.html
    M ckan/templates/group/read_base.html
    M ckan/templates/group/snippets/group_item.html
    M ckan/templates/organization/about.html
    M ckan/templates/organization/activity_stream.html
    M ckan/templates/organization/admins.html
    M ckan/templates/organization/bulk_process.html
    M ckan/templates/organization/edit.html
    M ckan/templates/organization/edit_base.html
    M ckan/templates/organization/member_new.html
    M ckan/templates/organization/members.html
    M ckan/templates/organization/read_base.html
    M ckan/templates/package/activity.html
    M ckan/templates/package/edit_view.html
    M ckan/templates/package/followers.html
    M ckan/templates/package/history.html
    M ckan/templates/package/new_resource_not_draft.html
    M ckan/templates/package/new_view.html
    M ckan/templates/package/read_base.html
    M ckan/templates/package/resource_edit.html
    M ckan/templates/package/resource_read.html
    M ckan/templates/package/resource_views.html
    M ckan/templates/package/resources.html
    M ckan/templates/snippets/organization.html
    M ckan/templates/user/activity_stream.html
    M ckan/templates/user/edit_base.html
    M ckan/templates/user/read_base.html
    M ckan/tests/legacy/functional/api/test_activity.py
    M ckan/tests/legacy/functional/api/test_dashboard.py
    M ckan/tests/legacy/functional/test_activity.py
    M ckan/tests/legacy/lib/test_resource_search.py
    M ckan/tests/legacy/logic/test_action.py
    M ckan/tests/lib/dictization/test_model_dictize.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/action/test_patch.py
    M ckan/views/__init__.py
    M ckan/views/user.py
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/logic/auth.py
    M ckanext/datastore/logic/schema.py
    M ckanext/datastore/tests/helpers.py
    M ckanext/datastore/tests/test_create.py
    M ckanext/datastore/tests/test_delete.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/datastore/tests/test_upsert.py
    M ckanext/datatablesview/controller.py
    M ckanext/datatablesview/plugin.py
    M ckanext/datatablesview/public/datatablesview.js
    M ckanext/datatablesview/templates/datatables/datatables_view.html
    M ckanext/reclineview/theme/public/vendor/ckan.js/ckan.js
    M ckanext/reclineview/theme/public/vendor/recline/recline.js
    M doc/extensions/adding-custom-fields.rst
    M doc/maintaining/configuration.rst
    M doc/theming/index.rst
    M setup.py
    M test-core.ini

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/ckan/ckan


  Commit: 24a991ea623a7362afe1da1acdd4d96b9dddedc6
      https://github.com/ckan/ckan/commit/24a991ea623a7362afe1da1acdd4d96b9dddedc6
  Author: Andrew Brooks <arb at sat.dundee.ac.uk>
  Date:   2018-12-14 (Fri, 14 Dec 2018)

  Changed paths:
    M ckan/controllers/package.py

  Log Message:
  -----------
  Shorter lines


  Commit: 8eb7fc9e2eea68959f8cbfabd8b849392166d818
      https://github.com/ckan/ckan/commit/8eb7fc9e2eea68959f8cbfabd8b849392166d818
  Author: amercader <amercadero at gmail.com>
  Date:   2018-12-14 (Fri, 14 Dec 2018)

  Changed paths:
    M ckan/controllers/package.py
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/howff/ckan into howff-master


  Commit: e09df0b5670e9ccb198ece4e20a2448753f1ae6e
      https://github.com/ckan/ckan/commit/e09df0b5670e9ccb198ece4e20a2448753f1ae6e
  Author: amercader <amercadero at gmail.com>
  Date:   2018-12-14 (Fri, 14 Dec 2018)

  Changed paths:
    M ckan/controllers/package.py

  Log Message:
  -----------
  Fix PEP8


  Commit: 8f0cb749f5c016468de2831173b11c041c4234f7
      https://github.com/ckan/ckan/commit/8f0cb749f5c016468de2831173b11c041c4234f7
  Author: amercader <amercadero at gmail.com>
  Date:   2018-12-14 (Fri, 14 Dec 2018)

  Changed paths:
    M ckan/controllers/package.py
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  Merge branch 'howff-master'


Compare: https://github.com/ckan/ckan/compare/b0509769b4b0...8f0cb749f5c0
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the ckan-changes mailing list