This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch auto-delete-tseq
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 4583e429c Document new endpoints and config settings
    omit 8eb1a7943 purge deleted documents that exceed TTL
    omit 592cbf94d add get/set interface for auto purge properties
     add 888239af0 Update QuickJS
     add d6e5d3223 add get/set interface for auto purge properties
     add c267eed91 purge deleted documents that exceed TTL
     add 12b948782 Document new endpoints and config settings

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   (4583e429c)
            \
             N -- N -- N   refs/heads/auto-delete-tseq (12b948782)

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:
 .../patches/01-spidermonkey-185-mode.patch         |    6 +-
 ...est262-errors.patch => 02-test262-errors.patch} |   12 +-
 .../patches/02-test262-makefile.patch              |   29 -
 src/couch_quickjs/patches/03-test262-yield.patch   |   15 -
 src/couch_quickjs/quickjs/Makefile                 |    4 +-
 src/couch_quickjs/quickjs/quickjs-atom.h           |    6 +
 src/couch_quickjs/quickjs/quickjs.c                | 2995 +++++++++++++++++---
 src/couch_quickjs/quickjs/test262.conf             |   25 +-
 src/couch_quickjs/quickjs/test262_errors.txt       |    7 -
 src/couch_quickjs/update_patches.sh                |   11 +-
 10 files changed, 2680 insertions(+), 430 deletions(-)
 rename src/couch_quickjs/patches/{04-test262-errors.patch => 
02-test262-errors.patch} (60%)
 delete mode 100644 src/couch_quickjs/patches/02-test262-makefile.patch
 delete mode 100644 src/couch_quickjs/patches/03-test262-yield.patch

Reply via email to