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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---