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/01/09 14:35:42 UTC

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

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.


 discard fe2fc86  fixes to the map RFC based on changes to the map index code
 discard db5340f  update RFC with the latest changes and improvements
 discard bf73420  improvements based on Paul's review
 discard 266200b  add rfc for map indexes
     add 3aa3978  feat: remove unused config var from example
     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 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 9c74a63  add rfc for map indexes
     add 1a72d8a  improvements based on Paul's review
     add f12eb9f  update RFC with the latest changes and improvements
     add b27d812  fixes to the map RFC based on changes to the map index code
     add 305c22d  update k/v sizes in index

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

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                                        |    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/008-map-indexes.md                           |    6 +-
 rfcs/009-exunit.md                                |  122 +++
 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                         |  180 +++-
 src/api/server/configuration.rst                  |    7 +-
 src/best-practices/documents.rst                  |    4 +-
 src/best-practices/forms.rst                      |    2 +-
 src/config/auth.rst                               |    3 +-
 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/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/javascript.rst                   |    2 +-
 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 +-
 src/whatsnew/2.3.rst                              |    4 +-
 templates/pages/index.html                        |    9 +
 57 files changed, 4377 insertions(+), 586 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/009-exunit.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