You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2020/01/08 10:46:06 UTC

[couchdb] branch mango_metrics updated (0e74663 -> 640f3fa)

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

willholley pushed a change to branch mango_metrics
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 0e74663  Warn on mango index scan
 discard df10690  Instrument Mango execution stats
 discard 2a04066  Add mango.query_invalid_index counter
 discard 0a75014  Refactor Mango warning generation
     add 1af17e0  Rework CI setup (#2367)
     add c6459fa  Jenkins: Use 'docker' label for dockerised builds (#2418)
     add 2e4f9d3  Set the session correctly
     add 102bcf4  feat: remove couchup (#2399)
     add dbdf195  Remove unused batching code from replicator (#2419)
     add 08d6538  Make the rexi:stream2 interface unacked message limit configurable (#2360)
     add 28dbf7e  Bypass authentication check for /_up (#2411)
     add d6f55ab  Halt on no admin to avoid crash dump (#2417)
     add b54796f  Uncomment COUCHDB_FAUXTON_DOCROOT for couchdb.cmd (#2416)
     add e850895  Jenkins: update binary platform matrix (#2422)
     add 426466f  Refactor Mango warning generation
     add 6a2170b  Add mango.query_invalid_index counter
     add 55d64f2  Warn on mango index scan
     add 640f3fa  Instrument Mango execution stats

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   (0e74663)
            \
             N -- N -- N   refs/heads/mango_metrics (640f3fa)

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:
 .travis.yml                                        |  87 ---
 Makefile                                           |   4 +-
 Makefile.win                                       |   4 +-
 README.rst                                         |  15 +-
 Jenkinsfile => build-aux/Jenkinsfile.full          | 245 ++++----
 build-aux/Jenkinsfile.pr                           | 147 +++++
 build-aux/README.Jenkins                           | 149 +++++
 rel/files/couchdb.cmd.in                           |   2 +-
 rel/overlay/bin/couchup                            | 613 ---------------------
 rel/overlay/etc/default.ini                        |   2 +
 src/couch/priv/stats_descriptions.cfg              |  10 +-
 src/couch/src/couch_httpd_auth.erl                 |   5 +
 src/couch/src/couch_sup.erl                        |   2 +-
 .../src/couch_replicator_worker.erl                |  42 +-
 src/mango/src/mango_cursor_text.erl                |   1 +
 src/mango/src/mango_cursor_view.erl                |   3 +
 src/mango/src/mango_execution_stats.erl            |  15 +-
 src/mango/src/mango_selector.erl                   |  18 +-
 src/rexi/src/rexi.erl                              |   5 +-
 test/elixir/test/cookie_auth_test.exs              |  25 +-
 20 files changed, 509 insertions(+), 885 deletions(-)
 delete mode 100644 .travis.yml
 rename Jenkinsfile => build-aux/Jenkinsfile.full (72%)
 create mode 100644 build-aux/Jenkinsfile.pr
 create mode 100644 build-aux/README.Jenkins
 delete mode 100755 rel/overlay/bin/couchup