[ckan-changes] [ckan/ckan] b2bcd8: group_patch does not reset packages
GitHub
noreply at github.com
Mon Dec 10 10:33:50 UTC 2018
Branch: refs/heads/dev-v2.7
Home: https://github.com/ckan/ckan
Commit: b2bcd877e275f110c93033ca78d229444450d045
https://github.com/ckan/ckan/commit/b2bcd877e275f110c93033ca78d229444450d045
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M ckan/logic/action/update.py
M ckan/tests/logic/action/test_patch.py
Log Message:
-----------
group_patch does not reset packages
Commit: be945f1d9ce349b56569f4ba41c97fac71c198ef
https://github.com/ckan/ckan/commit/be945f1d9ce349b56569f4ba41c97fac71c198ef
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M ckan/tests/legacy/functional/api/test_activity.py
Log Message:
-----------
update activity tests
Commit: 36be9f9969160e00c8150f0a935ccabd8d4df3cf
https://github.com/ckan/ckan/commit/36be9f9969160e00c8150f0a935ccabd8d4df3cf
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M ckan/tests/logic/action/test_patch.py
Log Message:
-----------
pep8 fix
Commit: 7eaaa1ddb44ff11a653a1185fce68b2c185f62d2
https://github.com/ckan/ckan/commit/7eaaa1ddb44ff11a653a1185fce68b2c185f62d2
Author: Alice Butcher <alycejenni at gmail.com>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M ckan/config/middleware/flask_app.py
Log Message:
-----------
Allow plugins to define multiple blueprints
If `IBlueprint.get_blueprint()` returns a list, register the `Blueprint` objects in a loop. Backwards compatible; will still work if the method only returns a single `Blueprint`.
Commit: 7b7e5df200011e905e48b78feec82fda0e45a082
https://github.com/ckan/ckan/commit/7b7e5df200011e905e48b78feec82fda0e45a082
Author: David Read <david.read at hackneyworkshop.com>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M requirements.in
M requirements.txt
Log Message:
-----------
Flask patch update
Commit: 3ae462e3b802a2250e27f84ffed0187c25c7a498
https://github.com/ckan/ckan/commit/3ae462e3b802a2250e27f84ffed0187c25c7a498
Author: Ori Hoch <ori at uumpa.com>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M ckan/public/base/javascript/modules/autocomplete.js
M ckan/public/base/test/spec/modules/autocomplete.spec.js
Log Message:
-----------
autocomplete.js: fix handling of comma key codes
Commit: 408b050186148fc159e623e222ba9b5c650020c1
https://github.com/ckan/ckan/commit/408b050186148fc159e623e222ba9b5c650020c1
Author: Yan <yan at rudenko.com>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M ckan/logic/auth/update.py
Log Message:
-----------
[4416] Fix for Resouce View Re-order
Commit: 0892b56d175b99536fe8860a7cbe02eb99bbbe80
https://github.com/ckan/ckan/commit/0892b56d175b99536fe8860a7cbe02eb99bbbe80
Author: amercader <amercadero at gmail.com>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M ckan/config/middleware/flask_app.py
Log Message:
-----------
Don't re-register plugin helpers on flask_app, as it has been done on load_environment
Commit: f3ca6d59b6b8aef753c76f4a504c6bc9412e5006
https://github.com/ckan/ckan/commit/f3ca6d59b6b8aef753c76f4a504c6bc9412e5006
Author: Ian Ward <ian at excess.org>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M ckanext/datastore/backend/postgres.py
Log Message:
-----------
[#4236] datastore_search: distinct=true total fix
Commit: 7e4d2ddcd37b205a9532ff54707a4de42673cc5c
https://github.com/ckan/ckan/commit/7e4d2ddcd37b205a9532ff54707a4de42673cc5c
Author: Ian Ward <ian at excess.org>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#4236] datastore_search: distinct=true total fix test
Commit: e726bd7e1402071b3ae23fc35f8cde47c40fcc6e
https://github.com/ckan/ckan/commit/e726bd7e1402071b3ae23fc35f8cde47c40fcc6e
Author: Ian Ward <ian at excess.org>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M ckanext/datastore/backend/postgres.py
Log Message:
-----------
[#4236] datastore_search: distinct=true records_format=lists fix
Commit: 6913a185e98e0830dd2896ac07a7ce1d8ad5d42f
https://github.com/ckan/ckan/commit/6913a185e98e0830dd2896ac07a7ce1d8ad5d42f
Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M ckan/controllers/template.py
Log Message:
-----------
[#3164] Added headers fix that was issue for 2.7.4
Commit: eb4242552acaaeb8867722ceb9a5afd09d900fca
https://github.com/ckan/ckan/commit/eb4242552acaaeb8867722ceb9a5afd09d900fca
Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
Date: 2018-12-10 (Mon, 10 Dec 2018)
Changed paths:
M ckan/logic/action/update.py
Log Message:
-----------
[#3656] Fix broken default logo image
If you go to the sysadmin config page, and if you don't change the logo image and just click Update, the logo image will break.
The reason is because its been given wrong path to the image.
Commit: 60679795028e4e55f255e76d3c3667f7195f4a90
https://github.com/ckan/ckan/commit/60679795028e4e55f255e76d3c3667f7195f4a90
Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
Date: 2018-12-10 (Mon, 10 Dec 2018)
Changed paths:
M ckan/logic/action/update.py
Log Message:
-----------
[#3656] Fix setting public path
Commit: 35be44e9e515b92091e1b80ae4f4f18cec4a491a
https://github.com/ckan/ckan/commit/35be44e9e515b92091e1b80ae4f4f18cec4a491a
Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
Date: 2018-12-10 (Mon, 10 Dec 2018)
Changed paths:
M ckan/logic/action/update.py
Log Message:
-----------
Use isflle() to check for image existence
Commit: e4cd06c1bc73b1f7703aaabb49294073a8936d92
https://github.com/ckan/ckan/commit/e4cd06c1bc73b1f7703aaabb49294073a8936d92
Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
Date: 2018-12-10 (Mon, 10 Dec 2018)
Changed paths:
M ckan/logic/action/update.py
M ckan/public/base/javascript/modules/image-upload.js
Log Message:
-----------
[#3656] Simplify logic for setting logo image
Commit: 9ebd1b898ced772355595509531866e1e674255f
https://github.com/ckan/ckan/commit/9ebd1b898ced772355595509531866e1e674255f
Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
Date: 2018-12-10 (Mon, 10 Dec 2018)
Changed paths:
M ckan/lib/dictization/model_save.py
Log Message:
-----------
[#4382] strip full URL before saving to DB
Commit: e7193b2e3fef8dbcd899055cbed935943655c666
https://github.com/ckan/ckan/commit/e7193b2e3fef8dbcd899055cbed935943655c666
Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
Date: 2018-12-10 (Mon, 10 Dec 2018)
Changed paths:
M ckan/lib/dictization/model_save.py
Log Message:
-----------
Changes according revieew
Commit: bf726ef17422b357b2ec55ef9979f7a2d097f57c
https://github.com/ckan/ckan/commit/bf726ef17422b357b2ec55ef9979f7a2d097f57c
Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
Date: 2018-12-10 (Mon, 10 Dec 2018)
Changed paths:
M ckan/tests/lib/dictization/test_model_dictize.py
Log Message:
-----------
Add tests
Commit: 79d537963e5ffff8f76a2d32f2cc99d66d312fd6
https://github.com/ckan/ckan/commit/79d537963e5ffff8f76a2d32f2cc99d66d312fd6
Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
Date: 2018-12-10 (Mon, 10 Dec 2018)
Changed paths:
M ckan/lib/dictization/model_dictize.py
Log Message:
-----------
Remove 'for_edit' and fix url strip
Commit: 0aa2ec642f11656285054573177e8b3bee9e6b80
https://github.com/ckan/ckan/commit/0aa2ec642f11656285054573177e8b3bee9e6b80
Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
Date: 2018-12-10 (Mon, 10 Dec 2018)
Changed paths:
M ckan/lib/dictization/model_dictize.py
Log Message:
-----------
Revert last commit, add the striping logic in the resource dictize
Compare: https://github.com/ckan/ckan/compare/6342799cb54a...0aa2ec642f11
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the ckan-changes
mailing list