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 c343153  IGNITE-9901: Bug fix after persisting builds
     new 3f36950  IGNITE-9645 Add comparison of failed tests lists in two date 
intervals - Fixes #36.
     new 45b9065  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:
 .../main/java/org/apache/ignite/ci/ITeamcity.java  |  14 +-
 .../apache/ignite/ci/IgnitePersistentTeamcity.java |  80 +++--
 .../apache/ignite/ci/IgniteTeamcityConnection.java |  48 ++-
 .../java/org/apache/ignite/ci/db/DbMigrations.java |   4 +-
 .../Project.java => result/Configurations.java}    |  46 +--
 .../ci/tcmodel/result/tests/TestOccurrence.java    |   8 +
 .../ignite/ci/tcmodel/result/tests/TestRef.java    |   2 +
 .../org/apache/ignite/ci/web/model/Version.java    |   2 +-
 .../web/model/current/BuildStatisticsSummary.java  |  16 +-
 .../ignite/ci/web/model/hist/BuildsHistory.java    | 334 +++++++++++++++++++++
 .../ci/web/rest/build/GetBuildTestFailures.java    | 110 +++----
 .../ignite/ci/web/rest/parms/FullQueryParams.java  |  32 +-
 .../src/main/webapp/comparison.html                | 240 ++++++++++++++-
 .../src/main/webapp/css/style-1.5.css              | 128 ++++++++
 14 files changed, 928 insertions(+), 136 deletions(-)
 copy 
ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcmodel/{conf/Project.java
 => result/Configurations.java} (60%)
 create mode 100644 
ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/hist/BuildsHistory.java

Reply via email to