This is an automated email from the ASF dual-hosted git repository.
dpavlov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git.
from 4421847 IGNITE-9541 Add row highlight for 'failed', add title for
columns, replace JS code with JQuery - Fixes #23.
new ce7aef2 IGNITE-9697 Autocomplete branch for TC field - Fixes #24.
new 4a8fdeb Cleanup code and version update
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 | 6 +
.../main/java/org/apache/ignite/ci/ITeamcity.java | 19 +++
.../apache/ignite/ci/IgnitePersistentTeamcity.java | 20 +++
.../apache/ignite/ci/IgniteTeamcityConnection.java | 76 +++++++---
...nchTracked.java => ServerIntegrationLinks.java} | 36 +++--
.../ci/teamcity/FileRecordingInputStream.java | 40 ++++--
.../org/apache/ignite/ci/teamcity/ITcLogin.java | 12 +-
.../ci/teamcity/ITeamcityHttpConnection.java | 6 +-
.../ci/teamcity/TcConnectionStaticLinker.java | 16 ++-
.../org/apache/ignite/ci/teamcity/TcLoginImpl.java | 23 +--
.../ignite/ci/teamcity/TcRealConnectionModule.java | 7 +-
.../ignite/ci/teamcity/TeamcityRecorder.java | 51 +++++--
.../ci/teamcity/TeamcityRecordingConnection.java | 6 +-
.../org/apache/ignite/ci/web/model/Version.java | 2 +-
.../apache/ignite/ci/web/rest/TriggerBuild.java | 20 +++
ignite-tc-helper-web/src/main/webapp/index.html | 12 +-
.../src/main/webapp/js/common-1.6.js | 156 +++++++++++++++++++++
ignite-tc-helper-web/src/main/webapp/services.html | 13 +-
18 files changed, 433 insertions(+), 88 deletions(-)
copy
ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/conf/{BranchTracked.java
=> ServerIntegrationLinks.java} (60%)