You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/06/01 19:05:05 UTC

[couchdb] branch test-mochiweb-crypto-upgrade-pr updated (0d04dc6 -> 6dc5a3d)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch test-mochiweb-crypto-upgrade-pr
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 0d04dc6  Test crypto upgrade mochiweb PR
     add 1f21fe8  Re-enable more elixir tests (#3572)
     add a19189c  move couch_httpd_auth options to chttpd_auth main
     add 288caff  Do not warn for invalid offset with spidermonkey 60 on mac
     add 90b230e  Delete unused chttpd_show:apply_etag/2 function
     new 6dc5a3d  Test crypto upgrade mochiweb PR

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   (0d04dc6)
            \
             N -- N -- N   refs/heads/test-mochiweb-crypto-upgrade-pr (6dc5a3d)

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:
 rel/overlay/etc/default.ini                 | 54 ++++++++++++++-----------
 src/chttpd/src/chttpd.erl                   | 10 +++--
 src/chttpd/src/chttpd_show.erl              | 12 ------
 src/chttpd/src/chttpd_util.erl              | 25 +++++++++++-
 src/chttpd/test/eunit/chttpd_util_test.erl  | 55 +++++++++++++++++++++++--
 src/couch/rebar.config.script               |  2 +-
 src/couch/src/couch_httpd.erl               | 10 +++--
 src/couch/src/couch_httpd_auth.erl          | 62 +++++++++++++++--------------
 src/couch/src/couch_passwords.erl           |  6 +--
 src/fabric/src/fabric2_users_db.erl         |  9 +++--
 test/elixir/test/config/skip.elixir         |  2 -
 test/elixir/test/cookie_auth_test.exs       | 12 +++---
 test/elixir/test/users_db_security_test.exs |  2 +-
 test/elixir/test/users_db_test.exs          |  2 +-
 14 files changed, 170 insertions(+), 93 deletions(-)

[couchdb] 01/01: Test crypto upgrade mochiweb PR

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch test-mochiweb-crypto-upgrade-pr
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 6dc5a3d7d275c26388c48d06ccb5883b3809d8bc
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Wed May 26 16:24:38 2021 -0400

    Test crypto upgrade mochiweb PR
    
    https://github.com/apache/couchdb-mochiweb/pull/5
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 50af410..53ebe44 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -155,7 +155,7 @@ DepDescs = [
 {jaeger_passage,   "jaeger-passage",   {tag, "CouchDB-0.1.14-4"}},
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.5-1"}},
 {local,            "local",            {tag, "0.2.1"}},
-{mochiweb,         "mochiweb",         {tag, "v2.20.0"}},
+{mochiweb,         "mochiweb",         {tag, "test-pr-5-crypto-upgrade"}},
 {meck,             "meck",             {tag, "0.9.2"}},
 {recon,            "recon",            {tag, "2.5.0"}},
 {passage,          "passage",          {tag, "CouchDB-0.2.6-1"}},