This is an automated email from the ASF dual-hosted git repository. dpavlov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git
commit 7414f775a3065208a57df176ec4acb85a009fefe Author: Dmitriy Pavlov <[email protected]> AuthorDate: Mon Jul 29 18:49:42 2019 +0300 Version updated, reference to modern page (current) instead of all.html --- .../src/main/java/org/apache/ignite/ci/web/model/Version.java | 2 +- ignite-tc-helper-web/src/main/webapp/guard.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java index 96d838f..d5af68e 100644 --- a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java +++ b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java @@ -28,7 +28,7 @@ package org.apache.ignite.ci.web.model; public static final String GITHUB_REF = "https://github.com/apache/ignite-teamcity-bot"; /** TC Bot Version. */ - public static final String VERSION = "20190726"; + public static final String VERSION = "20190729"; /** Java version, where Web App is running. */ public String javaVer; diff --git a/ignite-tc-helper-web/src/main/webapp/guard.html b/ignite-tc-helper-web/src/main/webapp/guard.html index e0a072e..0078687 100644 --- a/ignite-tc-helper-web/src/main/webapp/guard.html +++ b/ignite-tc-helper-web/src/main/webapp/guard.html @@ -47,8 +47,7 @@ function showTrackedBranchesLinks(result) { res += "<tr>"; res += "<td align='right'>" + id + ":</td>"; res += "<td>" + "<a href='current.html?branch=" + id + "'><button>Latest (" + id + ")</button></a>" + "</td>"; - res += "<td>" + " <a href='all.html?branch=" + id + "'><button title='Failures from last 10 runs merged'>History (" + id + ")</button></a>" + "</td>"; - // res += "</div>"; + res += "<td>" + " <a href='current.html?branch=" + id + "&count=10'><button title='Failures from last 10 runs merged'>History (" + id + ")</button></a>" + "</td>"; res += "</tr>"; }
