This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch tseq
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 15db6b280 [fixup] bin_count -> max_bin_count
discard 446519514 [fixup] couch_bt_engine_header typo
discard a5fa68017 [fixup] chttpd_changes
discard b4d965f6e [fixup] range_to_hex is now binary (mem3, chttpd, fabric)
discard faeadf66b [fixup] couch_time_seq
discard d14cc5285 Time-based since parameter for _changes
discard 431365948 Add an HTTP API to query and reset time-seq values
discard 6d1c67cda Add time-seq to the db header and update it on commmit
discard 627b904f0 Implement an exponentially decaying time interval data
structure
add 9ae570859 Implement an exponentially decaying time interval data
structure
add 64981752a Add time-seq to the db header and update it on commmit
add 94456a2f9 Add an HTTP API to query and reset time-seq values
add 23ba34a05 Time-based since parameter for _changes
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 (15db6b280)
\
N -- N -- N refs/heads/tseq (23ba34a05)
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.
No new revisions were added by this update.
Summary of changes:
src/couch/src/couch_time_seq.erl | 320 ++++++++++++++------------
src/couch/test/eunit/couch_time_seq_tests.erl | 138 +++++++++--
src/fabric/src/fabric.erl | 6 +-
3 files changed, 293 insertions(+), 171 deletions(-)