Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7EE28200CC4 for ; Thu, 13 Jul 2017 18:28:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7DE1416BC81; Thu, 13 Jul 2017 16:28:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EA70416BB83 for ; Thu, 13 Jul 2017 18:28:19 +0200 (CEST) Received: (qmail 81042 invoked by uid 500); 13 Jul 2017 16:28:19 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 81022 invoked by uid 99); 13 Jul 2017 16:28:18 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2017 16:28:18 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 337A18754D; Thu, 13 Jul 2017 16:28:18 +0000 (UTC) Date: Thu, 13 Jul 2017 16:28:18 +0000 To: , "' commits@couchdb.apache.org" , '@gitbox.apache.org, Subject: [couchdb] branch master updated (11afc8b -> 779f00e) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <149996329808.31547.7406581763734506629@gitbox.apache.org> From: vatamane@apache.org Reply-To: "commits@couchdb.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 11afc8bb1fb216fcdcb40bcf05fccc9927357d2f X-Git-Newrev: 779f00e2bd8fa6a59be112418801def559623c8a X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Thu, 13 Jul 2017 16:28:20 -0000 This is an automated email from the ASF dual-hosted git repository. vatamane pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 11afc8b Fix timeout in couchdb_views_test for couchdb_1283 new d909cd2 Pass UserCtx to fabric's all_docs from mango query new 6d9673c Send user_ctx to query_view new 022925a Send user_ctx to fabric's open_doc new 779f00e Add tests for queries against _users db 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: src/mango/src/mango_cursor_view.erl | 9 ++-- src/mango/src/mango_httpd.erl | 3 +- src/mango/src/mango_util.erl | 6 ++- src/mango/test/13-users-db-find-test.py | 83 +++++++++++++++++++++++++++++++++ src/mango/test/mango.py | 11 +++++ src/mango/test/user_docs.py | 36 ++++++++++++++ 6 files changed, 143 insertions(+), 5 deletions(-) create mode 100644 src/mango/test/13-users-db-find-test.py -- To stop receiving notification emails like this one, please contact ['"commits@couchdb.apache.org" '].