This is an automated email from the ASF dual-hosted git repository.
ronny pushed a change to branch upgrade-deprecated-config-option
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard c57961560 Fix elixir warnings
add 963daf6ca Implement view_report function
add a45e82aa1 Merge pull request #4033 from
noahshaw11/implement-view_report-function
add 2be1da823 Add io_priority classes
add c09cd8968 Add ioq io_priority functions and system class
add 74f12c74d Merge pull request #4106 from apache/4101-add-io-priority
add a1e18f244 Fix elixir warnings
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 (c57961560)
\
N -- N -- N refs/heads/upgrade-deprecated-config-option
(a1e18f244)
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:
src/chttpd/src/chttpd.app.src | 3 +-
src/chttpd/src/chttpd_auth_cache.erl | 6 +-
src/couch/src/couch_debug.erl | 80 ++++-
src/couch_index/src/couch_index.app.src | 2 +-
src/couch_index/src/couch_index.erl | 1 +
src/couch_mrview/src/couch_mrview_debug.erl | 391 ++++++++++++++++++++-
src/couch_peruser/src/couch_peruser.app.src | 2 +-
src/couch_peruser/src/couch_peruser.erl | 2 +
src/couch_replicator/src/couch_replicator.app.src | 3 +-
src/couch_replicator/src/couch_replicator_docs.erl | 2 +
src/global_changes/src/global_changes.app.src | 3 +-
src/global_changes/src/global_changes_server.erl | 5 +-
src/ioq/src/ioq.erl | 19 +
src/mem3/src/mem3.app.src | 3 +-
src/mem3/src/mem3_nodes.erl | 7 +-
src/mem3/src/mem3_shards.erl | 6 +-
src/mem3/src/mem3_util.erl | 3 +
17 files changed, 514 insertions(+), 24 deletions(-)