[ckan-changes] [ckan/ckan] 1d921b: ResourceProxy Controller -> Blueprint
David Read
noreply at github.com
Fri Nov 1 15:56:46 UTC 2019
Branch: refs/heads/remove-vdm
Home: https://github.com/ckan/ckan
Commit: 1d921ba3758ebd577db05ed5a447d30ab021a196
https://github.com/ckan/ckan/commit/1d921ba3758ebd577db05ed5a447d30ab021a196
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-09-10 (Tue, 10 Sep 2019)
Changed paths:
A ckanext/resourceproxy/blueprint.py
M ckanext/resourceproxy/plugin.py
M ckanext/resourceproxy/tests/test_proxy.py
Log Message:
-----------
ResourceProxy Controller -> Blueprint
Commit: b08db790406733346cffc112a50ec5070f63235c
https://github.com/ckan/ckan/commit/b08db790406733346cffc112a50ec5070f63235c
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-09-10 (Tue, 10 Sep 2019)
Changed paths:
M ckan/tests/legacy/test_coding_standards.py
M ckanext/resourceproxy/plugin.py
Log Message:
-----------
Drop resourceproxy/plugin from pep8 blacklist
Commit: a1564a6ec3315065744a46055ab231a4fd96087d
https://github.com/ckan/ckan/commit/a1564a6ec3315065744a46055ab231a4fd96087d
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-09-10 (Tue, 10 Sep 2019)
Changed paths:
M ckanext/resourceproxy/plugin.py
M ckanext/textview/tests/test_view.py
Log Message:
-----------
Do not modify resource url if proxy not enabled
Commit: 0fe14b220792f7ca256af77335f9ee34801e6fe6
https://github.com/ckan/ckan/commit/0fe14b220792f7ca256af77335f9ee34801e6fe6
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-09-10 (Tue, 10 Sep 2019)
Changed paths:
M ckanext/resourceproxy/blueprint.py
Log Message:
-----------
Prepare urlsplit to py3
Commit: 68d8738f983ef516257d6c7a2260ea48f47a8142
https://github.com/ckan/ckan/commit/68d8738f983ef516257d6c7a2260ea48f47a8142
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-09-13 (Fri, 13 Sep 2019)
Changed paths:
M ckan/config/environment.py
M ckan/config/middleware/__init__.py
M ckan/config/middleware/common_middleware.py
M ckan/config/middleware/flask_app.py
M ckan/controllers/api.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/lib/captcha.py
M ckan/lib/datapreview.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/lib/search/__init__.py
M ckan/lib/search/common.py
M ckan/logic/validators.py
M ckan/model/license.py
M ckan/tests/legacy/__init__.py
M ckan/tests/legacy/functional/api/base.py
M ckan/tests/legacy/functional/api/test_package_search.py
R ckan/tests/legacy/misc/test_sync.py
M ckan/tests/legacy/test_coding_standards.py
M ckan/views/dataset.py
M ckan/views/feed.py
M ckan/views/group.py
M ckanext/datapusher/logic/action.py
M ckanext/datastore/backend/postgres.py
M ckanext/datastore/tests/test_search.py
M ckanext/datatablesview/controller.py
M ckanext/resourceproxy/controller.py
M ckanext/resourceproxy/plugin.py
M ckanext/textview/tests/test_view.py
Log Message:
-----------
Merge upstream'
Commit: c5654ba6dc6d5a6bafb90731df0ddf070f801cbf
https://github.com/ckan/ckan/commit/c5654ba6dc6d5a6bafb90731df0ddf070f801cbf
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-09-13 (Fri, 13 Sep 2019)
Changed paths:
R ckanext/resourceproxy/controller.py
Log Message:
-----------
Remove resourceproxy controller
Commit: 31852d254c3671f76569d6f2334ca1b0fd981339
https://github.com/ckan/ckan/commit/31852d254c3671f76569d6f2334ca1b0fd981339
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-09-13 (Fri, 13 Sep 2019)
Changed paths:
R ckanext/datastore/controller.py
Log Message:
-----------
Remove datastore controller
Commit: f0c4f837fabcb87ccfbb45ea9471c365fbfe7dbb
https://github.com/ckan/ckan/commit/f0c4f837fabcb87ccfbb45ea9471c365fbfe7dbb
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-09-13 (Fri, 13 Sep 2019)
Changed paths:
M ckan/tests/test_coding_standards.py
M ckanext/datastore/tests/test_dump.py
Log Message:
-----------
Fix tests
Commit: 1193aa67b318cd1f4693514e00a50de88c8df04c
https://github.com/ckan/ckan/commit/1193aa67b318cd1f4693514e00a50de88c8df04c
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-09-19 (Thu, 19 Sep 2019)
Changed paths:
M ckan/tests/legacy/test_coding_standards.py
A ckanext/stats/blueprint.py
R ckanext/stats/controller.py
M ckanext/stats/plugin.py
M ckanext/stats/stats.py
M requirements.in
M requirements.txt
Log Message:
-----------
Merge branch 'master' into resourceproxy-blueprint
Commit: 7587ca20d715242a8b7f50300b329416fdfd67bc
https://github.com/ckan/ckan/commit/7587ca20d715242a8b7f50300b329416fdfd67bc
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-09-19 (Thu, 19 Sep 2019)
Changed paths:
M ckan/cli/datastore.py
A ckanext/datastore/blueprint.py
M ckanext/datastore/commands.py
M ckanext/datastore/plugin.py
R ckanext/datastore/view.py
Log Message:
-----------
rename datastore.view to datastore.blueprint
Commit: 5e6424faa8d221dc5eb9d4d74bba2f74c673032a
https://github.com/ckan/ckan/commit/5e6424faa8d221dc5eb9d4d74bba2f74c673032a
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-09-19 (Thu, 19 Sep 2019)
Changed paths:
R ckanext/example_iconfigurer/controller.py
Log Message:
-----------
remove iconfigurer.controller because blacklist for pep8 update
Commit: f36dd8c9b239f31b36c1e157ee42c03685a16a90
https://github.com/ckan/ckan/commit/f36dd8c9b239f31b36c1e157ee42c03685a16a90
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-09-23 (Mon, 23 Sep 2019)
Changed paths:
M ckan/lib/dictization/model_dictize.py
A ckan/migration/versions/091_0ffc0b277141_group_extra_group_id_index.py
A ckan/migration/versions/092_01afcadbd8c0_resource_package_id_index.py
M ckan/tests/lib/dictization/test_model_dictize.py
A ckanext/datatablesview/blueprint.py
R ckanext/datatablesview/controller.py
M ckanext/datatablesview/plugin.py
A ckanext/datatablesview/public/datatables_view.css
M ckanext/datatablesview/public/webassets.yml
M ckanext/datatablesview/templates/datatables/datatables_view.html
A ckanext/example_iconfigurer/blueprint.py
M ckanext/example_iconfigurer/plugin.py
M ckanext/example_iconfigurer/tests/test_example_iconfigurer.py
M ckanext/example_iconfigurer/tests/test_iconfigurer_update_config.py
Log Message:
-----------
Merge branch 'master' into resourceproxy-blueprint
Commit: c39fed58fa3596257f9b376137de98c52a8b71b9
https://github.com/ckan/ckan/commit/c39fed58fa3596257f9b376137de98c52a8b71b9
Author: pdelboca <patriciodelboca at gmail.com>
Date: 2019-10-20 (Sun, 20 Oct 2019)
Changed paths:
M ckan/lib/dictization/model_save.py
Log Message:
-----------
[#5027] Fix datetime comparison
Commit: 3d13793882421bb82920cd55a2485f232acc882b
https://github.com/ckan/ckan/commit/3d13793882421bb82920cd55a2485f232acc882b
Author: pdelboca <patriciodelboca at gmail.com>
Date: 2019-10-20 (Sun, 20 Oct 2019)
Changed paths:
M ckan/config/resource_formats.json
Log Message:
-----------
Improve and reorder resource_formats.json
Commit: 43e07b4a93709a7d76d60d71a92af6ccff5e7c71
https://github.com/ckan/ckan/commit/43e07b4a93709a7d76d60d71a92af6ccff5e7c71
Author: pdelboca <patriciodelboca at gmail.com>
Date: 2019-10-20 (Sun, 20 Oct 2019)
Changed paths:
M ckan/config/resource_formats.json
Log Message:
-----------
Unindent to match previous indent
Commit: a1936813a46c6b81f491c4cad0c3ac220f1a5881
https://github.com/ckan/ckan/commit/a1936813a46c6b81f491c4cad0c3ac220f1a5881
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2019-10-22 (Tue, 22 Oct 2019)
Changed paths:
M ckan/config/resource_formats.json
Log Message:
-----------
Merge pull request #5034 from pdelboca/Upgrade-resource_formats.json
Improve and reorder resource_formats.json
Commit: 4fad994d846719159acc3525b22a2412dfd4a40e
https://github.com/ckan/ckan/commit/4fad994d846719159acc3525b22a2412dfd4a40e
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2019-10-22 (Tue, 22 Oct 2019)
Changed paths:
M ckan/lib/dictization/model_save.py
Log Message:
-----------
Merge pull request #5033 from pdelboca/5027-Fix-bug-when-add/update-resources-on-datasets
[#5027] Fix datetime comparison in resource_dict_save
Commit: d6efc3a0ce9db3ec82d15118f0f642a4d11a76a7
https://github.com/ckan/ckan/commit/d6efc3a0ce9db3ec82d15118f0f642a4d11a76a7
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-10-22 (Tue, 22 Oct 2019)
Changed paths:
M ckan/tests/legacy/test_coding_standards.py
M ckanext/datastore/tests/test_upsert.py
Log Message:
-----------
Modernize upsert tests
Commit: 3bf2aab325fbe59a2e7aefef513adc1b52292ad4
https://github.com/ckan/ckan/commit/3bf2aab325fbe59a2e7aefef513adc1b52292ad4
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-10-22 (Tue, 22 Oct 2019)
Changed paths:
M ckanext/datastore/backend/postgres.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_upsert.py
Log Message:
-----------
Fix exceptions seen with percent in column name eg datastore search filter
Commit: 567bb0b959615316453297eeb78411974cd92611
https://github.com/ckan/ckan/commit/567bb0b959615316453297eeb78411974cd92611
Author: Ian Ward <ian at excess.org>
Date: 2019-10-28 (Mon, 28 Oct 2019)
Changed paths:
M ckan/tests/legacy/test_coding_standards.py
M ckanext/datastore/tests/test_upsert.py
Log Message:
-----------
Merge pull request #5036 from ckan/modernize-upsert-tests
Modernize upsert tests
Commit: 36d8db1ddbd120f4efe78f933c4c2b924a02e435
https://github.com/ckan/ckan/commit/36d8db1ddbd120f4efe78f933c4c2b924a02e435
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-10-28 (Mon, 28 Oct 2019)
Changed paths:
M ckanext/datastore/backend/postgres.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_upsert.py
Log Message:
-----------
Merge pull request #5042 from ckan/5037-fix-percent-filter
5037 fix percent filter
Commit: 986e1cadf320a5339b89734da91c523e66aa67f4
https://github.com/ckan/ckan/commit/986e1cadf320a5339b89734da91c523e66aa67f4
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M ckan/cli/datastore.py
M ckan/tests/legacy/test_coding_standards.py
M ckan/tests/test_coding_standards.py
A ckanext/datastore/blueprint.py
M ckanext/datastore/commands.py
R ckanext/datastore/controller.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_dump.py
R ckanext/datastore/view.py
A ckanext/resourceproxy/blueprint.py
R ckanext/resourceproxy/controller.py
M ckanext/resourceproxy/plugin.py
M ckanext/resourceproxy/tests/test_proxy.py
M ckanext/textview/tests/test_view.py
Log Message:
-----------
Merge pull request #4976 from DataShades/resourceproxy-blueprint
ResourceProxy Controller -> Blueprint
Commit: f7bc190de627b6aa7be45c2b6cfc8394f4a9a4d8
https://github.com/ckan/ckan/commit/f7bc190de627b6aa7be45c2b6cfc8394f4a9a4d8
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M ckan/cli/datastore.py
M ckan/config/resource_formats.json
M ckan/lib/dictization/model_save.py
M ckan/tests/legacy/test_coding_standards.py
M ckan/tests/test_coding_standards.py
M ckanext/datastore/backend/postgres.py
A ckanext/datastore/blueprint.py
M ckanext/datastore/commands.py
R ckanext/datastore/controller.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_upsert.py
R ckanext/datastore/view.py
A ckanext/resourceproxy/blueprint.py
R ckanext/resourceproxy/controller.py
M ckanext/resourceproxy/plugin.py
M ckanext/resourceproxy/tests/test_proxy.py
M ckanext/textview/tests/test_view.py
Log Message:
-----------
Merge branch 'master' into remove-vdm
Commit: 5986f32d335c647958601748d89c71f109ff9364
https://github.com/ckan/ckan/commit/5986f32d335c647958601748d89c71f109ff9364
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-11-01 (Fri, 01 Nov 2019)
Changed paths:
M ckan/tests/controllers/test_package.py
Log Message:
-----------
Merge branch 'remove-vdm' of github.com:ckan/ckan into remove-vdm
Commit: 777c36cb23a15040a2102dc13ce3c1d618ae98c9
https://github.com/ckan/ckan/commit/777c36cb23a15040a2102dc13ce3c1d618ae98c9
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-11-01 (Fri, 01 Nov 2019)
Changed paths:
M ckan/migration/env.py
A ckan/migration/versions/093_7f70d7d15445_remove_activity_revision_id.py
Log Message:
-----------
Trial migration script. Include the legacy model, so the tables dont get deleted.
Compare: https://github.com/ckan/ckan/compare/e897455455e1...777c36cb23a1
More information about the ckan-changes
mailing list