You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/08/18 03:17:55 UTC

[couchdb-documentation] branch main updated (96e2fff -> dd7bfcd)

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

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


    from 96e2fff  Contribute Custom Erlang Network Protocol to CouchDB (#673)
     new 42d5745  Update common.rst to add selector to _replicate
     new 2c8e18f  Clarified mutual exclusivity in of filters /_replicate
     new dd7bfcd  Update common.rst to fix spelling

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/api/server/common.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

[couchdb-documentation] 02/03: Clarified mutual exclusivity in of filters /_replicate

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 2c8e18f740dfa68e5dd36adc2dae35c2ab697d61
Author: Christopher Astfalk <ch...@icloud.com>
AuthorDate: Tue Aug 17 18:59:24 2021 +0200

    Clarified mutual exclusivity in of filters /_replicate
    
    The filters are the fields `doc_ids`, `filter`, and `selector`.
---
 src/api/server/common.rst | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/api/server/common.rst b/src/api/server/common.rst
index d5c00e6..f4d8a71 100644
--- a/src/api/server/common.rst
+++ b/src/api/server/common.rst
@@ -600,10 +600,14 @@
     :<json object create_target_params: An object that contains parameters
       to be used when creating the target database. Can include the
       standard ``q`` and ``n`` parameters.
-    :<json array doc_ids: Array of document IDs to be synchronized
+    :<json array doc_ids: Array of document IDs to be synchronized.
+      ``doc_ids``, ``filter``, and ``selector`` mutually exclusive.
     :<json string filter: The name of a :ref:`filter function <filterfun>`.
+      ``doc_ids``, ``filter``, and ``selector`` mutually exclusive.
     :<json json selector: A :ref:`selector <find/selectors>` to filter
-      documents for synchronization.
+      documents for synchronization. Has the same behavior as the
+      :ref:`selector objects <selectorobj>` in replication documents.
+      ``doc_ids``, ``filter``, and ``selector`` mutually exclusive.
     :<json string source_proxy: Address of a proxy server through which
       replication from the source should occur (protocol can be "http" or
       "socks5")

[couchdb-documentation] 03/03: Update common.rst to fix spelling

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit dd7bfcd10e6b7d350f7a25f44968fe86ad40f393
Author: Christopher Astfalk <ch...@icloud.com>
AuthorDate: Tue Aug 17 19:02:32 2021 +0200

    Update common.rst to fix spelling
---
 src/api/server/common.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/server/common.rst b/src/api/server/common.rst
index f4d8a71..9f6b25a 100644
--- a/src/api/server/common.rst
+++ b/src/api/server/common.rst
@@ -601,13 +601,13 @@
       to be used when creating the target database. Can include the
       standard ``q`` and ``n`` parameters.
     :<json array doc_ids: Array of document IDs to be synchronized.
-      ``doc_ids``, ``filter``, and ``selector`` mutually exclusive.
+      ``doc_ids``, ``filter``, and ``selector`` are mutually exclusive.
     :<json string filter: The name of a :ref:`filter function <filterfun>`.
-      ``doc_ids``, ``filter``, and ``selector`` mutually exclusive.
+      ``doc_ids``, ``filter``, and ``selector`` are mutually exclusive.
     :<json json selector: A :ref:`selector <find/selectors>` to filter
       documents for synchronization. Has the same behavior as the
       :ref:`selector objects <selectorobj>` in replication documents.
-      ``doc_ids``, ``filter``, and ``selector`` mutually exclusive.
+      ``doc_ids``, ``filter``, and ``selector`` are mutually exclusive.
     :<json string source_proxy: Address of a proxy server through which
       replication from the source should occur (protocol can be "http" or
       "socks5")

[couchdb-documentation] 01/03: Update common.rst to add selector to _replicate

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 42d5745cee42f6f9835185f0a226416618b642c2
Author: Christopher Astfalk <ch...@icloud.com>
AuthorDate: Tue Aug 17 16:32:58 2021 +0200

    Update common.rst to add selector to _replicate
---
 src/api/server/common.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/api/server/common.rst b/src/api/server/common.rst
index 100452d..d5c00e6 100644
--- a/src/api/server/common.rst
+++ b/src/api/server/common.rst
@@ -602,6 +602,8 @@
       standard ``q`` and ``n`` parameters.
     :<json array doc_ids: Array of document IDs to be synchronized
     :<json string filter: The name of a :ref:`filter function <filterfun>`.
+    :<json json selector: A :ref:`selector <find/selectors>` to filter
+      documents for synchronization.
     :<json string source_proxy: Address of a proxy server through which
       replication from the source should occur (protocol can be "http" or
       "socks5")