You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2020/05/13 09:47:39 UTC

[couchdb-documentation] branch rfc/008-map-indexes updated (305c22d -> 074e6f6)

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

garren pushed a change to branch rfc/008-map-indexes
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


    omit 305c22d  update k/v sizes in index
    omit b27d812  fixes to the map RFC based on changes to the map index code
    omit f12eb9f  update RFC with the latest changes and improvements
    omit 1a72d8a  improvements based on Paul's review
    omit 9c74a63  add rfc for map indexes
     add ce6f8dc  Document same_site cookie attribute
     add eaba68e  Update resharding config section (#478)
     add 28427a5  Update local replication documentation (#423)
     add 56a24cd  Document improvements to setup API (#480)
     add 165f0aa  Document _config/_reload endpoint (#481)
     add 7466c11  Fix typo in `_scheduler/docs`
     add 3216391  Merge pull request #483 from bessbd/patch-2
     add 80b20ee  3.0.0 relnotes (#471)
     add ffee4f6  remove mentions of couchup for 3.0 (#467)
     add 1224d9b  Document enable_database_recovery (#482)
     add e5550c5  Document GET /_node/{nodename} (#486)
     add 01a3f06  Incorporate new config default settings (#485)
     add bd684b6  Remove port 5986 references + related options (#487)
     add a2a8bd5  Fully remove mention of admin party everywhere
     add 7c45549  Update src/intro/curl.rst
     add 44d6ecc  Update src/intro/curl.rst
     add f3ce58d  Update src/intro/security.rst
     add e745bed  em dash
     add c0c7c73  Update curl.rst
     add 723c521  Deprecate show, list, rewrite, vhosts
     add 47ff83f  Deprecate show, list, rewrite, vhosts (#489)
     add e8e2198  Merge branch 'master' into 3.0.0-relnotes-2
     add 0976f2d  Merge pull request #488 from apache/3.0.0-relnotes-2
     add d135b4b  New Jenkinsfile for faster testing (#490)
     add 7f01cfb  Fixes #479 to  add document partitioned DBs + Mango content (#491)
     add 7139b78  A few more 3.0 changes... (#492)
     add 669c51f  Add Fauxton updates to v3.0 release notes
     add d992d15  Merge pull request #494 from apache/3.0.0-fauxton-relnotes
     add 8958045  Document Clouseau install process (#495)
     add 48eb415  Minor fix in github issue reference
     add 885a575  Minor format fix for github issue reference in 3.0 whatsnew
     add d4dba29  Document Windows installer improvements (#497)
     add 0e05c7b  Document breaking change in 3.0.0-RC3 (#498)
     add adf6261  Replace foo with sensor-260 (#499)
     add 6e7dff6  Clarifications in 3.0 relnotes
     add 644e8d7  Merge pull request #500 from apache/3.0.0-cleanups
     add dc57d75  Update reverse-proxies.rst (#503)
     add fd4b258  Fixes /_reshard/jobs POST route (#504)
     add 1532a86  Fixes paths in sections titles and example snippet (#508)
     add a0bc1ec  Fix docker version (#505)
     add 0921b1e  Update Getting Started section in Readme (#514)
     add 842bbc8  Fix _all_docs/queries example result (#518)
     add 17b7282  Add note of ddoc autoupdate:false to ken config (#520)
     add 49e9ff4  Fix PUT attachment documentation (#523)
     add 95a73b2  Remove unnecessary items from the PR checklist (#519)
     add 92158c1  Added setup of admin for Redhat/CentOS (#502)
     add b3459e9  New smoosh defaults for 3.0.1 (#509)
     add 7ba6e11  JWT documentation
     add cac108d  Update src/api/server/authn.rst
     add f034719  Apply suggestions from code review
     add 5e701a4  address review comments
     add 37bf7c9  address review comments
     add fc14fa6  address review comments
     add 0c1daf7  address review comments
     add e65a1e4  Fix line-too-long lint error
     add 382d3ab  line wrap
     add e35ebaf  fix xref
     add 77f5b61  Add 3.0.1 release notes (#526)
     add 6d8d657  Bump ver (#527)
     add 0b5a6b9  3.1.0 release notes (#528)
     add dc53c0c  Improve admin user requirement warnings, closes #501 (#529)
     add 1b3799c  Update ddocs.rst (#533)
     add 0c48579  511 extending clouseau plugin doc (#531)
     add 165772e  Update install instructions for focal (#535)
     add 44e2b12  Correct the occurence of _global_changes
     add 2d6a734  Freshen Docker install info (#540)
     add bd68d66  add rfc for map indexes
     add 0a478ab  improvements based on Paul's review
     add 3029f4d  update RFC with the latest changes and improvements
     add e8edd42  fixes to the map RFC based on changes to the map index code
     add 7858db4  update k/v sizes in index
     add 074e6f6  some updates due to code changes

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   (305c22d)
            \
             N -- N -- N   refs/heads/rfc/008-map-indexes (074e6f6)

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:
 .github/PULL_REQUEST_TEMPLATE.md       |   3 +-
 Jenkinsfile                            |  59 +++
 README.md                              |   7 +-
 images/23379351593_0c480537de_q.jpg    | Bin 0 -> 15822 bytes
 make.bat                               |   7 +
 rfcs/008-map-indexes.md                | 103 +++--
 src/api/basics.rst                     |   4 -
 src/api/database/bulk-api.rst          |  33 +-
 src/api/database/compact.rst           |   2 +
 src/api/database/find.rst              |   7 +
 src/api/ddoc/common.rst                |   6 +-
 src/api/ddoc/render.rst                |  16 +
 src/api/ddoc/rewrites.rst              |   4 +
 src/api/ddoc/search.rst                |  12 +-
 src/api/document/attachments.rst       |   2 +-
 src/api/partitioned-dbs.rst            |  39 +-
 src/api/server/authn.rst               | 117 ++++++
 src/api/server/common.rst              | 100 +++--
 src/api/server/configuration.rst       |  46 ++-
 src/best-practices/reverse-proxies.rst |  16 +-
 src/cluster/databases.rst              |   7 +-
 src/cluster/nodes.rst                  |   6 +-
 src/cluster/sharding.rst               |  98 ++---
 src/cluster/theory.rst                 |  10 +-
 src/conf.py                            |   8 +-
 src/config/auth.rst                    |  70 ++--
 src/config/cluster.rst                 |  10 +-
 src/config/couchdb.rst                 | 140 ++++---
 src/config/http.rst                    | 106 +----
 src/config/index.rst                   |   1 -
 src/config/indexbuilds.rst             |  10 +-
 src/config/intro.rst                   |   6 +-
 src/config/logging.rst                 |   2 +
 src/config/misc.rst                    |  36 ++
 src/config/query-servers.rst           |   2 +
 src/config/resharding.rst              |  28 +-
 src/config/services.rst                | 101 -----
 src/ddocs/ddocs.rst                    |  10 +-
 src/ddocs/search.rst                   |   3 +-
 src/install/docker.rst                 |  24 +-
 src/install/freebsd.rst                |   4 +
 src/install/index.rst                  |   1 +
 src/install/search.rst                 | 110 ++++++
 src/install/snap.rst                   |   3 +-
 src/install/unix.rst                   |  21 +
 src/install/upgrading.rst              | 102 +----
 src/install/windows.rst                |  38 ++
 src/intro/api.rst                      |  61 +--
 src/intro/curl.rst                     |  42 +-
 src/intro/index.rst                    |   2 +-
 src/intro/security.rst                 | 151 ++++---
 src/intro/tour.rst                     |  64 +--
 src/maintenance/compaction.rst         |   4 +-
 src/query-server/index.rst             |   5 +-
 src/query-server/protocol.rst          |   8 +
 src/setup/cluster.rst                  |  23 +-
 src/setup/single-node.rst              |  12 +-
 src/whatsnew/0.11.rst                  |   2 +-
 src/whatsnew/3.0.rst                   | 704 +++++++++++++++++++++++++++++++++
 src/whatsnew/3.1.rst                   |  50 +++
 src/whatsnew/index.rst                 |   2 +
 templates/layout.html                  |   2 +-
 62 files changed, 1946 insertions(+), 726 deletions(-)
 create mode 100644 Jenkinsfile
 create mode 100644 images/23379351593_0c480537de_q.jpg
 delete mode 100644 src/config/services.rst
 create mode 100644 src/install/search.rst
 create mode 100644 src/whatsnew/3.0.rst
 create mode 100644 src/whatsnew/3.1.rst