You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/10/10 11:58:45 UTC

[ignite-teamcity-bot] branch ignite-9800-2 updated (708f9e8 -> 9b0806b)

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a change to branch ignite-9800-2
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git.


    from 708f9e8  IGNITE-9800: Save table state
     add c002f57  IGNITE-9815: Muted tests shouldn't considered as blocker - Fixes #29.
     add b39e66e  add PR title to the PR number for autocomplete TC branch - Fixes #32.
     add bd96ed3  IGNITE-9770 Refactor notifyJira() - Fixes #27.
     add 94cdf9a  IGNITE-9805 Add link to the build's page on TC server, add modal window for 'old' build - Fixes #30.
     new 9b0806b  Merge branch 'master' into ignite-9800-2

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:
 .../org/apache/ignite/ci/observer/BuildInfo.java   |  81 -------
 .../apache/ignite/ci/observer/BuildObserver.java   |   5 +-
 .../org/apache/ignite/ci/observer/BuildsInfo.java  | 116 ++++++++++
 .../apache/ignite/ci/observer/ObserverTask.java    |  22 +-
 .../tcbot/visa/TcBotTriggerAndSignOffService.java  |  22 +-
 .../ignite/ci/web/model/current/TestFailure.java   |   3 +
 .../rest/{TriggerBuild.java => TriggerBuilds.java} |  45 +---
 .../src/main/webapp/comparison.html                | 165 ++++++++++----
 .../src/main/webapp/css/style-1.5.css              |  48 ++++-
 ignite-tc-helper-web/src/main/webapp/img/tc.svg    |  65 ++++++
 .../src/main/webapp/js/common-1.6.js               |  23 +-
 .../src/main/webapp/js/testfails-2.1.js            | 237 +++++++++++++--------
 ignite-tc-helper-web/src/main/webapp/prs.html      |  37 +---
 13 files changed, 565 insertions(+), 304 deletions(-)
 delete mode 100644 ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/observer/BuildInfo.java
 create mode 100644 ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/observer/BuildsInfo.java
 rename ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/rest/{TriggerBuild.java => TriggerBuilds.java} (77%)
 create mode 100644 ignite-tc-helper-web/src/main/webapp/img/tc.svg


[ignite-teamcity-bot] 01/01: Merge branch 'master' into ignite-9800-2

Posted by dp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch ignite-9800-2
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git

commit 9b0806bb3a6b90cea76cb22acc97d164e440198e
Merge: 708f9e8 94cdf9a
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Wed Oct 10 14:58:36 2018 +0300

    Merge branch 'master' into ignite-9800-2
    
    # Conflicts:
    #	ignite-tc-helper-web/src/main/webapp/css/style-1.5.css

 .../org/apache/ignite/ci/observer/BuildInfo.java   |  81 -------
 .../apache/ignite/ci/observer/BuildObserver.java   |   5 +-
 .../org/apache/ignite/ci/observer/BuildsInfo.java  | 116 ++++++++++
 .../apache/ignite/ci/observer/ObserverTask.java    |  22 +-
 .../tcbot/visa/TcBotTriggerAndSignOffService.java  |  22 +-
 .../ignite/ci/web/model/current/TestFailure.java   |   3 +
 .../rest/{TriggerBuild.java => TriggerBuilds.java} |  45 +---
 .../src/main/webapp/comparison.html                | 165 ++++++++++----
 .../src/main/webapp/css/style-1.5.css              |  48 ++++-
 ignite-tc-helper-web/src/main/webapp/img/tc.svg    |  65 ++++++
 .../src/main/webapp/js/common-1.6.js               |  23 +-
 .../src/main/webapp/js/testfails-2.1.js            | 237 +++++++++++++--------
 ignite-tc-helper-web/src/main/webapp/prs.html      |  37 +---
 13 files changed, 565 insertions(+), 304 deletions(-)

diff --cc ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
index e9106c8,a95ca77..f059b3b
--- a/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
+++ b/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
@@@ -225,14 -221,49 +225,60 @@@ form li:afte
  	background-color: #fafaff;
  }
  
 +
 +td.details-control {
 +	//background: url('../resources/details_open.png') no-repeat center center;
 +	cursor: pointer;
 +	//content: "+&#x2796";
 +}
 +tr.shown td.details-control {
 +	//content: "&#x2796";
 +
 +	//url('../resources/details_close.png') no-repeat center center;
- }
++}
+ rect {
+ 	fill: red;
+ 	stroke: black;
+ 	stroke-width: 0;
+ }
+ 
+ .dot {
+ 	opacity: 0.5;
+ 	fill: grey;
+ }
+ 
+ line {
+ 	fill: none;
+ 	stroke: green;
+ 	stroke-width: 1;
+ 	shape-rendering: crispEdges;
+ }
+ 
+ .axis path,
+ .axis line {
+ 	fill: none;
+ 	stroke: grey;
+ 	stroke-width: 1;
+ 	shape-rendering: crispEdges;
+ }
+ 
+ div.tooltip {
+ 	position: absolute;
+ 	text-align: center;
+ 	width: 150px;
+ 	height: 15px;
+ 	padding: 2px;
+ 	margin-left: 50px;
+ 	margin-top: 5px;
+ 	font: 14px sans-serif;
+ 	background: #12AD5E;
+ 	border: 1px;
+ 	border-radius: 8px;
+ 	pointer-events: none;
+ 	color: white;
+ }
+ 
+ .ui-dialog button{
+ 	height: auto;
+ }
+