[ckan-changes] [ckan/ckan] dc3d25: fixing problem with reindex-fast on CKAN 2.7
Adrià Mercader
noreply at github.com
Sun Jun 16 12:56:09 UTC 2019
Branch: refs/heads/dev-v2.7
Home: https://github.com/ckan/ckan
Commit: dc3d25ed6ef9f96387eb848d6624c5c1ae74ad8a
https://github.com/ckan/ckan/commit/dc3d25ed6ef9f96387eb848d6624c5c1ae74ad8a
Author: Alexandru Gartner <alexandru-m-g at users.noreply.github.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
fixing problem with reindex-fast on CKAN 2.7
I didn't test this on 2.8 but it might be needed there as well from what i see in the code there
Commit: debb0280d7f583c8d3672ee648e07a59bc5e125f
https://github.com/ckan/ckan/commit/debb0280d7f583c8d3672ee648e07a59bc5e125f
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/lib/navl/validators.py
M ckan/tests/legacy/lib/test_navl.py
M ckan/tests/lib/navl/test_validators.py
M ckanext/datastore/controller.py
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
Fix and test for include_total not working, because of the default() validator was broken.
Commit: 9be672b4e9280e0552ccc5e66246364e3d89b116
https://github.com/ckan/ckan/commit/9be672b4e9280e0552ccc5e66246364e3d89b116
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckanext/datastore/controller.py
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
Address review comments
Commit: 587c6064b2007ee05d7264c95402c9927a0ff446
https://github.com/ckan/ckan/commit/587c6064b2007ee05d7264c95402c9927a0ff446
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
We dont need the total when just getting the field names
Commit: 0470702c7d9e5cc9d0e39c2013f0b31819e16a36
https://github.com/ckan/ckan/commit/0470702c7d9e5cc9d0e39c2013f0b31819e16a36
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/lib/navl/validators.py
Log Message:
-----------
Changelog and docstring
Commit: b76f52b8163970cfa9d1017810becccd003742ba
https://github.com/ckan/ckan/commit/b76f52b8163970cfa9d1017810becccd003742ba
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/lib/navl/validators.py
Log Message:
-----------
Doc improvements
Commit: 3b8ef0547eda0d330be06e86ae1b5adf71cd6643
https://github.com/ckan/ckan/commit/3b8ef0547eda0d330be06e86ae1b5adf71cd6643
Author: Stefan Oderbolz <stefan.oderbolz at liip.ch>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/logic/validators.py
M ckan/tests/logic/test_validators.py
M requirements.in
Log Message:
-----------
Check ValueError in url_validator
If an invalid URL is provided to urlparse (e.g. `https://example.com]`)
it might raise a ValueError. This breaks the url_validator.
This PR aims to fix that and simply add the error msg if a ValueError
occurs.
Commit: 318a1b729665cc773e2fef9c7caf23ede678648e
https://github.com/ckan/ckan/commit/318a1b729665cc773e2fef9c7caf23ede678648e
Author: Stefan Oderbolz <stefan.oderbolz at liip.ch>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/logic/validators.py
Log Message:
-----------
Remove unneeded variables
Commit: 594580e516e2792941c386924a1c0ead7e040799
https://github.com/ckan/ckan/commit/594580e516e2792941c386924a1c0ead7e040799
Author: Francesco Frassinelli <francesco.frassinelli at nina.no>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/public/base/javascript/modules/resource-upload-field.js
Log Message:
-----------
Strip local path when uploading (IE fix)
Commit: 51aa086b5841d75c07c6e3e6b0bb28d4c1113c10
https://github.com/ckan/ckan/commit/51aa086b5841d75c07c6e3e6b0bb28d4c1113c10
Author: Shahar Evron <shahar at shoppimon.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
A ckan/public-bs2/base/less/ckan.less
M ckan/public/base/less/ckan.less
Log Message:
-----------
Increase size of h1 headings to 1.8em
Commit: 631322ac422237ab75dbd0c91fe468b42e94b8c5
https://github.com/ckan/ckan/commit/631322ac422237ab75dbd0c91fe468b42e94b8c5
Author: Shahar Evron <shahar at shoppimon.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/templates/user/read_base.html
Log Message:
-----------
Fix block / div nesting in the user/read_base template
Commit: 25ed4b5b3e8f4b7ce31d860975ee3301a94cfdf8
https://github.com/ckan/ckan/commit/25ed4b5b3e8f4b7ce31d860975ee3301a94cfdf8
Author: amercader <amercadero at gmail.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#4684] Use get_action to call activity actions
Otherwise they can not be overridden
Compare: https://github.com/ckan/ckan/compare/2287b2ac0ca2...25ed4b5b3e8f
More information about the ckan-changes
mailing list