You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ei...@apache.org on 2016/05/18 12:38:01 UTC

[1/5] couchdb commit: updated refs/heads/master to d074b5c

Repository: couchdb
Updated Branches:
  refs/heads/master b166e8f2f -> d074b5c7a


Render update_seq if number or binary


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

Branch: refs/heads/master
Commit: 99ba7660282f92a505df5547b3ebd0d2c450b169
Parents: b166e8f
Author: Eric Avdey <ei...@eiri.ca>
Authored: Mon May 16 16:06:49 2016 -0300
Committer: Eric Avdey <ei...@eiri.ca>
Committed: Mon May 16 16:06:49 2016 -0300

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/99ba7660/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index b145887..c38053c 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -32,7 +32,7 @@ DepDescs = [
 {chttpd,           "chttpd",           "f3d5d1b0cd8eda814805b5a7290892ee0b3a73ab"},
 {couch,            "couch",            "49774f269a6a42af05ead4f17b52edda5f065c78"},
 {couch_index,      "couch-index",      "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"},
-{couch_mrview,     "couch-mrview",     "6ec35971ebd96133cc6a34fa29f1d364049a7ecd"},
+{couch_mrview,     "couch-mrview",     "65b7a3a64ae087901d2d2fbe785233b04f135b4b"},
 {couch_replicator, "couch-replicator", "ab0afce2d6fdfeeade636a9252327ac09a1e423f"},
 {couch_plugins,    "couch-plugins",    "3e73b723cb126cfc471b560d17c24a8b5c540085"},
 {couch_event,      "couch-event",      "835a41885d1e276d207758954f8238aa7bba0ae8"},


[3/5] couchdb commit: updated refs/heads/master to d074b5c

Posted by ei...@apache.org.
Make view updater couch_work_queue configurable


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

Branch: refs/heads/master
Commit: 9dec296b8f3d2389a0e40c46bd2f46a463fe5c76
Parents: f3126d6
Author: Eric Avdey <ei...@eiri.ca>
Authored: Mon May 16 16:10:00 2016 -0300
Committer: Eric Avdey <ei...@eiri.ca>
Committed: Mon May 16 16:10:00 2016 -0300

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/9dec296b/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 62300d6..d4cbdf6 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -32,7 +32,7 @@ DepDescs = [
 {chttpd,           "chttpd",           "f3d5d1b0cd8eda814805b5a7290892ee0b3a73ab"},
 {couch,            "couch",            "49774f269a6a42af05ead4f17b52edda5f065c78"},
 {couch_index,      "couch-index",      "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"},
-{couch_mrview,     "couch-mrview",     "37351726a03aaa224ba08f475bfb7c403f94d5ee"},
+{couch_mrview,     "couch-mrview",     "56b66b48390732d1bbb2917ca25c4cdb3e196d1e"},
 {couch_replicator, "couch-replicator", "ab0afce2d6fdfeeade636a9252327ac09a1e423f"},
 {couch_plugins,    "couch-plugins",    "3e73b723cb126cfc471b560d17c24a8b5c540085"},
 {couch_event,      "couch-event",      "835a41885d1e276d207758954f8238aa7bba0ae8"},


[4/5] couchdb commit: updated refs/heads/master to d074b5c

Posted by ei...@apache.org.
Use couch_file:delete/3 in views cleanup


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

Branch: refs/heads/master
Commit: 920489d493ece862cee7b963ffbaacb2eb20cbe5
Parents: 9dec296
Author: Eric Avdey <ei...@eiri.ca>
Authored: Mon May 16 16:11:43 2016 -0300
Committer: Eric Avdey <ei...@eiri.ca>
Committed: Mon May 16 16:11:43 2016 -0300

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/920489d4/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index d4cbdf6..98f4fd0 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -32,7 +32,7 @@ DepDescs = [
 {chttpd,           "chttpd",           "f3d5d1b0cd8eda814805b5a7290892ee0b3a73ab"},
 {couch,            "couch",            "49774f269a6a42af05ead4f17b52edda5f065c78"},
 {couch_index,      "couch-index",      "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"},
-{couch_mrview,     "couch-mrview",     "56b66b48390732d1bbb2917ca25c4cdb3e196d1e"},
+{couch_mrview,     "couch-mrview",     "e36509b2dfb7bba5f09fcb62f0e23a538451afb5"},
 {couch_replicator, "couch-replicator", "ab0afce2d6fdfeeade636a9252327ac09a1e423f"},
 {couch_plugins,    "couch-plugins",    "3e73b723cb126cfc471b560d17c24a8b5c540085"},
 {couch_event,      "couch-event",      "835a41885d1e276d207758954f8238aa7bba0ae8"},


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

Posted by ei...@apache.org.
Use ioq to separately prioritise view updates


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

Branch: refs/heads/master
Commit: f3126d6c834d22b6cb5d4e67c7b0119b3019a6c8
Parents: 99ba766
Author: Eric Avdey <ei...@eiri.ca>
Authored: Mon May 16 16:08:29 2016 -0300
Committer: Eric Avdey <ei...@eiri.ca>
Committed: Mon May 16 16:08:29 2016 -0300

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/f3126d6c/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index c38053c..62300d6 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -32,7 +32,7 @@ DepDescs = [
 {chttpd,           "chttpd",           "f3d5d1b0cd8eda814805b5a7290892ee0b3a73ab"},
 {couch,            "couch",            "49774f269a6a42af05ead4f17b52edda5f065c78"},
 {couch_index,      "couch-index",      "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"},
-{couch_mrview,     "couch-mrview",     "65b7a3a64ae087901d2d2fbe785233b04f135b4b"},
+{couch_mrview,     "couch-mrview",     "37351726a03aaa224ba08f475bfb7c403f94d5ee"},
 {couch_replicator, "couch-replicator", "ab0afce2d6fdfeeade636a9252327ac09a1e423f"},
 {couch_plugins,    "couch-plugins",    "3e73b723cb126cfc471b560d17c24a8b5c540085"},
 {couch_event,      "couch-event",      "835a41885d1e276d207758954f8238aa7bba0ae8"},


[5/5] couchdb commit: updated refs/heads/master to d074b5c

Posted by ei...@apache.org.
Update to latest mrview

This brings in the following changes:

- Render update_seq if number or binary
- Use ioq to separately prioritise view updates
- Make view updater couch_work_queue configurable
- Use couch_file:delete/3 in views cleanup

Remote branch 'github/pr/416'

This closes #416


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

Branch: refs/heads/master
Commit: d074b5c7ad24d79c344710535a0ee8cd533ffc41
Parents: b166e8f 920489d
Author: Eric Avdey <ei...@eiri.ca>
Authored: Wed May 18 09:30:20 2016 -0300
Committer: Eric Avdey <ei...@eiri.ca>
Committed: Wed May 18 09:31:37 2016 -0300

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