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 931e8cd Guava based caching for hot methods results
new 5442d4d Handling of 404 errors from TC, storing build ref in
up-to-date manner with main build
new 2717617 Several updator's threads implemented
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:
.../apache/ignite/ci/IgnitePersistentTeamcity.java | 1 -
.../ignite/ci/di/MonitoredTaskInterceptor.java | 13 ++--
.../ignite/ci/di/scheduler/TcBotScheduler.java | 17 +++--
.../apache/ignite/ci/tcmodel/hist/BuildRef.java | 6 ++
.../ci/teamcity/ignited/BuildRefCompacted.java | 17 +++++
.../ignite/ci/teamcity/ignited/BuildRefDao.java | 29 +++++++-
.../ci/teamcity/ignited/TeamcityIgnitedImpl.java | 87 +++++++++++++++++-----
.../ci/teamcity/ignited/TeamcityIgnitedModule.java | 2 +
.../ignited/fatbuild/FatBuildCompacted.java | 8 ++
.../ignited/{ => fatbuild}/FatBuildDao.java | 6 +-
.../ignited/IgnitedTcInMemoryIntegrationTest.java | 1 +
11 files changed, 149 insertions(+), 38 deletions(-)
rename
ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/teamcity/ignited/{ =>
fatbuild}/FatBuildDao.java (94%)