This is an automated email from the ASF dual-hosted git repository.
dpavlov pushed a change to branch performance
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git.
from 7ba7a81 Bigger pool experiment
add da98793 Version update
add 5966c69 Different input possibilities. - Fixes #11.
add dc1339f Cache sizes
add a9c4709 Additional profiling info was added, load build history
refactored
add e6b1725 Disable locks
add 4d9ee12 decode jira token - Fixes #12.
add 638fc40 Disable locks
add 2736e7f No locks mode: double check removed as not needed
new fed6906 Green table header for PRs without possible blockers. - Fixes
#13.
new 37cb176 Merge branch 'master' into performance
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 | 8 +-
.../apache/ignite/ci/IgnitePersistentTeamcity.java | 120 ++++++++++++++-------
.../main/java/org/apache/ignite/ci/TcHelper.java | 16 +--
.../org/apache/ignite/ci/conf/PasswordEncoder.java | 4 +-
.../apache/ignite/ci/observer/ObserverTask.java | 2 +-
.../apache/ignite/ci/tcmodel/hist/BuildRef.java | 23 ++++
.../org/apache/ignite/ci/web/model/Version.java | 2 +-
.../ignite/ci/web/model/current/UpdateInfo.java | 12 +--
.../apache/ignite/ci/web/rest/TriggerBuild.java | 13 +--
.../ci/web/rest/monitoring/MonitoringService.java | 38 ++++++-
ignite-tc-helper-web/src/main/webapp/index.html | 4 +-
.../src/main/webapp/js/testfails-2.1.js | 16 ++-
.../src/main/webapp/monitoring.html | 20 +++-
ignite-tc-helper-web/src/main/webapp/services.html | 46 ++++++--
14 files changed, 235 insertions(+), 89 deletions(-)