[ckan-changes] [ckan/ckan] 966fcb: group_patch does not reset packages

GitHub noreply at github.com
Mon Dec 10 10:28:30 UTC 2018


  Branch: refs/heads/dev-v2.8
  Home:   https://github.com/ckan/ckan
  Commit: 966fcb0699245b321f26fa146f7bf6d5f84eb55d
      https://github.com/ckan/ckan/commit/966fcb0699245b321f26fa146f7bf6d5f84eb55d
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2018-11-29 (Thu, 29 Nov 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: 8e6d5b76f625ec2853caec30014d6d8d4051fc9a
      https://github.com/ckan/ckan/commit/8e6d5b76f625ec2853caec30014d6d8d4051fc9a
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckan/tests/legacy/functional/api/test_activity.py

  Log Message:
  -----------
  update activity tests


  Commit: 9a2d09980d42abef20e3eb2e95da20d210a50a6d
      https://github.com/ckan/ckan/commit/9a2d09980d42abef20e3eb2e95da20d210a50a6d
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckan/tests/logic/action/test_patch.py

  Log Message:
  -----------
  pep8 fix


  Commit: 27f2ab37214f525242ed75c8cbf69118a0153dc1
      https://github.com/ckan/ckan/commit/27f2ab37214f525242ed75c8cbf69118a0153dc1
  Author: Guillaume Troupel <gt at novel-t.ch>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckan/views/__init__.py

  Log Message:
  -----------
  Fixes ckan#4247

credits @ashleysommer


  Commit: 02ea503cb8bad0b653e3d11057700218f7d8b91a
      https://github.com/ckan/ckan/commit/02ea503cb8bad0b653e3d11057700218f7d8b91a
  Author: Guillaume Troupel <gt at novel-t.ch>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckan/views/__init__.py

  Log Message:
  -----------
  pep8


  Commit: 25afedf96de59c3530d7163ede2781182fc679a2
      https://github.com/ckan/ckan/commit/25afedf96de59c3530d7163ede2781182fc679a2
  Author: amercader <amercadero at gmail.com>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/tests/controllers/test_home.py

  Log Message:
  -----------
  Allow to defined legacy route mappings as a dict in config

The current code only updates the core default list if the
`ckan.legacy_route_mappings` is a string (which is probably how it comes
from the ini file). But this setting can also be set by extensions
directly on the config object, and it makes more sense to do it as a
dict.


  Commit: 6e89c00c6afaaeccf12f2ab92ca6bc2ad175aa65
      https://github.com/ckan/ckan/commit/6e89c00c6afaaeccf12f2ab92ca6bc2ad175aa65
  Author: Teemu Erkkola <teemu.erkkola at gofore.com>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckan/views/api.py

  Log Message:
  -----------
  Fix i18n API encoding

- Make `i18n_js_translations` call `_finish_ok` with an object response data like all the others
- Fix `_finish` and `_finish_ok` documentation to reflect the expected `response_data` type for "json" `content_type`


  Commit: 6f3ee78d132d773dfbc698fe1f96651c2f21fbbf
      https://github.com/ckan/ckan/commit/6f3ee78d132d773dfbc698fe1f96651c2f21fbbf
  Author: Teemu Erkkola <teemu.erkkola at iki.fi>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckan/views/api.py

  Log Message:
  -----------
  Fix documentation style

Split long documentation lines


  Commit: 9f1d0dde9b1ae5fea5a88e5b79d6cb9b203602ba
      https://github.com/ckan/ckan/commit/9f1d0dde9b1ae5fea5a88e5b79d6cb9b203602ba
  Author: Alice Butcher <alycejenni at gmail.com>
  Date:   2018-11-29 (Thu, 29 Nov 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: c5439af1a393b5c61a3d9c1447648750a4024981
      https://github.com/ckan/ckan/commit/c5439af1a393b5c61a3d9c1447648750a4024981
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M requirements.in
    M requirements.txt

  Log Message:
  -----------
  Flask patch update


  Commit: 38b9638fc0ab5188de29084cf4bcb71ce96353a7
      https://github.com/ckan/ckan/commit/38b9638fc0ab5188de29084cf4bcb71ce96353a7
  Author: Ori Hoch <ori at uumpa.com>
  Date:   2018-11-29 (Thu, 29 Nov 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: c7c06d1afbf63e1a230d68a72ffa3aeb6f431c74
      https://github.com/ckan/ckan/commit/c7c06d1afbf63e1a230d68a72ffa3aeb6f431c74
  Author: Yan <yan at rudenko.com>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckan/logic/auth/update.py

  Log Message:
  -----------
  [4416] Fix for Resouce View Re-order


  Commit: c49433ee0b814cff53f7d1d258f7d37688c0c501
      https://github.com/ckan/ckan/commit/c49433ee0b814cff53f7d1d258f7d37688c0c501
  Author: amercader <amercadero at gmail.com>
  Date:   2018-11-29 (Thu, 29 Nov 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: f37017f59ebf19264246b8f8efc043a99d28f9e7
      https://github.com/ckan/ckan/commit/f37017f59ebf19264246b8f8efc043a99d28f9e7
  Author: François Van Der Biest <francois.vanderbiest at camptocamp.com>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M doc/maintaining/installing/install-from-docker-compose.rst

  Log Message:
  -----------
  Obvious doc fix related with #3991


  Commit: 102b7104a2ec6549984aca53140ccb62f8c80e9e
      https://github.com/ckan/ckan/commit/102b7104a2ec6549984aca53140ccb62f8c80e9e
  Author: Sol Lee <u103133.u103135 at gmail.com>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckan/public/base/javascript/plugins/jquery.slug-preview.js

  Log Message:
  -----------
  [#4379] Fix edit slug button


  Commit: dd4af37a0ab24b41f7313959fd999212138dabe7
      https://github.com/ckan/ckan/commit/dd4af37a0ab24b41f7313959fd999212138dabe7
  Author: Ian Ward <ian at excess.org>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckanext/datastore/backend/postgres.py

  Log Message:
  -----------
  [#4236] datastore_search: distinct=true total fix


  Commit: 625945bafd1c655ea74b44dc9beb70205ca23dbf
      https://github.com/ckan/ckan/commit/625945bafd1c655ea74b44dc9beb70205ca23dbf
  Author: Ian Ward <ian at excess.org>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckanext/datastore/tests/test_search.py

  Log Message:
  -----------
  [#4236] datastore_search: distinct=true total fix test


  Commit: 2fa861a0aee6df8e3239dc908fa71425a2b8bdec
      https://github.com/ckan/ckan/commit/2fa861a0aee6df8e3239dc908fa71425a2b8bdec
  Author: Ian Ward <ian at excess.org>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckanext/datastore/backend/postgres.py

  Log Message:
  -----------
  [#4236] datastore_search: distinct=true records_format=lists fix


  Commit: 9a024d6fb3146d111ca2a967d5e2aa835eaabeb8
      https://github.com/ckan/ckan/commit/9a024d6fb3146d111ca2a967d5e2aa835eaabeb8
  Author: Cody Boyko <cody.boyko2 at ontario.ca>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M ckanext/stats/templates/ckanext/stats/index.html

  Log Message:
  -----------
  [#4336] Remove html5 shim from stats extension.

html5.js was removed in commit #3705 but still referenced in
the stats extension. Currently this causes an error when the page
loads in CKAN 2.8 installs.

Removing this will remove support for older IE versions which
will only cause some issues for CKAN 2.8 users with the old
bootstrap 2 theme being used.


  Commit: efcdf4c2ff358478fc8adea0e0246dd1616fbf9b
      https://github.com/ckan/ckan/commit/efcdf4c2ff358478fc8adea0e0246dd1616fbf9b
  Author: Francesco Frassinelli <francesco.frassinelli at nina.no>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  c.user not defined fix


  Commit: 2d1cf4dbe6a5cc77ba871d511458e11027ff7f04
      https://github.com/ckan/ckan/commit/2d1cf4dbe6a5cc77ba871d511458e11027ff7f04
  Author: Francesco Frassinelli <francesco.frassinelli at nina.no>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Fix user not defined


  Commit: cd6658597dc002c71a7de556c69741fe0c328895
      https://github.com/ckan/ckan/commit/cd6658597dc002c71a7de556c69741fe0c328895
  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: a4368453d58fbf4d2cce98d2074f3c6ef788d196
      https://github.com/ckan/ckan/commit/a4368453d58fbf4d2cce98d2074f3c6ef788d196
  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: 201d51d068d1c96f044e92f2810e6bd04b4f1062
      https://github.com/ckan/ckan/commit/201d51d068d1c96f044e92f2810e6bd04b4f1062
  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: 525fb1172d600c64f30b32d96a3181bc8b31596d
      https://github.com/ckan/ckan/commit/525fb1172d600c64f30b32d96a3181bc8b31596d
  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: bae0801a5a41f1afbe7544b80ca25c16ec8f28db
      https://github.com/ckan/ckan/commit/bae0801a5a41f1afbe7544b80ca25c16ec8f28db
  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/a83b665a10ad...bae0801a5a41
      **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