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

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


 discard af14885  Report the chttpd_auth authentication db in session info
     add b5ba16f  Fix couchjs utf8 conversions (#2786)
     add df19873  First pass at SpiderMonkey 68 support
     add 26aaa3d  Incorporate changes from #2786
     add d10fe5b  Replace broken u-escape sequences
     add c261933  Fix new JS test case
     add d461554  python black cleanup
     add 67cbd4e  Ensure python black runs on all .py files (#2827)
     add d468625  View is partitioned if db and view are partitioned
     add 9727341  Suppress offsetof gcc warnings for SM60
     add 5b915fb  Drop os_mon from dependencies
     add c534118  Add Ubuntu Focal (20.04) + SM68 to Jenkins
     add 5db8bfe  bump docs, fauxton for 3.1.0
     add 24e00ec  Bump version number to 3.1.0
     add 1099772  allow to run 'javascript' target with other test targets in 
the same 'make' process
     add f5b46be  Fix python-black target for Windows
     add 209c395  Merge pull request #2854 from apache/3.x-backports-verbump
     add f300121  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   (af14885)
            \
             N -- N -- N   refs/heads/origin/session-info-auth-db-3.x (f300121)

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:
 .gitignore                                  |   3 +
 INSTALL.Unix.md                             |   2 +-
 Makefile                                    |   8 +-
 Makefile.win                                |   7 +-
 build-aux/Jenkinsfile.full                  |  49 ++++-
 rebar.config.script                         |  22 +-
 rel/reltool.config                          |   4 +-
 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/priv/couch_js/{60 => 68}/help.h   |   0
 src/couch/priv/couch_js/{60 => 68}/http.cpp | 215 ++++++++------------
 src/couch/priv/couch_js/{60 => 68}/http.h   |   0
 src/couch/priv/couch_js/{60 => 68}/main.cpp | 139 ++++++++-----
 src/couch/priv/couch_js/{60 => 68}/util.cpp | 205 +++++++++++--------
 src/couch/priv/couch_js/{60 => 68}/util.h   |   5 +-
 src/couch/rebar.config.script               |  70 ++++---
 src/couch/src/couch.app.src                 |   1 -
 src/couch/src/couch.erl                     |   1 -
 src/couch/src/couch_query_servers.erl       | 107 +++++++++-
 src/couch/test/eunit/couch_js_tests.erl     | 139 +++++++++++--
 src/couch_mrview/src/couch_mrview_index.erl |  11 +-
 src/mango/test/21-empty-selector-tests.py   |  10 +-
 support/build_js.escript                    |   6 +
 version.mk                                  |   2 +-
 28 files changed, 886 insertions(+), 923 deletions(-)
 delete mode 100644 src/couch/priv/couch_js/60/utf8.cpp
 delete mode 100644 src/couch/priv/couch_js/60/utf8.h
 copy src/couch/priv/couch_js/{60 => 68}/help.h (100%)
 copy src/couch/priv/couch_js/{60 => 68}/http.cpp (77%)
 copy src/couch/priv/couch_js/{60 => 68}/http.h (100%)
 copy src/couch/priv/couch_js/{60 => 68}/main.cpp (77%)
 copy src/couch/priv/couch_js/{60 => 68}/util.cpp (59%)
 copy src/couch/priv/couch_js/{60 => 68}/util.h (90%)

Reply via email to