You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2016/05/24 22:50:25 UTC

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

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


Implement a way to disable recompaction

Update deps to enable new functionality:

- couch_index
- couch_tests


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

Branch: refs/heads/master
Commit: fc091fdee9582ecf2f33f2cdd919878008eb7de6
Parents: d074b5c
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Tue May 24 11:34:11 2016 -0700
Committer: ILYA Khlopotov <ii...@ca.ibm.com>
Committed: Tue May 24 11:34:11 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/fc091fde/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 98f4fd0..2f9f0ce 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -31,14 +31,14 @@ DepDescs = [
 {couch_log_lager,  "couch-log-lager",  "b2a0471a87765de50c5eb05c65c121f68a9ae9fa"},
 {chttpd,           "chttpd",           "f3d5d1b0cd8eda814805b5a7290892ee0b3a73ab"},
 {couch,            "couch",            "49774f269a6a42af05ead4f17b52edda5f065c78"},
-{couch_index,      "couch-index",      "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"},
+{couch_index,      "couch-index",      "aa8e6f9573a2dd04bf5a1a98576b1809e1a68035"},
 {couch_mrview,     "couch-mrview",     "e36509b2dfb7bba5f09fcb62f0e23a538451afb5"},
 {couch_replicator, "couch-replicator", "ab0afce2d6fdfeeade636a9252327ac09a1e423f"},
 {couch_plugins,    "couch-plugins",    "3e73b723cb126cfc471b560d17c24a8b5c540085"},
 {couch_event,      "couch-event",      "835a41885d1e276d207758954f8238aa7bba0ae8"},
 {couch_stats,      "couch-stats",      "7895d4d3f509ed24f09b6d1a0bd0e06af34551dc"},
 {couch_peruser,    "peruser",          "ff7d190970a46722137fbc7a1a75466e8a544ae1"},
-{couch_tests,       "erlang-tests",    "cba29c894aace569f13e6bf83bc6ef06fd448712"},
+{couch_tests,       "erlang-tests",    "37b3bfeb4b1a48a592456e67991362e155ed81e0"},
 {docs,             "documentation",    "089f404d26374d8c6942a725d05627d6901a9330", [raw]},
 {ddoc_cache,       "ddoc-cache",       "c762e90a33ce3cda19ef142dd1120f1087ecd876"},
 {ets_lru,          "ets-lru",          "c05488c8b1d7ec1c3554a828e0c9bf2888932ed6"},


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

Posted by ii...@apache.org.
Merge remote branch 'cloudant:65501-disable-recompaction'

This closes #419

Signed-off-by: ILYA Khlopotov <ii...@ca.ibm.com>


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

Branch: refs/heads/master
Commit: 2f51996d4b46a8e6ae3d25b68fe1ea69dab6d006
Parents: d074b5c fc091fd
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Tue May 24 15:49:53 2016 -0700
Committer: ILYA Khlopotov <ii...@ca.ibm.com>
Committed: Tue May 24 15:49:53 2016 -0700

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