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

iilyak pushed a change to branch couch-stats-resource-tracker-v3-rebase-http-2
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    from 6d1a14b86 Create csrt_test_helper.erl
     new 3d79d1684 fixup! Support more key types in csrt_entry:key/1
     new bc0875f7d fixup! Implement csrt:query/2 and csrt:query/4
     new d9d6bc747 fixup! Implement csrt:query/2 and csrt:query/4
     new 3c27b489e Split query function into query_{group_by|sort_by|count_by}
     new ca876e1e4 Add csrt_query_tests suite

The 5 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:
 .../src/couch_stats_resource_tracker.hrl           |   2 +-
 src/couch_stats/src/csrt.erl                       |  64 +++-
 src/couch_stats/src/csrt_entry.erl                 |  10 +-
 src/couch_stats/src/csrt_httpd.erl                 |   6 +-
 src/couch_stats/src/csrt_query.erl                 |  84 +++---
 src/couch_stats/test/eunit/csrt_query_tests.erl    | 328 +++++++++++++++++++++
 6 files changed, 444 insertions(+), 50 deletions(-)
 create mode 100644 src/couch_stats/test/eunit/csrt_query_tests.erl

Reply via email to