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 1daf2ff  IGNITE-9869: After merge fixes
     add c5b923b  IGNITE-9901 Persistent queue for visas added - Fixes #39.
     add c343153  IGNITE-9901: Bug fix after persisting builds
     add 3f36950  IGNITE-9645 Add comparison of failed tests lists in two date 
intervals - Fixes #36.
     add 45b9065  Version update
     add 31fb935  Jira commends updated
     add 9e7757f  IGNITE-9901 Tests fixed after recent merges
     add 6faa8ff  IGNITE-9848 Standalone storage development for [TC Bot] 
Background upload of all builds from TC to the bot DB - Fixes #35.
     add 68b5ee8  IGNITE-9894 Change of JIRA link name - Fixes #42.
     add 9f01f8e  IGNITE-9940 Sort pull requests by update time - Fixes #41.
     new aa08b9d  Merge branch 'master' into ignite-9848-load-all-builds

The 1 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/ITcHelper.java  |  12 +-
 .../main/java/org/apache/ignite/ci/ITeamcity.java  |  14 +-
 .../apache/ignite/ci/IgnitePersistentTeamcity.java |  80 +++--
 .../apache/ignite/ci/IgniteTeamcityConnection.java |  48 ++-
 .../main/java/org/apache/ignite/ci/TcHelper.java   |  20 +-
 .../java/org/apache/ignite/ci/db/DbMigrations.java |   4 +-
 .../java/org/apache/ignite/ci/db/TcHelperDb.java   |   2 +-
 .../org/apache/ignite/ci/github/PullRequest.java   |   6 +
 .../apache/ignite/ci/observer/BuildObserver.java   |   6 +-
 .../org/apache/ignite/ci/observer/BuildsInfo.java  |   9 +-
 .../apache/ignite/ci/observer/ObserverTask.java    |  45 ++-
 .../ignite/ci/tcbot/visa/ContributionToCheck.java  |   3 +
 .../tcbot/visa/TcBotTriggerAndSignOffService.java  |  24 +-
 .../org/apache/ignite/ci/tcmodel/result/Build.java |   2 +
 .../Project.java => result/Configurations.java}    |  46 +--
 .../ci/tcmodel/result/tests/TestOccurrence.java    |   8 +
 .../ignite/ci/tcmodel/result/tests/TestRef.java    |   2 +
 .../ignite/ci/teamcity/ignited/BuildRefDao.java    |   2 +-
 .../ci/teamcity/ignited/IStringCompactor.java      |   2 +-
 .../ci/teamcity/ignited/ITeamcityIgnited.java      |   1 -
 .../ignite/ci/web/auth/AuthenticationFilter.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/login/UserService.java      |   9 +-
 .../ignite/ci/web/rest/parms/FullQueryParams.java  |  32 +-
 .../src/main/webapp/comparison.html                | 240 ++++++++++++++-
 .../src/main/webapp/css/style-1.5.css              | 128 ++++++++
 ignite-tc-helper-web/src/main/webapp/js/prs-1.0.js |  27 ++
 .../org/apache/ignite/ci/di/DiContextTest.java     |  37 ++-
 .../ignited/IgnitedTcInMemoryIntegrationTest.java  |  25 +-
 32 files changed, 1110 insertions(+), 188 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