You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/01/19 10:14:31 UTC

[couchdb] branch jenkins-add-windows-pipeline updated (6cfe8c275 -> 9a5693c16)

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

ronny pushed a change to branch jenkins-add-windows-pipeline
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 6cfe8c275 Merge branch 'main' into jenkins-add-windows-pipeline
    omit eab3de10b Add Windows Jenkins pipeline
    omit bcfaa82c3 Merge pull request #4379 from pgj/mango-doc-fix
    omit aff7a6e71 docs(mango): match description of `$mod` with reality
    omit dad51b5b8 Set the SpiderMonkey version for the first phase of PR builds
    omit a14922fad Ensure design docs are uploaded individually when replicating with _bulk_get
     add 9a5693c16 Add Windows Jenkins pipeline

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   (6cfe8c275)
            \
             N -- N -- N   refs/heads/jenkins-add-windows-pipeline (9a5693c16)

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.win                                       |  4 +-
 build-aux/Jenkinsfile.pr                           |  2 +-
 .../src/couch_replicator_worker.erl                | 22 ++----
 .../test/eunit/couch_replicator_bulk_get_tests.erl | 79 +---------------------
 src/docs/src/api/database/find.rst                 |  4 +-
 src/mango/README.md                                |  2 +-
 6 files changed, 14 insertions(+), 99 deletions(-)