This is an automated email from the ASF dual-hosted git repository.
tonysun83 pushed a change to branch retain_user_ctx_after_auth
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from 475f1d6 Merge branch 'master' into retain_user_ctx_after_auth
add 0392c51 Finalize in couch_mrview, but make it optional
add 5fa3c43 Use finalize operation to simplify _stats
add 398ac18 Ignore trailing characters in a builtin reduce
add 62f71c0 Fix container for package-building step
add 994b370 Jenkinsfile: typo
add 71c33b1 Update skip_deps for 3rd parties eunit (#1386)
add 2bf04a0 Revert "Introduce bin_opt_info erl_opts compilation option"
add 76790d5 Add compile's command line options
add 2fe402f Remove debug_info from compile options
add dfa8780 Make bin_opt_info optional based on env variable
add 41decfa Allow custom compile options with env variable
add c7d35c3 Merge pull request #1387 from cloudant/make-bin_opt_info-optional
add 000766c Fix active size calculations for views
add aebdbc4 Optimize couch_key_tree:stem/2
add 3c98385 Fix couch_key_tree_tests.erl
new 1068fe0 Merge branch 'master' into retain_user_ctx_after_auth
The 1 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:
Jenkinsfile | 4 +-
Makefile | 13 +--
rebar.config.script | 7 +-
src/couch/src/couch_db.erl | 10 +--
src/couch/src/couch_db_updater.erl | 33 ++++----
src/couch/src/couch_key_tree.erl | 74 +++++++++++++++++
src/couch/src/couch_query_servers.erl | 31 +++----
src/couch/test/couch_key_tree_tests.erl | 24 ++++--
src/couch_mrview/src/couch_mrview.erl | 28 +++++--
src/couch_mrview/src/couch_mrview_index.erl | 3 +-
src/couch_mrview/src/couch_mrview_util.erl | 17 ++++
.../test/couch_mrview_index_info_tests.erl | 96 ++++++++++++++++------
src/fabric/src/fabric_rpc.erl | 5 +-
src/fabric/src/fabric_view.erl | 2 +-
14 files changed, 264 insertions(+), 83 deletions(-)
|