You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/09/17 14:20:55 UTC

[couchdb-documentation] branch rfc/004-document-storage updated (b2bed58 -> 0265108)

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

kocolosk pushed a change to branch rfc/004-document-storage
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


    from b2bed58  Pack all values correctly
     add 3aa3978  feat: remove unused config var from example
     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 1433b3c  Documentation for partitioned dbs (#385)
     add 5f6fed3  Fix stray reference to couch_httpd_auth (#432)
     add cacfd1b  Improve UNIX binary package install instructions (#433)
     add 4449978  Improve UNIX binary install even more (#434)
     add da3f5a0  Remove mention of old size fields (#435)
     add 4871281  Small fixup to use the correct field name (#436)
     add 99f9741  Remove docs for old-style multi-query request (#437)
     add 0fcf72a  Documentation for background indexing (#439)
     add 3af64ec  Smoosh documentation (#438)
     add 0265108  Merge branch 'master' into rfc/004-document-storage

No new revisions were added by this update.

Summary of changes:
 .gitignore                       |    4 +
 rfcs/009-exunit.md               |  122 +++++
 src/api/database/changes.rst     |    2 +-
 src/api/database/common.rst      |   13 +-
 src/api/database/compact.rst     |    8 +-
 src/api/database/security.rst    |    2 +-
 src/api/ddoc/common.rst          |   14 +-
 src/api/ddoc/index.rst           |    1 +
 src/api/ddoc/search.rst          |  164 ++++++
 src/api/ddoc/views.rst           |  164 +-----
 src/api/index.rst                |    1 +
 src/api/partitioned-dbs.rst      |  194 +++++++
 src/api/server/common.rst        |  534 +++++++++++++++++++-
 src/api/server/configuration.rst |    3 +-
 src/cluster/sharding.rst         |  212 +++++++-
 src/config/auth.rst              |    3 +-
 src/config/compaction.rst        |  201 ++++----
 src/config/http.rst              |    2 +-
 src/config/index.rst             |    2 +
 src/config/indexbuilds.rst       |   61 +++
 src/config/query-servers.rst     |   40 ++
 src/config/resharding.rst        |   79 +++
 src/config/services.rst          |    7 -
 src/ddocs/ddocs.rst              |   13 +
 src/ddocs/index.rst              |    1 +
 src/ddocs/search.rst             | 1038 ++++++++++++++++++++++++++++++++++++++
 src/index.rst                    |    1 +
 src/install/unix.rst             |   95 ++--
 src/intro/security.rst           |   12 +-
 src/json-structure.rst           |    7 +-
 src/maintenance/compaction.rst   |  165 +++++-
 src/partitioned-dbs/index.rst    |  390 ++++++++++++++
 src/query-server/javascript.rst  |    2 +-
 src/query-server/protocol.rst    |   21 +-
 src/replication/protocol.rst     |   21 +-
 src/whatsnew/2.3.rst             |    4 +-
 templates/pages/index.html       |    9 +
 37 files changed, 3222 insertions(+), 390 deletions(-)
 create mode 100644 rfcs/009-exunit.md
 create mode 100644 src/api/ddoc/search.rst
 create mode 100644 src/api/partitioned-dbs.rst
 create mode 100644 src/config/indexbuilds.rst
 create mode 100644 src/config/resharding.rst
 create mode 100644 src/ddocs/search.rst
 create mode 100644 src/partitioned-dbs/index.rst