SomeFire commented on a change in pull request #25: IGNITE-9645 [TC Bot] Add 
comparison of failed tests lists in two date intervals
URL: https://github.com/apache/ignite-teamcity-bot/pull/25#discussion_r223286978
 
 

 ##########
 File path: ignite-tc-helper-web/src/main/webapp/comparison.html
 ##########
 @@ -173,6 +185,139 @@
         return parseFloat(string.substring(string.indexOf("-") + 2, 
string.lastIndexOf("-") - 1));
     }
 
+    var changeDisplay = function(id) {
+        $("#" + id).toggle();
+    }
+
+    function mergeSuits(results) {
 
 Review comment:
   How looks `results` in this and other methods?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to