[GitHub] couchdb-documentation pull request: Small grammar fixes

2015-03-24 Thread yaronyg
GitHub user yaronyg opened a pull request: https://github.com/apache/couchdb-documentation/pull/17 Small grammar fixes These are just small, easy, hopefully non-controversial grammar fixes. The definition of URI refers to RFC 2396. But RFC 2396 is obsolete. It has been repl

Re: Could CouchDB 2.0 fix actual read quorum?

2015-03-24 Thread Mutton, James
Funny you should mention it. I drafted an email in early February to queue up the same discussion whenever I could get involved again (which I promptly forgot about). What happens currently in 2.0 appears unchanged from earlier versions. When R is not satisfied in fabric, fabric_doc_open:hand

Re: GSOC 2015 [Visualize document revision tree and navigate betweenthese revisions]

2015-03-24 Thread Nadeeshaan Gunasinghe
Hi Robert, As you suggested yesterday I started generating the UIs in the fauxton Code base. I followed the sample addon writing tutorial in github and went through the already written addons. As a first step I could get an idea about how the data is flowing through fauxton and how content is manag

Could CouchDB 2.0 fix actual read quorum?

2015-03-24 Thread Nathan Vander Wilt
Sorry, I have not been following CouchDB 2.0 roadmap but I was extending my fermata-couchdb plugin today and realized that perhaps the Apache release of BigCouch as CouchDB 2.0 might provide an opportunity to fix a serious issue I had using Cloudant's implementation. See https://github.com/clou

[jira] [Commented] (COUCHDB-2577) Invalid 'undefined' class in All Docs header button element

2015-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14378491#comment-14378491 ] ASF GitHub Bot commented on COUCHDB-2577: - GitHub user wadsashika opened a pull

[GitHub] couchdb-fauxton pull request: Invalid 'undefined' class in All Doc...

2015-03-24 Thread wadsashika
GitHub user wadsashika opened a pull request: https://github.com/apache/couchdb-fauxton/pull/332 Invalid 'undefined' class in All Docs header button element This will remove the invalid class named undefined which appear in the All Doc header button element when landing the page.

Re: [GSOC 2015] COUCHDB-2605 Visualize the CouchDB Cluster

2015-03-24 Thread madhuka udantha
Hi, After communicating with couchdb community got to know that there can be 100~ 1 nodes in cluster. So there will 2 layouts in cluster link depending on node count in cluster. My first UI is for simple count of node in cluster (4 nodes in cluster) Here is mock UIs where it hit more than 5

[GitHub] couchdb-fauxton pull request: Validation fix for CORS URLS

2015-03-24 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/331 Validation fix for CORS URLS Small fix to allow URLS with ports to validate. A few tests added. You can merge this pull request into a Git repository by running: $ git pull https://git

[GitHub] couchdb-fauxton pull request: Design doc names truncated in sideba...

2015-03-24 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/330#discussion_r27049149 --- Diff: app/addons/documents/assets/less/sidenav.less --- @@ -84,10 +84,17 @@ .accordion-list-item p{ .transition(all 0.25s

[GitHub] couchdb-fauxton pull request: Design doc names truncated in sideba...

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/330#issuecomment-85595978 +1 after addressing it (and travis is green) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as wel

[GitHub] couchdb-fauxton pull request: Design doc names truncated in sideba...

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/330#issuecomment-85595881 left a small suggestion, looks good! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] couchdb-fauxton pull request: Design doc names truncated in sideba...

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/330#discussion_r27048309 --- Diff: app/addons/documents/assets/less/sidenav.less --- @@ -84,10 +84,17 @@ .accordion-list-item p{ .transition(all

[GitHub] couchdb-chttpd pull request: add gitignore

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/29#issuecomment-85593742 merged as 282c6a09c0eff60bb6bccc43c6e99ce6fb9f35f9 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] couchdb-chttpd pull request: add gitignore

2015-03-24 Thread robertkowalski
Github user robertkowalski closed the pull request at: https://github.com/apache/couchdb-chttpd/pull/29 --- 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

Re: GSoc 2015 | COUCHDB-1743 Make the view server & protocol faster

2015-03-24 Thread Buddhika Jayawardhana
I changed the testing method to TDD as Robert suggested. Also I changed the schedule in to a weekly based one. I would like to have your comments on time allocation for each task. Here is the link for

[GitHub] couchdb pull request: doc: explain new workflow for developing

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb/pull/270#issuecomment-85593068 merged as d881dcf5ac990c44d00b2cd49c0e4ff67ae861c5 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] couchdb pull request: doc: explain new workflow for developing

2015-03-24 Thread robertkowalski
Github user robertkowalski closed the pull request at: https://github.com/apache/couchdb/pull/270 --- 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 featur

Re: [VOTE] Import docker-couchdb (Was: [DISCUSSION] Import docker-couchdb)

2015-03-24 Thread Noah Slater
Oops. This surfaced today for some reason haha. Ignore... ^^ On Tue, 24 Mar 2015 at 17:00 Noah Slater wrote: > +1 > > On Fri, 13 Mar 2015 at 04:07 Robert Kowalski wrote: > >> +1 >> >> On Wed, Mar 11, 2015 at 7:57 PM, Jan Lehnardt wrote: >> > >> >> On 05 Mar 2015, at 18:49, Jan Lehnardt wrote:

Re: [VOTE] Import docker-couchdb (Was: [DISCUSSION] Import docker-couchdb)

2015-03-24 Thread Noah Slater
+1 On Fri, 13 Mar 2015 at 04:07 Robert Kowalski wrote: > +1 > > On Wed, Mar 11, 2015 at 7:57 PM, Jan Lehnardt wrote: > > > >> On 05 Mar 2015, at 18:49, Jan Lehnardt wrote: > >> > >> Hi all, > >> > >> between https://github.com/apache/couchdb/pull/305 and > https://github.com/klaemo/docker-couc

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/324#issuecomment-85575922 This looks & functions great, @garrensmith! Really like the fade effect on pagination - much smoother than before. Collapse/Expand also works well and I

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27041822 --- Diff: app/addons/documents/index-results/stores.js --- @@ -0,0 +1,270 @@ +// Licensed under the Apache License, Version 2.0 (the "License"); y

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27041845 --- Diff: app/addons/documents/index-results/stores.js --- @@ -0,0 +1,270 @@ +// Licensed under the Apache License, Version 2.0 (the "License"); y

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27041796 --- Diff: app/addons/documents/index-results/index-results.components.react.jsx --- @@ -28,10 +36,118 @@ function (app, FauxtonAPI, React) {

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27041764 --- Diff: app/addons/documents/index-results/index-results.components.react.jsx --- @@ -28,10 +36,118 @@ function (app, FauxtonAPI, React) {

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27041747 --- Diff: app/addons/documents/index-results/index-results.components.react.jsx --- @@ -13,10 +13,18 @@ define([ 'app', 'api',

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27041718 --- Diff: app/addons/documents/index-results/actions.js --- @@ -0,0 +1,132 @@ +// Licensed under the Apache License, Version 2.0 (the "License");

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27041656 --- Diff: app/addons/documents/header/header.react.jsx --- @@ -39,11 +43,11 @@ function (app, FauxtonAPI, React, Stores, Actions, ReactComponents) {

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27040062 --- Diff: app/addons/documents/header/header.actions.js --- @@ -18,31 +18,37 @@ define([ function (app, FauxtonAPI, ActionTypes) {

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27040003 --- Diff: app/addons/documents/index-results/stores.js --- @@ -0,0 +1,270 @@ +// Licensed under the Apache License, Version 2.0 (the "Licen

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27039144 --- Diff: app/addons/documents/tests/nightwatch/paginateView.js --- @@ -27,11 +27,12 @@ module.exports = { // hack to get select working by

[jira] [Commented] (COUCHDB-2645) Mango should return the created design doc

2015-03-24 Thread Robert Kowalski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14378022#comment-14378022 ] Robert Kowalski commented on COUCHDB-2645: -- maybe we can also send a Location h

[jira] [Created] (COUCHDB-2645) Mango should return the created design doc

2015-03-24 Thread Robert Kowalski (JIRA)
Robert Kowalski created COUCHDB-2645: Summary: Mango should return the created design doc Key: COUCHDB-2645 URL: https://issues.apache.org/jira/browse/COUCHDB-2645 Project: CouchDB Issue

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/324#issuecomment-85553070 +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 featu

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27035665 --- Diff: app/addons/documents/routes-documents.js --- @@ -119,7 +116,7 @@ function(app, FauxtonAPI, BaseRoute, Documents, Changes, Index, Doc

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27035341 --- Diff: app/addons/documents/index-results/index-results.components.react.jsx --- @@ -28,10 +36,118 @@ function (app, FauxtonAPI, React) {

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27035294 --- Diff: app/addons/documents/index-results/index-results.components.react.jsx --- @@ -28,10 +36,118 @@ function (app, FauxtonAPI, React) {

[GitHub] couchdb-fauxton pull request: Invalid 'undefined' class in All Doc...

2015-03-24 Thread wadsashika
Github user wadsashika commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/329#issuecomment-85525115 No no I will send it again with the test function. I deleted my branch from the github. On Tue, Mar 24, 2015 at 6:26 PM, Robert Kowalski wrote

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27028663 --- Diff: app/addons/documents/tests/actionsSpec.js --- @@ -46,8 +48,9 @@ define([ }); afterEach(function () {

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27028519 --- Diff: app/addons/documents/index-results/stores.js --- @@ -0,0 +1,270 @@ +// Licensed under the Apache License, Version 2.0 (the "Licen

[GitHub] couchdb-fauxton pull request: React docs list

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/324#discussion_r27027723 --- Diff: app/addons/documents/header/header.actiontypes.js --- @@ -14,9 +14,11 @@ define([], function () { return { UPDATE_DOC

[GitHub] couchdb-chttpd pull request: Return {error, Reason} for illegal_da...

2015-03-24 Thread iilyak
Github user iilyak commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/26#issuecomment-85499451 Here is the reason for the change https://github.com/iilyak/couchdb-couch/commit/0e01a33cc6443f0690cc5f2460c0240b64eda335. However I did close the main PR. The rati

[GitHub] couchdb-fauxton pull request: Invalid 'undefined' class in All Doc...

2015-03-24 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/329#issuecomment-85485031 oh, why did you close the PR? --- 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 proj

[GitHub] couchdb-couch-replicator pull request: Return context from test_ut...

2015-03-24 Thread iilyak
Github user iilyak commented on the pull request: https://github.com/apache/couchdb-couch-replicator/pull/8#issuecomment-85479692 https://github.com/apache/couchdb-couch/pull/35 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

Re: [GSOC 2015] COUCHDB-2605 Visualize the CouchDB Cluster

2015-03-24 Thread madhuka udantha
Hi James, Thanks for you feedback. It will help me to improve my proposal and to get better understanding about couchdb cluster Since I am new to couchdb and I did not know much user case that you all have come across. But when you share those ideas. It is help to understand couchdb cluster. All

Re: Closing old PRs

2015-03-24 Thread Andy Wenk
ah ok - got it. Thanks ;-) On 24 March 2015 at 10:24, Alexander Shorin wrote: > On Tue, Mar 24, 2015 at 12:19 PM, Andy Wenk wrote: > > just out of curiosity Alex, what exactly in this string will close the > > ticket: > > > > "This closes #42" > > > > All the words? Or just #42 ? > > When PR is

Re: Closing old PRs

2015-03-24 Thread Alexander Shorin
On Tue, Mar 24, 2015 at 12:19 PM, Andy Wenk wrote: > just out of curiosity Alex, what exactly in this string will close the > ticket: > > "This closes #42" > > All the words? Or just #42 ? When PR is open, on dev@ comes a notification that contains the words like: > To close this pull request, m

Re: Closing old PRs

2015-03-24 Thread Andy Wenk
just out of curiosity Alex, what exactly in this string will close the ticket: "This closes #42" All the words? Or just #42 ? Thanks ;-) On 24 March 2015 at 09:04, Alexander Shorin wrote: > There are the following ways to automatically close PRs: > 1. Add "This closes #42" to commit message

[jira] [Commented] (COUCHDB-2583) ensure_full_commit requires empty but typed content or it will unexpectedly drops the connection

2015-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14377516#comment-14377516 ] ASF GitHub Bot commented on COUCHDB-2583: - Github user samueltardieu closed the

[GitHub] couchdb pull request: Consume JSON body even when its content is i...

2015-03-24 Thread samueltardieu
Github user samueltardieu closed the pull request at: https://github.com/apache/couchdb/pull/304 --- 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 feature

[GitHub] couchdb pull request: doc: explain new workflow for developing

2015-03-24 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb/pull/270#issuecomment-85395552 I think better to add --single-node flag, because one thing is running a cluster with single node and completely the other is running a single node without cluster setup

[GitHub] couchdb pull request: Consume JSON body even when its content is i...

2015-03-24 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb/pull/304#issuecomment-85393893 @samueltardieu could you please close this PR? Because we cannot if changes are lands not on master branch. --- If your project is set up for it, you can reply to this e

[GitHub] couchdb-jiffy pull request: Update jiffy to 0.13.3

2015-03-24 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-jiffy/pull/1#issuecomment-85393513 @davisp Since those time I'd changed my mind about travis. Will return it back. Sometimes it's good to make a change, but hold it for a while (: Should I keep you in

Re: Closing old PRs

2015-03-24 Thread Alexander Shorin
There are the following ways to automatically close PRs: 1. Add "This closes #42" to commit message 2. Explicit merge of PR'ed branch 3. When sha's of commits on master equals sha's PR commits (e.g. merge via rebase) In any other cases we need to ask an author to close his PR manually. -- ,,,^..^,

[jira] [Commented] (COUCHDB-2577) Invalid 'undefined' class in All Docs header button element

2015-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14377442#comment-14377442 ] ASF GitHub Bot commented on COUCHDB-2577: - Github user wadsashika closed the pul

[GitHub] couchdb-fauxton pull request: Invalid 'undefined' class in All Doc...

2015-03-24 Thread wadsashika
Github user wadsashika closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/329 --- 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 fe

Re: Closing old PRs

2015-03-24 Thread Andy Wenk
Although it is a lot of work to go through all the PRs one way is to ask the submitter to close the PR. If not done after say a week, simply close it. Not sure if this can be done without this #magic at github ... On Mar 24, 2015 1:14 AM, "Paul Davis" wrote: > Hi all, > > I've been going through