[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

[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

[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

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

2015-05-11 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-100823414 @kxepal @robertkowalski I've fixed all url issues. @kxepal could you file a JIRA ticket for the active task bug. The Weird behaviour for the view

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

2015-05-11 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-100825582 @garrensmith sure! will also check it again. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

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

2015-05-11 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/395#issuecomment-100890680 @garrensmith Few more to come: - COUCHDB-2244; - COUCHDB-2243; - COUCHDB-2476; - When user tries to change own password, Fauxton forbids that

[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

[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,

[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

[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-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-99073962 Failed to upload attachment: ``` Could not upload document: undefined ``` In console: ``` Could not locate

[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

[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

[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 engine

[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

[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

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

2015-04-30 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/395 Fauxton Server for use with NPM This allows Fauxton to be installed via npm so that we can release newer versions of Fauxton for users to try out. $ npm install fauxton