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


 discard 392ef5678 [lint] erlfmt run
 discard 06edf7274 Update csrt_httpd to use csrt:query/4
 discard 7c2949e70 Implement csrt:query/2 and csrt:query/4
 discard 7f65508fa Move JSON conversion to csrt_entry
 discard af513df18 Move rctx_record_info/0 to csrt_entry
 discard 76c3c9d2e Swap order of arguments in csrt_entry:value for consistency
 discard 88b70b867 Replace csrt_util:map_to_rctx/1 with csrt_entry:from_map/1
 discard 439b27559 Support more key types in csrt_entry:key/1
 discard 542f62e31 Factor out csrt_entry.erl
     new 9264f5af8 Factor out csrt_entry.erl
     new df9f3778a Support more key types in csrt_entry:key/1
     new c35a99c40 Replace csrt_util:map_to_rctx/1 with csrt_entry:from_map/1
     new 39d0cd430 Swap order of arguments in csrt_entry:value for consistency
     new 6b6726762 Move rctx_record_info/0 to csrt_entry
     new e9358b644 Move JSON conversion to csrt_entry
     new b0bad086f Implement csrt:query/2 and csrt:query/4
     new 600e09837 Update csrt_httpd to use csrt:query/4
     new 438bff6dc [lint] erlfmt run
     new aa4d2c196 Create csrt_test_helper.erl

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   (392ef5678)
            \
             N -- N -- N   
refs/heads/couch-stats-resource-tracker-v3-rebase-http-2 (aa4d2c196)

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.

The 10 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/src/csrt_util.erl                |   4 +-
 src/couch_stats/test/eunit/csrt_logger_tests.erl |  98 ++------------------
 src/couch_stats/test/eunit/csrt_test_helper.erl  | 111 +++++++++++++++++++++++
 3 files changed, 123 insertions(+), 90 deletions(-)
 create mode 100644 src/couch_stats/test/eunit/csrt_test_helper.erl

Reply via email to