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 d050b3c14 use gun_pool
    omit 295fd6708 synchronous gun handling in spawned process
    omit 99cf9f62c couch replication auth plugin for IBM IAM with refresh
     add 78395184b Use gun in tests
     add 4389781cb 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   (d050b3c14)
            \
             N -- N -- N   refs/heads/ibm-iam-auth (4389781cb)

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:
 .credo.exs                                         |   1 -
 .gitignore                                         |   1 -
 mix.exs                                            |   9 +-
 src/chttpd/test/eunit/chttpd_bulk_get_test.erl     |   9 +-
 src/chttpd/test/eunit/chttpd_csp_tests.erl         |  24 +-
 .../test/eunit/chttpd_db_attachment_size_tests.erl |   5 +-
 src/chttpd/test/eunit/chttpd_db_doc_get_tests.erl  |   9 +-
 src/chttpd/test/eunit/chttpd_dbs_info_test.erl     |  13 +-
 src/couch/src/couch.app.src                        |   1 +
 src/couch/src/couch_gun.erl                        | 439 +++++++++++++++++++
 src/couch/src/test_request.erl                     |  78 +++-
 src/couch/src/test_util.erl                        |   5 +-
 src/couch/test/eunit/couchdb_attachments_tests.erl |  10 +-
 .../test/eunit/couchdb_cookie_domain_tests.erl     |  12 +-
 src/couch/test/eunit/couchdb_cors_tests.erl        |  48 +--
 .../test/eunit/couchdb_location_header_tests.erl   |   8 +-
 src/couch/test/eunit/couchdb_mrview_cors_tests.erl |   4 +-
 src/couch/test/eunit/same_site_cookie_tests.erl    |   2 +-
 .../test/eunit/couch_prometheus_e2e_tests.erl      |   2 +-
 .../src/couch_replicator_auth_ibm.erl              | 186 +++------
 test/elixir/lib/couch.ex                           | 133 ++----
 test/elixir/lib/couch/dbtest.ex                    |  12 +-
 test/elixir/lib/couch/http.ex                      | 465 +++++++++++++++++++++
 test/elixir/lib/couch_raw.ex                       | 123 ++----
 test/elixir/lib/step/start.ex                      |   2 +-
 test/elixir/test/attachment_names_test.exs         |   4 +-
 test/elixir/test/attachment_paths_test.exs         |   8 +-
 test/elixir/test/attachment_ranges_test.exs        |  24 +-
 test/elixir/test/attachments_multipart_test.exs    |  43 +-
 test/elixir/test/attachments_test.exs              |  26 +-
 test/elixir/test/basics_test.exs                   |  13 +-
 test/elixir/test/changes_async_test.exs            | 162 ++++---
 test/elixir/test/design_paths_test.exs             |  16 +-
 test/elixir/test/etags_head_test.exs               |  22 +-
 test/elixir/test/http_test.exs                     |  12 +-
 test/elixir/test/jsonp_test.exs                    |   9 +-
 test/elixir/test/list_views_test.exs               |   4 +-
 test/elixir/test/replication_test.exs              |  57 ++-
 test/elixir/test/rewrite_js_test.exs               |  10 +-
 test/elixir/test/rewrite_test.exs                  |   8 +-
 test/elixir/test/show_documents_test.exs           |  24 +-
 test/elixir/test/update_documents_test.exs         |  10 +-
 test/elixir/test/uuids_test.exs                    |   6 +-
 43 files changed, 1383 insertions(+), 676 deletions(-)
 create mode 100644 src/couch/src/couch_gun.erl
 create mode 100644 test/elixir/lib/couch/http.ex

Reply via email to