You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2020/04/30 16:59:11 UTC

[couchdb] branch session-info-auth-db-3.0.x updated (1e9d0e3 -> 8423500)

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

jaydoane pushed a change to branch session-info-auth-db-3.0.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 1e9d0e3  Report the chttpd_auth authentication db in session info
     add e4cb32d  Fix couchjs utf8 conversions (#2786)
     add bdbc354  python black cleanup
     add 70f94fe  Ensure python black runs on all .py files (#2827)
     add e375b3d  View is partitioned if db and view are partitioned
     add 14e3cd4  Suppress offsetof gcc warnings for SM60
     add 916bd6b  Drop os_mon from dependencies
     add 77dfc7e  bump docs, fauxton for 3.0.1
     add 8423500  Report the chttpd_auth authentication db in session info

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   (1e9d0e3)
            \
             N -- N -- N   refs/heads/session-info-auth-db-3.0.x (8423500)

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:
 INSTALL.Unix.md                             |   2 +-
 Makefile                                    |   4 +-
 Makefile.win                                |   4 +-
 rebar.config.script                         |   6 +-
 rel/reltool.config                          |   2 -
 src/couch/priv/couch_js/60/http.cpp         | 214 +++++++-------------
 src/couch/priv/couch_js/60/main.cpp         |  69 +++++--
 src/couch/priv/couch_js/60/utf8.cpp         | 301 ----------------------------
 src/couch/priv/couch_js/60/utf8.h           |  19 --
 src/couch/priv/couch_js/60/util.cpp         | 196 ++++++++++--------
 src/couch/priv/couch_js/60/util.h           |   4 +-
 src/couch/rebar.config.script               |   2 +-
 src/couch/src/couch.app.src                 |   1 -
 src/couch/src/couch.erl                     |   1 -
 src/couch/test/eunit/couch_js_tests.erl     | 140 +++++++++++--
 src/couch_mrview/src/couch_mrview_index.erl |  11 +-
 src/mango/test/21-empty-selector-tests.py   |  10 +-
 17 files changed, 387 insertions(+), 599 deletions(-)
 delete mode 100644 src/couch/priv/couch_js/60/utf8.cpp
 delete mode 100644 src/couch/priv/couch_js/60/utf8.h