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

jiahuili430 pushed a change to branch improve-replication
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit d0217ec3e Improve replication `since_seq` parameter
     add 899b593bf setup with mise
     add 5a36de344 update devcontainer
     add f651c177a fail build_js if compile step fails
     add 63cd44744 Merge pull request #5885 from apache/build-dev-improvements
     add a0a00775e Improve replication `since_seq` parameter

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   (d0217ec3e)
            \
             N -- N -- N   refs/heads/improve-replication (a0a00775e)

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:
 .devcontainer/Dockerfile                           |  4 +-
 .devcontainer/devcontainer.json                    |  4 +-
 .gitignore                                         |  1 +
 mise.toml                                          |  9 +++
 src/couch_quickjs/build_js.escript                 |  2 +-
 .../src/couch_replicator_scheduler_job.erl         | 22 +++----
 .../couch_replicator_attachments_too_large.erl     |  4 +-
 .../eunit/couch_replicator_large_atts_tests.erl    |  2 +-
 .../eunit/couch_replicator_scheduler_job_tests.erl | 71 +++++++++++++---------
 .../test/eunit/couch_replicator_test_helper.erl    |  3 +-
 10 files changed, 71 insertions(+), 51 deletions(-)
 create mode 100644 mise.toml

Reply via email to