This is an automated email from the ASF dual-hosted git repository.
wohali pushed a change to branch localRepl
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.
from 1293eca Document _replicate transformation ability
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 f22a2f0 feat: add example response for _bulk_get with two conflicts
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 e33ac3c RFC for CouchDB background jobs (#409)
add 2cf5d9d RFC-011 : Opentracing support
add d611484 Merge pull request #440 from cloudant/011-opentracing-support
add f6b5f74 Correct misleading commentary on ERL_MAX_PORTS
add 76feee1 Revert "Correct misleading commentary on ERL_MAX_PORTS"
add 443b135 Fix typo (#446)
add 4fa6ebb Remove 417 response codes
add 8aeeaa7 Remove delayed commits (#445)
add 982f335 Merge branch 'master' into patch-1
add d85235b Merge pull request #447 from vmatyusGitHub/patch-1
add 91d4a1b Add sudo to apt-key, closes #450 (#451)
add afb929c RFC on implementation of _changes feed in FoundationDB (#401)
add ab354b1 Added some missing status codes (#452)
add 40b2ac5 Document source_proxy and target_proxy replication parameters
(#454)
add de522a6 Add Kubernetes install instructions
add 1be80ec Update docker tags
add fec7c50 Merge pull request #455 from apache/kubernetes
add 051acd9 Update _scheduler/docs and _scheduler/jobs's "info" field
(#456)
add c34e62d Add autoupdate field to design docs API
add 985dadb Merge pull request #453 from apache/autoupdate
add b982eef [RFC] Introduce CouchDB node types (#457)
add f9bb181 Update POST for view (#459)
add 6874283 All docs post all params (#462)
add 8ae145e Document the IO Queue subsystem
add f012458 Switch replicator "info" error message to be an object (#465)
add 41d1be5 clarify replication (#466)
add 53bcbd4 Add a warning for $lt and $gt with strings (#448)
add 6332bfd Merge branch 'master' into ioq-docs
add 7f0b754 Merge pull request #464 from apache/ioq-docs
add cd7c096 Merge branch 'master' into feat/bulk-get
add 2d7f258 request argument fixed in update function (req instead of
request)
add b5144f3 Merge branch 'master' into bp-forms-fixes
add 4978482 Merge pull request #463 from hackdaworld/bp-forms-fixes
add cf5840d Merge branch 'master' into feat/bulk-get
add 3464349 Merge pull request #431 from apache/feat/bulk-get
add 06fbe27 Update _stats configuration
add 07260a6 Merge pull request #468 from apache/stats
add f4d41a8 Document Mango configuration options
add 11d54c0 Merge pull request #469 from apache/mango_config
add d86ce78 Document rexi config settings (#470)
add ce6f8dc Document same_site cookie attribute
add eaba68e Update resharding config section (#478)
add 5e7be26 Merge branch 'master' into localRepl
No new revisions were added by this update.
Summary of changes:
.gitignore | 4 +
rfcs/001-fdb-revision-metadata-model.md | 215 +++++
rfcs/003-fdb-seq-index.md | 244 +++++
rfcs/004-document-storage.md | 251 +++++
rfcs/007-background-jobs.md | 347 +++++++
rfcs/011-opentracing.md | 236 +++++
rfcs/013-node-types.md | 143 +++
src/api/database/bulk-api.rst | 112 ++-
src/api/database/common.rst | 19 +-
src/api/database/compact.rst | 24 +-
src/api/database/find.rst | 5 +-
src/api/ddoc/common.rst | 16 +-
src/api/ddoc/index.rst | 1 +
src/api/ddoc/search.rst | 164 ++++
src/api/ddoc/views.rst | 175 +---
src/api/document/attachments.rst | 7 +-
src/api/document/common.rst | 10 +-
src/api/index.rst | 1 +
src/api/local.rst | 34 +-
src/api/partitioned-dbs.rst | 194 ++++
src/api/server/common.rst | 176 +++-
src/api/server/configuration.rst | 4 +-
src/best-practices/documents.rst | 4 +-
src/best-practices/forms.rst | 2 +-
src/config/auth.rst | 13 +-
src/config/cluster.rst | 36 +
src/config/compaction.rst | 201 ++--
src/config/couchdb.rst | 28 -
src/config/http.rst | 2 +-
src/config/index.rst | 2 +
src/config/indexbuilds.rst | 61 ++
src/config/ioq.rst | 109 +++
src/config/misc.rst | 14 +-
src/config/query-servers.rst | 81 ++
src/config/resharding.rst | 28 +-
src/config/services.rst | 7 -
src/ddocs/index.rst | 1 +
src/ddocs/search.rst | 1038 +++++++++++++++++++++
src/index.rst | 1 +
src/install/docker.rst | 12 +-
src/install/index.rst | 1 +
src/{cluster/index.rst => install/kubernetes.rst} | 34 +-
src/install/unix.rst | 95 +-
src/intro/security.rst | 12 +-
src/json-structure.rst | 14 +-
src/maintenance/compaction.rst | 165 +++-
src/maintenance/performance.rst | 10 -
src/partitioned-dbs/index.rst | 390 ++++++++
src/query-server/protocol.rst | 21 +-
src/replication/index.rst | 12 +-
src/replication/intro.rst | 10 +-
src/replication/protocol.rst | 28 +-
src/replication/replicator.rst | 37 +-
templates/pages/index.html | 9 +
54 files changed, 4283 insertions(+), 577 deletions(-)
create mode 100644 rfcs/001-fdb-revision-metadata-model.md
create mode 100644 rfcs/003-fdb-seq-index.md
create mode 100644 rfcs/004-document-storage.md
create mode 100644 rfcs/007-background-jobs.md
create mode 100644 rfcs/011-opentracing.md
create mode 100644 rfcs/013-node-types.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/ioq.rst
create mode 100644 src/ddocs/search.rst
copy src/{cluster/index.rst => install/kubernetes.rst} (50%)
create mode 100644 src/partitioned-dbs/index.rst