[jira] [Created] (COUCHDB-2029) Consolidate CSS/LESS class name usage to minimize custom-ness

2014-01-14 Thread Benjamin Young (JIRA)
Benjamin Young created COUCHDB-2029: --- Summary: Consolidate CSS/LESS class name usage to minimize custom-ness Key: COUCHDB-2029 URL: https://issues.apache.org/jira/browse/COUCHDB-2029 Project:

[jira] [Commented] (COUCHDB-2029) Consolidate CSS/LESS class name usage to minimize custom-ness

2014-01-14 Thread Benjamin Young (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13870734#comment-13870734 ] Benjamin Young commented on COUCHDB-2029: - This is already in progress on this

[jira] [Assigned] (COUCHDB-2029) Consolidate CSS/LESS class name usage to minimize custom-ness

2014-01-14 Thread Garren Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garren Smith reassigned COUCHDB-2029: - Assignee: Garren Smith Consolidate CSS/LESS class name usage to minimize custom-ness

[jira] [Created] (COUCHDB-2030) Duplicate doc button fails when form is submitted via enter

2014-01-14 Thread Simon Metson (JIRA)
Simon Metson created COUCHDB-2030: - Summary: Duplicate doc button fails when form is submitted via enter Key: COUCHDB-2030 URL: https://issues.apache.org/jira/browse/COUCHDB-2030 Project: CouchDB

[jira] [Updated] (COUCHDB-2030) Duplicate doc button fails when form is submitted via enter

2014-01-14 Thread Simon Metson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Metson updated COUCHDB-2030: -- Priority: Minor (was: Major) Skill Level: New Contributors Level (Easy) Duplicate

[jira] [Commented] (COUCHDB-2030) Duplicate doc button fails when form is submitted via enter

2014-01-14 Thread Simon Metson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13870739#comment-13870739 ] Simon Metson commented on COUCHDB-2030: --- Fix for this up in

[jira] [Resolved] (COUCHDB-2030) Duplicate doc button fails when form is submitted via enter

2014-01-14 Thread Garren Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garren Smith resolved COUCHDB-2030. --- Resolution: Fixed Duplicate doc button fails when form is submitted via enter

[jira] [Assigned] (COUCHDB-2030) Duplicate doc button fails when form is submitted via enter

2014-01-14 Thread Garren Smith (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garren Smith reassigned COUCHDB-2030: - Assignee: Garren Smith Duplicate doc button fails when form is submitted via enter

couchdb pull request: made couchserver configurable via settings.json

2014-01-14 Thread BigBlueHat
GitHub user BigBlueHat opened a pull request: https://github.com/apache/couchdb/pull/132 made couchserver configurable via settings.json Making couchserver configurable via settings.json means you can have Fauxton work against a proxy of a CouchDB-compatible server hosted elsewhere

couchdb pull request: added release to test task list

2014-01-14 Thread BigBlueHat
GitHub user BigBlueHat opened a pull request: https://github.com/apache/couchdb/pull/133 added release to test task list Simplest possible fix. :grin: You can merge this pull request into a Git repository by running: $ git pull https://github.com/BigBlueHat/couchdb

[jira] [Updated] (COUCHDB-2002) Implement a hard cap on OS process count in couch_proc_manager

2014-01-14 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski updated COUCHDB-2002: Summary: Implement a hard cap on OS process count in couch_proc_manager (was: Implement

couchdb pull request: Fauxton tests on travis

2014-01-14 Thread BigBlueHat
GitHub user BigBlueHat opened a pull request: https://github.com/apache/couchdb/pull/134 Fauxton tests on travis @Kxepal this hopefully gets Travis running working Fauxton tests. It's branched off of my other branch that's pending in #133, so merging this obviates the need

[jira] [Resolved] (COUCHDB-2004) Remove references to missing modules and functions

2014-01-14 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved COUCHDB-2004. Resolution: Fixed fixed on 1843-feature-bigcouch. Remove references to missing modules

[REMINDER] Weekly IRC meeting, Wednesday 2013-01-15 at 20:00 UTC

2014-01-14 Thread Dave Cottlehuber
Dear community, Please join our weekly IRC meeting, Wednesday 2013-01-15 at 20:00 UTC. Everyone is welcome to attend this meeting. If you have anything to put on the agenda, please reply to this email or mention it at the start of the meeting. The meeting will take place in:

[DISCUSS] Multiple Repositories for Erlang Apps and Dependencies

2014-01-14 Thread Paul Davis
I've recently been having discussions about how to handle the repository configuration for various bits of CouchDB post-merge. The work that Benoit has been doing on the rcouch merge branch have also touched on this topic as well. The background for those unfamiliar is that the standard operating

Re: [DISCUSS] Multiple Repositories for Erlang Apps and Dependencies

2014-01-14 Thread Adam Kocoloski
On Jan 14, 2014, at 3:22 PM, Paul Davis paul.joseph.da...@gmail.com wrote: I'd like to propose that we move to having a repository for each application/dependency that we use to build CouchDB. Each repository would be hosted on ASF infra and mirrored to GitHub as expected. Good idea. It's

Re: [DISCUSS] Multiple Repositories for Erlang Apps and Dependencies

2014-01-14 Thread Mutton, James
+1. The monolithic design makes development and pull requests easier, one vs many for some features, but I think this is generally outweighed by the pros outlined. I think a broken-out design makes it easier to add alternate functionality in places, or swap in/out things to test with. I agree

Re: [DISCUSS] Multiple Repositories for Erlang Apps and Dependencies

2014-01-14 Thread Benoit Chesneau
On Wed, Jan 15, 2014 at 12:22 AM, Paul Davis paul.joseph.da...@gmail.comwrote: I've recently been having discussions about how to handle the repository configuration for various bits of CouchDB post-merge. The work that Benoit has been doing on the rcouch merge branch have also touched on

Re: [DISCUSS] Multiple Repositories for Erlang Apps and Dependencies

2014-01-14 Thread Benoit Chesneau
On Wed, Jan 15, 2014 at 12:22 AM, Paul Davis paul.joseph.da...@gmail.comwrote: I would also point out that even though our main repo would need to fetch other dependencies from the internet to build the final output, we fully intend that our release tarballs would *not* have this

rcouch merge - new intermediate status

2014-01-14 Thread Benoit Chesneau
Just a quick status about the work has been done since the last status. I had to pause the merge during the last 2 days, but it should be finished tomorrow now. Since the last status I made the following changes: - After toying with the sources and looked/discussed around, I put back everything

Re: [DISCUSS] Multiple Repositories for Erlang Apps and Dependencies

2014-01-14 Thread Paul J Davis
On Jan 14, 2014, at 8:47 PM, Benoit Chesneau bchesn...@gmail.com wrote: On Wed, Jan 15, 2014 at 12:22 AM, Paul Davis paul.joseph.da...@gmail.comwrote: I would also point out that even though our main repo would need to fetch other dependencies from the internet to build the final

[jira] [Commented] (COUCHDB-1946) Trying to replicate NPM grinds to a halt after 40GB

2014-01-14 Thread Nathan Caza (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13871736#comment-13871736 ] Nathan Caza commented on COUCHDB-1946: -- So, I've been experiencing this, I've had a

Re: [DISCUSS] Multiple Repositories for Erlang Apps and Dependencies

2014-01-14 Thread Paul J Davis
On Jan 14, 2014, at 8:37 PM, Benoit Chesneau bchesn...@gmail.com wrote: On Wed, Jan 15, 2014 at 12:22 AM, Paul Davis paul.joseph.da...@gmail.comwrote: I've recently been having discussions about how to handle the repository configuration for various bits of CouchDB post-merge. The