This is an automated email from the ASF dual-hosted git repository.
tonysun83 pushed a change to branch new-edits-false-bug
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
omit f7ab572 use FirstReply instead of mismatched_errors
omit bcfe78f remove accept clause
omit ba25c7f4 switch to 201
omit 8406e85 Fix new_edits:false and VDU function_clause
add 9b7fb37 fixup get _dbs_info corner case
add 77f34a1 Refactor Jenkins to dynamically generate stages
add 016385f Properly test for SM60 on ARM builds
add 9cebe1e Update mix.lock
add a0fb595 Display 3.x build status in README
add bd6ec27 Bump docs to 3.2.1-1
add 00ec897 Clear junk test dbs before running chttpd_dbs_info_tests
add b8ad56b Execute fabric_rpc_tests in clean database_dir
add 50080a9 Merge pull request #3921 from
cloudant/fix-flaky-test-in-fabric_rpc
add 0b4fd93 Execute chttpd_dbs_info_tests in clean database_dir
add 073a2db Merge pull request #3923 from jiahuili430/81-fixup-dbs-info
add 6594045 Fix publication of nightly packages (#3925)
add 8836cb9 Fix new_edits:false and VDU function_clause
add 2f0d8c1 switch to 201
add e6ce4e4 remove accept clause
add 88944cf use FirstReply instead of mismatched_errors
add a742fdd update with erlfmt
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 (f7ab572)
\
N -- N -- N refs/heads/new-edits-false-bug (a742fdd)
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:
README.rst | 4 +-
build-aux/Jenkinsfile.full | 834 ++++++++---------------
build-aux/{README.Jenkins => README.md} | 70 +-
configure | 4 +-
mix.lock | 4 +-
rebar.config.script | 2 +-
src/chttpd/src/chttpd_misc.erl | 26 +-
src/chttpd/test/eunit/chttpd_dbs_info_test.erl | 527 ++++++--------
src/couch/src/couch_server.erl | 5 +
src/couch/src/test_util.erl | 38 ++
src/ddoc_cache/test/eunit/ddoc_cache_tutil.erl | 3 +-
src/fabric/src/fabric_doc_update.erl | 50 +-
src/fabric/test/eunit/fabric_db_create_tests.erl | 6 +-
src/fabric/test/eunit/fabric_rpc_tests.erl | 12 +-
14 files changed, 628 insertions(+), 957 deletions(-)
rename build-aux/{README.Jenkins => README.md} (70%)