[GitHub] couchdb-fauxton pull request: Detect if we run on a backdoor port

2015-05-13 Thread robertkowalski
Github user robertkowalski closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/400 --- 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 th

[GitHub] couchdb-fauxton pull request: Detect if we run on a backdoor port

2015-05-13 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/400#issuecomment-101587550 merged as 9ab1292d4e926ecba7c15291a04feb0342b40b21 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] couchdb-fauxton pull request: Detect if we run on a backdoor port

2015-05-12 Thread garrensmith
Github user garrensmith commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/400#issuecomment-101215238 +1 looks good --- 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

[GitHub] couchdb-fauxton pull request: Detect if we run on a backdoor port

2015-05-11 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/400#issuecomment-101039276 you can: a) run the testsuite b) on couchdb 2 master open fauxton on 15984, logged in and logged out, validate the return values of the promi

[GitHub] couchdb-fauxton pull request: Detect if we run on a backdoor port

2015-05-11 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/400#issuecomment-101015247 how to test? --- 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

[GitHub] couchdb-fauxton pull request: Detect if we run on a backdoor port

2015-05-07 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/400#discussion_r29853372 --- Diff: app/app.js --- @@ -126,7 +126,30 @@ function (app, $, _, Backbone, Bootstrap, Helpers, Utils, FauxtonAPI, Couchdb) { type: 'R

[GitHub] couchdb-fauxton pull request: Detect if we run on a backdoor port

2015-05-07 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/400#discussion_r29852857 --- Diff: app/app.js --- @@ -126,7 +126,30 @@ function (app, $, _, Backbone, Bootstrap, Helpers, Utils, FauxtonAPI, Couchdb) {

[GitHub] couchdb-fauxton pull request: Detect if we run on a backdoor port

2015-05-07 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/400#discussion_r29850872 --- Diff: app/app.js --- @@ -126,7 +126,30 @@ function (app, $, _, Backbone, Bootstrap, Helpers, Utils, FauxtonAPI, Couchdb) {

[GitHub] couchdb-fauxton pull request: Detect if we run on a backdoor port

2015-05-07 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/400#discussion_r29850720 --- Diff: app/app.js --- @@ -126,7 +126,30 @@ function (app, $, _, Backbone, Bootstrap, Helpers, Utils, FauxtonAPI, Couchdb) {

[GitHub] couchdb-fauxton pull request: Detect if we run on a backdoor port

2015-05-07 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/400#discussion_r29847412 --- Diff: app/app.js --- @@ -126,7 +126,30 @@ function (app, $, _, Backbone, Bootstrap, Helpers, Utils, FauxtonAPI, Couchdb) { type: 'R

[GitHub] couchdb-fauxton pull request: Detect if we run on a backdoor port

2015-05-07 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/400 Detect if we run on a backdoor port This enables us to find out in Fauxton if we run on a backdoor port. COUCHDB-2601 COUCHDB-2599 COUCHDB-2390 COUCHDB-2390 You can