[jira] [Commented] (COUCHDB-1652) CouchDB does not release disk space from .deleted files

2015-04-01 Thread Martins Balodis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14392247#comment-14392247 ] Martins Balodis commented on COUCHDB-1652: -- I tried different versions of couch

[GitHub] couchdb-fauxton pull request: build: don't hardcode environments

2015-04-01 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/351#issuecomment-88672167 @ksnavely no, as these are just default values - `settings.template` is set in https://github.com/apache/couchdb-fauxton/blob/d7641f16e7a12faff896136826b4

[GitHub] couchdb pull request: Provide test data files for JS tests

2015-04-01 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb/pull/311#issuecomment-88671757 super awesome! I never figured out why the attachments tests were broken! +1 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] couchdb pull request: build: pull authors out of subrepos

2015-04-01 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb/pull/312 build: pull authors out of subrepos - pulls comitternames out of subrepos - uses local variables instead of globals - makes use of our .mailmap file in our main repo - composa

[jira] [Commented] (COUCHDB-2651) Deleting a Mango Design Docs using bulk docs

2015-04-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391634#comment-14391634 ] ASF subversion and git services commented on COUCHDB-2651: -- Com

[jira] [Commented] (COUCHDB-2651) Deleting a Mango Design Docs using bulk docs

2015-04-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391633#comment-14391633 ] ASF subversion and git services commented on COUCHDB-2651: -- Com

Re: Running 1.x-era JavaScript tests against master

2015-04-01 Thread Sebastian Rothbucher
Hi Jan, I tried just that but there is lots of work to do. Maybe it's just minor, but the tests assume a lot which a normal user does not necessarily do, they depend on time, etc. First attempt for others 2 try also: https://github.com/apache/couchdb/compare/master...sebastianrothbucher:clustertes

[GitHub] couchdb pull request: Provide test data files for JS tests

2015-04-01 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb/pull/311#issuecomment-88635906 Hm...wonder how did it work all the time. +1 anyway. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[GitHub] couchdb-couch pull request: 2547 fix broken tests

2015-04-01 Thread sebastianrothbucher
Github user sebastianrothbucher commented on the pull request: https://github.com/apache/couchdb-couch/pull/35#issuecomment-88635468 @iilyak sorry, just realized it's different projects - did a PR there. eunit looks good as far as I can tell... - great! --- If your project is set up

[GitHub] couchdb pull request: Provide test data files for JS tests

2015-04-01 Thread sebastianrothbucher
GitHub user sebastianrothbucher opened a pull request: https://github.com/apache/couchdb/pull/311 Provide test data files for JS tests the attachments.js needs some files in place under _utils. In Futon times, they were just here. Now we have to provide them. When running attachment

[GitHub] couchdb-fauxton pull request: fix-viewEdit-nightwatch-test

2015-04-01 Thread michellephung
GitHub user michellephung opened a pull request: https://github.com/apache/couchdb-fauxton/pull/355 fix-viewEdit-nightwatch-test You can merge this pull request into a Git repository by running: $ git pull https://github.com/michellephung/couchdb-fauxton fix-viewEdit-nightwat

[GitHub] couchdb-fauxton pull request: Allow customization of View loading ...

2015-04-01 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/354#issuecomment-88630774 +1 cool --- 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

Re: Running 1.x-era JavaScript tests against master

2015-04-01 Thread Alexander Shorin
Hi Jan! Idea is really good one - this is the way I found that 2.0 doesn't support multipart/* Accept against document resources. I think there is nothing to feedback, need just run it and sort the positive fails from negative ones. -- ,,,^..^,,, On Wed, Apr 1, 2015 at 11:26 PM, Jan Lehnardt w

[GitHub] couchdb-fauxton pull request: Allow customization of view loading ...

2015-04-01 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/354 Allow customization of view loading styles By default, the core Fauxton code inserts a spinner for each view while it's loading. This can be removed via the disableLoader param but n

Re: Running 1.x-era JavaScript tests against master

2015-04-01 Thread Jan Lehnardt
Heya, bumping this as I’d love to get some feedback on the idea :) Thanks! Jan -- > On 18 Mar 2015, at 22:24, Jan Lehnardt wrote: > > Hi all, > > I’m concerned about people upgrading from 1.x to 2.0 and finding that > a number of small things are subtly broken. > > I propose we figure out ho

Re: [GSoC 2015][COUCHDB-2214] Dashboard as main page

2015-04-01 Thread Robert Kowalski
Hi Nishani, I wrote a small tutorial last week: It would be nice if you can finish the tutorial at https://github.com/ryanflorence/react-training/tree/gh-pages/lessons until next friday by following the steps and writing that code. After that, read https://medium.com/brigade-engineering/what-is-

[GitHub] couchdb-fauxton pull request: sidebar: fix collapsible for special...

2015-04-01 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/353#issuecomment-88576353 +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

[GitHub] couchdb-fauxton pull request: sidebar: fix collapsible for special...

2015-04-01 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/353 sidebar: fix collapsible for special chars fix collapsible for design docs with special chars in their name, like `_designdesign//foo` or `_design/bar.foo.bar` intern

[GitHub] couchdb-fauxton pull request: Add support for extensions on doc li...

2015-04-01 Thread benkeen
Github user benkeen closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/349 --- 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: Add support for extensions on doc li...

2015-04-01 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/349#issuecomment-88529209 Merged as f183176 --- 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 t

[GitHub] couchdb-fauxton pull request: Gruntfile fix

2015-04-01 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/350#issuecomment-88493717 This is now moot. --- 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 t

[GitHub] couchdb-fauxton pull request: [WIP] built in React support in rout...

2015-04-01 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/352 [WIP] built in React support in route objects You can merge this pull request into a Git repository by running: $ git pull https://github.com/garrensmith/couchdb-fauxton react-rou

[GitHub] couchdb-fauxton pull request: Gruntfile fix

2015-04-01 Thread benkeen
Github user benkeen closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/350 --- 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: build: don't hardcode environments

2015-04-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/351 --- 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

[GitHub] couchdb-fauxton pull request: build: don't hardcode environments

2015-04-01 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/351#issuecomment-88488931 merged --- 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

[GitHub] couchdb-fauxton pull request: build: don't hardcode environments

2015-04-01 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/351#issuecomment-88488704 @ksnavely I don't actually think so. --- 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

[GitHub] couchdb-fauxton pull request: build: don't hardcode environments

2015-04-01 Thread ksnavely
Github user ksnavely commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/351#issuecomment-88449293 Do you need to add `couchapp` to [this](https://github.com/apache/couchdb-fauxton/pull/351/files#diff-35b4a816e0441e6a375cd925af50752cR102)? --- If your projec

[GitHub] couchdb-fauxton pull request: build: don't hardcode environments

2015-04-01 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/351 build: don't hardcode environments You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertkowalski/couchdb-fauxton gruntfile-fix

Re: [GSoC 2015][COUCHDB-2214] Dashboard as main page

2015-04-01 Thread Ayola Jayamaha
Hi, Since by now I have successfully submitted the proposal can you point out some of the resources / tutorials with regard to the codebase of CouchDB / Fauxton, Architecture and how it works? Also if there exists tutorials on how to create plugins, addons, widgets with React.js. It would help m

[GitHub] couchdb-fauxton pull request: Active tasks in React

2015-04-01 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/317#discussion_r27548993 --- Diff: app/addons/activetasks/tests/activetasks.storesSpec.js --- @@ -0,0 +1,91 @@ +// Licensed under the Apache License, Version 2.0 (the