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

tonysun83 pushed a change to branch fix-explicit-exists-operator
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    omit 15e187b  fix assertIn syntax
    omit 6b909ca  change assert to assertEqual
    omit 81c1c91  make exists false same across all index types
    omit d653b6f  fix exists false when field is explicitly defined
     add a84f41a  Whitelist system DB names as valid _dbs docids
     add 6fed9cd  Merge pull request #862 from 
apache/858-whitelist-shard-map-docids
     add 4963f66  Correct result count in Mango execution stats (#867)
     add 75984da  Handle deprecated random module
     add 405c80a  Bump khash, b64, ioq deps
     add 4c61d10  Fix attachments tests for 20.0 compatibility
     add c26ce7f  Unit tests now pass on 20.0. Eenable it in rebar.config and 
in Travis
     add b030a86  Return reduce overflow errors to the client
     add a0e0885  Merge pull request #797 from 
apache/improve-reduce-limit-errors
     add d71ce9f  Make couch_peruser a proper Erlang app (#756)
     add a99cc6f  Fix erlang time module compatibility
     add 703e6c5  Fix cluster upgrades when deploying ddoc_cache
     add c3a18cc  chore: no need to make it look one needs to create an issue 
on top of a PR
     add 9fe22b4  Merge pull request #882 from apache/janl-patch-1
     add d0445f5  Fix incorrect index selection when sort specified (#866)
     add 7ae6928  Update Unix install dependencies (FreeBSD) (#888)
     add 7f584da  Jenkins: Add Debian 9 (stretch), drop Ubuntu 12.04 (precise) 
(#891)
     add 641aa56  Fix maximum key value when using JSON indexes (#881)
     add 84edbb7  Add test to show selector works with old design docs (#893)
     add 464a6b1  Mango text index test fixes (#894)
     add 69ebe61  Configurable Mango test parameters (#899)
     add 2a9134c  Mango test README formatting
     add 3ae2e5c  feat: add warning about redirects without a slash
     add 629a3e0  add ability to ignore javascript test suites (#889)
     add 82635ef  Blacklist some config sections from HTTP PUT/DELETE operations
     add 1cd5852  Disable eval() and Function() constructor in JS by default
     add a1ee18d  Travis: s/20.0/20.1 for build
     add 717b4cb  Alias /_node/_local/... to /_node/<nodename>@<hostname>/...
     add 5a522cd  Cleanups for 2.1.1 proper version tagging
     add 9695b73  whitespace
     add 42adcc1  faet: reject user docs with duplicate keys
     add cf60536  fix: peruser tests: use spinlocks instead of timer:sleep()
     add afb7c8e  feat: port time funs, as per #883
     add 36cb8a2  Update w value for deletion since n=1
     add 0dde611  use string for w value
     add 91508cc  use delay instead
     add ab44fab  up delay
     add 6d92666  add delay for bulk_delete and create
     add 7eaff43  whitespace
     add cd079e6  Updating verifyinstall URL
     add 091a408  fix(peruser_test): on slow CI vms, we can get Cluster timeouts
     add 28fae4d  Return error 410 on temporary view request
     add 0ce05d2  Update jiffy to use dedupe_keys
     add 40b9f85  Configurable delay before retrying on missing_doc error
     add 01b56d3  Revert "faet: reject user docs with duplicate keys"
     add 2d5d52d  Update NOTICE: remove autoconf/m4 references and revert react 
patents note
     add c4ac5c0  re-add query
     add 96046e5  fix external size bug when seq btree exists (#849)
     add 2e49d7c  Do not always return partial_filter_selector (#951)
     add cde2f18  Return error 400 on invalid new_edits value
     add 01658a0  Add tests for error on invalid `docs` attribute
     add 436b402  Fix user-specified ddoc name in Mango (#961)
     add 8e7acb7  Fix EUnit test suite on Windows
     add 7fd6719  Version bump to 2.2.0 for future release
     add 5d92986  404 status for non using uri in _scheduler (#953)
     add 687ff88  Revert to ubuntu Jenkins label, uids now standardised
     add 563b904  Fix Mango text index tests (#971)
     new 763c579  fix exists false when field is explicitly defined
     new 76792ad  make exists false same across all index types
     new cfb62f2  change assert to assertEqual
     new 1b576e8  fix assertIn syntax

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (15e187b)
            \
             N -- N -- N   refs/heads/fix-explicit-exists-operator (1b576e8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                   |  11 +-
 .travis.yml                                        |   1 +
 INSTALL.Unix.md                                    |   7 +-
 Jenkinsfile                                        | 108 ++++---
 Makefile                                           |  26 +-
 Makefile.win                                       |   5 +-
 NOTICE                                             |  24 +-
 README-DEV.rst                                     |  11 +-
 dev/run                                            |  11 +
 rebar.config.script                                |  10 +-
 rel/overlay/etc/default.ini                        |  14 +-
 rel/reltool.config                                 |   2 +-
 src/chttpd/src/chttpd_auth_cache.erl               |  18 +-
 src/chttpd/src/chttpd_db.erl                       |  12 +-
 src/chttpd/src/chttpd_misc.erl                     |   7 +-
 src/chttpd/src/chttpd_view.erl                     |   2 +-
 src/couch/include/couch_eunit.hrl                  |   9 +-
 src/couch/priv/couch_js/help.h                     |   2 +-
 src/couch/priv/couch_js/main.c                     |   6 +-
 src/couch/priv/couch_js/util.c                     |   4 +-
 src/couch/priv/couch_js/util.h                     |   2 +-
 src/couch/rebar.config.script                      |  13 +-
 src/couch/src/couch_auth_cache.erl                 |   5 +-
 src/couch/src/couch_debug.erl                      |   2 +-
 src/couch/src/couch_doc.erl                        |  96 ++++---
 src/couch/src/couch_httpd.erl                      |   6 +-
 src/couch/src/couch_httpd_db.erl                   |  36 ++-
 src/couch/src/couch_httpd_misc_handlers.erl        |   1 +
 src/couch/src/couch_lru.erl                        |   4 +-
 src/couch/src/couch_multidb_changes.erl            |   2 +-
 src/couch/src/couch_query_servers.erl              |  29 +-
 .../src/couch_rand.erl}                            |  53 ++--
 src/couch/src/couch_util.erl                       |  42 ++-
 src/couch/src/couch_uuids.erl                      | 105 +++++--
 src/couch/src/test_util.erl                        |   2 +-
 src/couch/test/couch_btree_tests.erl               |   8 +-
 src/couch/test/couch_doc_json_tests.erl            |  71 +++++
 src/couch/test/couch_doc_tests.erl                 |  16 +-
 src/couch/test/couch_file_tests.erl                |   4 +-
 src/couch/test/couchdb_attachments_tests.erl       |   4 +-
 src/couch_epi/test/couch_epi_tests.erl             |   2 +-
 src/couch_log/test/couch_log_test.erl              |   3 +-
 src/couch_mrview/src/couch_mrview.erl              |  18 +-
 src/couch_mrview/src/couch_mrview_http.erl         |   6 +-
 src/couch_mrview/src/couch_mrview_util.erl         |  34 ++-
 .../test/couch_mrview_map_views_tests.erl          |  23 +-
 src/couch_peruser/README.md                        |  19 +-
 src/couch_peruser/src/couch_peruser.app.src        |   6 +-
 src/couch_peruser/src/couch_peruser.erl            | 312 +++++++++++++++------
 .../src/couch_peruser_app.erl}                     |   6 +-
 .../src/couch_peruser_sup.erl}                     |  16 +-
 src/couch_peruser/test/couch_peruser_test.erl      | 107 ++++++-
 src/couch_replicator/src/couch_replicator.erl      |   2 +-
 .../src/couch_replicator_clustering.erl            |  10 +-
 .../src/couch_replicator_doc_processor.erl         |  14 +-
 src/couch_replicator/src/couch_replicator_docs.erl |   2 +-
 .../src/couch_replicator_httpd.erl                 |   2 +
 .../src/couch_replicator_scheduler_job.erl         |   3 +-
 .../src/couch_replicator_worker.erl                |  17 +-
 src/ddoc_cache/src/ddoc_cache_lru.erl              |   7 +-
 src/ddoc_cache/test/ddoc_cache_lru_test.erl        |   2 +-
 src/fabric/src/fabric_db_create.erl                |   2 +-
 src/fabric/src/fabric_util.erl                     |   2 -
 src/fabric/src/fabric_view.erl                     |   2 +
 src/mango/src/mango_cursor.erl                     |   2 +-
 src/mango/src/mango_cursor_view.erl                |  33 ++-
 src/mango/src/mango_error.erl                      |   2 +-
 src/mango/src/mango_execution_stats.erl            |   6 +-
 src/mango/src/mango_idx.erl                        |  66 +++--
 src/mango/src/mango_idx_special.erl                |   4 +-
 src/mango/src/mango_idx_text.erl                   |   8 +-
 src/mango/src/mango_idx_view.erl                   |  22 +-
 src/mango/src/{mango.hrl => mango_idx_view.hrl}    |   2 +-
 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          | 135 ++++-----
 src/mango/test/06-basic-text-test.py               |  33 +--
 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
 src/mango/test/15-execution-stats-test.py          |   4 +
 ...dex-selectors.py => 16-index-selectors-test.py} |  43 ++-
 src/mango/test/17-multi-type-value-test.py         |  90 ++++++
 src/mango/test/README.md                           |  23 +-
 src/mango/test/mango.py                            |  51 +++-
 src/mem3/src/mem3.erl                              |   8 +-
 src/mem3/src/mem3_shards.erl                       |   4 +-
 src/rexi/src/rexi_server.erl                       |   2 +-
 test/build/test-run-couch-for-mango.sh             |  13 +-
 test/javascript/couch.js                           |   2 +-
 test/javascript/run                                |  59 ++--
 test/javascript/tests/bulk_docs.js                 |  20 ++
 test/javascript/tests/config.js                    |   8 +
 test/javascript/tests/erlang_views.js              |   4 +-
 test/javascript/tests/view_errors.js               |  16 +-
 test/javascript/tests/view_sandboxing.js           |  38 +--
 version.mk                                         |   2 +-
 101 files changed, 1688 insertions(+), 682 deletions(-)
 copy src/{ddoc_cache/src/ddoc_cache_entry_validation_funs.erl => 
couch/src/couch_rand.erl} (51%)
 copy src/{couch_log/src/couch_log_app.erl => 
couch_peruser/src/couch_peruser_app.erl} (90%)
 copy src/{couch_stats/src/couch_stats_sup.erl => 
couch_peruser/src/couch_peruser_sup.erl} (75%)
 copy src/mango/src/{mango.hrl => mango_idx_view.hrl} (90%)
 rename src/mango/test/{11-ignore-design-docs.py => 
11-ignore-design-docs-test.py} (100%)
 rename src/mango/test/{12-use-correct-index.py => 
12-use-correct-index-test.py} (86%)
 rename src/mango/test/{14-json-pagination.py => 14-json-pagination-test.py} 
(100%)
 rename src/mango/test/{16-index-selectors.py => 16-index-selectors-test.py} 
(85%)
 create mode 100644 src/mango/test/17-multi-type-value-test.py

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to