You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2017/05/08 07:23:36 UTC

[1/3] storm git commit: [STORM-2498] Fix Download Full File link in 1.x branch

Repository: storm
Updated Branches:
  refs/heads/1.x-branch 31e75bf5b -> ea7e7f754


[STORM-2498] Fix Download Full File link in 1.x branch


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

Branch: refs/heads/1.x-branch
Commit: 0fda4f20462192b1338c646abf3275691e0179d1
Parents: 95ec555
Author: Arun Mahadevan <ar...@apache.org>
Authored: Wed May 3 13:23:24 2017 +0530
Committer: Arun Mahadevan <ar...@apache.org>
Committed: Wed May 3 13:23:24 2017 +0530

----------------------------------------------------------------------
 storm-core/src/clj/org/apache/storm/daemon/logviewer.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/0fda4f20/storm-core/src/clj/org/apache/storm/daemon/logviewer.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/org/apache/storm/daemon/logviewer.clj b/storm-core/src/clj/org/apache/storm/daemon/logviewer.clj
index a5b2ee8..d7b21de 100644
--- a/storm-core/src/clj/org/apache/storm/daemon/logviewer.clj
+++ b/storm-core/src/clj/org/apache/storm/daemon/logviewer.clj
@@ -396,7 +396,7 @@
                         "Next" :enabled (> next-start start))])]]))
 
 (defn- download-link [fname]
-  [[:p (link-to (url-format "/download?file=%s" (to-array [fname])) "Download Full File")]])
+  [[:p (link-to (url-format "/download?file=%s" fname) "Download Full File")]])
 
 (defn- daemon-download-link [fname]
   [[:p (link-to (url-format "/daemondownload/%s" fname) "Download Full File")]])


[3/3] storm git commit: STORM-2498: CHANGELOG

Posted by ka...@apache.org.
STORM-2498: CHANGELOG


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

Branch: refs/heads/1.x-branch
Commit: ea7e7f75493868bdb4daf0fa65590a520602e0e9
Parents: e36bf4b
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon May 8 16:23:20 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon May 8 16:23:20 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/ea7e7f75/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fce2c53..3d9e053 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.1
+ * STORM-2498: Fix Download Full File link
  * STORM-2191: shorten classpaths by using wildcards
  * STORM-2482: Refactor the Storm auto credential plugins to be more usable	
  * STORM-2343: New Kafka spout can stop emitting tuples if more than maxUncommittedOffsets tuples fail at once.


[2/3] storm git commit: Merge branch 'STORM-2498' of https://github.com/arunmahadevan/storm into STORM-2498-1.x-merge

Posted by ka...@apache.org.
Merge branch 'STORM-2498' of https://github.com/arunmahadevan/storm into STORM-2498-1.x-merge


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

Branch: refs/heads/1.x-branch
Commit: e36bf4b6e43af8b3d330d07f6c8d692fb7d67301
Parents: 31e75bf 0fda4f2
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon May 8 16:22:50 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon May 8 16:22:50 2017 +0900

----------------------------------------------------------------------
 storm-core/src/clj/org/apache/storm/daemon/logviewer.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------