You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/08 06:08:40 UTC

[couchdb] branch fix/2143/override-query-server-config updated (873b2ad -> 8949653)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch fix/2143/override-query-server-config
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 873b2ad  Merge branch 'master' into fix/2143/override-query-server-config
     add c6459fa  Jenkins: Use 'docker' label for dockerised builds (#2418)
     add 2e4f9d3  Set the session correctly
     add 102bcf4  feat: remove couchup (#2399)
     add dbdf195  Remove unused batching code from replicator (#2419)
     add 08d6538  Make the rexi:stream2 interface unacked message limit configurable (#2360)
     add 28dbf7e  Bypass authentication check for /_up (#2411)
     add d6f55ab  Halt on no admin to avoid crash dump (#2417)
     add b54796f  Uncomment COUCHDB_FAUXTON_DOCROOT for couchdb.cmd (#2416)
     add e850895  Jenkins: update binary platform matrix (#2422)
     add 8949653  Merge branch 'master' into fix/2143/override-query-server-config

No new revisions were added by this update.

Summary of changes:
 Makefile                                           |   4 +-
 Makefile.win                                       |   4 +-
 build-aux/Jenkinsfile.full                         |  22 +-
 build-aux/Jenkinsfile.pr                           |   2 +
 rel/files/couchdb.cmd.in                           |   3 +-
 rel/overlay/bin/couchup                            | 613 ---------------------
 rel/overlay/etc/default.ini                        |   2 +
 src/couch/src/couch_httpd_auth.erl                 |   5 +
 src/couch/src/couch_sup.erl                        |   2 +-
 .../src/couch_replicator_worker.erl                |  42 +-
 src/rexi/src/rexi.erl                              |   5 +-
 test/elixir/test/cookie_auth_test.exs              |  25 +-
 12 files changed, 52 insertions(+), 677 deletions(-)
 delete mode 100755 rel/overlay/bin/couchup