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

willholley pushed a change to branch samesite_cookie
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 50cd470  Add SameSite support to auth cookie
 discard 3a63639  mochiweb v2.20
     add efb374a  Improve replicator error reporting
     add de9c683  Eliminate multiple compiler warnings
     add 3593b5a  Disable JIT compiler on SpiderMonkey 60
     add 660889d  Enable arm64v8 builds on Jenkins (#2436)
     new 0c8e12a  mochiweb v2.20
     new 659a20e  Add SameSite support to auth cookie

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   (50cd470)
            \
             N -- N -- N   refs/heads/samesite_cookie (659a20e)

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.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build-aux/Jenkinsfile.full                         |  57 ++++-
 src/couch/priv/couch_js/60/main.cpp                |   3 +
 src/couch/src/couch_bt_engine.erl                  |   2 +-
 .../src/couch_replicator_api_wrap.erl              |  12 +-
 .../src/couch_replicator_scheduler.erl             |   8 +-
 .../src/couch_replicator_scheduler_job.erl         |  51 ++--
 .../src/couch_replicator_worker.erl                |  18 +-
 .../couch_replicator_error_reporting_tests.erl     | 271 +++++++++++++++++++++
 src/dreyfus/src/dreyfus_httpd.erl                  |   2 -
 src/dreyfus/src/dreyfus_index_updater.erl          |   4 +-
 src/dreyfus/src/dreyfus_util.erl                   |   2 +-
 src/mem3/src/mem3_rep.erl                          |   1 -
 12 files changed, 382 insertions(+), 49 deletions(-)
 create mode 100644 
src/couch_replicator/test/eunit/couch_replicator_error_reporting_tests.erl

Reply via email to