You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2019/09/30 17:27:40 UTC

[couchdb-fauxton] branch search_addon updated (42c1bc5 -> 4ae0e3b)

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a change to branch search_addon
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git.


    from 42c1bc5  Fix nightwatch tests for db creation with partitioning
     add 756b789  CouchDB 2 / 3 build matrix
     add 4ae0e3b  First attempt to add a CouchDB 2 / 3 build matrix

No new revisions were added by this update.

Summary of changes:
 .env                                                     | 5 +++++
 .travis.yml                                              | 4 ++++
 app/addons/databases/tests/nightwatch/createsDatabase.js | 4 ++--
 app/addons/search/tests/nightwatch/cloneSearchIndex.js   | 2 +-
 app/addons/search/tests/nightwatch/createNewSearch.js    | 4 +++-
 app/addons/search/tests/nightwatch/deleteSearchIndex.js  | 3 ++-
 app/addons/search/tests/nightwatch/searchPageApiBar.js   | 2 +-
 docker/dc.selenium.yml                                   | 2 +-
 tasks/fauxton.js                                         | 3 ++-
 test/nightwatch_tests/nightwatch.json.underscore         | 1 +
 10 files changed, 22 insertions(+), 8 deletions(-)
 create mode 100644 .env