You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/25 07:31:12 UTC

[couchdb] branch fix/clean-otp-vsn updated (5c114d1 -> 7afc9dc)

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

wohali pushed a change to branch fix/clean-otp-vsn
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 5c114d1  Make sed portable to *BSD in Makefile
     add 6dd963a  Handle not_found docs in mango text indexes
     add bad1b17  Merge pull request #2466 from apache/mango_index_consistency_error
     add aecf879  Port etags tests to elixir
     add 7214e50  [Jenkins] Try to cleanup hung beam.smp (FreeBSD) (#2468)
     add b946457  Fix infinite loop in default_authentication_handler
     add 2c9ddd6  Merge pull request #2473 from apache/infinite-loop-auth
     add 922ea46  Log clustered URIs at startup
     add 2ac0673  Add POST /_node/<node>/_config/_reload
     add 3e0dd6b  Replace Triq with PropEr
     add 35b9d45  Enable building on Power (ppc64le) architecture (#2455)
     add 3c2eccc  Python black cleanups (#2477)
     add acdfd39  Fix misspelling in dreyfus
     add 1d25b9d  Update couchdb-config to 2.1.7
     add fb59a61  Remove reduntant get_ring_opts call in in dreyfus_fabric_search
     add 0ed1789  Revert default priority change for couch_server (#2487)
     add 83bdcf6  Revert prio flag in default.ini (#2488)
     add 7afc9dc  Merge branch 'master' into fix/clean-otp-vsn

No new revisions were added by this update.

Summary of changes:
 build-aux/Jenkinsfile.full                         |  46 ++++++-
 build-aux/show-test-results.py                     |   2 +-
 mix.exs                                            |   1 -
 rebar.config.script                                |   4 +-
 rel/overlay/etc/default.ini                        |   8 +-
 src/chttpd/src/chttpd_auth.erl                     |   8 +-
 src/chttpd/src/chttpd_node.erl                     |  10 ++
 .../couch_eunit_proper.hrl}                        |  19 ++-
 src/couch/rebar.config.script                      |   7 +-
 src/couch/src/couch_httpd_auth.erl                 |   5 -
 src/couch/src/couch_sup.erl                        |   2 +-
 src/couch/src/couch_util.erl                       |   2 +-
 src/couch/test/eunit/couch_key_tree_prop_tests.erl |  40 +++---
 src/dreyfus/src/dreyfus_fabric_search.erl          |   1 -
 src/mango/src/mango_cursor_text.erl                |   4 +
 src/mango/test/15-execution-stats-test.py          |   5 +-
 src/mango/test/21-empty-selector-tests.py          |   1 +
 .../rebar.config.script}                           |  20 ++-
 src/mem3/test/eunit/mem3_ring_prop_tests.erl       |  17 ++-
 test/elixir/README.md                              |   4 +-
 test/elixir/lib/couch.ex                           |  22 ++-
 test/elixir/test/config_test.exs                   |   7 +
 test/elixir/test/etags_head_test.exs               | 151 +++++++++++++++++++++
 test/javascript/tests/etags_head.js                |   2 +
 24 files changed, 317 insertions(+), 71 deletions(-)
 copy src/couch/{test/eunit/couch_bt_engine_tests.erl => include/couch_eunit_proper.hrl} (56%)
 copy src/{chttpd/priv/stats_descriptions.cfg => mem3/rebar.config.script} (59%)
 create mode 100644 test/elixir/test/etags_head_test.exs