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
omit 039113203 Add time-seq and _changes since=time docs
omit 8c964ed92 Time-based since parameter for _changes
omit 663a8dab9 Add an HTTP API to query and reset time-seq values
omit 309bafd4b Add time-seq to the db header and update it on commit
omit 80e1d7ada Implement an exponentially decaying time interval data
structure
add d45d4af14 In the scanner, traverse docs by sequence instead of by ID.
add 73dad7297 Implement an exponentially decaying time intervals data
structure
add e92b25025 Add time-seq to the db header and update it on commit
add a74b514d6 Add an HTTP API to query and reset time-seq values
add e50f3acab Time-based since parameter for _changes
add 1d79884a0 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 (039113203)
\
N -- N -- N refs/heads/tseq (1d79884a0)
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/chttpd/src/chttpd_db.erl | 9 +-
src/chttpd/test/eunit/chttpd_changes_test.erl | 1 -
src/couch/src/couch_db.erl | 11 +-
src/couch/src/couch_db_updater.erl | 6 +-
src/couch/src/couch_time_seq.erl | 150 +++++++++++----------
src/couch/test/eunit/couch_time_seq_tests.erl | 61 +++++----
.../src/couch_quickjs_scanner_plugin.erl | 9 +-
src/couch_scanner/src/couch_scanner_plugin.erl | 22 ++-
.../src/couch_scanner_plugin_find.erl | 4 +-
.../test/eunit/couch_scanner_test.erl | 17 ++-
src/fabric/src/fabric.erl | 14 ++
src/fabric/src/fabric_rpc.erl | 4 +
src/fabric/src/fabric_time_seq.erl | 53 ++++++++
13 files changed, 243 insertions(+), 118 deletions(-)