This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch ibm-iam-auth
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard a765d68a4 switch to gun
discard bbda84a0f couch replication auth plugin for IBM IAM with refresh
add a2eedd4af Try to re-enable s390x and ppc64le
add 91cc9619c Handle empty ddocs in ddoc_features scanner plugin
add c2a97ae68 Simplify chttpd_db_doc_size_tests with sigils
add 977fecb53 Quadratic speed up in _bulk_docs in pair_write_info
add b22922c27 Fix explicit sorting by relevance/score
add 654122981 Merge pull request #6078 from
apache/nouveau-6075-sort-by-relevance
add f5d5bdfc0 Update gun to 2.5.0
add 0eb3ec67e Handle errors better in index cleanup
add 4da54d4d8 couch replication auth plugin for IBM IAM with refresh
add 900452b78 switch to gun
add 1be07c80f remove refcounting
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 (a765d68a4)
\
N -- N -- N refs/heads/ibm-iam-auth (1be07c80f)
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:
build-aux/Jenkinsfile | 53 +++---
.../apache/couchdb/nouveau/lucene/LuceneIndex.java | 6 +-
rebar.config.script | 2 +-
src/chttpd/test/eunit/chttpd_db_doc_size_tests.erl | 54 +++----
src/couch/src/couch_db_updater.erl | 18 ++-
src/couch/test/eunit/couch_cfile_prop_tests.erl | 2 +-
.../src/couch_replicator_auth_ibm.erl | 177 +++++++++++----------
.../src/couch_scanner_plugin_ddoc_features.erl | 8 +-
.../test/eunit/couch_scanner_test.erl | 15 ++
src/docs/src/api/ddoc/nouveau.rst | 2 +-
src/dreyfus/src/dreyfus_fabric_cleanup.erl | 14 +-
src/fabric/src/fabric_index_cleanup.erl | 35 ++--
src/fabric/test/eunit/fabric_tests.erl | 143 ++++++++++++++++-
src/nouveau/src/nouveau_fabric_cleanup.erl | 14 +-
test/elixir/test/config/nouveau.elixir | 4 +-
test/elixir/test/nouveau_test.exs | 34 +++-
16 files changed, 395 insertions(+), 186 deletions(-)