You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2019/09/25 11:58:26 UTC

[couchdb-documentation] branch erl_max_ports updated (a0027ff -> dabd018)

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

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


 discard a0027ff  Correct misleading commentary on ERL_MAX_PORTS
     add f3e1ce4  Migrate stats aggregation howto from MoinMoin
     add 4f24edf  Migrating 'How to design for replication' from MoinMoin
     add 2038bb6  Migrating view change live deployment from MoinMoin
     add 9e26cad  Migrating 'Adding client-side security' doc from MoinMoin
     add d75baf8  Add backup information, port from MoinMoin wiki
     add d116967  Migration of MoinMoin ISO date content
     add 1d9ce5c  More how tos (#371)
     add 3aa2737  Last wiki migrations; rework of TOC & headers (#372)
     add 8655ee6  Fix block formatting for mm docs (#373)
     add 2d6c5c0  Improve node naming docs for cluster setup (#377)
     add 2a7418c  Improve placement docs, closes #374 (#376)
     add d635c70  Document 1x new and 2x undocumented shard endpoints (#378)
     add 760f741  Improvements for bulk get documentation (#379)
     add eaf572f  Update configuration of compaction daemon (#386)
     add aea530b  Config cluster ref fix (#384)
     add 48182d8  Fix linter sometimes ignoring errors (#387)
     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 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 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 dabd018  Correct misleading commentary on ERL_MAX_PORTS

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a0027ff)
            \
             N -- N -- N   refs/heads/erl_max_ports (dabd018)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .gitignore                              |    6 +
 .travis.yml                             |    8 +
 Makefile                                |    2 +-
 README.md                               |    4 +-
 ext/configdomain.py                     |    4 +-
 ext/httpdomain.py                       |    2 +-
 ext/linter.py                           |    5 +-
 rfcs/001-fdb-revision-metadata-model.md |  215 +++++++
 rfcs/002-shard-splitting.md             |  373 +++++++++++
 rfcs/004-document-storage.md            |  251 ++++++++
 rfcs/007-background-jobs.md             |  347 +++++++++++
 rfcs/009-exunit.md                      |  122 ++++
 rfcs/011-opentracing.md                 |  236 +++++++
 rfcs/template.md                        |   85 +++
 src/api/database/bulk-api.rst           |   32 +-
 src/api/database/changes.rst            |    2 +-
 src/api/database/common.rst             |   13 +-
 src/api/database/compact.rst            |    8 +-
 src/api/database/index.rst              |    1 +
 src/api/database/security.rst           |    2 +-
 src/api/database/shard.rst              |  223 +++++++
 src/api/ddoc/common.rst                 |   17 +-
 src/api/ddoc/index.rst                  |    1 +
 src/api/ddoc/search.rst                 |  164 +++++
 src/api/ddoc/views.rst                  |  164 +----
 src/api/document/common.rst             |    2 +
 src/api/index.rst                       |    1 +
 src/api/local.rst                       |    5 +-
 src/api/partitioned-dbs.rst             |  194 ++++++
 src/api/server/common.rst               |  534 +++++++++++++++-
 src/api/server/configuration.rst        |    3 +-
 src/best-practices/documents.rst        |  299 +++++++++
 src/best-practices/index.rst            |    2 +
 src/best-practices/iso-date.rst         |   64 ++
 src/best-practices/reverse-proxies.rst  |   99 ++-
 src/best-practices/views.rst            |   57 ++
 src/cluster/databases.rst               |    5 +
 src/cluster/index.rst                   |    6 +-
 src/cluster/sharding.rst                |  396 +++++++++++-
 src/conf.py                             |   10 +-
 src/config/auth.rst                     |   13 +-
 src/config/cluster.rst                  |    7 +-
 src/config/compaction.rst               |  189 +++---
 src/config/couch-peruser.rst            |    3 +
 src/config/couchdb.rst                  |    2 -
 src/config/http.rst                     |   14 +-
 src/config/index.rst                    |    8 +-
 src/config/indexbuilds.rst              |   61 ++
 src/config/query-servers.rst            |  123 ++--
 src/config/resharding.rst               |   79 +++
 src/config/services.rst                 |    7 -
 src/cve/2012-5641.rst                   |    2 -
 src/cve/2014-2668.rst                   |    2 -
 src/cve/index.rst                       |    6 +-
 src/ddocs/ddocs.rst                     |   13 +
 src/ddocs/index.rst                     |    1 +
 src/ddocs/search.rst                    | 1038 +++++++++++++++++++++++++++++++
 src/ddocs/views/intro.rst               |   14 +
 src/ddocs/views/joins.rst               |   29 +-
 src/index.rst                           |   49 +-
 src/install/troubleshooting.rst         |   18 +
 src/install/unix.rst                    |   95 +--
 src/intro/api.rst                       |    3 +-
 src/intro/curl.rst                      |    2 -
 src/intro/overview.rst                  |   14 +-
 src/intro/security.rst                  |   12 +-
 src/json-structure.rst                  |    7 +-
 src/maintenance/backups.rst             |   90 +++
 src/maintenance/compaction.rst          |  165 ++++-
 src/maintenance/index.rst               |    7 +-
 src/partitioned-dbs/index.rst           |  390 ++++++++++++
 src/query-server/index.rst              |    8 +-
 src/query-server/javascript.rst         |    2 +-
 src/query-server/protocol.rst           |   21 +-
 src/replication/conflicts.rst           |   42 ++
 src/replication/index.rst               |    2 +-
 src/replication/intro.rst               |    1 -
 src/replication/protocol.rst            |   21 +-
 src/setup/cluster.rst                   |   58 +-
 src/whatsnew/2.3.rst                    |   40 ++
 src/whatsnew/index.rst                  |    7 +-
 templates/layout.html                   |    6 +-
 templates/pages/index.html              |   13 +-
 83 files changed, 6089 insertions(+), 559 deletions(-)
 create mode 100644 rfcs/001-fdb-revision-metadata-model.md
 create mode 100644 rfcs/002-shard-splitting.md
 create mode 100644 rfcs/004-document-storage.md
 create mode 100644 rfcs/007-background-jobs.md
 create mode 100644 rfcs/009-exunit.md
 create mode 100644 rfcs/011-opentracing.md
 create mode 100644 rfcs/template.md
 create mode 100644 src/api/database/shard.rst
 create mode 100644 src/api/ddoc/search.rst
 create mode 100644 src/api/partitioned-dbs.rst
 create mode 100644 src/best-practices/iso-date.rst
 create mode 100644 src/best-practices/views.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/maintenance/backups.rst
 create mode 100644 src/partitioned-dbs/index.rst