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 2019/09/24 00:37:57 UTC

[couchdb] branch 300 updated (9173cb2 -> c592057)

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

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


    from 9173cb2  Bump to 3.0.0
     add 9da6c7a  Remove deprecated dbinfo fields (#2163)
     add aa311b8  feat: do not run stats aggregations on an interval
     add c592057  Merge branch 'master' into 300

No new revisions were added by this update.

Summary of changes:
 src/couch/src/couch_db.erl                         | 11 ---------
 src/couch_mrview/src/couch_mrview_index.erl        |  2 --
 .../test/eunit/couch_mrview_index_info_tests.erl   | 10 --------
 src/couch_stats/src/couch_stats_aggregator.erl     | 27 ++++++++++++++++------
 src/fabric/src/fabric_db_info.erl                  | 17 --------------
 src/fabric/src/fabric_group_info.erl               |  4 ----
 test/elixir/test/compact_test.exs                  |  8 +++----
 test/javascript/tests/attachments.js               |  4 ++--
 test/javascript/tests/compact.js                   | 16 ++++++-------
 test/javascript/tests/design_docs.js               |  4 ++--
 test/javascript/tests/view_compaction.js           | 10 ++++----
 11 files changed, 41 insertions(+), 72 deletions(-)