You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/08/12 00:41:06 UTC

[couchdb-documentation] branch fix/deprecation-leftover updated (c586356 -> 17912c3)

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

wohali pushed a change to branch fix/deprecation-leftover
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


    from c586356  Merge branch 'master' into fix/deprecation-leftover
     add 2bea1dc  Key name correction in ddoc example
     add 18e6451  How to increase connection limit
     add e367e8f  Format link
     add 046c74e  Format link
     add 388a9eb  Format link
     add 4c58158  Fixed grammar
     add 35f1773  Merge branch 'master' into master
     add cd4357f  Fix typo (#541)
     add ecbd992  [RFC] Background index building in CouchDB 4 (#542)
     add c8ec3a0  feat: new cve, woop
     add fa8173c  Update src/cve/2020-1955.rst
     add 1110cd7  Update src/cve/2020-1955.rst
     add ecac10c  Update src/cve/2020-1955.rst
     add 4805ff7  Update src/cve/2020-1955.rst
     add 3f3e27b  Merge pull request #543 from apache/feat/cve-CVE-2020-1955
     add 6370d8a  RFC for Mango on FDB (#407)
     add 7c53ab0  feat: clarify paths on snap (#547)
     add e029bcb  limit and continous mode (#548)
     add d55bf31  Add missing word "key" in "What is a partition?"
     add 6b1cd41  Merge pull request #549 from Frederik-Baetens/patch-1
     add b3954fe  apt-transport-https has become a dummy package as of Debian 10/Ubuntu 18.04. (#553)
     add d8f0e13  Fix method type to POST in /{db}/_partition/{partition_id}/_explain and /db/_partition/partition_id/_find
     add d90c3c0  Merge pull request #555 from mojito317/fix-get-method-type-for-partitioned-find-endpoints
     add 56b5730  Add max_history to replicator config
     add af5b4ae  Merge pull request #556 from wlthomson/552-add-replicator-config-max-history
     add dcd6122  Merge remote-tracking branch 'upstream/master'
     add f9aea42  Non existing changes
     add 7407f90  Update src/api/server/common.rst
     add f3420d3  Merge pull request #557 from vincnetas/master
     add 2222e16  Fix a typo (#559)
     add cb71a17  Improve binary installation procedure (#560)
     add 0e61981  Allow drilldown for search to always be specified as list of lists
     add 5c02705  Add examples
     add 42d7248  Merge pull request #561 from bessbd/allow-drilldown-list-of-lists
     add 9653c39  Add JWT authentication to list in docs (#563)
     add a071134  Merge branch 'master' into ddocID
     add db671d2  Merge pull request #565 from apache/ddocID
     add 4125bac  Improve advice on running out of file handles
     add 86e7e7f  Merge pull request #566 from apache/improve-limits-advice
     add 9571d82  Further improve fd limit increase docs (#567)
     add d702605  Clarify how to set the scheduling window parameters
     add 17a3e62  Add a note to remind that time settings should be UTC
     add c8b862f  Fix limit of 90 characters per line
     add 0c4700a  Merge pull request #569 from cluxter/improve-explanations
     add 2a3c5c4  feat(mango): updated intro tutorial to use mango isntead of MapReduce (#568)
     add bc50598  Rename missed_revs to missing_revs in {db}/_missing_revs result
     add 46951b8  Merge pull request #570 from vmatyusGitHub/missing_rev_update
     add 812e4ea  Update misc.rst (#572)
     add d685a08  Added the documenation of a newly proposed Mango operator : $keyMapMatch.
     add 6c46818  fix(docs): small fixes to the tour (typos etc.)
     add 15e6b31  feat(docs): add note to tour about missing mango indexes
     add adadae7  fix(docs): address review comments in tour update
     add 1cbe020  fix(api): Fix typo in ddoc/views.rst (#577)
     add 6f53278  Revert "Clarify what the allow_persistent_cookies config value does (#428)"
     add ab7726a  Describe what persistent_cookies = true actually does
     add a79bc55  Show unattended install to custom path on Windows (#580)
     add 17912c3  Merge branch 'master' into fix/deprecation-leftover

No new revisions were added by this update.

Summary of changes:
 rfcs/006-mango-fdb.md                 | 149 +++++++++++++++++++++++
 rfcs/015-background-index-building.md | 131 +++++++++++++++++++++
 src/api/database/changes.rst          |   2 +
 src/api/database/find.rst             |  73 ++++++++----
 src/api/database/misc.rst             |   6 +-
 src/api/ddoc/views.rst                |   2 +-
 src/api/partitioned-dbs.rst           |   4 +-
 src/api/server/authn.rst              |   2 +-
 src/api/server/common.rst             |   1 +
 src/config/auth.rst                   |   5 +-
 src/config/http.rst                   |   1 +
 src/config/replicator.rst             |  11 ++
 src/cve/2020-1955.rst                 |  60 ++++++++++
 src/ddocs/ddocs.rst                   |   2 +-
 src/ddocs/search.rst                  |  15 +++
 src/install/snap.rst                  |   6 +
 src/install/troubleshooting.rst       |  39 +++++--
 src/install/unix.rst                  |  25 ++--
 src/install/windows.rst               |   4 +-
 src/intro/tour.rst                    | 214 ++++++++++++++--------------------
 src/maintenance/compaction.rst        |   5 +
 src/maintenance/performance.rst       |  77 ++++++------
 src/partitioned-dbs/index.rst         |   2 +-
 src/replication/intro.rst             |   2 +-
 24 files changed, 617 insertions(+), 221 deletions(-)
 create mode 100644 rfcs/006-mango-fdb.md
 create mode 100644 rfcs/015-background-index-building.md
 create mode 100644 src/cve/2020-1955.rst