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 2018/10/11 16:12:12 UTC

[ignite-teamcity-bot] branch ignite-9848-load-all-builds updated (6c1a5aa -> 0abdf24)

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

dpavlov pushed a change to branch ignite-9848-load-all-builds
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git.


    from 6c1a5aa  IGNITE-9848: Empty entity created
     add 1d4a67f  Fix for version error 500 during activation
     add 6fc1b4b  UI for simple PR navigation: Button Trigger build and comment JIRA after finish
     add 76692ec  Observation and triggering status is shown
     add 608fefa  Trigger bug fixed
     add 861cced  IGNITE-9833 Use 24-hour clock format for X axis tick, refacot code - Fixes #34.
     add 3dd44bc  Version update
     add a092bf9  Adaptive build iteration implemented.
     add c6c4b6a  Enforce loading builds after trigger to correct display of queued status of PR
     add a50e4ca  Repaint coded but has no effect before trigger
     add 6d44c0a  Repaint coded, called by timeout
     add ffd34bc  Building Web links to queued runAll
     new 0abdf24  Merge branch 'master' into ignite-9848-load-all-builds

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:
 .../main/java/org/apache/ignite/ci/ITeamcity.java  |  14 --
 .../apache/ignite/ci/IgnitePersistentTeamcity.java |   5 +-
 .../apache/ignite/ci/IgniteTeamcityConnection.java |   2 +-
 .../org/apache/ignite/ci/di/MonitoredTask.java     |   2 +-
 .../ci/github/ignited/GitHubConnIgnitedImpl.java   |  10 +-
 .../ci/github/pure/GitHubConnectionImpl.java       |   4 +-
 .../org/apache/ignite/ci/jobs/CheckQueueJob.java   |  15 +-
 .../apache/ignite/ci/observer/BuildObserver.java   |  23 ++
 .../org/apache/ignite/ci/observer/BuildsInfo.java  |   8 +-
 .../org/apache/ignite/ci/runners/BuildHistory.java |   2 +
 .../ignite/ci/runners/BuildMetricsHistory.java     |   1 +
 ...temProperties.java => TcBotGeneralService.java} |  36 +++-
 .../ci/tcbot/visa/ContributionCheckStatus.java     |   8 +
 .../tcbot/visa/TcBotTriggerAndSignOffService.java  |  56 +++--
 .../ci/teamcity/ignited/ITeamcityIgnited.java      |  20 +-
 .../ci/teamcity/ignited/TeamcityIgnitedImpl.java   |  68 ++++--
 .../ignite/ci/teamcity/pure/ITcServerProvider.java |   4 +
 .../ignite/ci/teamcity/pure/ITeamcityConn.java     |  21 +-
 .../org/apache/ignite/ci/web/model/Version.java    |   2 +-
 .../web/model/current/BuildStatisticsSummary.java  |  11 +-
 .../ignite/ci/web/rest/GetTrackedBranches.java     |  13 +-
 .../org/apache/ignite/ci/web/rest/Metrics.java     |   2 +
 .../apache/ignite/ci/web/rest/TriggerBuilds.java   |   3 +-
 .../src/main/webapp/comparison.html                | 194 +++++++++++------
 .../src/main/webapp/css/style-1.5.css              |   8 +-
 ignite-tc-helper-web/src/main/webapp/js/prs-1.0.js | 239 ++++++++++++++++-----
 jetty-launcher/build.gradle                        |   2 +-
 27 files changed, 552 insertions(+), 221 deletions(-)
 copy ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/{TcBotSystemProperties.java => TcBotGeneralService.java} (51%)


[ignite-teamcity-bot] 01/01: Merge branch 'master' into ignite-9848-load-all-builds

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

dpavlov pushed a commit to branch ignite-9848-load-all-builds
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git

commit 0abdf243ddb70ad07cfde7abf881fed870cf9102
Merge: 6c1a5aa ffd34bc
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Thu Oct 11 19:11:53 2018 +0300

    Merge branch 'master' into ignite-9848-load-all-builds

 .../main/java/org/apache/ignite/ci/ITeamcity.java  |  14 --
 .../apache/ignite/ci/IgnitePersistentTeamcity.java |   5 +-
 .../apache/ignite/ci/IgniteTeamcityConnection.java |   2 +-
 .../org/apache/ignite/ci/di/MonitoredTask.java     |   2 +-
 .../ci/github/ignited/GitHubConnIgnitedImpl.java   |  10 +-
 .../ci/github/pure/GitHubConnectionImpl.java       |   4 +-
 .../org/apache/ignite/ci/jobs/CheckQueueJob.java   |  15 +-
 .../apache/ignite/ci/observer/BuildObserver.java   |  23 ++
 .../org/apache/ignite/ci/observer/BuildsInfo.java  |   8 +-
 .../org/apache/ignite/ci/runners/BuildHistory.java |   2 +
 .../ignite/ci/runners/BuildMetricsHistory.java     |   1 +
 .../TcBotGeneralService.java}                      |  37 +++-
 .../ci/tcbot/visa/ContributionCheckStatus.java     |   8 +
 .../tcbot/visa/TcBotTriggerAndSignOffService.java  |  56 +++--
 .../ci/teamcity/ignited/ITeamcityIgnited.java      |  20 +-
 .../ci/teamcity/ignited/TeamcityIgnitedImpl.java   |  68 ++++--
 .../ignite/ci/teamcity/pure/ITcServerProvider.java |   4 +
 .../ignite/ci/teamcity/pure/ITeamcityConn.java     |  21 +-
 .../org/apache/ignite/ci/web/model/Version.java    |   2 +-
 .../web/model/current/BuildStatisticsSummary.java  |  11 +-
 .../ignite/ci/web/rest/GetTrackedBranches.java     |  13 +-
 .../org/apache/ignite/ci/web/rest/Metrics.java     |   2 +
 .../apache/ignite/ci/web/rest/TriggerBuilds.java   |   3 +-
 .../src/main/webapp/comparison.html                | 194 +++++++++++------
 .../src/main/webapp/css/style-1.5.css              |   8 +-
 ignite-tc-helper-web/src/main/webapp/js/prs-1.0.js | 239 ++++++++++++++++-----
 jetty-launcher/build.gradle                        |   2 +-
 27 files changed, 547 insertions(+), 227 deletions(-)