[ckan-changes] [okfn/ckan] 8b6e56: [#1155] Document how to upgrade the dependencies

GitHub noreply at github.com
Tue Nov 12 14:50:03 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/okfn/ckan
  Commit: 8b6e56d9d89ba92fb1a67a0febac8334192ddc83
      https://github.com/okfn/ckan/commit/8b6e56d9d89ba92fb1a67a0febac8334192ddc83
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2013-10-18 (Fri, 18 Oct 2013)

  Changed paths:
    M CONTRIBUTING.rst

  Log Message:
  -----------
  [#1155] Document how to upgrade the dependencies


  Commit: d0d18a238ae3938e880699df6db2e49ee952ff30
      https://github.com/okfn/ckan/commit/d0d18a238ae3938e880699df6db2e49ee952ff30
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M CONTRIBUTING.rst
    A doc/upgrading-dependencies.rst

  Log Message:
  -----------
  [#1155] Tweak upgrading dependencies docs


  Commit: 352b4caaa53385f937b34f73a6d26b39527b867c
      https://github.com/okfn/ckan/commit/352b4caaa53385f937b34f73a6d26b39527b867c
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M .travis.yml
    M CHANGELOG.rst
    M README.rst
    R bin/travis-build
    A bin/travis-install-dependencies
    A bin/travis-run-tests
    M ckan/config/deployment.ini_tmpl
    M ckan/config/middleware.py
    M ckan/controllers/api.py
    M ckan/controllers/group.py
    M ckan/controllers/home.py
    M ckan/controllers/organization.py
    M ckan/controllers/package.py
    M ckan/controllers/template.py
    M ckan/lib/app_globals.py
    M ckan/lib/base.py
    M ckan/lib/cli.py
    M ckan/lib/dictization/model_dictize.py
    M ckan/lib/helpers.py
    M ckan/lib/munge.py
    M ckan/lib/plugins.py
    A ckan/lib/uploader.py
    M ckan/logic/action/create.py
    M ckan/logic/action/get.py
    M ckan/logic/action/update.py
    M ckan/logic/auth/create.py
    M ckan/logic/schema.py
    M ckan/model/meta.py
    M ckan/new_authz.py
    M ckan/plugins/core.py
    M ckan/plugins/interfaces.py
    M ckan/plugins/toolkit.py
    M ckan/public/base/css/main.css
    M ckan/public/base/javascript/client.js
    M ckan/public/base/javascript/main.js
    A ckan/public/base/javascript/modules/image-upload.js
    M ckan/public/base/javascript/resource.config
    M ckan/public/base/less/activity.less
    M ckan/public/base/less/ckan.less
    A ckan/public/base/less/datapusher.less
    M ckan/public/base/less/forms.less
    M ckan/templates/base.html
    M ckan/templates/group/snippets/group_form.html
    M ckan/templates/group/snippets/group_item.html
    M ckan/templates/group/snippets/info.html
    M ckan/templates/header.html
    M ckan/templates/macros/form.html
    M ckan/templates/organization/snippets/organization_form.html
    M ckan/templates/organization/snippets/organization_item.html
    M ckan/templates/package/base_form_page.html
    M ckan/templates/package/edit.html
    M ckan/templates/package/edit_base.html
    M ckan/templates/package/new_resource.html
    M ckan/templates/package/new_resource_not_draft.html
    A ckan/templates/package/resource_data.html
    M ckan/templates/package/resource_edit.html
    M ckan/templates/package/resource_edit_base.html
    M ckan/templates/package/snippets/info.html
    A ckan/templates/package/snippets/resource_help.html
    M ckan/templates/related/snippets/related_item.html
    A ckan/templates/snippets/datapusher_status.html
    M ckan/templates/snippets/group.html
    M ckan/templates/snippets/group_item.html
    M ckan/templates/snippets/organization.html
    M ckan/templates/snippets/organization_item.html
    M ckan/templates/user/login.html
    M ckan/tests/functional/api/model/test_group_and_organization_purge.py
    M ckan/tests/functional/api/model/test_vocabulary.py
    M ckan/tests/functional/api/test_follow.py
    M ckan/tests/functional/api/test_user.py
    M ckan/tests/functional/test_related.py
    M ckan/tests/lib/test_dictization.py
    M ckan/tests/lib/test_dictization_schema.py
    M ckan/tests/logic/test_action.py
    M ckan/tests/logic/test_auth.py
    M ckan/tests/logic/test_tag.py
    M ckan/tests/test_coding_standards.py
    A ckanext/datapusher/__init__.py
    A ckanext/datapusher/helpers.py
    A ckanext/datapusher/logic/__init__.py
    A ckanext/datapusher/logic/action.py
    A ckanext/datapusher/logic/auth.py
    A ckanext/datapusher/logic/schema.py
    A ckanext/datapusher/plugin.py
    A ckanext/datapusher/tests/__init__.py
    A ckanext/datapusher/tests/test.py
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/logic/auth.py
    M ckanext/datastore/logic/schema.py
    M ckanext/datastore/plugin.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_dump.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/datastore/tests/test_upsert.py
    M ckanext/example_iauthfunctions/tests/test_example_iauthfunctions.py
    M ckanext/multilingual/plugin.py
    M ckanext/multilingual/tests/test_multilingual_plugin.py
    M doc/configuration.rst
    M doc/legacy-api.rst
    M setup.py
    M test-core.ini

  Log Message:
  -----------
  Merge branch 'master' of github.com:okfn/ckan into 1155-document-upgrading-dependencies


  Commit: 1a188b04f91116beb201eadeb14fe65470e23123
      https://github.com/okfn/ckan/commit/1a188b04f91116beb201eadeb14fe65470e23123
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M doc/upgrading-dependencies.rst

  Log Message:
  -----------
  [#1155] Explain how to pin the latest uncompatible version in requirements.in


  Commit: 4c05807fa10a946d3f2278e3c85db4290cbbb4bf
      https://github.com/okfn/ckan/commit/4c05807fa10a946d3f2278e3c85db4290cbbb4bf
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-11-12 (Tue, 12 Nov 2013)

  Changed paths:
    M doc/upgrading-dependencies.rst

  Log Message:
  -----------
  [#1155] Add a small clarification to the docs


  Commit: aa18dd8994670462ba2b8cb1e663d88880dc20f8
      https://github.com/okfn/ckan/commit/aa18dd8994670462ba2b8cb1e663d88880dc20f8
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2013-11-12 (Tue, 12 Nov 2013)

  Changed paths:
    M CONTRIBUTING.rst
    A doc/upgrading-dependencies.rst

  Log Message:
  -----------
  Merge branch '1155-document-upgrading-dependencies'


Compare: https://github.com/okfn/ckan/compare/6aa06a2a70c3...aa18dd899467


More information about the ckan-changes mailing list