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 03:48:07 UTC

[couchdb] branch 2404-win-envvar updated (749fff3 -> fdda0ae)

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

wohali pushed a change to branch 2404-win-envvar
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 749fff3  Uncomment COUCHDB_FAUXTON_DOCROOT for couchdb.cmd
     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 fdda0ae  Merge branch 'master' into 2404-win-envvar

No new revisions were added by this update.

Summary of changes:
 Makefile                                           |   4 +-
 Makefile.win                                       |   4 +-
 build-aux/Jenkinsfile.full                         |  11 +-
 build-aux/Jenkinsfile.pr                           |   2 +
 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 +-
 11 files changed, 44 insertions(+), 671 deletions(-)
 delete mode 100755 rel/overlay/bin/couchup