[ckan-changes] [ckan/ckan] 6ab235: [#2534] Tests for list, add and removal of members
GitHub
noreply at github.com
Wed Sep 9 11:11:05 UTC 2015
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 6ab23581d8f8b1073aca968deb00a9552e2aebed
https://github.com/ckan/ckan/commit/6ab23581d8f8b1073aca968deb00a9552e2aebed
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2015-07-15 (Wed, 15 Jul 2015)
Changed paths:
M ckan/templates/group/member_new.html
M ckan/templates/group/members.html
M ckan/tests/controllers/test_group.py
Log Message:
-----------
[#2534] Tests for list, add and removal of members
Commit: 93ba10bf369a18b72c620f86689884e87e10dd2d
https://github.com/ckan/ckan/commit/93ba10bf369a18b72c620f86689884e87e10dd2d
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2015-07-15 (Wed, 15 Jul 2015)
Changed paths:
M ckan/tests/controllers/test_group.py
Log Message:
-----------
[#2534] Fix pep8 issues
Commit: e13d020c04085ee8d157c739335781ff5bd9cce0
https://github.com/ckan/ckan/commit/e13d020c04085ee8d157c739335781ff5bd9cce0
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/dictization/model_save.py
M ckan/lib/formatters.py
M ckan/lib/helpers.py
A ckan/lib/lazyjson.py
M ckan/lib/plugins.py
M 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/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/confirm_delete.html
M ckan/templates/package/confirm_delete_resource.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/templates/user/new_user_form.html
M ckan/templates/user/snippets/user_search.html
M ckan/tests/controllers/test_group.py
M ckan/tests/controllers/test_organization.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/factories.py
M ckan/tests/helpers.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_base.py
M ckan/tests/lib/test_helpers.py
M ckan/tests/logic/action/test_create.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/plugin.py
M ckanext/reclineview/theme/public/vendor/recline/recline.js
M ckanext/reclineview/theme/templates/recline_map_form.html
M ckanext/resourceproxy/controller.py
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/contributing/frontend/template-blocks.rst
M doc/contributing/release-process.rst
M doc/maintaining/configuration.rst
M doc/maintaining/installing/install-from-package.rst
M doc/maintaining/linked-data-and-rdf.rst
M requirements.in
M requirements.txt
M setup.py
Log Message:
-----------
Merge branch 'master' into 2534-group-member-tests
Conflicts:
ckan/tests/controllers/test_group.py
Commit: 35ca145e26eefba28459aa92f6006a09141ac02b
https://github.com/ckan/ckan/commit/35ca145e26eefba28459aa92f6006a09141ac02b
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
Log Message:
-----------
Merge pull request #2534 from ckan/2534-group-member-tests
Group Member tests
Compare: https://github.com/ckan/ckan/compare/79cd396e1299...35ca145e26ee
More information about the ckan-changes
mailing list