Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB950CCF2 for ; Fri, 12 Dec 2014 02:17:29 +0000 (UTC) Received: (qmail 70110 invoked by uid 500); 12 Dec 2014 02:17:29 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 70047 invoked by uid 500); 12 Dec 2014 02:17:29 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 70036 invoked by uid 99); 12 Dec 2014 02:17:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2014 02:17:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 563C8A27DFD; Fri, 12 Dec 2014 02:17:28 +0000 (UTC) From: davisp To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb-fabric pull request: Add system db handlers to fabric_doc_... Content-Type: text/plain Date: Fri, 12 Dec 2014 02:17:28 +0000 (UTC) GitHub user davisp opened a pull request: https://github.com/apache/couchdb-fabric/pull/6 Add system db handlers to fabric_doc_update This hard codes the before_doc_write functions for replicator and user databases like they are in couch_server. This is mostly motivated by the fact that couch_users_db:before_doc_update/1 adds random salt values to user documents when a password is changed. The replicator databases are included at this level for consistency with couch_server. COUCHDB-2510 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/couchdb-fabric 2510-add-system-db-handlers Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-fabric/pull/6.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #6 ---- commit 4e0e81fd9d668bf4d532864b9cab3ad2d7653d50 Author: Paul J. Davis Date: 2014-12-12T02:13:57Z Add system db handlers to fabric_doc_update This hard codes the before_doc_write functions for replicator and user databases like they are in couch_server. This is mostly motivated by the fact that couch_users_db:before_doc_update/1 adds random salt values to user documents when a password is changed. The replicator databases are included at this level for consistency with couch_server. COUCHDB-2510 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---