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 1d79884a0 Add time-seq and _changes since=time docs
 discard e50f3acab Time-based since parameter for _changes
 discard a74b514d6 Add an HTTP API to query and reset time-seq values
 discard e92b25025 Add time-seq to the db header and update it on commit
 discard 73dad7297 Implement an exponentially decaying time intervals data 
structure
     add 1a2dfc9c8 DRY out couch_bt_engine header pointer term access
     add de46feafd Implement the ability to downgrade CouchDB versions
     add 0d7440e25 allow stale queries
     add 1809a89ff optimize searches when index is fresh
     add 8276e3744 stale test
     add f2245212c Merge pull request #5617 from apache/nouveau-search-opt
     add 7041b0875 Use copy_props in the compactor instead of set_props
     add d16fc1ff9 Minor couch_btree refactoring
     add fe9396cbf Implement an exponentially decaying time intervals data 
structure
     add c94d9c1f5 Add time-seq to the db header and update it on commit
     add ebe0f1901 Add an HTTP API to query and reset time-seq values
     add 01000bf96 Time-based since parameter for _changes
     add fba0a4a89 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   (1d79884a0)
            \
             N -- N -- N   refs/heads/tseq (fba0a4a89)

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                   |  10 ++
 src/couch/include/couch_db.hrl                |  10 --
 src/couch/src/couch_bt_engine.erl             | 138 ++++++++++++--------------
 src/couch/src/couch_bt_engine_compactor.erl   |   2 +-
 src/couch/src/couch_bt_engine_header.erl      |  76 ++++++++++++--
 src/couch/src/couch_btree.erl                 |  24 ++++-
 src/couch/src/couch_time_seq.erl              |  34 +++----
 src/couch/test/eunit/couch_btree_tests.erl    |  11 +-
 src/couch/test/eunit/couch_time_seq_tests.erl |   7 +-
 src/couch_mrview/src/couch_mrview_util.erl    |   3 +-
 src/nouveau/src/nouveau_rpc.erl               |  69 +++++++------
 test/elixir/test/config/nouveau.elixir        |   3 +-
 test/elixir/test/nouveau_test.exs             |  17 ++++
 13 files changed, 249 insertions(+), 155 deletions(-)

Reply via email to