GitHub user benkeen opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/512
Minor extension check
Small thing. If the 'mango:additionalIndexes' extension isn't
defined it throws a JS error and causes the page not to load.
This just adds a check.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benkeen/couchdb-fauxton minor-extension-check
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/512.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #512
----
commit 51933b2745a48ec72ba0d7bbcaa015685ea05313
Author: Ben Keen <[email protected]>
Date: 2015-08-31T21:52:23Z
Increase timeout for NW tests
The max timeout time for several of the NW custom commands was
set to 10 seconds. Recently NW tests have been failing a good deal
more (esp on the dash) and all appear to be due to timeouts.
This PR changes it to use the default timeout time (30 seconds). I
think this is wise in any event, since ANY effort to increase the
robustness of the tests is needed. Plus it won't slow anything
down - just any test that's legitimately failing.
commit 3ea432f547a397bb2e9a0ec25ef5fed7e6a33df0
Author: Ben Keen <[email protected]>
Date: 2015-09-01T16:02:54Z
Check extension is defined before referencing
Small thing. If the 'mango:additionalIndexes' extension isn't
defined it throws a JS error and causes the page not to load.
This just adds a check.
----
---
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 is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---