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 324785c IGNITE-9848: Compressed fat build development
add 84bbae6 IGNITE-9869: Bug fix for Running builds not uploaded into
prefetched builds collection: fixed JAXB 2 roots problem - Fixes #37.
new 9b6745b Merge branch 'master' into ignite-9848-load-all-builds
new 1daf2ff IGNITE-9869: After merge fixes
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:
.../ignite/ci/di/scheduler/NoOpSheduler.java} | 6 +-
.../apache/ignite/ci/tcmodel/hist/BuildRef.java | 3 +-
.../org/apache/ignite/ci/tcmodel/hist/Builds.java | 15 +++
.../ci/teamcity/ignited/BuildRefCompacted.java | 5 +
.../ignite/ci/teamcity/ignited/BuildRefDao.java | 42 +++++---
.../ci/teamcity/ignited/TeamcityIgnitedImpl.java | 45 +++++----
.../java/org/apache/ignite/ci/util/XmlUtil.java | 15 +--
.../org/apache/ignite/ci/web/model/Version.java | 2 +-
.../ignited/IgnitedTcInMemoryIntegrationTest.java | 85 +++++++++++++++-
.../ci/teamcity/pure/BuildHistoryEmulator.java | 108 +++++++++++++++++++++
10 files changed, 282 insertions(+), 44 deletions(-)
copy
ignite-tc-helper-web/src/{test/java/org/apache/ignite/ci/di/scheduler/DirectExecNoWaitSheduler.java
=> main/java/org/apache/ignite/ci/di/scheduler/NoOpSheduler.java} (92%)
create mode 100644
ignite-tc-helper-web/src/test/java/org/apache/ignite/ci/teamcity/pure/BuildHistoryEmulator.java