[GitHub] couchdb-fauxton pull request: Databases component fix

2015-05-26 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/440 Databases component fix This fixes a small problem with the mocha test for the databases component. Because it didn't reset the store it would sometimes interfere with other mocha te

[GitHub] couchdb-fauxton pull request: Databases component tweak

2015-05-26 Thread benkeen
Github user benkeen closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/439 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] couchdb-fauxton pull request: Databases component tweak

2015-05-26 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/439 Databases component tweak This line causes problems when using the component within other components - not something that currently occurs on Fauxton. I tried contriving a test but c

[GitHub] couchdb-couch pull request: Fixing a build for Mac OS 10.10

2015-05-26 Thread janl
Github user janl commented on the pull request: https://github.com/apache/couchdb-couch/pull/52#issuecomment-105649460 merged, thank you! :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have th

[GitHub] couchdb-fauxton pull request: Prevent duplicate mocha tests runnin...

2015-05-26 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/438#issuecomment-105623184 Thanks. Merged as 0e34b78 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does n

[GitHub] couchdb-fauxton pull request: Prevent duplicate mocha tests runnin...

2015-05-26 Thread benkeen
Github user benkeen closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/438 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] couchdb-fauxton pull request: Gsoc 2015 revision tree visualizatio...

2015-05-26 Thread nadeeshaan
Github user nadeeshaan commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/433#issuecomment-105621666 Hi Robert, Before I add the tests to this branch I wrote some tests here which passes successfully. It would be great if you can have a look at it and poi

[GitHub] couchdb-fauxton pull request: Prevent duplicate mocha tests runnin...

2015-05-26 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/438#issuecomment-105619880 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featur

[GitHub] couchdb-fauxton pull request: Prevent duplicate mocha tests runnin...

2015-05-26 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/438 Prevent duplicate mocha tests running When running mocha for environments where Fauxton has been extended, e.g. the Cloudant dashboard, tests unique to that other environment get run

[GitHub] couchdb-fauxton pull request: Fauxton Server for use with NPM

2015-05-26 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/395 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] couchdb-couch pull request: Fix `active_size` format conversion in...

2015-05-26 Thread eiri
Github user eiri commented on the pull request: https://github.com/apache/couchdb-couch/pull/54#issuecomment-105577336 @hdiedrich : in [couch_db_updater.erl](https://github.com/apache/couchdb-couch/blob/master/src/couch_db_updater.erl#L492) It's the same in DBCore's `couch_db_

[GitHub] couchdb-couch pull request: Fix duplicated Content-Type for show/u...

2015-05-26 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-couch/pull/55#issuecomment-105569926 Thanks! Basically, looks good, but left a few commentaries about the implementation. --- If your project is set up for it, you can reply to this email and have you

[GitHub] couchdb-couch pull request: Fix duplicated Content-Type for show/u...

2015-05-26 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/55#discussion_r31046925 --- Diff: test/couch_httpd_headers_tests.erl --- @@ -0,0 +1,55 @@ +% Licensed under the Apache License, Version 2.0 (the "License"); you may not

[GitHub] couchdb-couch pull request: Fix duplicated Content-Type for show/u...

2015-05-26 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/55#discussion_r31046984 --- Diff: test/couch_httpd_headers_tests.erl --- @@ -0,0 +1,55 @@ +% Licensed under the Apache License, Version 2.0 (the "License"); you may not

[GitHub] couchdb-couch pull request: Fix duplicated Content-Type for show/u...

2015-05-26 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/55#discussion_r31046557 --- Diff: test/couch_httpd_headers_tests.erl --- @@ -0,0 +1,55 @@ +% Licensed under the Apache License, Version 2.0 (the "License"); you may not

[GitHub] couchdb-couch pull request: Fix duplicated Content-Type for show/u...

2015-05-26 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/55#discussion_r31046410 --- Diff: src/couch_httpd.erl --- @@ -30,6 +30,7 @@ -export([send_json/2,send_json/3,send_json/4,last_chunk/1,parse_multipart_request/3]). -ex

[GitHub] couchdb-couch pull request: Fix duplicated Content-Type for show/u...

2015-05-26 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/55#discussion_r31046121 --- Diff: src/couch_httpd.erl --- @@ -745,6 +739,19 @@ start_json_response(Req, Code, Headers) -> end_json_response(Resp) -> send_chunk(Resp

[GitHub] couchdb-couch pull request: Fix `active_size` format conversion in...

2015-05-26 Thread hdiedrich
Github user hdiedrich commented on the pull request: https://github.com/apache/couchdb-couch/pull/54#issuecomment-105563754 I was asking for where reduce = is populated for checking how the tuple gets into that place. --- If your project is set up for it, you can reply to this email

[GitHub] couchdb-couch pull request: Fix duplicated Content-Type for show/u...

2015-05-26 Thread arturmazurek
Github user arturmazurek commented on the pull request: https://github.com/apache/couchdb-couch/pull/55#issuecomment-105557076 This is a follow-up to https://github.com/apache/couchdb-couch/pull/53 Added tests for the new functions. Also regarding a comment in that old

[GitHub] couchdb-couch pull request: Fix duplicated Content-Type for show/u...

2015-05-26 Thread arturmazurek
GitHub user arturmazurek opened a pull request: https://github.com/apache/couchdb-couch/pull/55 Fix duplicated Content-Type for show/update functions When a show/update function returned data it added a "Content-Type: application/json" header by itself. Then couch_httpd added

[GitHub] couchdb-fauxton pull request: Fauxton Server for use with NPM

2015-05-26 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-105551400 i think you can close this --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your projec

[GitHub] couchdb-fauxton pull request: Open up require's config.js file to ...

2015-05-26 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/396#issuecomment-105550808 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featur

[GitHub] couchdb-couch pull request: Fix `active_size` format conversion in...

2015-05-26 Thread eiri
Github user eiri commented on the pull request: https://github.com/apache/couchdb-couch/pull/54#issuecomment-105529725 @kxepal I don't think simple copy would do, given the database file going to be named as a shard. I thought of something like creating test db for 1.x, creating empt

[GitHub] couchdb-fauxton pull request: Fix accepted

2015-05-26 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/437#issuecomment-105527551 merged as ea85d2b76e7a16f6b50fe6bc3109b07e2f6eb1a1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] couchdb-fauxton pull request: Fix accepted

2015-05-26 Thread robertkowalski
Github user robertkowalski closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/437 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if th

[GitHub] couchdb-couch pull request: Fix `active_size` format conversion in...

2015-05-26 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-couch/pull/54#issuecomment-105524431 @eiri by migrate you mean simple copy-paste db file from 1.x to 2.0 database directory? And what's the different between DBCore and CouchDB 1.x? --- If your projec

[GitHub] couchdb-couch pull request: Fix `active_size` format conversion in...

2015-05-26 Thread eiri
Github user eiri commented on the pull request: https://github.com/apache/couchdb-couch/pull/54#issuecomment-105523469 @kxepal I can reproduce it by migrating a test database from DBCore to CouchDB 2.0, but I doubt it could be shown in migration from CouchDB 1.6.x to 2.0, as far as I

[GitHub] couchdb-fauxton pull request: Fix accepted

2015-05-26 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/437#issuecomment-105521253 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featur

[GitHub] couchdb-couch pull request: Fix `active_size` format conversion in...

2015-05-26 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-couch/pull/54#issuecomment-105521023 How it's possible to reproduce such case? Never saw any problem with sizes for db info. --- If your project is set up for it, you can reply to this email and have

[GitHub] couchdb-couch pull request: Fix `active_size` format conversion in...

2015-05-26 Thread eiri
GitHub user eiri opened a pull request: https://github.com/apache/couchdb-couch/pull/54 Fix `active_size` format conversion in `get_db_info` function In `active_size` conversion in `couch_db:get_db_info/1` old db reduction's size format assumed to be an integer representing active s

[GitHub] couchdb-fauxton pull request: Fix accepted

2015-05-26 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/437 Fix accepted You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertkowalski/couchdb-fauxton fix-accepted Alternatively you can

[GitHub] couchdb-couch pull request: Fixing a build for Mac OS 10.10

2015-05-26 Thread arturmazurek
Github user arturmazurek commented on the pull request: https://github.com/apache/couchdb-couch/pull/52#issuecomment-105499041 Oh, that's great, thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] couchdb-couch pull request: Fixing a build for Mac OS 10.10

2015-05-26 Thread janl
Github user janl commented on the pull request: https://github.com/apache/couchdb-couch/pull/52#issuecomment-105478189 There is no harm in explicitly adding the search path, I’ll get this committed in a bit! --- If your project is set up for it, you can reply to this email and have

[GitHub] couchdb-fauxton pull request: tests: run setup in parallel

2015-05-26 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/423#issuecomment-105477792 merged as 455f0a53b068b6e6fdbd17c6f050852cc60bad3b --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] couchdb-fauxton pull request: tests: run setup in parallel

2015-05-26 Thread robertkowalski
Github user robertkowalski closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/423 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if th

[GitHub] couchdb-fauxton pull request: Fauxton Server for use with NPM

2015-05-26 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-105475195 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this fea

[REMINDER] IRC meeting - 2015-05-27 18:00 UTC

2015-05-26 Thread Robert Kowalski
Hi all, We'll be having the usual meeting in #couchdb-meeting on irc.freenode.org at 18:00 UTC, Wednesday as usual. The meeting room: irc://irc.freenode.net/couchdb-meeting Or you can access the meeting via the web: http://webchat.freenode.net/?channels=#couchdb-meeting For your local

[GitHub] couchdb-couch pull request: Fixing a build for Mac OS 10.10

2015-05-26 Thread arturmazurek
Github user arturmazurek closed the pull request at: https://github.com/apache/couchdb-couch/pull/52 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] couchdb-couch pull request: Fixing a build for Mac OS 10.10

2015-05-26 Thread arturmazurek
Github user arturmazurek commented on the pull request: https://github.com/apache/couchdb-couch/pull/52#issuecomment-105424822 I've had brew for some time already and it works just fine. I didn't source my bash_profile, however have rebooted multiple times since installing, so I guess