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

pgj pushed a change to branch jenkins-test-clouseau-builds
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 4cd258f34 Enable Clouseau on the macOS builder
    omit 5017d51a5 Enable Clouseau on the FreeBSD builder
    omit 6a5a42b4a Enable Clouseau for more of the platform builds
     add 4f3dc9526 mango: communicate rows read for global stats collection
     add a6a1ae09d Control nouveau.yaml in configure and dev/run
     add b27563509 Merge pull request #4956 from apache/nouveau-package-2
     add 246103c62 Generate nouveau config when nouveau is enabled
     add 97b4d9a97 Enable Clouseau for more of the platform builds
     add 4693d7cf0 Enable Clouseau on the FreeBSD builder
     add fd09582a5 Enable Clouseau on the macOS builder

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   (4cd258f34)
            \
             N -- N -- N   refs/heads/jenkins-test-clouseau-builds (fd09582a5)

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:
 Makefile                                           |  12 +-
 Makefile.win                                       |  12 +-
 configure                                          |  11 +-
 configure.ps1                                      |   9 +-
 dev/run                                            |  28 ++-
 .../apache/couchdb/nouveau/core/IndexManager.java  |   2 +-
 {nouveau/src/test/resources => rel}/nouveau.yaml   |   8 +-
 rel/overlay/etc/default.ini                        |   3 +-
 rel/reltool.config                                 |   3 +-
 src/mango/src/mango_cursor_text.erl                | 223 ++++++++++++---------
 src/mango/src/mango_cursor_view.erl                |  84 ++++++--
 src/mango/src/mango_execution_stats.erl            |   6 +-
 src/mango/test/15-execution-stats-test.py          |   2 +-
 13 files changed, 260 insertions(+), 143 deletions(-)
 rename {nouveau/src/test/resources => rel}/nouveau.yaml (76%)

Reply via email to