This is an automated email from the ASF dual-hosted git repository.
jaydoane pushed a change to branch make-clean-elixir-test-deps
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 20c9aa984 Clean elixir test deps when running `make clean`
add aca60ddf1 Remove compat couch_rand module
add 8f966643b Use an explicit message for replicator doc processor delayed
init
add 9154aa2e3 Fix units in replicator cluster_start_period
add fcbee8874 configure.ps1: do not test SpiderMonkey libs when it is
disabled
add 8a617ed2f Bump Clouseau to 2.23.1
add 4d52e291e Remove flaky couch key tree test
new bbd12a2f3 Clean elixir build artifacts with `make clean`
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 (20c9aa984)
\
N -- N -- N refs/heads/make-clean-elixir-test-deps (bbd12a2f3)
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:
Makefile | 2 +-
configure | 50 +++++++++++---------
configure.ps1 | 54 +++++++++++++---------
dev/run | 28 +++++++----
src/couch/src/couch_debug.erl | 2 +-
src/couch/src/couch_multidb_changes.erl | 2 +-
src/couch/src/couch_rand.erl | 24 ----------
src/couch/src/couch_uuids.erl | 2 +-
src/couch/src/test_util.erl | 2 +-
src/couch/test/eunit/couch_btree_tests.erl | 8 ++--
src/couch/test/eunit/couch_file_tests.erl | 6 +--
src/couch/test/eunit/couch_key_tree_tests.erl | 30 +-----------
src/couch/test/eunit/json_stream_parse_tests.erl | 2 +-
src/couch_log/test/eunit/couch_log_test.erl | 2 +-
.../src/couch_replicator_doc_processor.erl | 14 +++---
src/couch_replicator/src/couch_replicator_docs.erl | 2 +-
.../src/couch_replicator_scheduler_job.erl | 2 +-
src/ddoc_cache/test/eunit/ddoc_cache_lru_test.erl | 2 +-
src/ioq/src/ioq.erl | 2 +-
src/mem3/src/mem3.erl | 2 +-
20 files changed, 106 insertions(+), 132 deletions(-)
delete mode 100644 src/couch/src/couch_rand.erl