[ckan-changes] [ckan/ckan] 5d8dcd: parseCompletions handles v3 api result

Sergey noreply at github.com
Tue Dec 10 08:19:18 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 5d8dcdc6aaee79674407b4941d5dea2de4988c0d
      https://github.com/ckan/ckan/commit/5d8dcdc6aaee79674407b4941d5dea2de4988c0d
  Author: howff <3064316+howff at users.noreply.github.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

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

  Log Message:
  -----------
  parseCompletions handles v3 api result

v2 api returns a ResultSet: { Result: { Name: xxx } } but the v3 api returns result: [ xxx ] so map the latter to the former.


  Commit: a84859efcbfdd335b42e8f80c21f96a5ec045b3d
      https://github.com/ckan/ckan/commit/a84859efcbfdd335b42e8f80c21f96a5ec045b3d
  Author: howff <3064316+howff at users.noreply.github.com>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

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

  Log Message:
  -----------
  Change arrow notation to lambda function

so that it's compatible with Internet Explorer


  Commit: 8f74fef344ecac5171e682206be528621ce45caf
      https://github.com/ckan/ckan/commit/8f74fef344ecac5171e682206be528621ce45caf
  Author: Sergey <tonnydexter at gmail.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

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

  Log Message:
  -----------
  Merge pull request #5091 from howff/patch-2

parseCompletions handles v3 api result


Compare: https://github.com/ckan/ckan/compare/8c40f3908369...8f74fef344ec


More information about the ckan-changes mailing list