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

rnewson pushed a change to branch feature/user-partitioned-databases
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 77907cb  Advertise the partitions feature
     add ba3477c  Add /_partition/:partition/ endpoint

No new revisions were added by this update.

Summary of changes:
 src/chttpd/src/chttpd_db.erl                |  4 ++
 src/couch/src/couch_bt_engine.erl           |  8 ++-
 src/couch/src/couch_db.erl                  | 12 +++-
 src/couch/src/couch_db_engine.erl           | 24 +++++++
 src/fabric/src/fabric.erl                   | 15 ++++-
 src/fabric/src/fabric_db_partition_info.erl | 98 +++++++++++++++++++++++++++++
 src/fabric/src/fabric_rpc.erl               |  5 +-
 7 files changed, 161 insertions(+), 5 deletions(-)
 create mode 100644 src/fabric/src/fabric_db_partition_info.erl

Reply via email to