[GitHub] couchdb-fauxton pull request: add loading lines to active tasks

2015-05-05 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/386#issuecomment-99193360 ok i need a little time to implement --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

[GitHub] couchdb-fauxton pull request: Databases view in react

2015-05-05 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/370#discussion_r29696422 --- Diff: app/addons/databases/actions.js --- @@ -0,0 +1,123 @@ +// Licensed under the Apache License, Version 2.0 (the "License"); you may not

[GitHub] couchdb-couch pull request: Refactor/multipart stream

2015-05-05 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/19#discussion_r29682825 --- Diff: src/couch_db_updater.erl --- @@ -605,10 +605,41 @@ init_db(DbName, Filepath, Fd, Header0, Options) -> Db end.

[GitHub] couchdb-couch pull request: Fix broken test suite for COUCHDB-2656

2015-05-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-couch/pull/48 --- 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 i

[GitHub] couchdb-fauxton pull request: Remove plugins that are no longer us...

2015-05-05 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/397#issuecomment-99117091 link: https://issues.apache.org/jira/browse/COUCHDB-2680 --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

[GitHub] couchdb-fauxton pull request: Fix for right panel not being scroll...

2015-05-05 Thread benkeen
Github user benkeen closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/394 --- 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: Fix for right panel not being scroll...

2015-05-05 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/394#issuecomment-99087870 Merged as 49267a4 --- 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: Fix for DB typeahead link

2015-05-05 Thread benkeen
Github user benkeen closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/392 --- 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: Fix for DB typeahead link

2015-05-05 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/392#issuecomment-99085307 Thanks Garren. Merged as e9f4330 --- 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

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

2015-05-05 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-99076084 Ok, I take back my "works perfectly" words, sorry (: --- 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: Fauxton Server for use with NPM

2015-05-05 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-99075961 Also, this page has some weird behaviour: 1. Create some view function here 2. Go to ddoc 3. Edit view function in JSON doc 4. Go back to view brows

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

2015-05-05 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-99075552 On view index edit page: ``` Could not locate /home/kxepal/tmp/node_modules/fauxton/dist/release/_utils/js/ace/mode-javascript.js ``` --- If your pro

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

2015-05-05 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-99074590 Default map function contains very awkward code: ``` function (keys, values, rereduce) { if (rereduce) { return sum(values); } else {

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

2015-05-05 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-99074167 Failed to clone document: ``` Could not duplicate document, reason: {"error":"ENOENT: no such file or directory, stat '/home/kxepal/tmp/node_modules/fauxt

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

2015-05-05 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-99073962 Failed to upload attachment: ``` Could not upload document: undefined ``` In console: ``` Could not locate /home/kxepal/tmp/node_

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

2015-05-05 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-99073341 Polling interval for active tasks is set as 5 seconds, but actually my Firefox 37 doing one request every 5 milliseconds. --- If your project is set up for it, y

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

2015-05-05 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-99073097 Seems like changes feed page is broken as well: ``` Could not locate /home/kxepal/tmp/node_modules/fauxton/dist/release/a/_changes?limit=100 ``` ---

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

2015-05-05 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-99073012 When you open database compaction page: ``` {"error":"ENOENT: no such file or directory, stat '/home/kxepal/tmp/node_modules/fauxton/dist/release/database/

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

2015-05-05 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-99072803 Oh, no... GET http://localhost:8000/_utils/js/ace/theme-idle_fingers.js - HTTP 404 GET http://localhost:8000/_utils/js/ace/mode-json.js - HTTP 404 --- If

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

2015-05-05 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-99072704 A few warnings on install: ``` npm WARN engine follow@0.11.4: wanted: {"node":"0.10.x || 0.8.x"} (current: {"node":"1.8.1","npm":"2.8.3"}) npm WARN eng

[GitHub] couchdb-fauxton pull request: Remove plugins that are no longer us...

2015-05-05 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/397#issuecomment-99057730 btw this will close COUCHDB-2680 --- 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 p

[GitHub] couchdb-fauxton pull request: Gruntfile: use separate .jshintrc fi...

2015-05-05 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/398#issuecomment-99051906 +1 if tests pass --- 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 hav

[GitHub] couchdb-fauxton pull request: Gruntfile: use separate .jshintrc fi...

2015-05-05 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/398 Gruntfile: use separate .jshintrc file Make Gruntfile more lightweight and move configuration for JSHint into it's own config file. You can merge this pull request into a Git rep

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

2015-05-05 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-99036566 I found that by running the nightwatch testsuite against the server - there are probably more, but this is the first one: ``` Could not locate

[GitHub] couchdb-fauxton pull request: Remove plugins that are no longer us...

2015-05-05 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/397#issuecomment-99032506 what about https://github.com/apache/couchdb-fauxton/blob/master/app/addons/documents/resources.js#L395 ? --- If your project is set up for it, you can

[GitHub] couchdb-fauxton pull request: Remove plugins that are no longer us...

2015-05-05 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/397 Remove plugins that are no longer used Removes the old PouchDB and Plugins modules. You can merge this pull request into a Git repository by running: $ git pull https://github.com/

[GitHub] couchdb-fauxton pull request: Fix for DB typeahead link

2015-05-05 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/392#issuecomment-99028034 +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 feature

[GitHub] couchdb-fauxton pull request: Fix for right panel not being scroll...

2015-05-05 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/394#issuecomment-99027837 +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 feature

Use Fauxton via NPM

2015-05-05 Thread Garren Smith
Hi All, You can now use the latest Fauxton via NPM. Fauxton has changed a lot since the first release of Fauxton in CouchDB 1.6.1. To allow people to try out the latest Fauxton, we have built a Fauxton server that you can run locally and proxy to a CouchDB instance. To run the Fauxton server,