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 19:15:14 UTC

[couchdb] branch feat/less-travis updated (26e3407 -> 48598dc)

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

jan pushed a change to branch feat/less-travis
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    omit 26e3407  Merge branch 'master' into feat/less-travis
    omit e29d6d7  feat: avoid double builds on PRs
    omit 73f1565  remove mention of os daemons and externals in ini files
    omit 5bbfbeb  Don't set context for compaction files during db delete (#1419)
    omit d36149e  Merge pull request #1401 from Spotme/spotme/fix/couch-native-process
    omit 0377e53  tests(couch_changes): add tests for changes feed filtering using an Erlang view
    omit 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 48598dc  feat: avoid double builds on PRs

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   (26e3407)
            \
             N -- N -- N   refs/heads/feat/less-travis (48598dc)

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.

No new revisions were added by this update.

Summary of changes:
 .travis.yml                            |  4 +++-
 rel/overlay/etc/default.ini            | 24 ++++++++++++++++++++-
 rel/overlay/etc/local.ini              | 14 +++++++++++++
 src/couch/src/couch_bt_engine.erl      |  4 ++--
 src/couch/src/couch_native_process.erl | 12 -----------
 src/couch/src/couch_server.erl         |  2 +-
 src/couch/test/couch_changes_tests.erl | 38 +---------------------------------
 7 files changed, 44 insertions(+), 54 deletions(-)