[ckan-changes] [ckan/ckan] 3db9e0: CloseWSGIInput middleware + update in ResourceUplo...
GitHub
noreply at github.com
Thu Feb 1 22:36:21 UTC 2018
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 3db9e0d49af5593fadde481bda1a586b47b2f45a
https://github.com/ckan/ckan/commit/3db9e0d49af5593fadde481bda1a586b47b2f45a
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2017-09-25 (Mon, 25 Sep 2017)
Changed paths:
M ckan/config/middleware/common_middleware.py
M ckan/config/middleware/pylons_app.py
M ckan/lib/uploader.py
Log Message:
-----------
CloseWSGIInput middleware + update in ResourceUploader
Commit: 0a3e76ae65c3067f2938a9ac0aa620b269fe26eb
https://github.com/ckan/ckan/commit/0a3e76ae65c3067f2938a9ac0aa620b269fe26eb
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths:
M .gitignore
M CHANGELOG.rst
M Dockerfile
M README.rst
M ckan/__init__.py
M ckan/config/environment.py
M ckan/config/middleware/flask_app.py
M ckan/config/routing.py
M ckan/config/solr/schema.xml
M ckan/config/supervisor-ckan-worker.conf
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/id/LC_MESSAGES/ckan.mo
M ckan/i18n/id/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
M ckan/lib/celery_app.py
M ckan/lib/cli.py
M ckan/lib/helpers.py
M ckan/lib/navl/validators.py
M ckan/lib/render.py
M ckan/lib/search/__init__.py
M ckan/lib/uploader.py
M ckan/logic/__init__.py
M ckan/logic/schema.py
M ckan/pastertemplates/template/+dot+travis.yml_tmpl
M ckan/pastertemplates/template/bin/travis-build.bash_tmpl
M ckan/templates-bs2/package/resource_read.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
M ckan/templates/snippets/add_dataset.html
R ckan/templates/snippets/datapreview_embed_dialog.html
M ckan/templates/snippets/package_item.html
M ckan/templates/snippets/search_result_text.html
M ckan/tests/controllers/test_api.py
M ckan/tests/controllers/test_feed.py
M ckan/views/__init__.py
M ckan/views/api.py
A ckan/views/feed.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/tests/test_create.py
M ckanext/example_ivalidators/plugin.py
M ckanext/example_ivalidators/tests/test_ivalidators.py
A contrib/docker/.env.template
M contrib/docker/apache.wsgi
M contrib/docker/ckan-entrypoint.sh
M contrib/docker/docker-compose.yml
M contrib/docker/postgresql/Dockerfile
A contrib/docker/postgresql/docker-entrypoint-initdb.d/00_create_datastore.sql
A contrib/docker/postgresql/docker-entrypoint-initdb.d/20_postgis_permissions.sql
M contrib/docker/solr/Dockerfile
M dev-requirements.txt
M doc/extensions/adding-custom-fields.rst
M doc/maintaining/authorization.rst
M doc/maintaining/configuration.rst
M doc/maintaining/datastore.rst
M doc/maintaining/getting-started.rst
M doc/maintaining/installing/index.rst
A doc/maintaining/installing/install-from-docker-compose.rst
M pip-requirements-docs.txt
M requirements.in
M requirements.txt
M setup.py
Log Message:
-----------
Merge branch 'master' into close-temporary-files-after-request
Commit: 460401ecccb4e6758cc26083bbab482fb2687568
https://github.com/ckan/ckan/commit/460401ecccb4e6758cc26083bbab482fb2687568
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths:
M ckan/config/middleware/common_middleware.py
M ckan/lib/uploader.py
Log Message:
-----------
Close tmp_upload_file in case of ValidationError
Commit: 953d445fde4b8a658e1cd1cb591cfe966c06d7d6
https://github.com/ckan/ckan/commit/953d445fde4b8a658e1cd1cb591cfe966c06d7d6
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2017-11-15 (Wed, 15 Nov 2017)
Changed paths:
M ckan/lib/uploader.py
Log Message:
-----------
rename temporary files after closing
Commit: c96c2163cfe4be9699ea9d804b80f7ed5229f24e
https://github.com/ckan/ckan/commit/c96c2163cfe4be9699ea9d804b80f7ed5229f24e
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2017-11-17 (Fri, 17 Nov 2017)
Changed paths:
M ckan/config/middleware/common_middleware.py
Log Message:
-----------
more general solution
Commit: e14ede256d93323db2f6cff70f18d7cf183b0a5f
https://github.com/ckan/ckan/commit/e14ede256d93323db2f6cff70f18d7cf183b0a5f
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2018-02-01 (Thu, 01 Feb 2018)
Changed paths:
M .travis.yml
M Dockerfile
M LICENSE.txt
M ckan/authz.py
M ckan/common.py
M ckan/config/environment.py
M ckan/config/middleware/common_middleware.py
M ckan/config/middleware/flask_app.py
M ckan/config/middleware/pylons_app.py
M ckan/config/routing.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/controllers/template.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/helpers.py
M ckan/lib/uploader.py
M ckan/logic/__init__.py
M ckan/logic/action/delete.py
M ckan/model/meta.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
M ckan/templates-bs2/admin/base.html
M ckan/templates-bs2/admin/config.html
M ckan/templates-bs2/admin/confirm_reset.html
M ckan/templates-bs2/admin/index.html
M ckan/templates-bs2/admin/trash.html
M ckan/templates-bs2/header.html
M ckan/templates-bs2/organization/snippets/organization_form.html
M ckan/templates-bs2/user/activity_stream.html
M ckan/templates-bs2/user/dashboard.html
M ckan/templates-bs2/user/edit.html
M ckan/templates-bs2/user/edit_base.html
M ckan/templates-bs2/user/edit_user_form.html
M ckan/templates-bs2/user/followers.html
M ckan/templates-bs2/user/list.html
M ckan/templates-bs2/user/login.html
M ckan/templates-bs2/user/logout_first.html
M ckan/templates-bs2/user/new.html
M ckan/templates-bs2/user/read.html
M ckan/templates-bs2/user/read_base.html
M ckan/templates-bs2/user/request_reset.html
M ckan/templates-bs2/user/snippets/followee_dropdown.html
M ckan/templates-bs2/user/snippets/login_form.html
M ckan/templates-bs2/user/snippets/user_search.html
M ckan/templates/admin/base.html
M ckan/templates/admin/config.html
M ckan/templates/admin/confirm_reset.html
M ckan/templates/admin/index.html
M ckan/templates/admin/trash.html
M ckan/templates/header.html
M ckan/templates/organization/snippets/organization_form.html
M ckan/templates/user/activity_stream.html
M ckan/templates/user/dashboard.html
M ckan/templates/user/dashboard_datasets.html
M ckan/templates/user/edit.html
M ckan/templates/user/edit_base.html
M ckan/templates/user/edit_user_form.html
M ckan/templates/user/followers.html
M ckan/templates/user/list.html
M ckan/templates/user/login.html
M ckan/templates/user/logout_first.html
M ckan/templates/user/new.html
M ckan/templates/user/perform_reset.html
M ckan/templates/user/read.html
M ckan/templates/user/read_base.html
M ckan/templates/user/request_reset.html
M ckan/templates/user/snippets/followee_dropdown.html
M ckan/templates/user/snippets/login_form.html
M ckan/templates/user/snippets/user_search.html
M ckan/tests/controllers/test_admin.py
M ckan/tests/controllers/test_feed.py
M ckan/tests/controllers/test_home.py
M ckan/tests/controllers/test_organization.py
M ckan/tests/controllers/test_user.py
M ckan/tests/legacy/functional/test_activity.py
M ckan/tests/legacy/functional/test_admin.py
M ckan/tests/legacy/functional/test_pagination.py
M ckan/tests/legacy/functional/test_user.py
R ckan/tests/legacy/misc/test_format_text.py
M ckan/tests/lib/test_helpers.py
A ckan/views/admin.py
A ckan/views/dashboard.py
A ckan/views/user.py
M ckanext/datapusher/templates/datapusher/resource_data.html
M ckanext/datastore/backend/postgres.py
M ckanext/datastore/logic/action.py
A ckanext/datastore/tests/test_chained_auth_functions.py
A ckanext/example_flask_streaming/__init__.py
A ckanext/example_flask_streaming/plugin.py
A ckanext/example_flask_streaming/templates/stream.html
A ckanext/example_flask_streaming/tests/10lines.txt
A ckanext/example_flask_streaming/tests/__init__.py
A ckanext/example_flask_streaming/tests/test_streaming_responses.py
M ckanext/multilingual/plugin.py
M ckanext/multilingual/tests/test_multilingual_plugin.py
M contrib/docker/.env.template
M contrib/docker/apache.wsgi
M contrib/docker/ckan-entrypoint.sh
M contrib/docker/docker-compose.yml
M contrib/docker/my_init.d/50_configure
M contrib/docker/my_init.d/70_initdb
M contrib/docker/postgresql/Dockerfile
A contrib/docker/postgresql/docker-entrypoint-initdb.d/00_create_datastore.sh
R contrib/docker/postgresql/docker-entrypoint-initdb.d/00_create_datastore.sql
M doc/contributing/issues.rst
M doc/maintaining/configuration.rst
M doc/maintaining/getting-started.rst
M doc/maintaining/installing/install-from-docker-compose.rst
M requirements.in
M requirements.txt
M setup.py
Log Message:
-----------
conflict + put 2**20 into variable
Commit: 7333332e4515f0d2c4a06ceb377e16c9d51eda8f
https://github.com/ckan/ckan/commit/7333332e4515f0d2c4a06ceb377e16c9d51eda8f
Author: Ian Ward <ian at excess.org>
Date: 2018-02-01 (Thu, 01 Feb 2018)
Changed paths:
M ckan/config/middleware/common_middleware.py
M ckan/config/middleware/pylons_app.py
M ckan/lib/uploader.py
Log Message:
-----------
Merge pull request #3756 from smotornyuk/close-temporary-files-after-request
[#3752] CloseWSGIInput middleware + update in ResourceUploader
Compare: https://github.com/ckan/ckan/compare/a8a8c840d90e...7333332e4515
More information about the ckan-changes
mailing list