Shubham Kumar
316fbf5c29
Bug 1619758 - Remove sorting in Intermittent Failures View Table ( #6119 )
...
Disabled sorting in IFV alternative graph table
2020-03-11 12:34:31 -07:00
alexandru-io
4ec0ff93e5
Bug 1618145 - Tooltip revision link directs to empty pushlog
2020-03-11 11:39:30 +02:00
Armen Zambrano
b91c483a2c
job-view: Support compressed manifest-tasks artifact ( #6094 )
...
For test path filtering the artifact is quite large (over 1MB) but the
compressed version is much smaller (~90KB).
This change will try to first download the compressed file and then
attempt the uncompressed version as a fallback.
2020-03-10 11:31:36 -04:00
Cameron Dawson
d0e8dc9839
Bug 1620667 - Refactor currentRepo property and CommitHistory layout ( #6114 )
2020-03-09 16:32:03 -07:00
Cameron Dawson
979705c418
Bug 1611334 - Remove Test-View ( #6116 )
2020-03-09 16:31:14 -07:00
Shavin Fonseka
f00b0b84ab
Bug 1519789 - Table cell alignment for IFV bugdetails table ( #5639 )
...
Add classes to table to align Platform and Test Suite cells to the left; fixed margin in main view table.
2020-03-09 12:57:13 -07:00
Mellina Yonashiro
1993053db4
Bug 1619873 - Change push-list role ( #6102 )
...
Change push-list div to role="list" and "listitem" for child element
2020-03-06 15:42:58 -08:00
alexandru-io
f35a71ffd3
Bug 1615535 - Changing alert's status/assignee changes page's content
2020-03-06 15:10:09 +02:00
Cameron Dawson
ef65260bba
Fix Revision comment ( #6106 )
2020-03-05 11:37:03 -08:00
Cameron Dawson
9e84b2380c
Bug 1616311 - Fix link for the Parent Push ( #6104 )
2020-03-05 11:15:40 -08:00
Armen Zambrano
a1d89b7657
Bug 1619017 - Remove exception code for Thunderbird treenames in TreeStatus. ( #6080 )
...
New Thunderbird trees are set up and are named the same as the repositories.
The getTreeStatusName is no longer needed.
2020-03-05 08:52:02 -05:00
Cameron Dawson
5f6e02e75c
Bug 1619679 - Fix Push Health Status badge to be more accurate ( #6097 )
2020-03-04 20:44:09 -08:00
Cameron Dawson
62cfe2c8c4
Bug 1616311 - Add ability to copy test group name to clipboard ( #6103 )
...
* Bug 1616311 - Fix when a key starts with a numeral
We use this as an `id` or query selector at times. So it must
start with a character.
* Bug 1616311 - Pass the correct revision to CommitHistory
We were passing the revision of the parent, not the current revision
for which we are showing the RevisionList
* Bug 1616311 - Add ability to copy test group name to clipboard
2020-03-04 16:18:24 -08:00
Cameron Dawson
bfdd99d9b9
Bug 1618751 - Push Health show trunk parent and commits
2020-03-04 14:48:24 -08:00
Cameron Dawson
ab28c4ccb4
Bug 1618751 - Make the RevisionList from job-view a shared component
...
Also make the clipboard copy feature only visible on hover.
2020-03-04 14:48:24 -08:00
Cameron Dawson
b8982a1f9a
Bug 1611334 - Remove View Tests button from PushHeader ( #6096 )
2020-03-04 10:55:12 -08:00
Suyash Salampuria
53b3b6abfc
Bug 1519165 : Add Login and Info menus to Intermittent Failure ( #5999 )
...
* Add Login and Info menus to Intermittent Failure
* Move error message to top in perfherder window
2020-03-03 16:20:19 -08:00
Mellina Yonashiro
5a8c470889
Bug 1600759 - Perfherder's Graph Alt. View for Screen Readers ( #6001 )
...
Create a table view in graphs for screen reader users; add tests
2020-03-03 16:11:59 -08:00
KWierso
92ef9594fb
Bug 1618755 - Add unique key attributes for TierIndicator buttons ( #6072 )
...
This prevents React from complaining about the missing key attributes.
2020-03-03 10:43:53 -08:00
KWierso
99d02025fa
Bug 1617068 - Fix spelling of the word toggle ( #6046 )
2020-03-02 11:07:17 -08:00
Mellina Yonashiro
1fbc313bae
Bug 1618619 - Fix font differences caused by ESLint ( #6075 )
2020-03-02 11:05:14 -08:00
Sarah Clements
5d1a34285b
Bug 1613265 - More CSP and url changes for taskcluster-staging ( #6071 )
...
* Add more domains to CSP and remove taskcluster.net for legacy support
* Add checkRootUrls for a few I missed
2020-02-28 08:54:24 -08:00
Cameron Dawson
c7d873eda8
Bug 1617734 - Push health ui a11y improvements ( #6059 )
...
* CSS Cleanup
* Use darker-info and darker-secondary for a11y
* Put Parent Push metric at end of list and clean it up
* Add a `scrollToLine` when clicking/expanding metric names
2020-02-27 10:01:46 -08:00
Sarah Clements
16263fd09e
Bug 1613265 - Update rootUrls and clientIds for new deployments ( #6061 )
...
* update UI code for new heroku deployments
* add tc staging url to CSP and add a checkRootUrl helper
for use with taskcluster staging deployment
2020-02-26 13:07:39 -08:00
Kimberly Sereduck
fb67229dee
Bug 1614578 - Differentiate the "all" items from status & framework dropdowns
2020-02-26 15:35:14 +02:00
Mellina Yonashiro
464829c07e
Bug 1513583 - Enable ESLint a11y rules ( #6021 )
2020-02-25 14:11:07 -08:00
Sarah Clements
2af31737e4
add title to new index.html template ( #6051 )
2020-02-21 14:28:02 -08:00
Sarah Clements
f83e08b69d
Bug 1497931 - Remove jquery and Bootstrap ( #6035 )
...
* refactor components using bootstrap elements with reactstrap
* add template for cdn to access Bootstrap CSS
* remove bootstrap, jquery and angular library
* fixes to get tests passing and add bootstrap link to csp
2020-02-21 12:10:03 -08:00
Kimberly Sereduck
6710bb43e6
Bug 1614404 - Group common repositories
2020-02-20 09:51:27 +02:00
Suyash Salampuria
413cb559ce
Bug 1594895 - Add a Navbar toggle for job Tiers ( #5944 )
2020-02-19 09:07:19 -08:00
Kimberly Sereduck
7f3d89bb47
Bug 1614581 - No longer fetch mozilla-inbound for related graphs url
2020-02-19 11:17:59 +02:00
Mellina Yonashiro
785e591b78
Add style for darker colors ( #5959 )
...
Add style specs in case darker-secondary and darker-info color props are used in other reactstrap components in the future. Update docs and reorganize these classes in the stylesheet.
2020-02-18 16:17:01 -08:00
Tom Prince
31a8e2bcee
Add a quick link to compare a given revision in perfherder
2020-02-17 15:07:46 +02:00
ionutgoldan
eec3bfedbe
Bug 1609081 - Provide full server side search in Alerts view
2020-02-17 13:47:44 +02:00
Mellina Yonashiro
5c7b0a353f
Bug 1600761 - Color Adjustment for running and pending jobs ( #5927 )
2020-02-13 10:35:31 -08:00
Cameron Dawson
ac5d8367a9
Bug 1612223 - Group Push Health crash signatures ( #5985 )
2020-02-12 16:47:20 -08:00
Suyash Salampuria
104e3e477a
Bug 1565480 - Add pagination to the top
2020-02-12 16:51:07 +02:00
Mellina Yonashiro
d933d19681
Bug 1603269 - Alt. View for Intermittent Failures View for Screen Reader ( #5837 )
2020-02-11 11:31:12 -08:00
Cameron Dawson
346efe23a9
Bug 1614039 - Re-write pin jobs tests ( #5962 )
2020-02-10 14:32:42 -08:00
Cameron Dawson
f398250648
Revert "Revert "Bug 1613302 - Better wording on Push Health Status wrt Need Investigation ( #5958 )" ( #5978 )" ( #5981 )
...
This reverts commit 7e39d90a85
.
Fixed test to look for new wording of Push Health Badge
2020-02-10 13:24:17 -08:00
Mellina Yonashiro
42bc466afd
IFV warning fixes ( #5960 )
2020-02-10 11:24:27 -08:00
Suyash Salampuria
39188b3a3e
Bug 1585969 - used helmet to sync tab title with editable files from compare view ( #5878 )
2020-02-10 11:17:58 -08:00
Armen Zambrano
7e39d90a85
Revert "Bug 1613302 - Better wording on Push Health Status wrt Need Investigation ( #5958 )" ( #5978 )
...
This reverts commit 155ae47420
.
2020-02-10 14:04:27 -05:00
Cameron Dawson
155ae47420
Bug 1613302 - Better wording on Push Health Status wrt Need Investigation ( #5958 )
2020-02-10 10:04:45 -08:00
Cameron Dawson
19cddb7b1d
Bug 1612224 - Give access to parent of Push Health commit ( #5902 )
2020-02-07 14:40:56 -08:00
Shivansh Srivastava
b24cf54ebc
Bug 1608148 - Update Treestatus URL ( #5913 )
2020-02-07 14:38:43 -08:00
Mellina Yonashiro
e84cf97681
Bug 1574628 - Change Perfherder's icon ( #5928 )
...
change color and symbols reordering; swap out triangles with diamonds
2020-02-07 12:09:12 -08:00
Sebastian Hengst
fa5432370e
Bug 1613922 - Add pretty names for Android QuantumRender platforms ( #5955 )
2020-02-07 10:37:19 -08:00
octavian-negru
cf9c3d918a
Bug 1613344 - Dropdowns are broken ( #5939 )
2020-02-05 08:36:13 -05:00
ionutgoldan
d962fb6934
Bug 1612892 - Fix endpoint URL + other cleanups
2020-02-04 16:15:22 +02:00