You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/10/26 00:22:34 UTC

[couchdb] branch erlang-20.1 updated (6238bf1 -> 39d7cbd)

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

wohali pushed a change to branch erlang-20.1
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    omit 6238bf1  Travis: s/20.0/20.1 for build
     add 82635ef  Blacklist some config sections from HTTP PUT/DELETE operations
     add 1cd5852  Disable eval() and Function() constructor in JS by default
     new 39d7cbd  Travis: s/20.0/20.1 for build

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   (6238bf1)
            \
             N -- N -- N   refs/heads/erlang-20.1 (39d7cbd)

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:
 Makefile                                    |  1 +
 dev/run                                     | 11 +++++++++
 src/chttpd/src/chttpd_misc.erl              |  2 ++
 src/couch/priv/couch_js/help.h              |  2 +-
 src/couch/priv/couch_js/main.c              |  6 ++---
 src/couch/priv/couch_js/util.c              |  4 +--
 src/couch/priv/couch_js/util.h              |  2 +-
 src/couch/src/couch_httpd_misc_handlers.erl |  1 +
 src/couch/src/couch_util.erl                | 22 +++++++++++++++++
 test/javascript/run                         |  2 +-
 test/javascript/tests/config.js             |  8 ++++++
 test/javascript/tests/erlang_views.js       |  4 +--
 test/javascript/tests/view_sandboxing.js    | 38 ++++++++---------------------
 13 files changed, 64 insertions(+), 39 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].

[couchdb] 01/01: Travis: s/20.0/20.1 for build

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

wohali pushed a commit to branch erlang-20.1
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 39d7cbdaef3523487a39d3361eb4a9aa69bea4af
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed Oct 25 16:27:55 2017 -0400

    Travis: s/20.0/20.1 for build
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5a2f53b..fe84f87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: false
 
 os: linux
 otp_release:
-   - 20.0
+   - 20.1
    - 19.3
    - 18.3
    - 17.5

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.