[ckan-changes] [ckan/ckan] 421671: 3245 datastore_active race condition

GitHub noreply at github.com
Mon Dec 12 10:50:06 UTC 2016


  Branch: refs/heads/3196-common-requests-code
  Home:   https://github.com/ckan/ckan
  Commit: 42167162f21cd457cd5e713a77c8ba09d62cf439
      https://github.com/ckan/ckan/commit/42167162f21cd457cd5e713a77c8ba09d62cf439
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2016-11-24 (Thu, 24 Nov 2016)

  Changed paths:
    M ckanext/datastore/logic/action.py

  Log Message:
  -----------
  3245 datastore_active race condition

`datastore_create` directly updates database and solr index and
this reduces possibility of conflicts inside simultaneous calls


  Commit: 24389388cd9889e71c9a6712a74aa7466ce4d85c
      https://github.com/ckan/ckan/commit/24389388cd9889e71c9a6712a74aa7466ce4d85c
  Author: Fabio Anderegg <fabio.anderegg at liip.ch>
  Date:   2016-12-02 (Fri, 02 Dec 2016)

  Changed paths:
    M ckan/public/base/javascript/main.js

  Log Message:
  -----------
  javascript: use ckan locale instead of browser locale to format dates


  Commit: 7086e16f14a3a9d2c334d366f5286d4fabaef43d
      https://github.com/ckan/ckan/commit/7086e16f14a3a9d2c334d366f5286d4fabaef43d
  Author: Fabio Anderegg <fabio.anderegg at liip.ch>
  Date:   2016-12-02 (Fri, 02 Dec 2016)

  Changed paths:
    M ckanext/datastore/logic/action.py

  Log Message:
  -----------
  ckan datastore: convert data error to unicode instead of str to avoid encoding errors


  Commit: e4bf3b0a0a06120377e5ea01d2494f236fad27fd
      https://github.com/ckan/ckan/commit/e4bf3b0a0a06120377e5ea01d2494f236fad27fd
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    M ckan/logic/action/get.py
    M ckan/tests/logic/action/test_get.py

  Log Message:
  -----------
  [#3352] Introduce all_fields option to user_list with test.


  Commit: 739e5b071486f3e6b4a1d549347942aaccee0214
      https://github.com/ckan/ckan/commit/739e5b071486f3e6b4a1d549347942aaccee0214
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    M ckan/model/__init__.py

  Log Message:
  -----------
  [#3354] Migrate table is kept during tests when the rows of all the other tables is deleted.


  Commit: f733a2412d9657f8e383e2f5cd3513386fe95268
      https://github.com/ckan/ckan/commit/f733a2412d9657f8e383e2f5cd3513386fe95268
  Author: Ian Ward <ian at excess.org>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    M ckanext/datastore/logic/action.py

  Log Message:
  -----------
  Merge pull request #3343 from fanderegg/datastore-fix-exception-unicode-error

ckan datastore: convert data error to unicode instead of str to avoid decode error


  Commit: 7c39683cbd2a7f7e6c630f14779f184f58bbd080
      https://github.com/ckan/ckan/commit/7c39683cbd2a7f7e6c630f14779f184f58bbd080
  Author: Ian Ward <ian at excess.org>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    M ckan/public/base/javascript/main.js

  Log Message:
  -----------
  Merge pull request #3342 from fanderegg/fix-format-date-language

javascript: use ckan locale instead of browser locale to format dates


  Commit: e7b0f15408e6eacf7998b25e60d6edba34255327
      https://github.com/ckan/ckan/commit/e7b0f15408e6eacf7998b25e60d6edba34255327
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    M ckan/logic/action/get.py
    M ckan/tests/logic/action/test_get.py

  Log Message:
  -----------
  Merge pull request #3353 from ckan/3352-user-list-strings

[#3352] Introduce all_fields option to user_list with test.


  Commit: 124547a92ff4ca898cf80cc04cf7f1cfc3ef70a4
      https://github.com/ckan/ckan/commit/124547a92ff4ca898cf80cc04cf7f1cfc3ef70a4
  Author: Ian Ward <ian at excess.org>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M ckanext/datastore/logic/action.py

  Log Message:
  -----------
  Merge pull request #3331 from smotornyuk/3245-datastore_active-race-condition

3245 datastore_active race condition


  Commit: 621c9c0022fd49e8eec4e9e12288206499182e9f
      https://github.com/ckan/ckan/commit/621c9c0022fd49e8eec4e9e12288206499182e9f
  Author: Ian Ward <ian at excess.org>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M ckan/lib/cli.py

  Log Message:
  -----------
  [#3360] format exception instead of passing to error()


  Commit: 9f6d4a5fd1bf5cdf98d2e3aa608df10ef8ffd29c
      https://github.com/ckan/ckan/commit/9f6d4a5fd1bf5cdf98d2e3aa608df10ef8ffd29c
  Author: Ian Ward <ian at excess.org>
  Date:   2016-12-09 (Fri, 09 Dec 2016)

  Changed paths:
    M ckan/lib/cli.py

  Log Message:
  -----------
  [#3360] except Exception


  Commit: 727fe76a4da67fb590e87ce75c5284f145a6e495
      https://github.com/ckan/ckan/commit/727fe76a4da67fb590e87ce75c5284f145a6e495
  Author: Ian Ward <ian at excess.org>
  Date:   2016-12-09 (Fri, 09 Dec 2016)

  Changed paths:
    M ckan/model/__init__.py

  Log Message:
  -----------
  Merge pull request #3355 from ckan/3354-tests-keep-migrate-table

[#3354] Migrate table is kept during tests


  Commit: 31b816707ab773ccb6530f90de584883375c0a2f
      https://github.com/ckan/ckan/commit/31b816707ab773ccb6530f90de584883375c0a2f
  Author: Tyler Kennedy <tk at tkte.ch>
  Date:   2016-12-09 (Fri, 09 Dec 2016)

  Changed paths:
    M ckan/lib/cli.py

  Log Message:
  -----------
  Merge pull request #3360 from ckan/3360-cli-fail-failing

cli: TypeError: expected a character buffer object


  Commit: e5c2ad2baa533245c19dfdd9bf955af687002b30
      https://github.com/ckan/ckan/commit/e5c2ad2baa533245c19dfdd9bf955af687002b30
  Author: amercader <amercadero at gmail.com>
  Date:   2016-12-12 (Mon, 12 Dec 2016)

  Changed paths:
    M ckan/lib/cli.py
    M ckan/logic/action/get.py
    M ckan/model/__init__.py
    M ckan/public/base/javascript/main.js
    M ckan/tests/logic/action/test_get.py
    M ckanext/datastore/logic/action.py

  Log Message:
  -----------
  Merge branch 'master' into 3196-common-requests-code


Compare: https://github.com/ckan/ckan/compare/21a2b18472cb...e5c2ad2baa53


More information about the ckan-changes mailing list