[ckan-changes] [ckan/ckan] f8ebaa: Merge pull request #4482 from ckan/pep8-fix

GitHub noreply at github.com
Fri Oct 12 14:08:53 UTC 2018


  Branch: refs/heads/4480-limits-v2
  Home:   https://github.com/ckan/ckan
  Commit: f8ebaaefb7af75e5725ccbd070d43d638ebd0324
      https://github.com/ckan/ckan/commit/f8ebaaefb7af75e5725ccbd070d43d638ebd0324
  Author: Ian Ward <ian at excess.org>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    R ckanext/datastore/tests/test_configure.py

  Log Message:
  -----------
  Merge pull request #4482 from ckan/pep8-fix

pep8 fix


  Commit: c51de465250b191cc979994fe1c658251c145a65
      https://github.com/ckan/ckan/commit/c51de465250b191cc979994fe1c658251c145a65
  Author: amercader <amercadero at gmail.com>
  Date:   2018-10-02 (Tue, 02 Oct 2018)

  Changed paths:
    M doc/conf.py

  Log Message:
  -----------
  Use https in docs images to avoid mixed content warnings


  Commit: 12f574594c30dbadc57c5c192ed1391223ef0fb2
      https://github.com/ckan/ckan/commit/12f574594c30dbadc57c5c192ed1391223ef0fb2
  Author: Ryan Brooks <ryanbrooksis at gmail.com>
  Date:   2018-10-02 (Tue, 02 Oct 2018)

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

  Log Message:
  -----------
  Remove instruction to create datastore db

Resolves #4378, as the datastore creation script is run automatically when the Postgres `db` container first runs. See  https://docs.docker.com/samples/library/postgres/#how-to-extend-this-image for more information on automatic script execution in`/docker-entrypoint-initdb.d`.


  Commit: 79e282efaae9f28d854dfae9d1667b2cebf7a1fb
      https://github.com/ckan/ckan/commit/79e282efaae9f28d854dfae9d1667b2cebf7a1fb
  Author: Ian Ward <ian at excess.org>
  Date:   2018-10-02 (Tue, 02 Oct 2018)

  Changed paths:
    M doc/conf.py

  Log Message:
  -----------
  Merge pull request #4487 from ckan/https-docs

Use https in docs images to avoid mixed content warnings


  Commit: 1e65b0644e46ba02d88c18c35c1bfcd2dcfdf2f3
      https://github.com/ckan/ckan/commit/1e65b0644e46ba02d88c18c35c1bfcd2dcfdf2f3
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2018-10-02 (Tue, 02 Oct 2018)

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

  Log Message:
  -----------
  Merge pull request #4488 from spikeheap/patch-2

Remove instruction to create datastore db


  Commit: 535d5f1d428202abc600671db88335f4a5e69cd4
      https://github.com/ckan/ckan/commit/535d5f1d428202abc600671db88335f4a5e69cd4
  Author: Zoran Pandovski <zoran.pandovski at keitaro.com>
  Date:   2018-10-08 (Mon, 08 Oct 2018)

  Changed paths:
    M ckan/config/routing.py

  Log Message:
  -----------
  Remove search submapper [#4483]


  Commit: b67d8a878d923305c4249e3de52113e12e04e7ce
      https://github.com/ckan/ckan/commit/b67d8a878d923305c4249e3de52113e12e04e7ce
  Author: Zoran Pandovski <zoran.pandovski at keitaro.com>
  Date:   2018-10-08 (Mon, 08 Oct 2018)

  Changed paths:
    M ckan/controllers/api.py
    M ckan/logic/auth/create.py

  Log Message:
  -----------
  Remove search and autocomplete legacy api [#4483]


  Commit: beba179d8d0f5765213aa1c1f3ea7da29725a2b8
      https://github.com/ckan/ckan/commit/beba179d8d0f5765213aa1c1f3ea7da29725a2b8
  Author: Zoran Pandovski <zoran.pandovski at keitaro.com>
  Date:   2018-10-10 (Wed, 10 Oct 2018)

  Changed paths:
    M ckan/tests/controllers/test_api.py

  Log Message:
  -----------
  Remove old api/search tests


  Commit: bdbf80bd9d418e1e351390d37ea77c2bc06cac6a
      https://github.com/ckan/ckan/commit/bdbf80bd9d418e1e351390d37ea77c2bc06cac6a
  Author: Zoran Pandovski <zoran.pandovski at keitaro.com>
  Date:   2018-10-10 (Wed, 10 Oct 2018)

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

  Log Message:
  -----------
  Fix package_search and remove qjson tests


  Commit: bc090e34cd2af5d42ba0085819f901fa02679875
      https://github.com/ckan/ckan/commit/bc090e34cd2af5d42ba0085819f901fa02679875
  Author: Zoran Pandovski <zoran.pandovski at keitaro.com>
  Date:   2018-10-10 (Wed, 10 Oct 2018)

  Changed paths:
    M ckan/tests/controllers/test_api.py
    M ckan/tests/legacy/test_coding_standards.py

  Log Message:
  -----------
  Fix pep8 warnings, remove old api controller from TestBadExceptions


  Commit: eae060d32d3f108e25091bf87038c0fb820ba860
      https://github.com/ckan/ckan/commit/eae060d32d3f108e25091bf87038c0fb820ba860
  Author: Konstantin Sivakov <konstantin.sivakov at keitaro.com>
  Date:   2018-10-12 (Fri, 12 Oct 2018)

  Changed paths:
    M ckan/config/routing.py
    M ckan/controllers/api.py
    M ckan/logic/auth/create.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/legacy/functional/api/test_package_search.py
    M ckan/tests/legacy/test_coding_standards.py

  Log Message:
  -----------
  Merge pull request #4492 from ZoranPandovski/4483-remove-legacy-search

4483 remove legacy search


  Commit: a6f62aad0260030be4e9ca4174927f98e2eea314
      https://github.com/ckan/ckan/commit/a6f62aad0260030be4e9ca4174927f98e2eea314
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2018-10-12 (Fri, 12 Oct 2018)

  Changed paths:
    M ckan/config/routing.py
    M ckan/controllers/api.py
    M ckan/logic/auth/create.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/legacy/functional/api/test_package_search.py
    M ckan/tests/legacy/test_coding_standards.py
    M doc/conf.py
    M doc/maintaining/installing/install-from-docker-compose.rst

  Log Message:
  -----------
  Merge branch 'master' into 4480-limits-v2


Compare: https://github.com/ckan/ckan/compare/6d2819590a60...a6f62aad0260
      **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