This is an automated email from the ASF dual-hosted git repository.
dpavlov pushed a change to branch time-consumer-detection
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git.
from 01b8722 Build time collection callable: first version, too long
execution time
new 72fb441 Build time collection callable: change scan flow to build ref
instead of fat build
new a0f564b Build time collection callable: Build running time collection
implemented, to be summarized and returned
new 023c9e6 Time consuming builds detection: Supported return of results
> 1h by bt
new f88ba17 Time consuming builds detection: Prefiltering server side
The 4 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:
.../web/rest/buildtime/BuildTimeRestService.java | 6 +-
.../org/apache/ignite/tcbot/common/TcBotConst.java | 3 +
.../tcbot/engine/buildtime/BuildTimeService.java | 141 ++++++++++++++++++++-
...ldTimeSummaryUi.java => BuildTimeRecordUi.java} | 8 +-
...tsFullSummaryUi.java => BuildTimeResultUi.java} | 16 +--
.../ignite/tcignited/TeamcityIgnitedImpl.java | 11 +-
.../apache/ignite/tcignited/build/FatBuildDao.java | 61 ++++++---
.../ignite/tcignited/buildref/BuildRefDao.java | 64 +++++++++-
.../tcignited/buildtime/BuildTimeRecord.java | 23 ++--
.../tcignited/buildtime/BuildTimeResult.java | 50 ++++++++
.../ignite/tcignited/history/HistoryCollector.java | 32 ++++-
.../tcignited/history/RunHistCompactedDao.java | 78 +++++++++++-
12 files changed, 432 insertions(+), 61 deletions(-)
rename
tcbot-engine/src/main/java/org/apache/ignite/tcbot/engine/ui/{BuildTimeSummaryUi.java
=> BuildTimeRecordUi.java} (82%)
copy
tcbot-engine/src/main/java/org/apache/ignite/tcbot/engine/ui/{LrTestsFullSummaryUi.java
=> BuildTimeResultUi.java} (76%)
copy
tcbot-common/src/main/java/org/apache/ignite/tcbot/common/exeption/ServicesStartingException.java
=>
tcbot-teamcity-ignited/src/main/java/org/apache/ignite/tcignited/buildtime/BuildTimeRecord.java
(70%)
create mode 100644
tcbot-teamcity-ignited/src/main/java/org/apache/ignite/tcignited/buildtime/BuildTimeResult.java