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

[couchdb-documentation] branch feat/config updated (3aa3978 -> 8eeebc2)

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

jan pushed a change to branch feat/config
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


    from 3aa3978  feat: remove unused config var from example
     add 27679eb  Add new RFC directory with approved template (#398)
     add 68002a3  Update reverse-proxies.rst
     add 965ebe1  Update reverse-proxies.rst
     add 6475d1e  Merge pull request #399 from lmmrssa/proxy_authentication
     add 06bb1dc  Add Shard Splitting RFC (#400)
     add a35ea11  Add _reshard HTTP API reference documentation (#404)
     add feb33ff  Clarify how design documents are created
     add 26848c1  Minor typographical corrections (#408)
     add 8eeebc2  Merge branch 'master' into feat/config

No new revisions were added by this update.

Summary of changes:
 rfcs/002-shard-splitting.md            | 373 ++++++++++++++++++++++++++
 rfcs/template.md                       |  85 ++++++
 src/api/database/changes.rst           |   2 +-
 src/api/database/security.rst          |   2 +-
 src/api/server/common.rst              | 477 +++++++++++++++++++++++++++++++++
 src/best-practices/reverse-proxies.rst |  12 +
 src/cluster/sharding.rst               | 212 ++++++++++++++-
 src/config/index.rst                   |   1 +
 src/config/resharding.rst              |  79 ++++++
 src/ddocs/ddocs.rst                    |  13 +
 10 files changed, 1241 insertions(+), 15 deletions(-)
 create mode 100644 rfcs/002-shard-splitting.md
 create mode 100644 rfcs/template.md
 create mode 100644 src/config/resharding.rst