Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFBA5104E5 for ; Fri, 2 Aug 2013 20:12:18 +0000 (UTC) Received: (qmail 74898 invoked by uid 500); 2 Aug 2013 20:12:18 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 74852 invoked by uid 500); 2 Aug 2013 20:12:18 -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 74845 invoked by uid 99); 2 Aug 2013 20:12:18 -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, 02 Aug 2013 20:12:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A300E8B790A; Fri, 2 Aug 2013 20:12:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: jan@apache.org To: commits@couchdb.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/1867-feature-plugins to 42bc6ee Date: Fri, 2 Aug 2013 20:12:18 +0000 (UTC) Updated Branches: refs/heads/1867-feature-plugins d269b53b0 -> 42bc6ee4f update roadmap in README Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/42bc6ee4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/42bc6ee4 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/42bc6ee4 Branch: refs/heads/1867-feature-plugins Commit: 42bc6ee4f6955b4caf26075c18d1ef9a076d4d21 Parents: d269b53 Author: Jan Lehnardt Authored: Fri Aug 2 22:12:14 2013 +0200 Committer: Jan Lehnardt Committed: Fri Aug 2 22:12:14 2013 +0200 ---------------------------------------------------------------------- src/couch_plugins/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/42bc6ee4/src/couch_plugins/README.md ---------------------------------------------------------------------- diff --git a/src/couch_plugins/README.md b/src/couch_plugins/README.md index 02a83ce..8ed62c3 100644 --- a/src/couch_plugins/README.md +++ b/src/couch_plugins/README.md @@ -50,13 +50,13 @@ Here’s a list of things this first iterations does and doesn’t do: - No identity checking of binaries. - Register installed plugins in the config system. - Make sure plugins start with the next restart of CouchDB. +- Uninstall a plugin via Futon (or HTTP call). Admin only. +- Show when a particular plugin is installed. Here are a few things I want to add before I call it MVP*: -- Uninstall a plugin via Futon (or HTTP call). Admin only. - Only installs if CouchDB version matches. - Binaries must be published on *.apache.org. -- Show when a particular plugin is installed. *MVP hopefully means you agree we can ship this with a few warnings so people can get a hang of it. @@ -86,7 +86,8 @@ Milestone X: Later authors to publish “legit” plugins. - Sign & verify individual releases. - Handle unclean un/installs if CouchDB crashes while installing/ - uninstalling + uninstalling. + - Add `--aditional_plugin_dir` parameter to `couchdb`. A few more things that can happen concurrently depending on what plugins require: