You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2020/08/20 05:15:04 UTC

[couchdb] branch build-couchjs-for-redhat-linux updated (fc9037c -> 11e8d0d)

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

jiangphcn pushed a change to branch build-couchjs-for-redhat-linux
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard fc9037c  fixup: Build couch_js for redhat linux
     add e0cbe1c  Remove wrongly commited file from #2955 (#3070)
     add 57e3501  Unlink index pid and swallow EXIT message if present
     add c66694f  Merge pull request #3068 from apache/couch_index_server_crash
     add 7c9094c  Validate shard specific query params on db create request
     add 5004f99  Don't crash couch_index_server if the db isn't known yet
     add 7d9f115  Merge pull request #3075 from apache/couch_index_server_crash2
     add 11e8d0d  fixup: Build couch_js for redhat linux

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   (fc9037c)
            \
             N -- N -- N   refs/heads/build-couchjs-for-redhat-linux (11e8d0d)

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:
 src/chttpd/src/chttpd_auth.erl.orig        |  89 ----------------
 src/chttpd/src/chttpd_db.erl               | 162 +++++++++++++++++++++++++++--
 src/couch/src/couch_util.erl               |  12 +++
 src/couch_index/src/couch_index_server.erl |  16 ++-
 4 files changed, 178 insertions(+), 101 deletions(-)
 delete mode 100644 src/chttpd/src/chttpd_auth.erl.orig