You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2019/02/17 13:56:58 UTC

[couchdb] branch improve-rfc-template updated (a6e8136 -> f69d6f9)

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

jan pushed a change to branch improve-rfc-template
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from a6e8136  Add security item to the RFC template
     new a6c1988  Sync admin password hashes at cluster setup finish
     new e699fe6  Merge pull request #1803 from cloudant/configurable-auth-salt
     new 13bf0eb  Set io_priority for couch_index pids
     new 9b85da8  Merge pull request #1642 from cloudant/91984-set-io_priority-for-couch-index-pids
     new c3d6717  Fix elixir tests and add back to make check (#1918)
     new f69d6f9  Merge branch 'master' into improve-rfc-template

The 11602 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                        |   1 +
 src/couch/src/couch_debug.erl                   |  20 +-
 src/couch/src/test_util.erl                     |  17 ++
 src/couch/test/couch_index_tests.erl            | 234 ++++++++++++++++++++++++
 src/couch_index/src/couch_index_compactor.erl   |   2 +
 src/couch_index/src/couch_index_updater.erl     |   2 +
 src/couch_mrview/src/couch_mrview_updater.erl   |  11 +-
 src/setup/src/setup.erl                         |  66 +++++++
 test/elixir/test/basics_test.exs                |   2 +-
 test/elixir/test/compact_test.exs               |  26 ++-
 test/elixir/test/conflicts_test.exs             |  13 +-
 test/elixir/test/delayed_commits_test.exs       |   4 +
 test/elixir/test/lots_of_docs_test.exs          |  34 ++--
 test/elixir/test/partition_ddoc_test.exs        |  21 ++-
 test/elixir/test/partition_view_update_test.exs |  24 +--
 test/elixir/test/replication_test.exs           |   4 +-
 16 files changed, 413 insertions(+), 68 deletions(-)
 create mode 100644 src/couch/test/couch_index_tests.erl