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/04/23 21:14:33 UTC

[1/3] storm git commit: remove extra curly brace

Repository: storm
Updated Branches:
  refs/heads/master 1c0200a64 -> 37a7e8bb0


remove extra curly brace


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

Branch: refs/heads/master
Commit: cc56d7745e19a46eecf090e643a126d8e07523a2
Parents: d96a523
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Thu Mar 26 17:12:02 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Thu Mar 26 17:12:02 2015 -0500

----------------------------------------------------------------------
 storm-core/src/ui/public/templates/component-page-template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/cc56d774/storm-core/src/ui/public/templates/component-page-template.html
----------------------------------------------------------------------
diff --git a/storm-core/src/ui/public/templates/component-page-template.html b/storm-core/src/ui/public/templates/component-page-template.html
index 1719606..4882e1e 100644
--- a/storm-core/src/ui/public/templates/component-page-template.html
+++ b/storm-core/src/ui/public/templates/component-page-template.html
@@ -444,7 +444,7 @@
     <tbody>
       {{#executorStats}}
       <tr>
-        <td>{{id}}}</td>
+        <td>{{id}}</td>
         <td>{{uptime}}</td>
         <td>{{host}}</td>
         <td><a href="{{workerLogLink}}">{{port}}</a></td>


[3/3] storm git commit: Added STORM-730 to Changelog

Posted by bo...@apache.org.
Added STORM-730 to Changelog


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

Branch: refs/heads/master
Commit: 37a7e8bb05100b0be0b4c79f09b354b2b91c1b6a
Parents: fdd2696
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Apr 23 14:13:57 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Apr 23 14:13:57 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/37a7e8bb/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2610ad4..0a83ba5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-730: remove extra curly brace
  * STORM-735: [storm-redis] Upgrade Jedis to 2.7.0
  * STORM-747: assignment-version-callback/info-with-version-callback are not fired when assignments change
  * STORM-746: Skip ack init when there are no output tasks


[2/3] storm git commit: Merge branch 'storm-730-extra-brace' of https://github.com/d2r/storm into STORM-730

Posted by bo...@apache.org.
Merge branch 'storm-730-extra-brace' of https://github.com/d2r/storm into STORM-730

STORM-730: remove extra curly brace


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

Branch: refs/heads/master
Commit: fdd26964d73f634d28e6b704677598aa31d62093
Parents: 1c0200a cc56d77
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Apr 23 14:13:32 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Apr 23 14:13:32 2015 -0500

----------------------------------------------------------------------
 storm-core/src/ui/public/templates/component-page-template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------