You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/03/11 15:41:46 UTC

[ignite-teamcity-bot] branch java-11 updated (598e4cd -> e4e0ae4)

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a change to branch java-11
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git.


    from 598e4cd  More Java modules experiments
     add 354408e  IGNITE-11491: Git proxy and VISA validitiy protection: step 1: diplsay hash for completed build (#112)
     add 26a9b0c  IGNITE-11491: Adapt TC bot to AI CI git proxy: Version updated
     add 3e12562  IGNITE-11491 Display build GitHub Commit for the finished build (#113)
     add da99a7a  Destroy test run history to bypass data corruption
     add 3a8eb05  Destroy builds cache to bypass data corruption
     new e4e0ae4  Merge branch 'master' into java-11

The 1 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:
 .../org/apache/ignite/ci/github/GitHubBranch.java  |  4 ++
 .../org/apache/ignite/ci/github/PullRequest.java   |  8 ++++
 .../ci/github/ignited/IGitHubConnIgnited.java      |  5 +-
 .../ci/github/pure/GitHubConnectionImpl.java       |  3 +-
 .../ignite/ci/runners/RemoteClientTmpHelper.java   | 53 ++++++++++++++++++---
 .../BuildLink.java}                                |  8 ++--
 .../trigger/TriggerResult.java}                    | 10 ++--
 .../ci/tcbot/visa/ContributionCheckStatus.java     |  3 ++
 .../ignite/ci/tcbot/visa/ContributionToCheck.java  |  3 ++
 .../tcbot/visa/TcBotTriggerAndSignOffService.java  | 54 ++++++++++++++++++++--
 .../teamcity/ignited/change/ChangeCompacted.java   |  7 +++
 .../ignited/fatbuild/FatBuildCompacted.java        |  2 +-
 .../org/apache/ignite/ci/web/model/Version.java    |  2 +-
 .../apache/ignite/ci/web/rest/TriggerBuilds.java   | 12 +++--
 ignite-tc-helper-web/src/main/webapp/js/prs-1.1.js | 15 +++++-
 .../src/main/webapp/js/testfails-2.1.js            | 50 ++++++++++++--------
 ignite-tc-helper-web/src/main/webapp/prs.html      |  3 +-
 17 files changed, 191 insertions(+), 51 deletions(-)
 copy ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/{visa/CurrentVisaStatus.java => trigger/BuildLink.java} (87%)
 copy ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/{web/model/ServerDataResponse.java => tcbot/trigger/TriggerResult.java} (79%)


[ignite-teamcity-bot] 01/01: Merge branch 'master' into java-11

Posted by dp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch java-11
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git

commit e4e0ae4f9d4276e4844b3976063fc2a7dfdf47cd
Merge: 598e4cd 3a8eb05
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Mon Mar 11 18:41:33 2019 +0300

    Merge branch 'master' into java-11

 .../org/apache/ignite/ci/github/GitHubBranch.java  |  4 ++
 .../org/apache/ignite/ci/github/PullRequest.java   |  8 ++++
 .../ci/github/ignited/IGitHubConnIgnited.java      |  5 +-
 .../ci/github/pure/GitHubConnectionImpl.java       |  3 +-
 .../ignite/ci/runners/RemoteClientTmpHelper.java   | 53 ++++++++++++++++++---
 .../trigger/BuildLink.java}                        | 31 ++-----------
 .../trigger/TriggerResult.java}                    | 30 ++----------
 .../ci/tcbot/visa/ContributionCheckStatus.java     |  3 ++
 .../ignite/ci/tcbot/visa/ContributionToCheck.java  |  3 ++
 .../tcbot/visa/TcBotTriggerAndSignOffService.java  | 54 ++++++++++++++++++++--
 .../teamcity/ignited/change/ChangeCompacted.java   |  7 +++
 .../ignited/fatbuild/FatBuildCompacted.java        |  2 +-
 .../org/apache/ignite/ci/web/model/Version.java    |  2 +-
 .../apache/ignite/ci/web/rest/TriggerBuilds.java   | 12 +++--
 ignite-tc-helper-web/src/main/webapp/js/prs-1.1.js | 15 +++++-
 .../src/main/webapp/js/testfails-2.1.js            | 50 ++++++++++++--------
 ignite-tc-helper-web/src/main/webapp/prs.html      |  3 +-
 17 files changed, 190 insertions(+), 95 deletions(-)