Skip to content

jmaher/web-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

web-extensions

A collection of web-extensions for Firefox.

success_rates

This web-extension works on all treeherder pages and shows the SETA scheduling success rate given the revisions that are listed in the treeherder view. When more revisions are addded to the view, the success rate will recompute itself.

Instructions for setup:

  1. Clone this repository locally.
  2. Go to about:debugging in Firefox.
  3. Click Load Temporary Add-on and point it to a file in the success_rates folder (any file).
  4. Now it's loaded so you can go to treeherder on mozilla-inbound or autoland to find success rate scores. i.e. try this link.

Notes:

  1. When there is no fixed-by-commit data found for a requested range, 'No data found' will be displayed at the top.
  2. Sometimes there are unavoidable network errors that can be seen in the log - a refresh will usually solve these. (The active data query can take a while as well).

About

Web extensions to use with Firefox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.3%
  • JavaScript 26.7%