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 fba0a4a89 Add time-seq and _changes since=time docs
    omit 01000bf96 Time-based since parameter for _changes
    omit ebe0f1901 Add an HTTP API to query and reset time-seq values
    omit c94d9c1f5 Add time-seq to the db header and update it on commit
    omit fe9396cbf Implement an exponentially decaying time intervals data 
structure
     add 4ee2dfeed retry if no connection available
     add 2eb374403 switch to couch_util:to_hex_bin
     add f0d78104e gun takes iodata so no need for io_lib or flatten
     add f1cc8de92 Merge pull request #5627 from apache/nouveau-improvements
     add 413b6d909 Implement an exponentially decaying time intervals data 
structure
     add a36d695b0 [fixup] couch_time_seq
     add b7ea33065 [fixup]couch_time_seq
     add 55de460d6 Add time-seq to the db header and update it on commit
     add 6df0de547 [fixup] bt_header
     add aa5d88d5b Add an HTTP API to query and reset time-seq values
     add 606fceb20 Time-based since parameter for _changes
     add 769a3b144 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   (fba0a4a89)
            \
             N -- N -- N   refs/heads/tseq (769a3b144)

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_bt_engine.erl                  | 36 +++++++++++-------
 src/couch/src/couch_bt_engine_compactor.erl        |  8 +++-
 src/couch/src/couch_bt_engine_header.erl           | 39 +++++++++-----------
 src/couch/src/couch_db.erl                         | 10 ++---
 src/couch/src/couch_db_int.hrl                     |  4 +-
 src/couch/src/couch_db_updater.erl                 | 16 ++++++--
 src/couch/src/couch_time_seq.erl                   | 10 -----
 .../eunit/couch_bt_engine_compactor_ev_tests.erl   |  9 +----
 src/couch/test/eunit/couch_time_seq_tests.erl      | 13 +------
 src/nouveau/src/nouveau_api.erl                    | 43 ++++++++--------------
 src/nouveau/src/nouveau_util.erl                   |  7 ++--
 11 files changed, 84 insertions(+), 111 deletions(-)

Reply via email to