Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-01 | Bug 1453759 - Port OrangeFactor extension to treeherder | Israel Madueme | 4 | -42/+39 | |
2017-05-31 | Bug 1368739 - Make OrangeFactor extension work with SSO | Ed Morley | 1 | -2/+4 | |
OrangeFactor is now behind SSO, so cross-origin requests to the API must use `withCredentials` to ensure the session cookie is sent if it exists. OrangeFactor's API permits this via appropriately set `Access-Control-Allow-{Origin,Credentials}` headers. Users will also now be reminded about the need to sign in via OrangeFactor first. Unfortunately there's no way to catch the SSO HTTP 302 separately from other failure modes, since: (a) the `XMLHttpRequest` spec doesn't allow for telling if a request redirected (b) the workaround (sniffing content-type of the response and seeing if it's `text/html` rather than `application/json`) isn't possible since BMO's CSP blocks the request to auth0.com. ...however this extension is going to be replaced once OrangeFactor is decommissioned, so meh. The redundant hiding of `#orange-graph` has also been removed. | |||||
2017-04-11 | Revert "Bug 1352913 - Extensions must register for template_before_process()" | Dylan William Hardison | 1 | -9/+0 | |
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a. | |||||
2017-04-10 | Bug 1352913 - Extensions must register for template_before_process() | Dylan William Hardison | 1 | -0/+9 | |
We can skip a lot of method calls if extensions must declare what templates they act on. | |||||
2017-01-30 | Bug 1324055 - Upgrade jquery to 3.1.1 and jquery-ui 1.12.1 | Dylan William Hardison | 1 | -1/+1 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 2 | -0/+7 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 2 | -7/+0 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 2 | -0/+7 | |
local symlink to data/ directory | |||||
2016-06-01 | Bug 1153105 - add orange factor to modal view | David Lawrence | 5 | -75/+124 | |
2015-10-21 | Bug 1209599 - group general preferences by category | David Lawrence | 1 | -1/+6 | |
2014-03-27 | Bug 988744 - orangefactor template_before_process should check $file before ↵ | David Lawrence | 1 | -8/+7 | |
checking user settings r=glob | |||||
2012-11-21 | Bug 791709 - Update bugzilla OrangeFactor extension to use ↵ | Dave Lawrence | 1 | -3/+3 | |
keywords=intermittent-failure rather than whiteboard=[orange] | |||||
2012-09-25 | Fix incorrect uri filter causing test failure | Byron Jones | 1 | -1/+1 | |
2012-09-13 | Bug 791000 - Only pull data from trunk | Dave Lawrence | 1 | -2/+4 | |
2012-09-07 | Bug 789066 - Data should represent past week | Dave Lawrence | 1 | -18/+19 | |
2012-09-05 | - Fix bugwords error | Dave Lawrence | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=706680 | |||||
2012-09-05 | Bug 706680 - Can we integrate the orange factor link with BMO's bug view page | Dave Lawrence | 2 | -5/+7 | |
- Update template and css to fix layout | |||||
2012-09-05 | Bug 706680 - Can we integrate the orange factor link with BMO's bug view page | Dave Lawrence | 11 | -0/+420 | |
r=glob |