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

kocolosk pushed a change to branch feature/database-partitions
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


    from ee92858  Merge branch 'master' into feature/database-partitions
     add a89c3e3  feat: 2.3.1 release notes
     add 5eefdd9  Fixing misspelled range (#393)
     add 31477d1  Mention [couch_httpd_auth] cookie_domain (#388)
     add 09b11bb  Mention [cors] max_age (#389)
     add 910feb3  Merge branch 'master' into feat/2.3.1-relnotes
     add b042d57  Merge pull request #392 from apache/feat/2.3.1-relnotes
     add 47c29b4  pyblack
     add c3a2342  Merge pull request #394 from apache/watlint
     add dfd9b96  Include note about enabling couch_peruser. (#395)
     add 9ef7f03  updated query servers documentation (#396)
     add 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
     add 3cde6d5  Merge pull request #412 from apache/feat/config
     add 299cc78  Correct "Refuse building with known bad versions of Erlang" 
issue number (#414)
     add 426c4d9  Fix typo (#419)
     add 3e3f010  Add rfc for using ExUnit for unit tests
     add ffcf1fb  Merge pull request #415 from cloudant/rfc/009-exunit
     add 2d76eb5  Fix a simple grammatical error/typo that was copy/pasted to 3 
places (#420)
     add c344e1f  Update our Erlang version requirements (#422)
     add 01f436c  Add erlang 22 to the list of supported versions (#425)
     add 1144215  Update security.rst (#402)
     add e51813b  Remove misleading and/or incorrect note (#427)
     add cdb93fa  Clarify what the allow_persistent_cookies config value does 
(#428)
     add 8cd4eff  Clarify what compaction does (#426)
     add e96c9e6  Add Search documentation (#418)
     add fe3000e  Merge branch 'master' into feature/database-partitions

No new revisions were added by this update.

Summary of changes:
 .gitignore                             |    2 +
 rfcs/002-shard-splitting.md            |  373 ++++++++++++
 rfcs/009-exunit.md                     |  122 ++++
 rfcs/template.md                       |   85 +++
 src/api/database/changes.rst           |    2 +-
 src/api/database/compact.rst           |    8 +-
 src/api/database/security.rst          |    2 +-
 src/api/database/shard.rst             |    2 +-
 src/api/ddoc/common.rst                |    5 +-
 src/api/ddoc/index.rst                 |    1 +
 src/api/ddoc/search.rst                |  164 +++++
 src/api/ddoc/views.rst                 |   32 +-
 src/api/server/common.rst              |  524 +++++++++++++++-
 src/api/server/configuration.rst       |    3 +-
 src/best-practices/reverse-proxies.rst |   12 +
 src/cluster/sharding.rst               |  212 ++++++-
 src/conf.py                            |   10 +-
 src/config/auth.rst                    |   13 +-
 src/config/couch-peruser.rst           |    3 +
 src/config/http.rst                    |    8 +
 src/config/index.rst                   |    1 +
 src/config/query-servers.rst           |  120 ++--
 src/config/resharding.rst              |   79 +++
 src/ddocs/ddocs.rst                    |   13 +
 src/ddocs/index.rst                    |    1 +
 src/ddocs/search.rst                   | 1038 ++++++++++++++++++++++++++++++++
 src/install/unix.rst                   |    2 +-
 src/intro/security.rst                 |    8 +
 src/query-server/index.rst             |    8 +-
 src/query-server/javascript.rst        |    2 +-
 src/replication/protocol.rst           |    5 -
 src/setup/cluster.rst                  |    6 +-
 src/whatsnew/2.3.rst                   |   40 ++
 33 files changed, 2806 insertions(+), 100 deletions(-)
 create mode 100644 rfcs/002-shard-splitting.md
 create mode 100644 rfcs/009-exunit.md
 create mode 100644 rfcs/template.md
 create mode 100644 src/api/ddoc/search.rst
 create mode 100644 src/config/resharding.rst
 create mode 100644 src/ddocs/search.rst

Reply via email to