You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/10/31 03:57:36 UTC

[1/3] couchdb commit: updated refs/heads/1.x.x to 01c60f1

Repository: couchdb
Updated Branches:
  refs/heads/1.x.x b1f5333b9 -> 01c60f183


docs: fix formatting


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/f462363c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/f462363c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/f462363c

Branch: refs/heads/1.x.x
Commit: f462363cfcde56710060486e58dffd45d02ae937
Parents: b1f5333
Author: Alexander Shorin <kx...@apache.org>
Authored: Fri Oct 31 05:49:42 2014 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Oct 31 05:49:42 2014 +0300

----------------------------------------------------------------------
 share/doc/src/config/http.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/f462363c/share/doc/src/config/http.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/config/http.rst b/share/doc/src/config/http.rst
index 6ab09f0..c03a5d5 100644
--- a/share/doc/src/config/http.rst
+++ b/share/doc/src/config/http.rst
@@ -392,7 +392,8 @@ Secure Socket Level Options
 
   .. config:option:: secure_renegotiate :: Enable secure renegotiation
 
-    Set to `true` to reject renegotiation attempt that does not live up to RFC 5746::
+    Set to `true` to reject renegotiation attempt that does not live up to
+    :rfc:`5746`::
 
       [ssl]
       secure_renegotiate = true
@@ -408,8 +409,7 @@ Secure Socket Level Options
 
     .. versionadded:: 1.7
 
-  .. config:option:: tls_versions :: Specify permitted server SSL/TLS
-                     protocol versions
+  .. config:option:: tls_versions :: Specify permitted server SSL/TLS protocol versions
 
     Set to a list of permitted SSL/TLS protocol versions::
 


[2/3] couchdb commit: updated refs/heads/1.x.x to 01c60f1

Posted by kx...@apache.org.
docs: one more version tag for f30f3dd feature


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/cec0a79d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/cec0a79d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/cec0a79d

Branch: refs/heads/1.x.x
Commit: cec0a79d619cc4a57b070d9750906545b51abd9b
Parents: f462363
Author: Alexander Shorin <kx...@apache.org>
Authored: Fri Oct 31 05:51:31 2014 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Oct 31 05:51:31 2014 +0300

----------------------------------------------------------------------
 share/doc/src/config/http.rst | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/cec0a79d/share/doc/src/config/http.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/config/http.rst b/share/doc/src/config/http.rst
index c03a5d5..4834f38 100644
--- a/share/doc/src/config/http.rst
+++ b/share/doc/src/config/http.rst
@@ -398,6 +398,8 @@ Secure Socket Level Options
       [ssl]
       secure_renegotiate = true
 
+    .. versionadded:: 1.7
+
   .. config:option:: ciphers :: Specify permitted server cipher list
 
     Set to the cipher suites that should be supported which can be


[3/3] couchdb commit: updated refs/heads/1.x.x to 01c60f1

Posted by kx...@apache.org.
key, startkey and endkey params accepts any valid JSON types

Thanks @zemirco for the report.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/01c60f18
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/01c60f18
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/01c60f18

Branch: refs/heads/1.x.x
Commit: 01c60f183a0d20dc5dc384fce42305d009c67b81
Parents: cec0a79
Author: Alexander Shorin <kx...@apache.org>
Authored: Wed Oct 29 14:14:34 2014 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Oct 31 05:56:25 2014 +0300

----------------------------------------------------------------------
 share/doc/src/api/ddoc/views.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/01c60f18/share/doc/src/api/ddoc/views.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/api/ddoc/views.rst b/share/doc/src/api/ddoc/views.rst
index 3d14396..4d0c8d8 100644
--- a/share/doc/src/api/ddoc/views.rst
+++ b/share/doc/src/api/ddoc/views.rst
@@ -32,9 +32,9 @@
     Ignored if `include_docs` isn't ``true``. Default is ``false``
   :query boolean descending: Return the documents in descending by key order.
     Default is ``false``
-  :query string endkey: Stop returning records when the specified key is
+  :query json endkey: Stop returning records when the specified key is
     reached. *Optional*
-  :query string end_key: Alias for `endkey` param
+  :query json end_key: Alias for `endkey` param
   :query string endkey_docid: Stop returning records when the specified
     document ID is reached. *Optional*
   :query string end_key_doc_id: Alias for `endkey_docid` param
@@ -52,7 +52,7 @@
     compressed. Ignored if `include_docs` isn't ``true``. Default is ``false``.
   :query boolean inclusive_end: Specifies whether the specified end key should
     be included in the result. Default is ``true``
-  :query string key: Return only documents that match the specified key.
+  :query json key: Return only documents that match the specified key.
     *Optional*
   :query number limit: Limit the number of the returned documents to the
     specified number. *Optional*
@@ -61,9 +61,9 @@
     the results. Default is ``0``
   :query string stale: Allow the results from a stale view to be used.
     Supported values: ``ok`` and ``update_after``. *Optional*
-  :query string startkey: Return records starting with the specified key.
+  :query json startkey: Return records starting with the specified key.
     *Optional*
-  :query string start_key: Alias for `startkey` param
+  :query json start_key: Alias for `startkey` param
   :query string startkey_docid: Return records starting with the specified
     document ID. *Optional*
   :query string start_key_doc_id: Alias for `startkey_docid` param