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

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


 discard f3b301a69 purge tombstones that exceed TTL
 discard 9d311608b configure ELP 
(https://whatsapp.github.io/erlang-language-platform)
     add e2626aafa Use OS certificates for replication
     add 8ea0a6b3a Allow user to customize the `Timeout` threshold for checking 
search services
     add 996e2d185 Remove redundant *_to_list / list_to_* conversion
     add f77d47cf0 Fix reduce_limit = log feature
     add 39ae56817 Configure ELP
     add 5ef21bac9 Merge pull request #5645 from apache/ELP
     add 42e8ba749 Add write limiting to the scanner
     new c0ce87254 purge tombstones that exceed TTL

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   (f3b301a69)
            \
             N -- N -- N   refs/heads/auto-delete-tseq (c0ce87254)

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 1 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:
 rel/overlay/etc/default.ini                        |  18 ++-
 src/chttpd/src/chttpd_external.erl                 |   2 +-
 src/chttpd/test/eunit/chttpd_purge_tests.erl       |   2 +-
 src/config/src/config.erl                          |   4 +-
 src/couch/src/couch_att.erl                        |   2 +-
 src/couch/src/couch_db.erl                         |   2 +-
 src/couch/src/couch_doc.erl                        |  20 ++--
 src/couch/src/couch_httpd_multipart.erl            |   2 +-
 src/couch/src/couch_native_process.erl             |   2 +-
 src/couch/src/couch_proc_manager.erl               |  18 ++-
 src/couch/src/couch_tombstone_remover.erl          |  13 +--
 src/couch/src/couch_util.erl                       |   8 +-
 src/couch/test/eunit/couch_query_servers_tests.erl | 122 +++++++++++----------
 .../test/eunit/couch_tombstone_remover_tests.erl   |  92 ++++++++++++++++
 src/couch_mrview/src/couch_mrview.erl              |   2 +-
 src/couch_mrview/src/couch_mrview_test_util.erl    |   2 +-
 .../test/eunit/couch_mrview_collation_tests.erl    |   6 +-
 .../test/eunit/couch_mrview_purge_docs_tests.erl   |   4 +-
 src/couch_pse_tests/src/cpse_util.erl              |   2 +-
 .../src/couch_replicator_connection.erl            |   3 +
 .../src/couch_replicator_parse.erl                 |  25 ++++-
 .../src/couch_replicator_utils.erl                 |  54 ++++++++-
 .../test/eunit/couch_replicator_compact_tests.erl  |   2 +-
 ...ch_replicator_small_max_request_size_target.erl |   2 +-
 .../src/couch_scanner_rate_limiter.erl             |  56 ++++++++--
 src/couch_stats/src/couch_stats_httpd.erl          |   4 +-
 src/ddoc_cache/test/eunit/ddoc_cache_lru_test.erl  |   6 +-
 src/docs/src/config/query-servers.rst              |   4 +-
 src/docs/src/config/replicator.rst                 |  16 ++-
 src/docs/src/config/scanner.rst                    |  15 +++
 src/docs/src/ddocs/ddocs.rst                       |   3 +
 src/dreyfus/src/clouseau_rpc.erl                   |  36 ++++--
 src/fabric/src/fabric_rpc.erl                      |   4 +-
 src/fabric/src/fabric_view_changes.erl             |   2 +-
 src/fabric/test/eunit/fabric_rpc_purge_tests.erl   |   6 +-
 src/mango/src/mango_doc.erl                        |  10 +-
 src/mango/src/mango_json.erl                       |   2 +-
 src/mango/src/mango_selector_text.erl              |   6 +-
 src/mem3/src/mem3_util.erl                         |   4 +-
 src/setup/src/setup.erl                            |   2 +-
 40 files changed, 429 insertions(+), 156 deletions(-)
 create mode 100644 src/couch/test/eunit/couch_tombstone_remover_tests.erl

Reply via email to