[ckan-changes] [ckan/ckan] 3a53ab: [2939] & [1651] How to solr-jetty JSP support
GitHub
noreply at github.com
Sun May 14 12:41:39 UTC 2017
Branch: refs/heads/3523-datastore-search-performance
Home: https://github.com/ckan/ckan
Commit: 3a53ab291f338c911a1ce4bcf6a8ed7ce92aeb53
https://github.com/ckan/ckan/commit/3a53ab291f338c911a1ce4bcf6a8ed7ce92aeb53
Author: Mitchell Stanton-Cook <mitchell.stantoncook at xvt.com.au>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M doc/maintaining/installing/install-from-source.rst
Log Message:
-----------
[2939] & [1651] How to solr-jetty JSP support
There are still issues with solr-jetty. The documentation additions here
provide a recipe to handle/fix the 'HTTP ERROR 500... JSP support not
configured' error.
Commit: fb5cef3c10f6001fb0b684789f5c75b5537136f6
https://github.com/ckan/ckan/commit/fb5cef3c10f6001fb0b684789f5c75b5537136f6
Author: Ian Ward <ian at excess.org>
Date: 2017-02-06 (Mon, 06 Feb 2017)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
M ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_helpers.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
M ckanext/datastore/tests/test_upsert.py
Log Message:
-----------
[#3428] replace db._get_engine with db.get_(read|write)_engine
Commit: 361acc14ba743c04c134cbc36369ef4cfbabe0e5
https://github.com/ckan/ckan/commit/361acc14ba743c04c134cbc36369ef4cfbabe0e5
Author: Ian Ward <ian at excess.org>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M ckanext/datapusher/tests/test_interfaces.py
Log Message:
-----------
[#3428] one more db._get_engine replacement
Commit: 7cc6c377353c518b673483316d1e1bbbfa270575
https://github.com/ckan/ckan/commit/7cc6c377353c518b673483316d1e1bbbfa270575
Author: Ian Ward <ian at excess.org>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M ckanext/datapusher/tests/test.py
Log Message:
-----------
[#3428] one more db._get_engine replacement
Commit: 7cda59279c87497963c72a9fd489aaaac99453b0
https://github.com/ckan/ckan/commit/7cda59279c87497963c72a9fd489aaaac99453b0
Author: Ian Ward <ian at excess.org>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
R ckan/templates/package/resource_data.html
M ckan/templates/package/resource_edit_base.html
M ckanext/datapusher/plugin.py
A ckanext/datapusher/templates/datapusher/resource_data.html
A ckanext/datapusher/templates/package/resource_edit_base.html
M ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/helpers.py
M ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
A ckanext/datastore/templates/datastore/dictionary.html
A ckanext/datastore/templates/package/resource_edit_base.html
M ckanext/datastore/templates/package/resource_read.html
Log Message:
-----------
Merge remote-tracking branch 'origin/3414-datastore-info' into 3428-datastore-triggers
Commit: c58d70f5690721a9b49e853f2f0636797d879cf5
https://github.com/ckan/ckan/commit/c58d70f5690721a9b49e853f2f0636797d879cf5
Author: Ian Ward <ian at excess.org>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M ckan/lib/navl/validators.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
M ckanext/datastore/logic/schema.py
Log Message:
-----------
[#3428] datastore_function actions
Commit: 24e8169cae103e383eefdb1d4e2905d10d4aa330
https://github.com/ckan/ckan/commit/24e8169cae103e383eefdb1d4e2905d10d4aa330
Author: Ian Ward <ian at excess.org>
Date: 2017-02-16 (Thu, 16 Feb 2017)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
Log Message:
-----------
[#3428] working triggers (exceptions not handled yet)
Commit: 18f0d58f5df4adc355640c1b2b8e736320065212
https://github.com/ckan/ckan/commit/18f0d58f5df4adc355640c1b2b8e736320065212
Author: Ian Ward <ian at excess.org>
Date: 2017-02-23 (Thu, 23 Feb 2017)
Changed paths:
M ckan/tests/helpers.py
M ckanext/datastore/db.py
M ckanext/datastore/tests/test_create.py
Log Message:
-----------
[#3428] start of function create tests
Commit: 2324fe9ec8daff9dbf4a4cdb54b30b102755b223
https://github.com/ckan/ckan/commit/2324fe9ec8daff9dbf4a4cdb54b30b102755b223
Author: Ian Ward <ian at excess.org>
Date: 2017-02-27 (Mon, 27 Feb 2017)
Changed paths:
M ckanext/datastore/tests/helpers.py
M ckanext/datastore/tests/test_create.py
Log Message:
-----------
[#3428] properly clear functions in datastore tests
Commit: d644cc8133c97f088c721f556c7519eb471b0aa6
https://github.com/ckan/ckan/commit/d644cc8133c97f088c721f556c7519eb471b0aa6
Author: Ian Ward <ian at excess.org>
Date: 2017-02-27 (Mon, 27 Feb 2017)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/tests/helpers.py
M ckanext/datastore/tests/test_create.py
Log Message:
-----------
[#3428] test redefinition and or_replace
Commit: a4423c05502039c8f46e9532d2f597ac9df8713c
https://github.com/ckan/ckan/commit/a4423c05502039c8f46e9532d2f597ac9df8713c
Author: Ian Ward <ian at excess.org>
Date: 2017-02-28 (Tue, 28 Feb 2017)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/tests/test_create.py
Log Message:
-----------
[#3428] test datastore_create with missing function
Commit: f1b1a93b7b553eb25aa24f408d4f177bc6c2d1b3
https://github.com/ckan/ckan/commit/f1b1a93b7b553eb25aa24f408d4f177bc6c2d1b3
Author: Ian Ward <ian at excess.org>
Date: 2017-02-28 (Tue, 28 Feb 2017)
Changed paths:
M ckanext/datastore/tests/test_create.py
Log Message:
-----------
[#3428] test triggers apply to _create and _upsert
Commit: 39832485604399cadaaf8033e32eb714c90be055
https://github.com/ckan/ckan/commit/39832485604399cadaaf8033e32eb714c90be055
Author: Ian Ward <ian at excess.org>
Date: 2017-02-28 (Tue, 28 Feb 2017)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/tests/test_create.py
Log Message:
-----------
[#3428] trigger exceptions raise ValidationErrors
Commit: e0d3f056457730343e3d628885ba764bdd109913
https://github.com/ckan/ckan/commit/e0d3f056457730343e3d628885ba764bdd109913
Author: Ian Ward <ian at excess.org>
Date: 2017-02-28 (Tue, 28 Feb 2017)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/schema.py
M ckanext/datastore/tests/test_delete.py
Log Message:
-----------
[#3428] fix datastore_function_delete
Commit: d2ef4cdec8513fbf594d3d5aa480b622f32a3be4
https://github.com/ckan/ckan/commit/d2ef4cdec8513fbf594d3d5aa480b622f32a3be4
Author: Ian Ward <ian at excess.org>
Date: 2017-02-28 (Tue, 28 Feb 2017)
Changed paths:
A .editorconfig
M CHANGELOG.rst
M ckan/common.py
M ckan/config/middleware/flask_app.py
M ckan/config/middleware/pylons_app.py
M ckan/i18n/ar/LC_MESSAGES/ckan.mo
M ckan/i18n/ar/LC_MESSAGES/ckan.po
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/da_DK/LC_MESSAGES/ckan.mo
M ckan/i18n/da_DK/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
M ckan/i18n/en_AU/LC_MESSAGES/ckan.mo
M ckan/i18n/en_AU/LC_MESSAGES/ckan.po
M ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
M ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
M ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
M ckan/i18n/es_AR/LC_MESSAGES/ckan.po
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/he/LC_MESSAGES/ckan.mo
M ckan/i18n/he/LC_MESSAGES/ckan.po
M ckan/i18n/hr/LC_MESSAGES/ckan.mo
M ckan/i18n/hr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
M ckan/i18n/id/LC_MESSAGES/ckan.mo
M ckan/i18n/id/LC_MESSAGES/ckan.po
M ckan/i18n/is/LC_MESSAGES/ckan.mo
M ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
M ckan/i18n/km/LC_MESSAGES/ckan.mo
M ckan/i18n/km/LC_MESSAGES/ckan.po
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
M ckan/i18n/mn_MN/LC_MESSAGES/ckan.mo
M ckan/i18n/mn_MN/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/pt_PT/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_PT/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
M ckan/i18n/th/LC_MESSAGES/ckan.mo
M ckan/i18n/th/LC_MESSAGES/ckan.po
M ckan/i18n/tr/LC_MESSAGES/ckan.mo
M ckan/i18n/tr/LC_MESSAGES/ckan.po
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
M ckan/i18n/vi/LC_MESSAGES/ckan.mo
M ckan/i18n/vi/LC_MESSAGES/ckan.po
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
M ckan/lib/base.py
M ckan/lib/celery_app.py
M ckan/lib/fanstatic_resources.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/model/resource.py
M ckan/model/user.py
M ckan/templates/group/members.html
M ckan/templates/organization/members.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/resources.html
M ckan/templates/package/snippets/resource_item.html
M ckan/templates/package/snippets/resources_list.html
A ckan/templates/tests/flash_messages.html
A ckan/tests/config/test_sessions.py
M ckan/tests/legacy/lib/test_i18n.py
A ckan/tests/lib/test_celery_app.py
M ckanext/datapusher/logic/action.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_delete.py
M setup.py
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into 3428-datastore-triggers
Commit: 8b015ad921d3a24ea60f31256360ff1c0bef1fe6
https://github.com/ckan/ckan/commit/8b015ad921d3a24ea60f31256360ff1c0bef1fe6
Author: David Read <david.read at hackneyworkshop.com>
Date: 2017-03-28 (Tue, 28 Mar 2017)
Changed paths:
M doc/maintaining/installing/install-from-source.rst
M setup.py
Log Message:
-----------
[3513] setuptools version checked in setup.py
Commit: ae2588fd1e0ab33717334833d54f6ab147385206
https://github.com/ckan/ckan/commit/ae2588fd1e0ab33717334833d54f6ab147385206
Author: David Read <david.read at hackneyworkshop.com>
Date: 2017-03-28 (Tue, 28 Mar 2017)
Changed paths:
M setup.py
Log Message:
-----------
[3513] Fix version expression to cope with e.g. 2.2. Clearer text.
Commit: a83c314dcf831c530a9c98f40b4ff46a62838491
https://github.com/ckan/ckan/commit/a83c314dcf831c530a9c98f40b4ff46a62838491
Author: David Read <david.read at hackneyworkshop.com>
Date: 2017-03-29 (Wed, 29 Mar 2017)
Changed paths:
M setup.py
Log Message:
-----------
[3513] Specify particular version of setuptools, rather than just the latest. Moved import upwards.
Commit: b5071c0bb854cdfa6af06c3ba12c8c0ab964f165
https://github.com/ckan/ckan/commit/b5071c0bb854cdfa6af06c3ba12c8c0ab964f165
Author: David Read <david.read at hackneyworkshop.com>
Date: 2017-03-29 (Wed, 29 Mar 2017)
Changed paths:
M doc/maintaining/installing/install-from-source.rst
A requirement-setuptools.txt
M setup.py
Log Message:
-----------
[3513] Recommended version is now 20.4 and in its own requirements file.
Commit: f46a01e356e93a395c0d020e1624c2b3edbabdf2
https://github.com/ckan/ckan/commit/f46a01e356e93a395c0d020e1624c2b3edbabdf2
Author: David Read <david.read at hackneyworkshop.com>
Date: 2017-03-30 (Thu, 30 Mar 2017)
Changed paths:
M doc/maintaining/installing/install-from-source.rst
Log Message:
-----------
[3513] Move setuptools upgrade forward, else ckan will not install.
Commit: d163c22c3871539f491281be8abb1e44b134939c
https://github.com/ckan/ckan/commit/d163c22c3871539f491281be8abb1e44b134939c
Author: David Read <david.read at hackneyworkshop.com>
Date: 2017-03-31 (Fri, 31 Mar 2017)
Changed paths:
M bin/travis-install-dependencies
M circle.yml
Log Message:
-----------
[3513] Sort autobuild hopefully.
Commit: 34eb1e86dd8603e27f8cea7dfed28e9e2943a35a
https://github.com/ckan/ckan/commit/34eb1e86dd8603e27f8cea7dfed28e9e2943a35a
Author: Jinfei Fan <fanjinfei at hotmail.com>
Date: 2017-04-07 (Fri, 07 Apr 2017)
Changed paths:
M ckan/templates/organization/members.html
Log Message:
-----------
fix organization members translation
Commit: 3c3dae19a2b99dea3066a848c2918c0ace81f9d2
https://github.com/ckan/ckan/commit/3c3dae19a2b99dea3066a848c2918c0ace81f9d2
Author: Jinfei Fan <fanjinfei at hotmail.com>
Date: 2017-04-07 (Fri, 07 Apr 2017)
Changed paths:
M ckan/templates/organization/members.html
Log Message:
-----------
use name placeholder, do not translate twice
Commit: dc70b211a3969a1b8068db74e167895de2ff94d1
https://github.com/ckan/ckan/commit/dc70b211a3969a1b8068db74e167895de2ff94d1
Author: Justin Clift <justin at postgresql.org>
Date: 2017-04-07 (Fri, 07 Apr 2017)
Changed paths:
M doc/maintaining/installing/index.rst
Log Message:
-----------
Trivial typo fix
Commit: 9c1ec8b4f7971310d19955ad8ab0085578f65ff6
https://github.com/ckan/ckan/commit/9c1ec8b4f7971310d19955ad8ab0085578f65ff6
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2017-04-07 (Fri, 07 Apr 2017)
Changed paths:
M doc/maintaining/installing/index.rst
Log Message:
-----------
Merge pull request #3538 from justinclift/patch-1
Trivial typo fix
Commit: 2ffba46b05165b41026fbbbc3fd6b2f1bc796e21
https://github.com/ckan/ckan/commit/2ffba46b05165b41026fbbbc3fd6b2f1bc796e21
Author: amercader <amercadero at gmail.com>
Date: 2017-04-11 (Tue, 11 Apr 2017)
Changed paths:
M ckanext/datapusher/logic/action.py
Log Message:
-----------
[#2334] Perform DataPusher timestamp check using UTC
Task timestamps are stored in UTC but the check was done against .now(),
causing a test failure locally (Summer saving time)
Commit: eee6decdbab330e0926942a0299754f33fceaa79
https://github.com/ckan/ckan/commit/eee6decdbab330e0926942a0299754f33fceaa79
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2017-04-11 (Tue, 11 Apr 2017)
Changed paths:
M ckan/templates/organization/members.html
Log Message:
-----------
Merge pull request #3537 from fanjinfei/master
fix organization members translation
Commit: 90756afcb8b8710792c306344452f83b3cf1c7e3
https://github.com/ckan/ckan/commit/90756afcb8b8710792c306344452f83b3cf1c7e3
Author: Ian Ward <ian at excess.org>
Date: 2017-04-14 (Fri, 14 Apr 2017)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/schema.py
Log Message:
-----------
[#3428] create_function: allow arguments+return types
Commit: 63e7c138c944f035ecdbbe1bd7c6a75dff55a692
https://github.com/ckan/ckan/commit/63e7c138c944f035ecdbbe1bd7c6a75dff55a692
Author: David Read <david.read at hackneyworkshop.com>
Date: 2017-04-14 (Fri, 14 Apr 2017)
Changed paths:
M doc/conf.py
M doc/maintaining/installing/install-from-source.rst
M doc/maintaining/installing/solr.rst
Log Message:
-----------
[#3543] Install from source now works with 16.04
Commit: 903b857307f096da25896fe1eca5103902f31181
https://github.com/ckan/ckan/commit/903b857307f096da25896fe1eca5103902f31181
Author: David Read <david.read at hackneyworkshop.com>
Date: 2017-04-16 (Sun, 16 Apr 2017)
Changed paths:
M doc/maintaining/installing/install-from-source.rst
M doc/maintaining/installing/solr.rst
Log Message:
-----------
[#3543] Remove references to 12.04 from source install, because it is EOL this month.
Commit: 402de205eecf33c585ac2e5a698518fb07fccd17
https://github.com/ckan/ckan/commit/402de205eecf33c585ac2e5a698518fb07fccd17
Author: David Read <david.read at hackneyworkshop.com>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M ckanext/datapusher/logic/action.py
Log Message:
-----------
Merge pull request #3541 from ckan/2334-date-check-utcnow
[#2334] Perform DataPusher timestamp check using UTC
Commit: 5e5f337addfec7e0fdb993cc0d31ffb6171cdc52
https://github.com/ckan/ckan/commit/5e5f337addfec7e0fdb993cc0d31ffb6171cdc52
Author: Ian Ward <ian at excess.org>
Date: 2017-04-18 (Tue, 18 Apr 2017)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
[#3428] factor out ProgrammingError summarization
Commit: 6bb499f40c7af55893d6df19126a6a60ca0ecb28
https://github.com/ckan/ckan/commit/6bb499f40c7af55893d6df19126a6a60ca0ecb28
Author: Ian Ward <ian at excess.org>
Date: 2017-04-18 (Tue, 18 Apr 2017)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
[#3428] catch errors on upsert + update as well
Commit: c936de81c961afead0834c2a99431c40343c2d06
https://github.com/ckan/ckan/commit/c936de81c961afead0834c2a99431c40343c2d06
Author: Ian Ward <ian at excess.org>
Date: 2017-04-18 (Tue, 18 Apr 2017)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
[#3428] fix typo
Commit: 8b19afad8348274ef255aeefa57c7922636a5b48
https://github.com/ckan/ckan/commit/8b19afad8348274ef255aeefa57c7922636a5b48
Author: Ian Ward <ian at excess.org>
Date: 2017-04-18 (Tue, 18 Apr 2017)
Changed paths:
M README.rst
M ckan/config/deployment.ini_tmpl
M ckan/config/middleware/flask_app.py
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/lib/cli.py
M ckan/lib/mailer.py
M ckan/logic/__init__.py
M ckan/logic/action/get.py
M ckan/logic/schema.py
M ckan/model/activity.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
M ckan/templates/organization/index.html
M ckan/templates/organization/members.html
M ckan/templates/package/resource_read.html
M ckan/tests/controllers/test_user.py
M ckan/tests/legacy/ckantestplugins.py
M ckan/tests/logic/action/test_get.py
M ckan/tests/test_coding_standards.py
M ckanext/datapusher/cli.py
M ckanext/datapusher/logic/action.py
M ckanext/datapusher/templates/datapusher/resource_data.html
M ckanext/datapusher/tests/test_action.py
M ckanext/datastore/commands.py
M ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
M ckanext/datastore/set_permissions.sql
A ckanext/datastore/tests/test_chained_action.py
M ckanext/datastore/tests/test_dump.py
M ckanext/datastore/writer.py
M ckanext/reclineview/theme/public/recline_view.js
M ckanext/reclineview/theme/public/resource.config
R ckanext/reclineview/theme/public/vendor/leaflet/0.7.3/images/layers-2x.png
R ckanext/reclineview/theme/public/vendor/leaflet/0.7.3/images/layers.png
R ckanext/reclineview/theme/public/vendor/leaflet/0.7.3/images/marker-icon-2x.png
R ckanext/reclineview/theme/public/vendor/leaflet/0.7.3/images/marker-icon.png
R ckanext/reclineview/theme/public/vendor/leaflet/0.7.3/images/marker-shadow.png
R ckanext/reclineview/theme/public/vendor/leaflet/0.7.3/leaflet-src.js
R ckanext/reclineview/theme/public/vendor/leaflet/0.7.3/leaflet.css
R ckanext/reclineview/theme/public/vendor/leaflet/0.7.3/leaflet.js
A ckanext/reclineview/theme/public/vendor/leaflet/0.7.7/images/layers-2x.png
A ckanext/reclineview/theme/public/vendor/leaflet/0.7.7/images/layers.png
A ckanext/reclineview/theme/public/vendor/leaflet/0.7.7/images/marker-icon-2x.png
A ckanext/reclineview/theme/public/vendor/leaflet/0.7.7/images/marker-icon.png
A ckanext/reclineview/theme/public/vendor/leaflet/0.7.7/images/marker-shadow.png
A ckanext/reclineview/theme/public/vendor/leaflet/0.7.7/leaflet-src.js
A ckanext/reclineview/theme/public/vendor/leaflet/0.7.7/leaflet.css
A ckanext/reclineview/theme/public/vendor/leaflet/0.7.7/leaflet.js
M dev-requirements.txt
M doc/contributing/test.rst
M doc/extensions/plugin-interfaces.rst
M doc/maintaining/configuration.rst
M doc/maintaining/installing/index.rst
M doc/maintaining/installing/install-from-source.rst
M requirements.in
M requirements.txt
M setup.py
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into 3428-datastore-triggers
Commit: 8f205ea8e80e2ff659b8e4684cb4c374d82d72b9
https://github.com/ckan/ckan/commit/8f205ea8e80e2ff659b8e4684cb4c374d82d72b9
Author: Ian Ward <ian at excess.org>
Date: 2017-04-20 (Thu, 20 Apr 2017)
Changed paths:
M doc/maintaining/datastore.rst
Log Message:
-----------
[#3428] datastore docs: trigger feature paragraph
Commit: 49ed61273dc30eedd19753b70e8121837a2a9e5b
https://github.com/ckan/ckan/commit/49ed61273dc30eedd19753b70e8121837a2a9e5b
Author: Harald von Waldow <harald.vonwaldow at eawag.ch>
Date: 2017-04-20 (Thu, 20 Apr 2017)
Changed paths:
M ckan/templates/package/resource_read.html
M ckan/templates/package/snippets/resource_item.html
Log Message:
-----------
download icon for no_view
Commit: e2c35e6aa62737df69776a09f213c4e34abfbb1f
https://github.com/ckan/ckan/commit/e2c35e6aa62737df69776a09f213c4e34abfbb1f
Author: David Read <david.read at hackneyworkshop.com>
Date: 2017-04-26 (Wed, 26 Apr 2017)
Changed paths:
M doc/conf.py
Log Message:
-----------
[#3543] Fix test
Commit: 3eb7cc2b364d7b25fe479346f279f47ad9691fe1
https://github.com/ckan/ckan/commit/3eb7cc2b364d7b25fe479346f279f47ad9691fe1
Author: David Read <david.read at hackneyworkshop.com>
Date: 2017-04-26 (Wed, 26 Apr 2017)
Changed paths:
M ckan/lib/navl/dictization_functions.py
M ckan/tests/lib/navl/test_dictization_functions.py
Log Message:
-----------
DictizationErrors print better.
Commit: b5d56fbefd020caf758d6b04508bb8b5b74256e6
https://github.com/ckan/ckan/commit/b5d56fbefd020caf758d6b04508bb8b5b74256e6
Author: Ian Ward <ian at excess.org>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M ckan/lib/navl/dictization_functions.py
M ckan/tests/lib/navl/test_dictization_functions.py
Log Message:
-----------
Merge pull request #3551 from ckan/dictization-error-unicode2
DictizationErrors print better
Commit: deda5b73ba16da25f3cb769a8774ef61863a4a30
https://github.com/ckan/ckan/commit/deda5b73ba16da25f3cb769a8774ef61863a4a30
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2017-05-02 (Tue, 02 May 2017)
Changed paths:
M ckan/controllers/group.py
M ckan/logic/auth/update.py
Log Message:
-----------
Restrict access to `members` and `bulk_actions`
After this fix only users with permission `bulk_update_public` will
be able to visit `bulc_process` page and only those who have
`group_edit_permissions' will be able to visit `members` page
Commit: 5dfcef6c72198ec7dfce7d3d43920c178872d318
https://github.com/ckan/ckan/commit/5dfcef6c72198ec7dfce7d3d43920c178872d318
Author: Matt Fullerton <mattfullerton at users.noreply.github.com>
Date: 2017-05-02 (Tue, 02 May 2017)
Changed paths:
M contrib/docker/docker-compose.yml
Log Message:
-----------
Remove exposed ports
No need to expose ports externally when using the container names already provides the necessary access to the ports internally from the containers.
Commit: 6e6394423a9c5856dbc1f1ae54fe33c0c12e0882
https://github.com/ckan/ckan/commit/6e6394423a9c5856dbc1f1ae54fe33c0c12e0882
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2017-05-02 (Tue, 02 May 2017)
Changed paths:
M ckan/controllers/group.py
M ckan/logic/auth/update.py
Log Message:
-----------
test fixes
Commit: aeb7b9d7cb64e6ef940bd836075076c37f11f4c3
https://github.com/ckan/ckan/commit/aeb7b9d7cb64e6ef940bd836075076c37f11f4c3
Author: Ian Ward <ian at excess.org>
Date: 2017-05-02 (Tue, 02 May 2017)
Changed paths:
M contrib/docker/docker-compose.yml
Log Message:
-----------
Merge pull request #3553 from mattfullerton/patch-6
Remove exposed ports
Commit: f992189d0e3557a66bb39a81802a08b2c385ffd3
https://github.com/ckan/ckan/commit/f992189d0e3557a66bb39a81802a08b2c385ffd3
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2017-05-02 (Tue, 02 May 2017)
Changed paths:
M ckan/tests/controllers/test_group.py
Log Message:
-----------
fixes in controller tests
Commit: 3b1794f445b7e6ce9400ed0265dd47bac947fde3
https://github.com/ckan/ckan/commit/3b1794f445b7e6ce9400ed0265dd47bac947fde3
Author: Ian Ward <ian at excess.org>
Date: 2017-05-02 (Tue, 02 May 2017)
Changed paths:
M ckan/controllers/group.py
M ckan/logic/auth/update.py
M ckan/tests/controllers/test_group.py
Log Message:
-----------
Merge pull request #3552 from smotornyuk/restrict-access-to-org-management-pages
Restrict access to `members` and `bulk_actions`
Commit: 7602ecebc162cb1036bbe8c3e42217cd871b547b
https://github.com/ckan/ckan/commit/7602ecebc162cb1036bbe8c3e42217cd871b547b
Author: Sergey <tonnydexter at gmail.com>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M ckan/templates/package/resource_read.html
M ckan/templates/package/snippets/resource_item.html
Log Message:
-----------
Merge pull request #3549 from eawag-rdm/download_button_no_views
download icon for no_view
Commit: 3cffff2ec3c7ea6c3056ab0bf1acb16bb863a8fe
https://github.com/ckan/ckan/commit/3cffff2ec3c7ea6c3056ab0bf1acb16bb863a8fe
Author: Sergey <tonnydexter at gmail.com>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M doc/conf.py
M doc/maintaining/installing/install-from-source.rst
M doc/maintaining/installing/solr.rst
Log Message:
-----------
Merge pull request #3544 from ckan/ubuntu-16.04
Tweak docs for Ubuntu 16.04
Commit: bfc5fbd8406fb6b29e0e9bbd2c729082ab4cddea
https://github.com/ckan/ckan/commit/bfc5fbd8406fb6b29e0e9bbd2c729082ab4cddea
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2017-05-09 (Tue, 09 May 2017)
Changed paths:
M bin/travis-install-dependencies
M circle.yml
M doc/maintaining/installing/install-from-source.rst
A requirement-setuptools.txt
M setup.py
Log Message:
-----------
Merge pull request #3514 from ckan/require-setuptools-version
[3513] minimum setuptools version
Commit: a8e974507ac60639f05af9b1b41442d058cb8eac
https://github.com/ckan/ckan/commit/a8e974507ac60639f05af9b1b41442d058cb8eac
Author: David Read <david.read at hackneyworkshop.com>
Date: 2017-05-11 (Thu, 11 May 2017)
Changed paths:
M doc/maintaining/installing/install-from-source.rst
Log Message:
-----------
Move troubleshooting tip to the bottom
Commit: 28afb7eec7de7db9a165b5c81def78403a4a08d9
https://github.com/ckan/ckan/commit/28afb7eec7de7db9a165b5c81def78403a4a08d9
Author: David Read <david.read at hackneyworkshop.com>
Date: 2017-05-11 (Thu, 11 May 2017)
Changed paths:
M doc/maintaining/installing/install-from-source.rst
Log Message:
-----------
Readd blank line
Commit: cd72b43195174c03a8ce9544d1369437dc8b31da
https://github.com/ckan/ckan/commit/cd72b43195174c03a8ce9544d1369437dc8b31da
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2017-05-11 (Thu, 11 May 2017)
Changed paths:
M doc/maintaining/installing/install-from-source.rst
Log Message:
-----------
Merge pull request #3562 from ckan/mstantoncook-docs-solr-ubuntu-14.04-fix
Fix solr-jetty 'JSP support' during install on 14.04
Commit: ed2f8aecb5de75f07c862bdb018569ed31a37044
https://github.com/ckan/ckan/commit/ed2f8aecb5de75f07c862bdb018569ed31a37044
Author: Ian Ward <ian at excess.org>
Date: 2017-05-11 (Thu, 11 May 2017)
Changed paths:
M ckanext/datastore/logic/action.py
Log Message:
-----------
[#3428] datastore_create: more trigger docs
Commit: 784a6e17fdf5f7e4056c3193ce1f2ee769f4d564
https://github.com/ckan/ckan/commit/784a6e17fdf5f7e4056c3193ce1f2ee769f4d564
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2017-05-11 (Thu, 11 May 2017)
Changed paths:
M ckan/lib/navl/validators.py
M ckan/tests/helpers.py
M ckanext/datapusher/tests/test.py
M ckanext/datapusher/tests/test_interfaces.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
M ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/helpers.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
M ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_helpers.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
M ckanext/datastore/tests/test_upsert.py
M doc/maintaining/datastore.rst
Log Message:
-----------
Merge pull request #3428 from ckan/3428-datastore-triggers
datastore triggers
Commit: 67e9c5303ed113c33616393a8cff1a38e375132d
https://github.com/ckan/ckan/commit/67e9c5303ed113c33616393a8cff1a38e375132d
Author: Ian Ward <ian at excess.org>
Date: 2017-05-14 (Sun, 14 May 2017)
Changed paths:
M bin/travis-install-dependencies
M circle.yml
M ckan/controllers/group.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/navl/validators.py
M ckan/logic/auth/update.py
M ckan/templates/organization/members.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/snippets/resource_item.html
M ckan/tests/controllers/test_group.py
M ckan/tests/helpers.py
M ckan/tests/lib/navl/test_dictization_functions.py
M ckanext/datapusher/logic/action.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
M ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/helpers.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
M contrib/docker/docker-compose.yml
M doc/conf.py
M doc/maintaining/datastore.rst
M doc/maintaining/installing/index.rst
M doc/maintaining/installing/install-from-source.rst
M doc/maintaining/installing/solr.rst
A requirement-setuptools.txt
M setup.py
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into 3523-datastore-search-performance
Compare: https://github.com/ckan/ckan/compare/e43478cae108...67e9c5303ed1
More information about the ckan-changes
mailing list