You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/05/18 18:08:58 UTC

incubator-ignite git commit: # ignite-456: log history

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-456 933eeeb84 -> 63177a4fa


# ignite-456: log history


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/63177a4f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/63177a4f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/63177a4f

Branch: refs/heads/ignite-456
Commit: 63177a4fad8f4349f519c95315027b2216a7edb1
Parents: 933eeeb
Author: Artem Shutak <as...@gridgain.com>
Authored: Mon May 18 19:09:47 2015 +0300
Committer: Artem Shutak <as...@gridgain.com>
Committed: Mon May 18 19:09:47 2015 +0300

----------------------------------------------------------------------
 dev-tools/src/main/groovy/jiraslurp.groovy | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/63177a4f/dev-tools/src/main/groovy/jiraslurp.groovy
----------------------------------------------------------------------
diff --git a/dev-tools/src/main/groovy/jiraslurp.groovy b/dev-tools/src/main/groovy/jiraslurp.groovy
index 0f541c3..a21d45b 100644
--- a/dev-tools/src/main/groovy/jiraslurp.groovy
+++ b/dev-tools/src/main/groovy/jiraslurp.groovy
@@ -49,6 +49,7 @@ def readHistory = {
         }
         catch (Exception e) {
             println e.getMessage()
+
         }
     }
 
@@ -56,6 +57,8 @@ def readHistory = {
     if (validated_list.size > MAX_HISTORY)
         validated_list = validated_list[validated_list.size - MAX_HISTORY..validated_list.size - 1]
 
+    println "History=$validated_list"
+
     validated_list
 }