[
https://issues.apache.org/jira/browse/IGNITE-9541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16627599#comment-16627599
]
ASF GitHub Bot commented on IGNITE-9541:
----------------------------------------
asfgit closed pull request #17: IGNITE-9541 Hotfix
URL: https://github.com/apache/ignite-teamcity-bot/pull/17
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/IgniteTeamcityConnection.java
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/IgniteTeamcityConnection.java
index 9ddd68a..65ece8d 100644
---
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/IgniteTeamcityConnection.java
+++
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/IgniteTeamcityConnection.java
@@ -486,7 +486,8 @@ public String basicAuthToken() {
String branchFilter = isNullOrEmpty(branchName) ? "" :",branch:" +
branchName;
String sinceDateFilter = sinceDate == null ? "" : ",sinceDate:" +
getDateYyyyMmDdTHhMmSsZ(sinceDate);
String untilDateFilter = untilDate == null ? "" : ",untilDate:" +
getDateYyyyMmDdTHhMmSsZ(untilDate);
- String buildNoFilter = sinceBuildId == null ? "" : ",sinceBuild:(id:"
+ sinceBuildId + ")";
+ String buildNoFilter = sinceBuildId == null ||
!(sinceDateFilter.isEmpty() && untilDateFilter.isEmpty()) ?
+ "" : ",sinceBuild:(id:" + sinceBuildId + ")";
return sendGetXmlParseJaxb(host + "app/rest/latest/builds"
+ "?locator="
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add the comparison for two general statistics "RunAll" for master in the date
> interval
> --------------------------------------------------------------------------------------
>
> Key: IGNITE-9541
> URL: https://issues.apache.org/jira/browse/IGNITE-9541
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Nikolai Kulagin
> Assignee: Nikolai Kulagin
> Priority: Major
>
> Based on IGNITE-9333 add the comparison for two general statistics "RunAll"
> for master in the date interval
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)