[ckan-changes] [ckan/ckan] b8f0da: fixing problem with reindex-fast on CKAN 2.7
Sergey
noreply at github.com
Sun Jun 16 12:09:04 UTC 2019
Branch: refs/heads/dev-v2.8
Home: https://github.com/ckan/ckan
Commit: b8f0dad65e28dd5df5c43df3c00751f40f83bb25
https://github.com/ckan/ckan/commit/b8f0dad65e28dd5df5c43df3c00751f40f83bb25
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: 0bc3ad6a47f53214a38f5b43db65e7d267eb2460
https://github.com/ckan/ckan/commit/0bc3ad6a47f53214a38f5b43db65e7d267eb2460
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: 2ad9d50fc7320d4867a8077499c4dccec2bc9193
https://github.com/ckan/ckan/commit/2ad9d50fc7320d4867a8077499c4dccec2bc9193
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: 4c0397dd22da3940077a29da781c2df152f506c0
https://github.com/ckan/ckan/commit/4c0397dd22da3940077a29da781c2df152f506c0
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: 5e6fb83849a4334c74f072044c535816474a1b4e
https://github.com/ckan/ckan/commit/5e6fb83849a4334c74f072044c535816474a1b4e
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: e3f0b3003757c30acf5bbeb6a34df54ab0246fc5
https://github.com/ckan/ckan/commit/e3f0b3003757c30acf5bbeb6a34df54ab0246fc5
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M CHANGELOG.rst
M ckan/lib/navl/validators.py
Log Message:
-----------
Doc improvements
Commit: 06e04a3ce3b8f0d6ba4d723c9f536fc57eafd2e0
https://github.com/ckan/ckan/commit/06e04a3ce3b8f0d6ba4d723c9f536fc57eafd2e0
Author: Ian Ward <ian at excess.org>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/logic/action/get.py
M ckan/logic/schema.py
M ckan/tests/logic/action/test_get.py
Log Message:
-----------
[#4464] package_search: fix and test for fl=id, fl as string
Commit: 4ed13f1ab3df9d6d8c8b5f1b2c06d1c7fec0e0d9
https://github.com/ckan/ckan/commit/4ed13f1ab3df9d6d8c8b5f1b2c06d1c7fec0e0d9
Author: Ian Ward <ian at excess.org>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/tests/logic/action/test_get.py
Log Message:
-----------
[#4464] pep8
Commit: b4fe9dd9281275d8f88e4ea7744cbcc60877515c
https://github.com/ckan/ckan/commit/b4fe9dd9281275d8f88e4ea7744cbcc60877515c
Author: Ashley Sommer <ashley.sommer at csiro.au>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/authz.py
Log Message:
-----------
Allow chained auth functions to chain off built-in auth functions.
Commit: 01be8de423031e647ddd4055c8a5687c4e35f06b
https://github.com/ckan/ckan/commit/01be8de423031e647ddd4055c8a5687c4e35f06b
Author: Alice Butcher <alycejenni at gmail.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/authz.py
Log Message:
-----------
whitespace formatting in authz.py
Commit: b836e9b75d2a1863963431027969a7407850e3d7
https://github.com/ckan/ckan/commit/b836e9b75d2a1863963431027969a7407850e3d7
Author: Alice Butcher <alycejenni at gmail.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/authz.py
M ckanext/datastore/tests/test_chained_auth_functions.py
Log Message:
-----------
added a test for chaining core auth functions
also fixed a related bug: error message for unauthenticated users would break for chained auth functions because partials don't have `__name__` attributes
Commit: f4c524f97ff33a5d8a3a9245f1488777ea9be093
https://github.com/ckan/ckan/commit/f4c524f97ff33a5d8a3a9245f1488777ea9be093
Author: Alice Butcher <alycejenni at gmail.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckanext/datastore/tests/test_chained_auth_functions.py
Log Message:
-----------
changed context user in chained auth test
NotAuthorized exception was not being thrown in CircleCI tests - perhaps because it was using the previous user?
Commit: 196f4a39517e363f05acd9ff5f7b007f8cb0a267
https://github.com/ckan/ckan/commit/196f4a39517e363f05acd9ff5f7b007f8cb0a267
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M doc/maintaining/installing/install-from-docker-compose.rst
Log Message:
-----------
update install docker compose instructions
Compare: https://github.com/ckan/ckan/compare/809d1eed8e10...196f4a39517e
More information about the ckan-changes
mailing list