This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch flexible-js-tests in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 53d33e593d6b64e3ddb9251df5e01efa36f7c8da Merge: 54ac3ad 3ae2e5c Author: Tony Sun <[email protected]> AuthorDate: Wed Oct 25 11:08:45 2017 -0700 Merge branch 'master' into flexible-js-tests .github/PULL_REQUEST_TEMPLATE.md | 11 +- INSTALL.Unix.md | 5 + Jenkinsfile | 83 +++++++++---- src/couch/src/couch_httpd.erl | 6 +- src/ddoc_cache/src/ddoc_cache_lru.erl | 7 +- src/mango/src/mango_cursor.erl | 2 +- src/mango/src/mango_cursor_view.erl | 23 +++- src/mango/src/mango_error.erl | 2 +- src/mango/src/mango_idx.erl | 55 +++++---- src/mango/src/mango_idx_special.erl | 4 +- src/mango/src/mango_idx_text.erl | 4 +- src/mango/src/mango_idx_view.erl | 18 ++- src/mango/src/mango_idx_view.hrl | 13 ++ src/mango/src/mango_selector.erl | 2 +- src/mango/test/01-index-crud-test.py | 126 ++++++++++++------- src/mango/test/02-basic-find-test.py | 48 +++++++- src/mango/test/03-operator-test.py | 5 + src/mango/test/05-index-selection-test.py | 137 +++++++++++---------- src/mango/test/09-text-sort-test.py | 50 ++++---- .../test/10-disable-array-length-field-test.py | 14 +-- ...esign-docs.py => 11-ignore-design-docs-test.py} | 0 ...rrect-index.py => 12-use-correct-index-test.py} | 17 ++- ...on-pagination.py => 14-json-pagination-test.py} | 0 ...dex-selectors.py => 16-index-selectors-test.py} | 30 +++++ src/mango/test/17-multi-type-value-test.py | 90 ++++++++++++++ src/mango/test/README.md | 23 +++- src/mango/test/mango.py | 36 ++++-- 27 files changed, 581 insertions(+), 230 deletions(-) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
