This is an automated email from the ASF dual-hosted git repository.
dpavlov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git.
from 155b63b Scheduled jobs exceptions are catched and logged.
new 32d6bf8 IGNITE-9377 Handle print critical failures to the GitHub PR
statuses - Fixes #5.
new 05bf30a Version update
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/ignite/ci/HelperConfig.java | 31 ++++++-
.../main/java/org/apache/ignite/ci/ITeamcity.java | 34 +++++++
.../apache/ignite/ci/IgnitePersistentTeamcity.java | 30 +++++-
.../org/apache/ignite/ci/IgniteTeamcityHelper.java | 69 +++++++++++++-
.../org/apache/ignite/ci/github/PullRequest.java | 65 +++++++++++++
.../java/org/apache/ignite/ci/util/HttpUtil.java | 102 +++++++++++++++++----
.../org/apache/ignite/ci/web/model/Version.java | 2 +-
.../ignite/ci/web/model/current/UpdateInfo.java | 22 +++++
.../ignite/ci/web/rest/pr/GetPrTestFailures.java | 30 ++++++
.../src/main/webapp/js/testfails-2.1.js | 80 +++++++++++++++-
10 files changed, 438 insertions(+), 27 deletions(-)
create mode 100644
ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/github/PullRequest.java