You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/06 15:41:57 UTC

[couchdb] branch jenkins-pr-jenkinsfile updated (6c078a4 -> 96c07ad)

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

wohali pushed a change to branch jenkins-pr-jenkinsfile
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 6c078a4  Merge branch 'master' into jenkins-pr-jenkinsfile
     add 43fff60  Lock shard splitting targets during the initial copy phase
     add 5ef1880  feat: add metric counter for unindexed mango queries. Closes #1913 (#2390)
     add 3f64ef2  Fix/1977 (#2296)
     add c2ff7da  a systemd-journald compatible log output on stderr (#1912)
     add 0449057  Feat/1752/setup UUID and auth secret (#2398)
     add 36cf893  Simplfiy interleaved message couch_server test
     add 009e4d5  Avoid file_server_2 for existance tests
     add 10670fb  Reduce logging calls in couch_server
     add 6cbe173  Track db open times in the async_open pid
     add b02599e  Move more work out of couch_server's main loop
     add a595401  Set a high priority on couch_server
     add 3e57451  feat: add read-only _metrics role for _stats and _system endpoints (#2392)
     add 05b5d06  Fix SM60 build on Mac (#2401)
     add 96c07ad  Merge branch 'master' into jenkins-pr-jenkinsfile

No new revisions were added by this update.

Summary of changes:
 dev/run                                            |   2 +-
 rel/overlay/etc/default.ini                        |  25 ++-
 src/chttpd/src/chttpd_auth_request.erl             |  14 ++
 src/couch/include/couch_js_functions.hrl           |  12 +-
 src/couch/priv/couch_js/60/main.cpp                |   3 -
 src/couch/priv/stats_descriptions.cfg              |   4 +
 src/couch/rebar.config.script                      |   5 +
 src/couch/src/couch_bt_engine.erl                  |  13 +-
 src/couch/src/couch_db_split.erl                   |  11 +-
 src/couch/src/couch_server.erl                     | 213 ++++++++++++++-------
 src/couch/src/couch_util.erl                       |  11 ++
 src/couch/test/eunit/couch_db_split_tests.erl      |  35 +++-
 src/couch/test/eunit/couch_db_tests.erl            |  29 ++-
 src/couch/test/eunit/couch_server_tests.erl        |  50 ++---
 ...er_stderr.erl => couch_log_writer_journald.erl} |  27 ++-
 src/mango/src/mango_cursor.erl                     |   1 +
 src/mem3/test/eunit/mem3_reshard_test.erl          |  35 +++-
 src/setup/README.md                                |  17 ++
 src/setup/src/setup.erl                            |  17 +-
 src/setup/src/setup_sup.erl                        |   6 +
 src/setup/test/t-frontend-setup.sh                 |  12 +-
 .../setup/test/t-single-node-auto-setup.sh         |  16 +-
 22 files changed, 426 insertions(+), 132 deletions(-)
 copy src/couch_log/src/{couch_log_writer_stderr.erl => couch_log_writer_journald.erl} (64%)
 copy rel/files/README => src/setup/test/t-single-node-auto-setup.sh (57%)
 mode change 100644 => 100755