You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/03/11 20:59:26 UTC

[1/3] storm git commit: add README for external/

Repository: storm
Updated Branches:
  refs/heads/master 1a9e9e92e -> bbc052ebb


add README for external/


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

Branch: refs/heads/master
Commit: ff1168a1d1d3181dc53f61043ce6f226e1823afd
Parents: 8491151
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Feb 3 20:45:14 2015 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Feb 3 20:45:14 2015 -0500

----------------------------------------------------------------------
 external/README.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ff1168a1/external/README.md
----------------------------------------------------------------------
diff --git a/external/README.md b/external/README.md
new file mode 100644
index 0000000..f8c09f1
--- /dev/null
+++ b/external/README.md
@@ -0,0 +1,18 @@
+# About Storm External Modules
+
+##What is "external"?
+"external" is a group of modules that while not required for storm to operate, are useful for extending Storm in order to
+provide additional functionality such as integration with other technologies frequently used in combination with Storm.
+
+External modules are released in tandem with Storm in order to maintain version compatibility.
+
+Each external module is assigned one or more "Committer Sponsors" who have expressed interest in supporting the module.
+
+##What is a Committer Sponsor?
+A Committer Sponsor is simply an Apache Storm Committer who has expressed interest in supporting a module in one way or
+another. For any given module, we hope to have at least one sponsor to provide some level of protection against code rot
+and abandonware.
+
+Note that this in no way implies that Committer Sponsors have any special roles, privileges, or obligations. The Apache
+Storm Committers have equal authority over and responsibility for the entire codebase. A Committer Sponsor is
+essentially just a Committer who has said: "I'm interested in this module, and am willing to help where I can."
\ No newline at end of file


[3/3] storm git commit: Added STORM-656 to changelog.

Posted by bo...@apache.org.
Added STORM-656 to changelog.


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

Branch: refs/heads/master
Commit: bbc052ebb9fa282e7843c32a8d46b7251def9b7d
Parents: e2d5dcd
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Wed Mar 11 14:52:25 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Wed Mar 11 14:52:25 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/bbc052eb/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68b7815..4bda4f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -69,6 +69,7 @@
  * STORM-557: High Quality Images for presentations
  * STORM-554: the type of first param "topology" should be ^StormTopology not ^TopologyContext
  * STORM-469: Storm UI Last Error Detail Insufficient for debugging
+ * STORM-656: Document "external" modules and "Committer Sponsors"
 
 ## 0.9.3-rc2
  * STORM-558: change "swap!" to "reset!" to fix assignment-versions in supervisor


[2/3] storm git commit: Merge branch 'external-readme' of https://github.com/ptgoetz/storm into STORM-656

Posted by bo...@apache.org.
Merge branch 'external-readme' of https://github.com/ptgoetz/storm into STORM-656

STORM-656: Document "external" modules and "Committer Sponsors"


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

Branch: refs/heads/master
Commit: e2d5dcd1b350d0af80bf6a201d340739515dc053
Parents: 1a9e9e9 ff1168a
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Wed Mar 11 14:51:47 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Wed Mar 11 14:51:47 2015 -0500

----------------------------------------------------------------------
 external/README.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------