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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
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,
29 matches
Mail list logo