You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/02/26 22:09:26 UTC

[couchdb] branch prototype/fdb-layer updated (392374f -> 4d106db)

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

davisp pushed a change to branch prototype/fdb-layer
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 392374f  Initial CouchDB directories on node boot
     new 729f22a  Implement db creation
     new 1d0c2fa  Implement database deletion
     new 4d106db  Implement get_db_info

The 11615 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:
 src/chttpd/src/chttpd_db.erl     |  79 ++-----------
 src/fabric/include/fabric.hrl    |   5 +
 src/fabric/src/fabric2.erl       | 236 +++++++++++++++++++++++++++++++++++++++
 src/fabric/src/fabric_server.erl |  52 +++++++--
 4 files changed, 298 insertions(+), 74 deletions(-)
 create mode 100644 src/fabric/src/fabric2.erl