This is an automated email from the ASF dual-hosted git repository.
wohali pushed a change to branch 2.1.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from bf1a332 Cleanups for 2.1.1 proper version tagging
new da27d4d Blacklist some config sections from HTTP PUT/DELETE operations
new af2dc54 Disable eval() and Function() constructor in JS by default
new c2d9701 Travis: s/20.0/20.1 for build
new bf29111 Alias /_node/_local/... to /_node/<nodename>@<hostname>/...
new c98b63c fix: peruser tests: use spinlocks instead of timer:sleep()
new 9a50a62 feat: port time funs, as per #883
new ace7121 Update w value for deletion since n=1
new ab17409 use string for w value
new 5ef1810 use delay instead
new ee6d851 up delay
new b1e0be5 add delay for bulk_delete and create
new a63b1d4 whitespace
new 14e7218 Updating verifyinstall URL
new 3aa0470 fix(peruser_test): on slow CI vms, we can get Cluster timeouts
new b5d9878 Return error 410 on temporary view request
new e01f300 Update jiffy to use dedupe_keys
new 1f364e5 Configurable delay before retrying on missing_doc error
new 4bfc3bf Update NOTICE: remove autoconf/m4 references and revert react
patents note
new f84faa5 re-add query
The 19 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:
.travis.yml | 2 +-
INSTALL.Unix.md | 2 +-
Makefile | 1 +
NOTICE | 24 +----
dev/run | 11 +++
rebar.config.script | 2 +-
rel/overlay/etc/default.ini | 9 ++
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/src/couch_httpd_misc_handlers.erl | 1 +
src/couch/src/couch_util.erl | 24 ++++-
src/couch_peruser/test/couch_peruser_test.erl | 110 +++++++++++++++++----
.../src/couch_replicator_worker.erl | 7 ++
src/mango/test/mango.py | 15 ++-
test/javascript/couch.js | 2 +-
test/javascript/run | 2 +-
test/javascript/tests/config.js | 8 ++
test/javascript/tests/erlang_views.js | 4 +-
test/javascript/tests/view_errors.js | 12 +++
test/javascript/tests/view_sandboxing.js | 38 ++-----
25 files changed, 210 insertions(+), 96 deletions(-)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].