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

rnewson pushed a change to branch rotate-secret
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 55201aac5 Support safe secret rotation
     add b9e6eda38 Optimize and clean up internal replicator purge checkpoints
     add b740bcfcb only put_value if value has changed
     add 0d130cfc8 Merge pull request #5776 from 
apache/config-put-value-if-changed
     add 1649371d8 auto-reload config on file change
     add b4e58f15d Merge pull request #5762 from apache/auto-reload-config
     add 563d1ec21 Fix replicator scheduler total jobs metric
     add 2be755bd3 Support safe secret rotation

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   (55201aac5)
            \
             N -- N -- N   refs/heads/rotate-secret (2be755bd3)

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:
 rel/overlay/etc/default.ini                        |   5 +
 src/config/src/config.erl                          | 129 +++++++++++-------
 src/couch/src/couch_bt_engine_compactor.erl        |   4 +
 .../src/couch_replicator_scheduler.erl             |  19 +--
 src/mem3/src/mem3_rep.erl                          | 145 +++++++++++++++------
 src/mem3/src/mem3_rpc.erl                          |  42 ++++--
 src/mem3/test/eunit/mem3_rep_test.erl              | 126 +++++++++++++++++-
 test/elixir/test/config/suite.elixir               |   1 +
 test/elixir/test/config_test.exs                   |  16 +++
 9 files changed, 376 insertions(+), 111 deletions(-)

Reply via email to