You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2020/05/19 19:09:07 UTC

[couchdb-erlfdb] branch cancel-fold-futures updated (510664f -> 3cdecff)

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


[couchdb-erlfdb] 01/01: moving time 🚚

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3cdecff89c085a1493b363e235c7db06ca360517
Author: Robert Newson <rn...@apache.org>
AuthorDate: Wed Apr 1 16:33:52 2020 +0100

    moving time 🚚
---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fcbdf6d..84aad0d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+MOVED to https://github.com/apache/couchdb-erlfdb
+=================================================
+
 An Erlang Binding to FoundationDB
 ===
 
@@ -53,4 +56,4 @@ Binding Tester
 
 FoundationDB has a custom binding tester that can be used to test whether
 changes have broken compatibility. See the [BINDING_TESTER](BINDING_TESTER.md)
-documentation for instructions on building and running that system.
\ No newline at end of file
+documentation for instructions on building and running that system.