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 2016/11/09 22:31:19 UTC

couchdb commit: updated refs/heads/master to e828b70

Repository: couchdb
Updated Branches:
  refs/heads/master 99b5331ce -> e828b70ba


Bump fabric and couch to add "fields" to change feed selectors

When using selectors with `include_docs=true` can specify an optional fields
    array in the POST request JSON body.

    Each element in the array can be a json field (or even a key path
    specified as field1.field2...). Resulting documents will contain only the
    specified document fields.

    For example:
    ```
    http://.../d1/_changes?filter=_selector&include_docs=true

    {
        "selector": {"z" : {"$gte" : 1} }, "fields": ["field1", "field2"]
    }

COUCHDB-2988


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

Branch: refs/heads/master
Commit: e828b70ba770cd695c8a51c9e1f3e6ae3edcd004
Parents: 99b5331
Author: Nick Vatamaniuc <va...@apache.org>
Authored: Wed Nov 9 17:30:20 2016 -0500
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Wed Nov 9 17:30:20 2016 -0500

----------------------------------------------------------------------
 rebar.config.script | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e828b70b/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 9d2c323..02dd52a 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -29,7 +29,7 @@ DepDescs = [
 {b64url,           "b64url",           "6895652d80f95cdf04efb14625abed868998f174"},
 {couch_log,        "couch-log",        "ad803f66dbd1900b67543259142875a6d03503ce"},
 {chttpd,           "chttpd",           "21a59b4d80e5c0dbe43c6047fe79b215ff1aa436"},
-{couch,            "couch",            "6b40de3c185dd8f56d193dc0b2f83e28841bb3ed"},
+{couch,            "couch",            "b4cd6709e98ad3034f482b7c266e4533cce4b891"},
 {couch_index,      "couch-index",      "53555fd909d5dd3d4a610c3fd6795950a8f7d022"},
 {couch_mrview,     "couch-mrview",     "853c608054fd8efe5e44a699714028ca7f76c2ef"},
 {couch_replicator, "couch-replicator", "48996b108c458421c8a73097be152769bdc3fc48"},
@@ -41,7 +41,7 @@ DepDescs = [
 {docs,             "documentation",    "1957f02cfacf968fb83ba3d8badb9625b2392434", [raw]},
 {ddoc_cache,       "ddoc-cache",       "c762e90a33ce3cda19ef142dd1120f1087ecd876"},
 {ets_lru,          "ets-lru",          "c05488c8b1d7ec1c3554a828e0c9bf2888932ed6"},
-{fabric,           "fabric",           "508122c52731a9eac3e83f8d727f2355f019fe1f"},
+{fabric,           "fabric",           "7cfabb5543de52639d226f509897e9b418327fcb"},
 {fauxton,          "fauxton",          {tag, "v1.1.9"}, [raw]},
 {folsom,           "folsom",           "a5c95dec18227c977029fbd3b638966d98f17003"},
 {global_changes,   "global-changes",   "f6e4c5629a7d996d284e4489f1897c057823f846"},