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


    omit 19183b7f9 couch replication auth plugin for IBM IAM with refresh
     add 22c6066f2 Update various helper deps: credo, elixir, meck
     add 674bd17dd Fix elixir tests
     add 5dd12873c Fix elixir warnings
     add 434f118cb test(mango-cursor): increase timeouts
     add a06d0ba1c Merge pull request #6084 from 
apache/test/mango-cursor-timeout
     add 4eefae895 validate limit and timeout parameters to _changes
     add 7056805c7 remove erroneous comment
     add bd09782ca Merge pull request #6089 from apache/changes-validation
     add 3b59e2b36 base64:decode throws error:badarg too
     add a6778e5d4 Merge pull request #6090 from 
apache/improve-invalid-auth-header-handling
     add 535e661cd couch replication auth plugin for IBM IAM with refresh

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   (19183b7f9)
            \
             N -- N -- N   refs/heads/ibm-iam-auth (535e661cd)

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:
 Makefile                                           |  2 +-
 config/integration.exs                             |  1 -
 config/test.exs                                    |  1 -
 mix.exs                                            |  6 ++-
 rebar.config.script                                |  2 +-
 src/chttpd/src/chttpd_db.erl                       | 32 ++++++++++++-
 src/couch/src/couch_httpd_auth.erl                 | 22 ++++++++-
 .../src/couch_replicator_auth_ibm.erl              | 52 +++++++++++++++++-----
 src/docs/src/api/database/changes.rst              |  3 +-
 src/mango/src/mango_cursor.erl                     |  6 +--
 test/elixir/config/test.exs                        |  1 -
 test/elixir/lib/suite.ex                           |  4 +-
 test/elixir/test/attachments_multipart_test.exs    |  9 ++--
 test/elixir/test/basics_test.exs                   |  2 -
 test/elixir/test/config/suite.elixir               |  4 +-
 test/elixir/test/mango/03_operator_test.exs        |  2 +-
 test/elixir/test/mango/05_index_selection_test.exs | 20 ---------
 test/elixir/test/mango/06_basic_text_test.exs      |  2 +-
 ...eld-test.exs => 06_text_default_field_test.exs} |  0
 test/elixir/test/mango/14_json_pagination_test.exs |  2 -
 ...nd_conflicts.exs => 19_find_conflicts_test.exs} |  2 +-
 ...g-index-test.exs => 22_covering_index_test.exs} |  1 -
 test/elixir/test/partition_helpers.exs             |  2 +-
 test/elixir/test/reshard_helpers.exs               |  3 +-
 test/elixir/test/search_test.exs                   |  1 -
 25 files changed, 118 insertions(+), 64 deletions(-)
 rename test/elixir/test/mango/{06-text-default-field-test.exs => 
06_text_default_field_test.exs} (100%)
 rename test/elixir/test/mango/{19_find_conflicts.exs => 
19_find_conflicts_test.exs} (97%)
 rename test/elixir/test/mango/{22-covering-index-test.exs => 
22_covering_index_test.exs} (99%)

Reply via email to