Skip to content

Instantly share code, notes, and snippets.

View janmejay's full-sized avatar

Janmejay Singh janmejay

View GitHub Profile
@janmejay
janmejay / better_fbh.user.js
Created April 8, 2011 10:01
Renders "Failed Tests" list on "Go" "failed build history page" by aggregating data across different jobs and pipeline instances. [Usage: can be installed using Greasemonkey in Firefox OR as a browser extension on Chromium/GoogleChrome]
// ==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');