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 2016/02/26 06:56:19 UTC

[1/2] couchdb commit: updated refs/heads/master to e983187

Repository: couchdb
Updated Branches:
  refs/heads/master 2e5067f8e -> e98318757


Send 400 error if 'count' sent to _uuid is not an integer


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

Branch: refs/heads/master
Commit: efd61ef0b1e5f33b2d9b01336064da7b03baa468
Parents: 2e5067f
Author: Alexander Shorin <kx...@apache.org>
Authored: Fri Feb 26 08:55:13 2016 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Feb 26 08:55:13 2016 +0300

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/efd61ef0/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 7e99c5c..729f99b 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -31,7 +31,7 @@ DepDescs = [
 {couch_log,        "couch-log",        "939b3a7bda7dcb03f841b899762b188ca31bc230"},
 {couch_log_lager,  "couch-log-lager",  "b2a0471a87765de50c5eb05c65c121f68a9ae9fa"},
 {chttpd,           "chttpd",           "41ac33a082d34baee206d4a00d51a54b50e36f74"},
-{couch,            "couch",            "333bc1b0e460f2e2cd7051c1800ef8d12d45cae8"},
+{couch,            "couch",            "9383c5c460732a0b74a11b6a5efdab167bf1345c"},
 {couch_index,      "couch-index",      "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"},
 {couch_mrview,     "couch-mrview",     "6ec35971ebd96133cc6a34fa29f1d364049a7ecd"},
 {couch_replicator, "couch-replicator", "fd66cb6b3dc70a64b556bb1e5bd9fa05f20df571"},


[2/2] couchdb commit: updated refs/heads/master to e983187

Posted by kx...@apache.org.
Fix ddoc_cache for clustered calls

COUCHDB-2938


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

Branch: refs/heads/master
Commit: e98318757a0d6836a4388d4d1513a0ac589704ba
Parents: efd61ef
Author: Alexander Shorin <kx...@apache.org>
Authored: Fri Feb 26 08:55:44 2016 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Feb 26 08:55:44 2016 +0300

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e9831875/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 729f99b..d14c411 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -31,7 +31,7 @@ DepDescs = [
 {couch_log,        "couch-log",        "939b3a7bda7dcb03f841b899762b188ca31bc230"},
 {couch_log_lager,  "couch-log-lager",  "b2a0471a87765de50c5eb05c65c121f68a9ae9fa"},
 {chttpd,           "chttpd",           "41ac33a082d34baee206d4a00d51a54b50e36f74"},
-{couch,            "couch",            "9383c5c460732a0b74a11b6a5efdab167bf1345c"},
+{couch,            "couch",            "30348e6aaa50335750b055f3da037911bbf6a677"},
 {couch_index,      "couch-index",      "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"},
 {couch_mrview,     "couch-mrview",     "6ec35971ebd96133cc6a34fa29f1d364049a7ecd"},
 {couch_replicator, "couch-replicator", "fd66cb6b3dc70a64b556bb1e5bd9fa05f20df571"},