GitHub user iilyak opened a pull request: https://github.com/apache/couchdb-couch-epi/pull/15
Add couch_epi:decide/5 There are cases when we want to call configured providers until any of them would make a decision. We also would want to be able to find out if any decision has been made so we could call default handler. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cloudant/couchdb-couch-epi feature/apply_while Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-couch-epi/pull/15.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 #15 ---- commit baa484a83f99b2ddd6ade06ceabe631e6c06a9aa Author: ILYA Khlopotov <iil...@ca.ibm.com> Date: 2015-10-09T19:55:41Z Add couch_epi:decide/5 There are cases when we want to call configured providers until any of them would make a decision. We also would want to be able to find out if any decision has been made so we could call default handler. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---