[ckan-changes] [ckan/ckan] 072b62: [#1641] resource_create validates being passed an ...

GitHub noreply at github.com
Mon Apr 28 09:39:46 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 072b62b5b817f47529572cc6828e7535093034bc
      https://github.com/ckan/ckan/commit/072b62b5b817f47529572cc6828e7535093034bc
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M ckan/logic/action/create.py
    A ckan/new_tests/logic/action/test_create.py

  Log Message:
  -----------
  [#1641] resource_create validates being passed an "url" parameter


  Commit: cf046dc4997367b84d0b04e1015cdfed0663cfad
      https://github.com/ckan/ckan/commit/cf046dc4997367b84d0b04e1015cdfed0663cfad
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M ckan/new_tests/logic/action/test_create.py
    M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  [#1641] Recreate resource_create tests as "new_tests"


  Commit: 219368abeec2eeab9b23d68cbb91e6bc8581b4fc
      https://github.com/ckan/ckan/commit/219368abeec2eeab9b23d68cbb91e6bc8581b4fc
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M ckan/logic/action/create.py

  Log Message:
  -----------
  Minor English typos fixes


  Commit: fccfad0d4b64183ed1f5f8cf38f92e17b29f47e7
      https://github.com/ckan/ckan/commit/fccfad0d4b64183ed1f5f8cf38f92e17b29f47e7
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M ckan/new_tests/logic/action/test_create.py
    M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  Revert "[#1641] Recreate resource_create tests as "new_tests""

This was more complex than I expected. To avoid blocking this issue, I'm
reverting it here and will work on it at #1669.

This reverts commit cf046dc4997367b84d0b04e1015cdfed0663cfad.


  Commit: 114bdfd59b534ef047a993388ee541b5b4c540a8
      https://github.com/ckan/ckan/commit/114bdfd59b534ef047a993388ee541b5b4c540a8
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M ckan/new_tests/logic/action/test_create.py

  Log Message:
  -----------
  [#1641] Refactor renaming TestCreate -> TestResourceCreate


  Commit: cd7fb37430eceb37c5e3f81db4eb8e95f8945f25
      https://github.com/ckan/ckan/commit/cd7fb37430eceb37c5e3f81db4eb8e95f8945f25
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M .coveragerc
    M README.rst
    M bin/travis-run-tests
    M ckan/config/deployment.ini_tmpl
    M ckan/controllers/user.py
    M ckan/lib/helpers.py
    M ckan/logic/__init__.py
    M ckan/logic/action/get.py
    M ckan/logic/auth/create.py
    M ckan/logic/auth/get.py
    M ckan/logic/converters.py
    M ckan/logic/schema.py
    M ckan/new_authz.py
    M ckan/new_tests/factories.py
    M ckan/new_tests/helpers.py
    A ckan/new_tests/lib/test_helpers.py
    M ckan/new_tests/logic/action/test_create.py
    A ckan/new_tests/logic/auth/test_create.py
    M ckan/new_tests/logic/auth/test_update.py
    A ckan/new_tests/logic/test_converters.py
    A ckan/new_tests/test_factories.py
    M ckan/plugins/interfaces.py
    M ckan/templates/group/snippets/group_item.html
    M ckan/templates/header.html
    M ckan/templates/home/snippets/search.html
    M ckan/templates/package/resource_read.html
    M ckan/templates/snippets/facet_list.html
    M ckan/templates/user/snippets/followee_dropdown.html
    M ckan/templates_legacy/layout_base.html
    M ckan/templates_legacy/snippets/data-viewer-embed-branded-link.html
    M ckan/tests/logic/test_action.py
    M ckan/tests/logic/test_auth.py
    M ckan/tests/test_coding_standards.py
    M ckanext/datapusher/plugin.py
    M dev-requirements.txt
    A doc/api.rst
    M doc/contributing/documentation.rst
    M doc/maintaining/configuration.rst
    M doc/maintaining/datastore.rst
    M test-core.ini

  Log Message:
  -----------
  Merge branch 'master' into 1641-resource-create-requires-url

Conflicts:
	ckan/new_tests/logic/action/test_create.py


  Commit: 71ef11f211b9c3147d4207c1a0d8ce37b553bac4
      https://github.com/ckan/ckan/commit/71ef11f211b9c3147d4207c1a0d8ce37b553bac4
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M ckan/new_tests/logic/action/test_create.py

  Log Message:
  -----------
  [#1641] Rename test method so it reads more natural


  Commit: 0b1bb782b45edf3c56be50231f998f15fadc68a4
      https://github.com/ckan/ckan/commit/0b1bb782b45edf3c56be50231f998f15fadc68a4
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

  Changed paths:
    M ckan/public/base/less/layout.less
    M ckan/public/base/less/media.less
    M ckan/public/base/less/mixins.less
    M doc/contributing/pull-requests.rst
    M doc/contributing/test.rst

  Log Message:
  -----------
  Merge branch 'master' of github.com:ckan/ckan into 1641-resource-create-requires-url


  Commit: bf3b4d71090a7d442101ee9be80c132affaa49e2
      https://github.com/ckan/ckan/commit/bf3b4d71090a7d442101ee9be80c132affaa49e2
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

  Changed paths:
    M ckan/logic/__init__.py
    M ckan/logic/action/create.py
    M ckan/new_authz.py
    M ckan/new_tests/logic/action/test_create.py
    M ckan/public/base/less/layout.less
    M ckan/public/base/less/media.less
    M ckan/public/base/less/mixins.less
    M doc/contributing/pull-requests.rst
    M doc/contributing/test.rst

  Log Message:
  -----------
  Merge branch '1641-resource-create-requires-url'


Compare: https://github.com/ckan/ckan/compare/76c7354bc980...bf3b4d71090a


More information about the ckan-changes mailing list