You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/07/08 11:33:52 UTC

[couchdb] branch remove-update-notification-config updated (7a84784 -> 1217e89)

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

jan pushed a change to branch remove-update-notification-config
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 7a84784  remove mention of os daemons and externals in ini files
     add 8e28fd2  Mango: _id and _rev index selection
     add 5290a32  Update Jenkins build process:
     add 6d44e17  Add _approx_count_distinct as a builtin reduce function (#1346)
     add 8a46473  Add hyper app to dependencies
     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
     add f040d75  Add set_mqd_off_heap utility function
     add a13efba  Call `set_mqd_off_heap` for critical processes
     add f3a0f42  refactor process_request to not drop req (#1375)
     add fe53e43  Prepare to fabric attachment receiver from a fun closure to a tuple
     add 5b5c8a1  Add constant index fields to sort based on the selector (#1376)
     add 103a062  Update snappy dep to CouchDB-1.0.1 with 21.0 support
     add e6272de  Update build dependency docs for FreeBSD
     add 1209036  Add regression runs on new dedicated FreeBSD VM
     add 3358668  fix(_view changes feed): fix function_clause crash in couch_native_process. Crash was caused by a missing implementation of ddoc function for <<"views">> FunPath, implementation is based on FilterFun but matches return values of the erlang:put()  which is called in the native Emit function and also expects ok and false when docs were not emitted.
     add 0377e53  tests(couch_changes): add tests for changes feed filtering using an Erlang view
     add d36149e  Merge pull request #1401 from Spotme/spotme/fix/couch-native-process
     add 5bbfbeb  Don't set context for compaction files during db delete (#1419)
     new 1217e89  Merge branch 'master' into remove-update-notification-config

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:
 .gitignore                                         |   1 +
 INSTALL.Unix.md                                    |   6 +-
 Jenkinsfile                                        | 153 ++++++++++----
 LICENSE                                            |  24 +++
 Makefile                                           |  13 +-
 NOTICE                                             |   4 +
 rebar.config.script                                |  10 +-
 rel/reltool.config                                 |   2 +
 src/chttpd/src/chttpd.erl                          |  51 ++++-
 src/couch/src/couch.app.src                        |   3 +-
 src/couch/src/couch_bt_engine.erl                  |   4 +-
 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_native_process.erl             |  12 ++
 src/couch/src/couch_query_servers.erl              |  34 +++-
 src/couch/src/couch_server.erl                     |   4 +-
 src/couch/src/couch_util.erl                       |  10 +
 src/couch/test/couch_changes_tests.erl             |  38 +++-
 src/couch/test/couch_key_tree_tests.erl            |  24 ++-
 src/couch_log/src/couch_log_server.erl             |   1 +
 src/couch_mrview/src/couch_mrview.erl              |  30 ++-
 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/ddoc_cache/src/ddoc_cache_lru.erl              |   1 +
 ...ric_doc_attachments.erl => fabric_doc_atts.erl} |  28 ++-
 src/fabric/src/fabric_rpc.erl                      |   7 +-
 src/fabric/src/fabric_view.erl                     |   3 +-
 src/mango/src/mango_cursor.erl                     |  18 +-
 src/mango/src/mango_idx.erl                        |  36 +---
 src/mango/src/mango_idx_special.erl                |  13 +-
 src/mango/src/mango_idx_view.erl                   |  38 +++-
 src/mango/src/mango_selector.erl                   | 113 ++++++++++-
 src/mango/test/02-basic-find-test.py               |   7 +
 src/mango/test/12-use-correct-index-test.py        |  13 ++
 src/mango/test/18-json-sort.py                     | 222 +++++++++++++++++++++
 src/mem3/src/mem3_shards.erl                       |   1 +
 src/rexi/src/rexi_server.erl                       |   1 +
 test/javascript/tests/reduce_builtin.js            |  20 ++
 40 files changed, 993 insertions(+), 185 deletions(-)
 copy src/fabric/src/{fabric_doc_attachments.erl => fabric_doc_atts.erl} (93%)
 create mode 100644 src/mango/test/18-json-sort.py


[couchdb] 01/01: Merge branch 'master' into remove-update-notification-config

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch remove-update-notification-config
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 1217e891e1a99c049b97fb6549b544b615bfb768
Merge: 7a84784 5bbfbeb
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Sun Jul 8 13:33:49 2018 +0200

    Merge branch 'master' into remove-update-notification-config

 .gitignore                                         |   1 +
 INSTALL.Unix.md                                    |   6 +-
 Jenkinsfile                                        | 153 ++++++++++----
 LICENSE                                            |  24 +++
 Makefile                                           |  13 +-
 NOTICE                                             |   4 +
 rebar.config.script                                |  10 +-
 rel/reltool.config                                 |   2 +
 src/chttpd/src/chttpd.erl                          |  51 ++++-
 src/couch/src/couch.app.src                        |   3 +-
 src/couch/src/couch_bt_engine.erl                  |   4 +-
 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_native_process.erl             |  12 ++
 src/couch/src/couch_query_servers.erl              |  34 +++-
 src/couch/src/couch_server.erl                     |   4 +-
 src/couch/src/couch_util.erl                       |  10 +
 src/couch/test/couch_changes_tests.erl             |  38 +++-
 src/couch/test/couch_key_tree_tests.erl            |  24 ++-
 src/couch_log/src/couch_log_server.erl             |   1 +
 src/couch_mrview/src/couch_mrview.erl              |  30 ++-
 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/ddoc_cache/src/ddoc_cache_lru.erl              |   1 +
 src/fabric/src/fabric_doc_atts.erl                 | 168 ++++++++++++++++
 src/fabric/src/fabric_rpc.erl                      |   7 +-
 src/fabric/src/fabric_view.erl                     |   3 +-
 src/mango/src/mango_cursor.erl                     |  18 +-
 src/mango/src/mango_idx.erl                        |  36 +---
 src/mango/src/mango_idx_special.erl                |  13 +-
 src/mango/src/mango_idx_view.erl                   |  38 +++-
 src/mango/src/mango_selector.erl                   | 113 ++++++++++-
 src/mango/test/02-basic-find-test.py               |   7 +
 src/mango/test/12-use-correct-index-test.py        |  13 ++
 src/mango/test/18-json-sort.py                     | 222 +++++++++++++++++++++
 src/mem3/src/mem3_shards.erl                       |   1 +
 src/rexi/src/rexi_server.erl                       |   1 +
 test/javascript/tests/reduce_builtin.js            |  20 ++
 40 files changed, 1142 insertions(+), 176 deletions(-)