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

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


 discard 2a4ab8b46 [view_updater]: Add `queue_memory_cap` and `queue_item_cap`
 discard ce4e5f516 [fabric]: `attachments_timeout` default should be `600000`
 discard d0b86bc2e [couchdb]: Add `delete_after_rename = true` option
 discard 2adc59c7f Fix typos
 discard fb24bd88f Docs: `changes_timeout` is applicable for 
`_changes?feed=eventsource`
 discard b4fd97cb4 config: `secret` was moved to `[chttpd_auth]` session
     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
     add 7ac5387bf Upgrade erlfmt and rebar3
     add e81df64ff Implement prop updates for shards
     add 66f7487ab Unify and fix fabric db meta setters
     add ad4801277 Document that _all_dbs endpoint supports inclusive_end query 
param
     add 8d1d09d41 Merge pull request #5653 from apache/all_dbs_inclusive_end
     add de73c457c Retry call to dreyfus index on noproc errors
     add aa56b9ff2 Remove absolete clauses from dreyfus
     add 546cae70d Remove pointless message
     add 691e7c7d1 Add delay before retry
     add f589a51cd Merge pull request #5649 from apache/retry-on-noproc-errors
     add c1162fa75 dev: support multiarch names (Debian based systems) (#5626)
     add e2fbdd479 Use upgraded Erlang CI images
     add cb6b1b480 fix homebrew spidermonkey build
     add e03472c68 Merge pull request #5657 from apache/fix-brew-sm-build
     add 4b6efab2a fix centos/freebsd build
     add 9133232ad Merge pull request #5660 from apache/fix-brew-sm-build-2
     add 3ab350c3a Unify CI jobs
     add 60d33e770 Remove old Jenkinsfiles
     add 34207dc7c more informative error if epochs out of order
     add ff20af2b2 Merge pull request #5663 from apache/epoch-order-error
     add 965344ecb Disable ppc64le and s390x builds
     add aa664378b Add Trixie to CI
     add b830fffcd Update mochiweb to v3.3.0
     add e13d560b1 Update xxHash
     add 831849ca4 Update QuickJS
     add 468910e17 fix make clean after dev/run --enable-tls
     add f2c5c603b Merge pull request #5670 from apache/enable-tls-clean
     add 565de4307 Cache and store mem3 shard properties in one place only
     add 91ff59f2e config: `secret` was moved to `[chttpd_auth]` session
     add a7e32e3ad Docs: `changes_timeout` is applicable for 
`_changes?feed=eventsource`
     add 5e7a67310 Fix typos
     add 7c227dba8 [couchdb]: Add `delete_after_rename = true` option
     add ae48032d8 [fabric]: `attachments_timeout` default should be `600000`
     add 8a7afd458 [view_updater]: Add `queue_memory_cap` and `queue_item_cap`
     add 8e94b0762 [fabric]: Make `all_docs_view_permsg_timeout` configurable

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   (2a4ab8b46)
            \
             N -- N -- N   refs/heads/fix-config-options (8e94b0762)

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:
 .elp.toml                                          |   3 +
 Makefile                                           |   2 +-
 build-aux/{Jenkinsfile.full => Jenkinsfile}        | 296 +++++++++++++++------
 build-aux/Jenkinsfile.pr                           | 293 --------------------
 configure                                          |   6 +-
 rebar.config.script                                |   2 +-
 rel/overlay/etc/default.ini                        |  33 ++-
 src/chttpd/src/chttpd_db.erl                       |   3 +-
 src/chttpd/src/chttpd_external.erl                 |   2 +-
 src/chttpd/test/eunit/chttpd_purge_tests.erl       |   2 +-
 src/config/src/config.erl                          |   4 +-
 src/couch/rebar.config.script                      |  64 ++---
 src/couch/src/couch_att.erl                        |   2 +-
 src/couch/src/couch_db.erl                         |  49 +++-
 src/couch/src/couch_db_updater.erl                 |  20 +-
 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_util.erl                       |   8 +-
 src/couch/test/eunit/couch_query_servers_tests.erl | 122 +++++----
 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 +-
 .../patches/01-spidermonkey-185-mode.patch         |   6 +-
 .../patches/02-test262-makefile.patch              |   4 +-
 src/couch_quickjs/patches/03-test262-yield.patch   |   4 +-
 src/couch_quickjs/patches/04-test262-errors.patch  |   4 +-
 src/couch_quickjs/quickjs/Changelog                |   3 +
 src/couch_quickjs/quickjs/VERSION                  |   2 +-
 src/couch_quickjs/quickjs/qjsc.c                   |   3 +
 src/couch_quickjs/quickjs/quickjs.c                | 257 ++++++++++--------
 src/couch_quickjs/quickjs/quickjs.h                |   4 +-
 src/couch_quickjs/quickjs/run-test262.c            |  43 ++-
 .../src/couch_replicator_utils.erl                 |   4 +-
 .../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/api/server/common.rst                 |   2 +
 src/docs/src/config/query-servers.rst              |   4 +-
 src/docs/src/config/scanner.rst                    |   9 +
 src/docs/src/ddocs/ddocs.rst                       |   3 +
 src/dreyfus/src/clouseau_rpc.erl                   |  36 ++-
 src/dreyfus/src/dreyfus_fabric_group1.erl          |   4 +-
 src/dreyfus/src/dreyfus_fabric_group2.erl          |   4 +-
 src/dreyfus/src/dreyfus_rpc.erl                    |  41 +--
 src/exxhash/README.md                              |   2 +-
 src/exxhash/c_src/xxhash.h                         | 207 +++++++++++---
 src/fabric/src/fabric.erl                          |  15 +-
 src/fabric/src/fabric_db_meta.erl                  |  89 ++++---
 src/fabric/src/fabric_rpc.erl                      |   8 +-
 src/fabric/src/fabric_util.erl                     |  26 +-
 src/fabric/src/fabric_view_all_docs.erl            |   2 +-
 src/fabric/src/fabric_view_changes.erl             |   2 +-
 src/fabric/test/eunit/fabric_bench_test.erl        |   2 +-
 src/fabric/test/eunit/fabric_db_info_tests.erl     |  18 +-
 src/fabric/test/eunit/fabric_meta_tests.erl        | 117 ++++++++
 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/include/mem3.hrl                          |   4 +-
 src/mem3/src/mem3.erl                              |  26 +-
 src/mem3/src/mem3_hash.erl                         |  28 +-
 src/mem3/src/mem3_shards.erl                       | 131 ++++++---
 src/mem3/src/mem3_util.erl                         |  57 +---
 src/setup/src/setup.erl                            |   2 +-
 71 files changed, 1293 insertions(+), 943 deletions(-)
 create mode 100644 .elp.toml
 rename build-aux/{Jenkinsfile.full => Jenkinsfile} (75%)
 delete mode 100644 build-aux/Jenkinsfile.pr
 create mode 100644 src/fabric/test/eunit/fabric_meta_tests.erl

Reply via email to