This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Better FBH | |
// @namespace Go | |
// @description FBH failed tests aggregator | |
// @include */go/pipelines/*/tests | |
// ==/UserScript== | |
FailedBuildHistory = function() { | |
function add_data_pane(self, holder) { | |
self.body = document.createElement('div'); |