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 2015/03/18 11:05:15 UTC

[1/4] couchdb commit: updated refs/heads/developer-preview-2.0 to 14c55b4

Repository: couchdb
Updated Branches:
  refs/heads/developer-preview-2.0 aaf6f6adf -> 14c55b47e


speed up build by caching apt repos


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

Branch: refs/heads/developer-preview-2.0
Commit: c5f527425b22e789d425d55ada523b41eb3517c6
Parents: aaf6f6a
Author: Robert Newson <rn...@apache.org>
Authored: Wed Feb 18 00:36:11 2015 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Feb 18 00:36:11 2015 +0000

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/c5f52742/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2c91176..73259d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,3 +20,4 @@ otp_release:
    - R14B04
 git:
   depth: 10
+cache: apt


[2/4] couchdb commit: updated refs/heads/developer-preview-2.0 to 14c55b4

Posted by kx...@apache.org.
add erlang crash dumps to .gitignore


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

Branch: refs/heads/developer-preview-2.0
Commit: 51e946e2a0f6734c44ae87cff5c0d4e85d2acdc3
Parents: c5f5274
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Wed Feb 11 23:01:54 2015 +0100
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Thu Feb 19 01:04:27 2015 +0100

----------------------------------------------------------------------
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/51e946e2/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index f0af739..db1bc3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,8 @@ tmp/
 *.so
 ebin/
 
+erl_crash.dump
+
 dev/boot_node.beam
 dev/lib/
 dev/logs/


[4/4] couchdb commit: updated refs/heads/developer-preview-2.0 to 14c55b4

Posted by kx...@apache.org.
fix typo


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

Branch: refs/heads/developer-preview-2.0
Commit: 14c55b47ea3603f69525afe5daad5fcdc0cb465d
Parents: 2e3e60c
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Thu Mar 5 19:46:59 2015 +0100
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Thu Mar 5 19:46:59 2015 +0100

----------------------------------------------------------------------
 dev/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/14c55b47/dev/run
----------------------------------------------------------------------
diff --git a/dev/run b/dev/run
index 93de0f9..fcf9514 100755
--- a/dev/run
+++ b/dev/run
@@ -96,7 +96,7 @@ def setup_argparse():
     parser.add_option("-n", "--nodes", metavar="nodes", default=3,
                       type=int,
                       help="Number of development nodes to be spun up")
-    parser.add_option("-q", "--quite",
+    parser.add_option("-q", "--quiet",
                       action="store_false", dest="verbose", default=True,
                       help="Don't print anything to STDOUT")
     return parser.parse_args()


[3/4] couchdb commit: updated refs/heads/developer-preview-2.0 to 14c55b4

Posted by kx...@apache.org.
Add underscore prefix for nodes database name

This closes #306

COUCHDB-2619


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

Branch: refs/heads/developer-preview-2.0
Commit: 2e3e60cea20d7b1a9fa27411dbefd99da1ac08ec
Parents: 51e946e
Author: Alexander Shorin <kx...@apache.org>
Authored: Wed Feb 25 22:04:41 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Feb 26 23:25:43 2015 +0300

----------------------------------------------------------------------
 dev/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/2e3e60ce/dev/run
----------------------------------------------------------------------
diff --git a/dev/run b/dev/run
index ada5492..93de0f9 100755
--- a/dev/run
+++ b/dev/run
@@ -300,7 +300,7 @@ def join_nodes(ctx, host, port):
     for node in ctx['nodes']:
         body = "{}"
         conn = httpclient.HTTPConnection(host, port)
-        conn.request("PUT", "/nodes/%s@127.0.0.1" % node, body)
+        conn.request("PUT", "/_nodes/%s@127.0.0.1" % node, body)
         resp = conn.getresponse()
         if resp.status not in (200, 201, 202, 409):
             print('Failed to join %s into cluster' % node, resp.reason)