[ckan-changes] [ckan/ckan] 74b7c4: [#4797] Replace converters from pasete.deploy
Adrià Mercader
noreply at github.com
Wed Sep 4 08:03:58 UTC 2019
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 74b7c422754322a3629790257471ae3d4519e868
https://github.com/ckan/ckan/commit/74b7c422754322a3629790257471ae3d4519e868
Author: f-osorio <f.osorio at zbw.eu>
Date: 2019-09-03 (Tue, 03 Sep 2019)
Changed paths:
M ckan/common.py
Log Message:
-----------
[#4797] Replace converters from pasete.deploy
Create local versions of the `asbool`, `asint`, and `aslist` converts
from paste.deploy. They are in `ckan.common.py`
Commit: 80c8ef44fd7f622912424aaa2b99e755337acdc7
https://github.com/ckan/ckan/commit/80c8ef44fd7f622912424aaa2b99e755337acdc7
Author: f-osorio <f.osorio at zbw.eu>
Date: 2019-09-03 (Tue, 03 Sep 2019)
Changed paths:
M ckan/authz.py
M ckan/common.py
M ckan/config/middleware/flask_app.py
M ckan/config/middleware/pylons_app.py
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/app_globals.py
M ckan/lib/cli.py
M ckan/lib/i18n.py
M ckan/lib/mailer.py
M ckan/lib/search/__init__.py
M ckan/lib/search/index.py
M ckan/lib/search/query.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/get.py
M ckan/model/license.py
M ckan/model/meta.py
M ckan/plugins/core.py
M ckan/plugins/toolkit.py
M ckan/views/__init__.py
M ckan/views/dataset.py
M ckan/views/user.py
M ckanext/datastore/helpers.py
M test-core.ini
Log Message:
-----------
[#4797] Update import references
Update import references for 25 files to refer to new converters:
`ckan.common` -- previous import were from `paste.deploy`
All tests passing.
Commit: 1d934ac191a10e291d77c6cc748f40fb512819c6
https://github.com/ckan/ckan/commit/1d934ac191a10e291d77c6cc748f40fb512819c6
Author: f-osorio <f.osorio at zbw.eu>
Date: 2019-09-03 (Tue, 03 Sep 2019)
Changed paths:
M ckan/common.py
M test-core.ini
Log Message:
-----------
Change for Python3 compatibility, reset .ini
Commit: cb5b00a2a266db6d8122a8b43c1027f0ced40a05
https://github.com/ckan/ckan/commit/cb5b00a2a266db6d8122a8b43c1027f0ced40a05
Author: f-osorio <f.osorio at zbw.eu>
Date: 2019-09-03 (Tue, 03 Sep 2019)
Changed paths:
M ckan/common.py
Log Message:
-----------
Add import statement `six`
Commit: f087b9ace9eda3c539d46abd7843b4bfdca6d7a4
https://github.com/ckan/ckan/commit/f087b9ace9eda3c539d46abd7843b4bfdca6d7a4
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2019-09-04 (Wed, 04 Sep 2019)
Changed paths:
M ckan/authz.py
M ckan/common.py
M ckan/config/middleware/flask_app.py
M ckan/config/middleware/pylons_app.py
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/app_globals.py
M ckan/lib/cli.py
M ckan/lib/i18n.py
M ckan/lib/mailer.py
M ckan/lib/search/__init__.py
M ckan/lib/search/index.py
M ckan/lib/search/query.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/get.py
M ckan/model/license.py
M ckan/model/meta.py
M ckan/plugins/core.py
M ckan/plugins/toolkit.py
M ckan/views/__init__.py
M ckan/views/dataset.py
M ckan/views/user.py
M ckanext/datastore/helpers.py
Log Message:
-----------
Merge pull request #4966 from f-osorio/4797-replace-paste-converters
4797 replace paste converters
Compare: https://github.com/ckan/ckan/compare/11f64ea4d6dd...f087b9ace9ed
More information about the ckan-changes
mailing list