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 15:23:58 UTC

[couchdb-documentation] branch rfc/007-background-workers updated (7b795d4 -> c99940c)

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

kocolosk pushed a change to branch rfc/007-background-workers
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


    from 7b795d4  RFC for CouchDB background jobs
     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 5c3404d  RFC for document storage (#403)
     add 1ce0b67  Add latest RFC draft for FDB revision storage (#397)
     add c99940c  Merge branch 'master' into rfc/007-background-workers

No new revisions were added by this update.

Summary of changes:
 .gitignore                              |    4 +
 rfcs/001-fdb-revision-metadata-model.md |  215 +++++++
 rfcs/004-document-storage.md            |  251 ++++++++
 src/api/database/common.rst             |   13 +-
 src/api/database/compact.rst            |    8 +-
 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               |   53 +-
 src/config/auth.rst                     |    3 +-
 src/config/compaction.rst               |  201 +++---
 src/config/http.rst                     |    2 +-
 src/config/index.rst                    |    1 +
 src/config/indexbuilds.rst              |   61 ++
 src/config/query-servers.rst            |   40 ++
 src/config/services.rst                 |    7 -
 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/protocol.rst           |   21 +-
 src/replication/protocol.rst            |   21 +-
 templates/pages/index.html              |    9 +
 30 files changed, 2789 insertions(+), 368 deletions(-)
 create mode 100644 rfcs/001-fdb-revision-metadata-model.md
 create mode 100644 rfcs/004-document-storage.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/ddocs/search.rst
 create mode 100644 src/partitioned-dbs/index.rst