You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by to...@apache.org on 2021/04/13 18:18:51 UTC

[couchdb] branch prometheus-endpoint updated (8fda605 -> b1f1d1c)

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

tonysun83 pushed a change to branch prometheus-endpoint
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 8fda605  add prometheus versioning to header
 discard 025d8d9  add updated e2e test
 discard 6077e99  add http server tests
 discard f919eae  separate scrape export block
 discard 9969926  send better error message format
 discard 6f6d3ca  update rt
 discard b0c0535  fix refresh interval bug
 discard 57e1061  add prometheus_port to eunit setup
 discard e2d17eb  add bind_address
 discard 9e12fce  add configurable http server
 discard a22d48a  add endpoint to chttpd
 discard ce6b491  new prometheus format
 discard d20a7b3  Add new app couch_prometheus
     add 6e29ede  Bump erlfdb to v1.2.9
     add c00bdd7  Bump erlfdb to v1.3.0
     add c1c8295  Verify correctness with concurrent updates
     add 82bd4d4  Merge pull request #3413 from apache/concurrent_write_tests
     add 63700c3  Fix and re-enable ChangesAsyncTest
     add 304a063  Fix couch_jobs to be less flaky
     add c508efe  Fix more couch_jobs flakiness
     add 38678d0  Remove _membership call from set_config_raw in integration tests
     add 00811b4  Remove error message on mix test
     add 6fa2a6f  Include necessary dependency in jwtf keystore test setup & teardown
     add 7341334  Ignore unchecked JWT claims
     add 67061db  Set wait_for_built_index=True for 17-multi-type-value-test.py
     add 1062435  Fix _changes?filter=_design (#3430)
     add a411fe2  feat(couchjs): add support for SpiderMonkey 86
     add 9043204  Fix typo causing not saving of configuration changes from chttpd_node
     add eeec561  Merge pull request #3440 from cloudant/fix-typo
     add b125036  Add Secondary data tests with updates test
     add 36eae8f  Merge pull request #3441 from apache/concurrent-write-test-with-updates
     add 69ed2da  Add more concurrent write tests
     add 4f0574d  Fix error_logger reports for OTP >= 21
     add f0471ba  Remove CentOS 6 from CI (#3439)
     add eb94a0e  Increase timeout for process_response in ChangesAsyncTest (#3450)
     add 739db6a  Make "make leaves" replication test less flaky
     add a7078ee  Increase timeout for continuous filtered changes elixir test (#3453)
     add c777fc3  Consistent view emits using indexer's GRVs and committed versionstamps
     add a1a3ca0  Require subscribers to wait until indexer finishes
     add 2f23dcb  Clean up indexes after each test case in couch_views_active_tasks_test
     add 0059b8f  Decrease the view indexer transaction time
     add 4e6117e  Remove compact elixir test (#3459)
     add acb43e1  Improve retryable FDB error handling
     add cfe2fd3  Refactor config_test.exs (#3465)
     add 371a763  Bump erlfdb to v1.3.2
     add 776f920  Improve search for FDB cluster files (#3468)
     add 9195b05  Display name of tests
     add 5cac2c5  Document strip_last_msg in default.ini
     add 96bdc21  Make silly list configurable
     add a085399  Merge pull request #3485 from cloudant/configurable_filter_fields
     add f6f81be  Fix collation issue for older versions of libicu library
     add 8736b98  Validate ddoc uses couch_eval
     add 8843083  remove couch_index_server:validate
     add 7a6ea65  Retryable error fixes in couch_jobs_type_monitor
     add d24e295  Bump erlfdb to v1.3.3
     add 37b5eed  Add support for Spidermonkey 78 (#3501)
     add 90cbb8e  Increase timeouts for flaky tests
     add 2679fda  Disable arm64v8
     add 46b333c  Fix publish stage
     add 2ae4775  Add new app couch_prometheus
     add 4e5df74  add configurable http server
     add b4d3554  add eunit tests
     add f754fad  add prometheus versioning to header
     add b1f1d1c  add license to missing files

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   (8fda605)
            \
             N -- N -- N   refs/heads/prometheus-endpoint (b1f1d1c)

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:
 build-aux/Jenkinsfile.full                         |  50 +-
 config/integration.exs                             |   3 -
 rebar.config.script                                |   2 +-
 rel/overlay/etc/default.ini                        |  37 +-
 src/chttpd/src/chttpd_changes.erl                  |   9 +-
 src/chttpd/src/chttpd_db.erl                       |   8 +-
 src/chttpd/src/chttpd_node.erl                     |   2 +-
 .../priv/couch_ejson_compare/couch_ejson_compare.c |  40 +
 src/couch/priv/couch_js/{60 => 86}/help.h          |   2 +-
 src/couch/priv/couch_js/{68 => 86}/main.cpp        |   8 +-
 src/couch/priv/couch_js/{68 => 86}/util.cpp        |   2 +-
 src/couch/priv/couch_js/{68 => 86}/util.h          |   0
 src/couch/rebar.config.script                      |  31 +-
 src/couch/src/couch_db.erl                         |   2 +-
 src/couch/test/eunit/couch_js_tests.erl            |   3 +-
 src/couch/test/exunit/fabric_test.exs              |   2 +-
 src/couch_eval/src/couch_eval.erl                  |  51 +-
 src/couch_index/src/couch_index_server.erl         |  21 +-
 src/couch_jobs/src/couch_jobs.erl                  |   9 +-
 src/couch_jobs/src/couch_jobs_activity_monitor.erl |   7 +-
 src/couch_jobs/src/couch_jobs_notifier.erl         |   8 +-
 src/couch_jobs/src/couch_jobs_type_monitor.erl     |  26 +-
 src/couch_jobs/test/couch_jobs_tests.erl           | 997 ++++++++++-----------
 src/couch_js/src/couch_js.erl                      |  17 +-
 src/couch_log/src/couch_log_config.erl             |  24 +-
 src/couch_log/src/couch_log_config_dyn.erl         |   3 +-
 src/couch_log/src/couch_log_formatter.erl          |   7 +-
 src/couch_log/src/couch_log_monitor.erl            |  13 +
 src/couch_log/src/couch_log_sup.erl                |   2 +
 src/couch_log/test/eunit/couch_log_config_test.erl |  48 +-
 src/couch_mrview/src/couch_mrview.erl              |  23 +-
 src/couch_prometheus/src/couch_prometheus_http.erl |  15 +-
 .../test/eunit/couch_prometheus_e2e_tests.erl      |   5 -
 .../eunit/couch_replicator_many_leaves_tests.erl   |   6 +-
 .../test/eunit/couch_replicator_test_helper.erl    |   2 +-
 src/couch_views/include/couch_views.hrl            |   5 +
 src/couch_views/src/couch_views.erl                |  31 +-
 src/couch_views/src/couch_views_batch_impl.erl     |   2 +-
 src/couch_views/src/couch_views_indexer.erl        |  70 +-
 src/couch_views/src/couch_views_jobs.erl           |  20 +-
 src/couch_views/src/couch_views_reader.erl         |  76 +-
 .../test/couch_views_active_tasks_test.erl         |   3 +
 src/couch_views/test/couch_views_indexer_test.erl  |   3 +-
 src/couch_views/test/couch_views_map_test.erl      |  98 +-
 src/fabric/include/fabric2.hrl                     |  11 +-
 src/fabric/src/fabric2_db.erl                      |   2 +-
 src/fabric/src/fabric2_fdb.erl                     |   9 +-
 src/fabric/src/fabric2_server.erl                  | 150 +++-
 src/fabric/test/fabric2_doc_crud_tests.erl         |   2 +-
 src/fabric/test/fabric2_test_util.erl              |   5 +-
 src/fabric/test/fabric2_tx_options_tests.erl       |   6 +-
 src/jwtf/src/jwtf.erl                              |  36 +-
 src/jwtf/test/jwtf_keystore_tests.erl              |   4 +-
 src/mango/src/mango_eval.erl                       |  17 +-
 src/mango/test/17-multi-type-value-test.py         |   2 +-
 support/build_js.escript                           |   8 +-
 test/elixir/lib/couch.ex                           |  19 +-
 test/elixir/lib/couch/db_test.ex                   |  12 +-
 test/elixir/lib/setup/common.ex                    |   4 +-
 test/elixir/test/changes_async_test.exs            |  74 +-
 test/elixir/test/compact_test.exs                  |  89 --
 test/elixir/test/concurrent_writes_test.exs        | 151 ++++
 test/elixir/test/config/skip.elixir                |  17 +-
 test/elixir/test/config/suite.elixir               |   6 +-
 test/elixir/test/config_test.exs                   |  12 +-
 65 files changed, 1501 insertions(+), 928 deletions(-)
 copy src/couch/priv/couch_js/{60 => 86}/help.h (98%)
 copy src/couch/priv/couch_js/{68 => 86}/main.cpp (96%)
 copy src/couch/priv/couch_js/{68 => 86}/util.cpp (99%)
 copy src/couch/priv/couch_js/{68 => 86}/util.h (100%)
 delete mode 100644 test/elixir/test/compact_test.exs
 create mode 100644 test/elixir/test/concurrent_writes_test.exs