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 0263859c9 Time-based since parameter for _changes discard 5516810b0 Add an HTTP API to query and reset time-seq values discard cb36c49ed Add time-seq to the db header and update it on commit discard ff6a1b1ed Implement an exponentially decaying time interval data structure add b6349a5c4 Implement an exponentially decaying time interval data structure add a730ac87d Add time-seq to the db header and update it on commit add e2959865f Add an HTTP API to query and reset time-seq values add b907f4c18 Time-based since parameter for _changes add 2e839b1b5 Add time-seq and _changes since=time docs 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 (0263859c9) \ N -- N -- N refs/heads/tseq (2e839b1b5) 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: rel/overlay/etc/default.ini | 20 ++--- src/chttpd/src/chttpd_db.erl | 2 +- src/chttpd/test/eunit/chttpd_changes_test.erl | 11 ++- src/couch/src/couch_time_seq.erl | 35 ++++---- src/docs/src/api/database/changes.rst | 11 ++- src/docs/src/api/database/misc.rst | 111 ++++++++++++++++++++++++++ src/docs/src/config/couchdb.rst | 19 +++++ src/fabric/src/fabric.erl | 10 ++- 8 files changed, 178 insertions(+), 41 deletions(-)