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

[couchdb] branch debug-javascript-test-failures updated (9cfc586 -> 51aaa7f)

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

davisp pushed a change to branch debug-javascript-test-failures
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 9cfc586  Debug design_docs.js failure
 discard 4f30678  Log the exit code of couchjs
     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 75b6838  Fix missing mango execution stats (part 1)
     add 55ef9f1  Fix missing mango execution stats (part 2)
     add b131a37  Log the exit code of couchjs
     add 51aaa7f  Debug design_docs.js failure

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9cfc586)
            \
             N -- N -- N   refs/heads/debug-javascript-test-failures (51aaa7f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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                           |   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/fabric/src/fabric_view_all_docs.erl            |   7 +-
 src/fabric/src/fabric_view_map.erl                 |   6 +
 src/mango/src/mango_cursor_view.erl                |  87 +--
 src/mango/test/15-execution-stats-test.py          |   4 +
 src/rexi/src/rexi.erl                              |   5 +-
 test/elixir/test/cookie_auth_test.exs              |  25 +-
 16 files changed, 98 insertions(+), 734 deletions(-)
 delete mode 100755 rel/overlay/bin/couchup