You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/07/13 11:50:52 UTC

[couchdb-documentation] branch update-notifications-lol updated (c04f34d -> 9d5f0ee)

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

jan pushed a change to branch update-notifications-lol
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


    from c04f34d  remove mentions on external process shenanigans
     add a207f9c  Migrate some FAQ material to the Best Practices documentation (#277)
     add 900cbce  Fix sphinx 1.7.5 build
     add b99ccc9  Expand the existing docs on builtin reducers
     add ddaa81d  Document the _approx_count_distinct builtin
     add 64b39a5  document couchdb/default_security
     add b28d942  Merge pull request #281 from garbados/default-security
     add 7aff1f4  replication does not do sub-document updating
     add eb4e71a  Merge pull request #283 from apache/no-subdoc-update
     add ebeae55  Drop unsupported node query server, plugins from 2.x
     add 7f35921  docs: add CVE-2018-8007 to 1.7.x and 2.1.x release notes
     add 092012f  fix the build
     add 9c7aac1  bump version
     new 9d5f0ee  Merge branch 'master' into update-notifications-lol

The 1 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:
 .travis.yml                               |   2 +-
 requirements.txt                          |   2 +
 src/best-practices/documents.rst          |  50 ++++++++++++
 src/best-practices/index.rst              |   1 +
 src/conf.py                               |   4 +-
 src/config/couchdb.rst                    |   7 ++
 src/cve/{2017-12636.rst => 2018-8007.rst} |  32 ++++----
 src/ddocs/ddocs.rst                       | 128 +++++++++++++++++++++++++++---
 src/experimental.rst                      |  62 ++-------------
 src/index.rst                             |   2 +-
 src/intro/overview.rst                    |   7 +-
 src/whatsnew/1.7.rst                      |   9 +++
 src/whatsnew/2.1.rst                      |  11 ++-
 13 files changed, 228 insertions(+), 89 deletions(-)
 create mode 100644 requirements.txt
 create mode 100644 src/best-practices/documents.rst
 copy src/cve/{2017-12636.rst => 2018-8007.rst} (56%)


[couchdb-documentation] 01/01: Merge branch 'master' into update-notifications-lol

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

jan pushed a commit to branch update-notifications-lol
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 9d5f0eeaf20ac4329b9a639c64a0338dfc4f76aa
Merge: c04f34d 9c7aac1
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Fri Jul 13 13:50:50 2018 +0200

    Merge branch 'master' into update-notifications-lol

 .travis.yml                      |   2 +-
 requirements.txt                 |   2 +
 src/best-practices/documents.rst |  50 +++++++++++++++
 src/best-practices/index.rst     |   1 +
 src/conf.py                      |   4 +-
 src/config/couchdb.rst           |   7 +++
 src/cve/2018-8007.rst            |  58 ++++++++++++++++++
 src/ddocs/ddocs.rst              | 128 ++++++++++++++++++++++++++++++++++++---
 src/experimental.rst             |  62 ++-----------------
 src/index.rst                    |   2 +-
 src/intro/overview.rst           |   7 +--
 src/whatsnew/1.7.rst             |   9 +++
 src/whatsnew/2.1.rst             |  11 +++-
 13 files changed, 268 insertions(+), 75 deletions(-)