[ckan-changes] [ckan/ckan] 28080c: [#2541] Front-end tests for group search.

GitHub noreply at github.com
Wed Sep 9 12:53:02 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 28080ce4b3a547f3fe8a882a3e0f100caba575f7
      https://github.com/ckan/ckan/commit/28080ce4b3a547f3fe8a882a3e0f100caba575f7
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2015-07-17 (Fri, 17 Jul 2015)

  Changed paths:
    M ckan/tests/controllers/test_group.py

  Log Message:
  -----------
  [#2541] Front-end tests for group search.

Basically the same tests as for Organizations in #2538.


  Commit: ab61ee460218950f912d5e69b9d3a2c4b4848e19
      https://github.com/ckan/ckan/commit/ab61ee460218950f912d5e69b9d3a2c4b4848e19
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2015-07-17 (Fri, 17 Jul 2015)

  Changed paths:
    M ckan/templates/group/confirm_delete.html
    M ckan/tests/controllers/test_group.py

  Log Message:
  -----------
  [#2541] Group delete tests


  Commit: d80321c042502bebc1c40924c7e32fd770878a78
      https://github.com/ckan/ckan/commit/d80321c042502bebc1c40924c7e32fd770878a78
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M CHANGELOG.rst
    M bin/less
    M ckan/authz.py
    M ckan/config/deployment.ini_tmpl
    M ckan/config/resource_formats.json
    M ckan/config/routing.py
    M ckan/controllers/api.py
    M ckan/controllers/group.py
    M ckan/controllers/home.py
    M ckan/controllers/package.py
    R ckan/controllers/related.py
    M ckan/lib/app_globals.py
    M ckan/lib/base.py
    M ckan/lib/cli.py
    M ckan/lib/create_test_data.py
    M ckan/lib/formatters.py
    M ckan/lib/helpers.py
    A ckan/lib/lazyjson.py
    M ckan/lib/plugins.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/auth/update.py
    A ckan/migration/versions/078_remove_old_authz_model.py
    M ckan/model/__init__.py
    R ckan/model/authz.py
    M ckan/model/modification.py
    M ckan/plugins/interfaces.py
    M ckan/public/base/css/main.css
    M ckan/public/base/javascript/main.js
    M ckan/public/base/test/index.html
    A ckan/public/base/vendor/moment-with-locales.js
    M ckan/public/base/vendor/resource.config
    R ckan/templates/ajax_snippets/related-item.html
    M ckan/templates/group/snippets/info.html
    M ckan/templates/home/snippets/stats.html
    M ckan/templates/organization/snippets/organization_form.html
    M ckan/templates/organization/snippets/organization_item.html
    M ckan/templates/package/read.html
    R ckan/templates/package/read.n3
    R ckan/templates/package/read.rdf
    M ckan/templates/package/read_base.html
    M ckan/templates/package/snippets/additional_info.html
    R ckan/templates/related/base_form_page.html
    R ckan/templates/related/confirm_delete.html
    R ckan/templates/related/dashboard.html
    R ckan/templates/related/edit.html
    R ckan/templates/related/edit_form.html
    R ckan/templates/related/new.html
    R ckan/templates/related/snippets/related_form.html
    R ckan/templates/related/snippets/related_item.html
    R ckan/templates/related/snippets/related_list.html
    A ckan/templates/snippets/local_friendly_datetime.html
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_package.py
    A ckan/tests/controllers/test_tags.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/legacy/__init__.py
    M ckan/tests/legacy/ckantestplugins.py
    M ckan/tests/legacy/functional/api/model/test_group.py
    M ckan/tests/legacy/functional/api/model/test_package.py
    M ckan/tests/legacy/functional/test_admin.py
    M ckan/tests/legacy/functional/test_group.py
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/legacy/functional/test_pagination.py
    M ckan/tests/legacy/functional/test_related.py
    M ckan/tests/legacy/lib/test_helpers.py
    M ckan/tests/legacy/logic/test_action.py
    M ckan/tests/legacy/models/test_user.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/legacy/test_plugins.py
    M ckan/tests/lib/test_helpers.py
    M ckan/tests/logic/action/test_get.py
    A ckanext/datapusher/interfaces.py
    M ckanext/datapusher/logic/action.py
    M ckanext/datapusher/plugin.py
    A ckanext/datapusher/tests/test_interfaces.py
    M ckanext/datastore/db.py
    M ckanext/datastore/helpers.py
    M ckanext/datastore/plugin.py
    M ckanext/datastore/tests/test_create.py
    M ckanext/example_theme/v08_custom_helper_function/plugin.py
    M ckanext/reclineview/theme/public/vendor/recline/recline.js
    M ckanext/stats/controller.py
    M ckanext/stats/stats.py
    M ckanext/stats/templates/ckanext/stats/index.html
    M ckanext/stats/templates_legacy/ckanext/stats/index.html
    M ckanext/stats/tests/test_stats_lib.py
    M doc/contributing/frontend/index.rst
    M doc/maintaining/configuration.rst
    M doc/maintaining/linked-data-and-rdf.rst
    M requirements.in
    M requirements.txt
    M setup.py

  Log Message:
  -----------
  Merge branch 'master' into 2541-group-search-tests

Conflicts:
	ckan/tests/controllers/test_group.py


  Commit: a16261d4a292b11d5cc675f3599816ad7cadb9f5
      https://github.com/ckan/ckan/commit/a16261d4a292b11d5cc675f3599816ad7cadb9f5
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M ckan/templates/group/member_new.html
    M ckan/templates/group/members.html
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_organization.py
    M ckan/tests/controllers/test_package.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into 2541-group-search-tests

Conflicts:
	ckan/tests/controllers/test_group.py


  Commit: 46a9144eff9317270ffc49799ab57fe29cc2f004
      https://github.com/ckan/ckan/commit/46a9144eff9317270ffc49799ab57fe29cc2f004
  Author: Joe Tsoi <joetsoi at users.noreply.github.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M ckan/templates/group/confirm_delete.html
    M ckan/tests/controllers/test_group.py

  Log Message:
  -----------
  Merge pull request #2541 from ckan/2541-group-search-tests

Group search page tests


Compare: https://github.com/ckan/ckan/compare/1ee1177f5cfb...46a9144eff93


More information about the ckan-changes mailing list