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

vatamane pushed a change to branch cancel-fold-futures
in repository https://gitbox.apache.org/repos/asf/couchdb-erlfdb.git.


 discard 510664f  moving time 🚚
     add 15b5974  Do not create a new transaction object during retries
     add 523a738  Merge pull request #1 from 
apache/dont-create-new-tx-object-on-retries
     add b0856d7  Implement has_watches(Tx) transaction flag
     add 01f79db  Do not commit read-only transactions
     add d5acd7e  Add .asf.yaml file for commits and notifications
     add 1de3e2e  Allow setting some default transaction options on the db 
handle
     add d4663cf  Avoid the system key range in the eunit test random key 
generator.
     add fb36e0c  code:priv_dir/1 expects application name
     add 52052a0  Merge pull request #6 from apache/fix-monitor-path-detection
     new 3cdecff  moving time 🚚

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   (510664f)
            \
             N -- N -- N   refs/heads/cancel-fold-futures (3cdecff)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                                   |  4 ++
 c_src/atom_names.h                          |  6 +++
 c_src/main.c                                | 76 ++++++++++++++++++++++++++++-
 c_src/resources.h                           |  1 +
 src/erlfdb.erl                              | 21 ++++++--
 src/erlfdb_nif.erl                          | 23 +++++++--
 src/erlfdb_util.erl                         |  2 +-
 test/erlfdb_03_transaction_options_test.erl | 36 +++++++++++++-
 8 files changed, 155 insertions(+), 14 deletions(-)
 create mode 100644 .asf.yaml

Reply via email to