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

vatamane pushed a change to branch jenkins-update-erlang-versions
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 70da0931c Update CI Erlang versions
     add 582bb448c WorksOnArm Amazon instance seems to be gone for good
     add 5f331a3eb Modernize couch replicator supervisor
     add 7388b528a Remove replication job supervisor
     add 5cb852901 Optimise fabric:all_dbs()
     add e847c86aa Fix small detail about conflicts in overview.rst
     add ab07e51af Merge pull request #5038 from Sliosh/patch-1
     add 0a431b81c Improve fabric all_dbs test
     add f5292d8ba Fix invalid call to exit/2 in couch_server
     add 2884d67af Create Python virtualenv on Windows for docs (#5045)
     add e9b80c241 Update CI Erlang versions

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   (70da0931c)
            \
             N -- N -- N   refs/heads/jenkins-update-erlang-versions (e9b80c241)

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                                       |  2 +-
 build-aux/Jenkinsfile.full                         | 12 ----
 src/couch/src/couch_server.erl                     |  9 ++-
 src/couch_replicator/README.md                     |  5 --
 src/couch_replicator/src/couch_replicator.app.src  |  1 -
 src/couch_replicator/src/couch_replicator.hrl      |  1 -
 .../src/couch_replicator_job_sup.erl               | 34 ---------
 .../src/couch_replicator_scheduler.erl             | 81 ++++++++--------------
 .../src/couch_replicator_scheduler_job.erl         | 16 ++++-
 .../src/couch_replicator_scheduler_sup.erl         | 59 ----------------
 src/couch_replicator/src/couch_replicator_sup.erl  | 44 +++++++-----
 src/docs/setup.bat                                 | 11 +++
 src/docs/src/intro/overview.rst                    |  7 +-
 src/fabric/src/fabric.erl                          | 16 +----
 src/fabric/src/fabric_bench.erl                    | 26 +++----
 src/fabric/test/eunit/fabric_tests.erl             | 73 +++++++++++++++++++
 src/mem3/src/mem3.erl                              |  7 ++
 src/mem3/src/mem3_shards.erl                       | 18 +++++
 18 files changed, 204 insertions(+), 218 deletions(-)
 delete mode 100644 src/couch_replicator/src/couch_replicator_job_sup.erl
 delete mode 100644 src/couch_replicator/src/couch_replicator_scheduler_sup.erl
 create mode 100644 src/docs/setup.bat

Reply via email to