You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/07/31 19:44:20 UTC

[1/3] git commit: updated refs/heads/1867-feature-plugins to 83ab843

Updated Branches:
  refs/heads/1867-feature-plugins 7d6a18587 -> 83ab84399


add license headers


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ae58dc46
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ae58dc46
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ae58dc46

Branch: refs/heads/1867-feature-plugins
Commit: ae58dc469e1a7c21197a7c85114f26064043f198
Parents: 7d6a185
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Jul 31 19:32:34 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jul 31 19:32:34 2013 +0200

----------------------------------------------------------------------
 src/couch_plugins/src/couch_plugins.erl       | 11 +++++++++++
 src/couch_plugins/src/couch_plugins_httpd.erl | 11 +++++++++++
 2 files changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ae58dc46/src/couch_plugins/src/couch_plugins.erl
----------------------------------------------------------------------
diff --git a/src/couch_plugins/src/couch_plugins.erl b/src/couch_plugins/src/couch_plugins.erl
index 7dd3bd2..daac885 100644
--- a/src/couch_plugins/src/couch_plugins.erl
+++ b/src/couch_plugins/src/couch_plugins.erl
@@ -1,3 +1,14 @@
+% Licensed under the Apache License, Version 2.0 (the "License"); you may not
+% use this file except in compliance with the License. You may obtain a copy of
+% the License at
+%
+%   http://www.apache.org/licenses/LICENSE-2.0
+%
+% Unless required by applicable law or agreed to in writing, software
+% distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+% WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+% License for the specific language governing permissions and limitations under
+% the License.
 -module(couch_plugins).
 -include("couch_db.hrl").
 -export([install/1]).

http://git-wip-us.apache.org/repos/asf/couchdb/blob/ae58dc46/src/couch_plugins/src/couch_plugins_httpd.erl
----------------------------------------------------------------------
diff --git a/src/couch_plugins/src/couch_plugins_httpd.erl b/src/couch_plugins/src/couch_plugins_httpd.erl
index 6d987ae..12f65f3 100644
--- a/src/couch_plugins/src/couch_plugins_httpd.erl
+++ b/src/couch_plugins/src/couch_plugins_httpd.erl
@@ -1,3 +1,14 @@
+% Licensed under the Apache License, Version 2.0 (the "License"); you may not
+% use this file except in compliance with the License. You may obtain a copy of
+% the License at
+%
+%   http://www.apache.org/licenses/LICENSE-2.0
+%
+% Unless required by applicable law or agreed to in writing, software
+% distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+% WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+% License for the specific language governing permissions and limitations under
+% the License.
 -module(couch_plugins_httpd).
 
 -export([handle_req/1]).


[3/3] git commit: updated refs/heads/1867-feature-plugins to 83ab843

Posted by ja...@apache.org.
Use the same version hash in the entire readme.

Thanks @etrepum.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/83ab8439
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/83ab8439
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/83ab8439

Branch: refs/heads/1867-feature-plugins
Commit: 83ab843993169f9473c89615af28d8f41af24f6c
Parents: 2f0967d
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Jul 31 19:43:53 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jul 31 19:43:53 2013 +0200

----------------------------------------------------------------------
 src/couch_plugins/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/83ab8439/src/couch_plugins/README.md
----------------------------------------------------------------------
diff --git a/src/couch_plugins/README.md b/src/couch_plugins/README.md
index 8384a97..de06309 100644
--- a/src/couch_plugins/README.md
+++ b/src/couch_plugins/README.md
@@ -108,7 +108,7 @@ Futon (or you) post an object to `/_plugins` with four properties:
     {
       "name": "geocouch", // name of the plugin, must be unique
       "url": "http://people.apache.org/~jan", // “base URL” for plugin releases (see below)
-      "version": "couchdb1.2.x_v0.3.0-11-gd83ba22", // whatever version internal to the plugin
+      "version": "couchdb1.2.x_v0.3.0-11-g4ea0bea", // whatever version internal to the plugin
       "checksums": {
         "R15B03": "ZetgdHj2bY2w37buulWVf3USOZs=" // base64’d sha hash over the binary
       }


[2/3] git commit: updated refs/heads/1867-feature-plugins to 83ab843

Posted by ja...@apache.org.
add build instructions (just `rebar compile`)


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2f0967d4
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2f0967d4
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2f0967d4

Branch: refs/heads/1867-feature-plugins
Commit: 2f0967d44943ee3be3aea32ae597afc76a72e315
Parents: ae58dc4
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Jul 31 19:32:56 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jul 31 19:32:56 2013 +0200

----------------------------------------------------------------------
 src/couch_plugins/README.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/2f0967d4/src/couch_plugins/README.md
----------------------------------------------------------------------
diff --git a/src/couch_plugins/README.md b/src/couch_plugins/README.md
index 53fd47a..8384a97 100644
--- a/src/couch_plugins/README.md
+++ b/src/couch_plugins/README.md
@@ -161,6 +161,10 @@ that shows how a binary package is built:
 
     https://github.com/janl/geocouch/compare/couchbase:couchdb1.3.x...couchdb1.3.x-plugins
 
+## Build this with
+
+   rebar compile
+
 * * *
 
 I hope you like this :) Please comment and improve heavily!