Граф коммитов

3840 Коммитов

Автор SHA1 Сообщение Дата
KS cfe5c6cea5 Update pixel 6 and samsung s24 naming 2024-11-07 20:41:36 +01:00
Joel Maher f1a6c9dfd5
Remove Glean from Treeherder (#8267) 2024-11-01 08:54:59 -07:00
beatrice-acasandrei ae3da6eb19
Add links from Perfherder's Alerts View to PerfCompare (#8244)
* Add links to PerfCompare in Alerts View

* Correct function names
2024-10-14 15:05:10 +03:00
Ryan VanderMeulen 502c6f1cfe Clean up Android platform names and sorting 2024-09-26 19:34:21 +02:00
florinbilt 473679e190
Bug 1914174 - Add performance sheriff who filed the bug to alert zero comment (#8204) 2024-09-23 14:00:38 +03:00
Julien Cristau afbe3bb30a Add pretty names for more platforms 2024-09-23 10:48:44 +02:00
Sebastian Hengst 7101d64872 Bug 1915992 - wait for job to be pinned (and therefore pinboard to be shown) before setting focus to bug number input
Fixes a regression from the upgrade to React 18 (bug 1901015).
2024-08-30 19:52:29 +02:00
beatrice-acasandrei 9914cff218
PCF-491 Add links to the existing CompareView to try PerfCompare (#8170)
* Add message for the soft launch of PerfCompare in Compare View

* Address comments
2024-08-26 16:12:59 +03:00
MyeongJun Go 13c4c50b83
Bug 1837998 - File regression bugs using the API (#8048) 2024-07-26 15:36:19 +03:00
Sebastian Hengst c1cf6a6825 Bug 1908442 - call close method for Custom Job Action/Custom Push Action modal in callback of setState
This is a regression from the upgrade to React 18. 'setState' (to set it from
triggering state to non-triggering state) is asynchronous and the method in
which it gets set calls this.close() itself. Put that call as callback of
these setState calls.
2024-07-26 11:00:55 +02:00
Sebastian Hengst 45eb29468c Bug 1907907 - correctly set the folder path for button to filter tasks by test manifest 2024-07-17 16:50:39 +02:00
Sebastian Hengst a55bf7ef23 Bug 1906283 - always show bug resolution in suggestion tooltip 2024-07-05 00:03:20 +02:00
Valentin Rigal c227e847f5
Upgrade to React 18 (#8095)
* Upgrade to React 18

* Update related packages (rebased)

* Increase max asset size for webpack build to pass

* Replace react-hot-loader by @pmmmwh/react-refresh-webpack-plugin

* Revert "Replace react-hot-loader by @pmmmwh/react-refresh-webpack-plugin"

This reverts commit ca7652a21597fad978fec6a553abdd6b71c959f0.

* Upgrade ESLint

* Run linter

* Update all existing tests with legacy rendering

* Update other tests

* Run linting

* Restrore Eslint 8.21.0

* Restore files (Eslint 8.21.0)

* Lint fix
2024-07-04 14:56:23 +02:00
Jon Coppeard c32ec7fe66 Bug 1893782 - Only create a single Intl.NumberFormat instance to format numbers
Currently the code creates a new instance of this class for every number that
needs to be formatted. This results in 70% of the time spent when switching to
'use replicates' being spent under internationalization code.

Creating a single instance greatly improves matters.
2024-07-04 14:29:52 +02:00
Gregory Mierzwinski c9e6ef096c Add nightlyasrelease proper platform name. 2024-07-04 14:28:59 +02:00
Gregory Mierzwinski 07784530e7 Add proper name for windows 11 platform. 2024-07-04 14:28:59 +02:00
Joel Maher bc6850374c remove unused constants and fix mac/aarch64. 2024-07-02 15:01:11 +02:00
Sebastian Hengst 489986fef3 Bug 1901721 - Add support for mozilla-esr128 and comm-esr128 repositories 2024-06-13 01:10:02 +02:00
Gregory Mierzwinski b76673fefb
Add percentage to compare view standard deviation. (#8055)
* Add % percentage indicator to standard deviation

* Add additional text to tooltip for clarity.

* Fix linting failure.

---------

Co-authored-by: Sumair Qaisar <sumairqaisar992@gmail.com>
2024-05-30 16:19:40 -04:00
Sebastian Hengst 3b40cf771a Bug 1896687 - Switch Treeherder production to use the new Treestatus hosts 2024-05-14 20:21:38 +02:00
Sebastian Hengst 1cf118c6f4 Bug 1866594 - fix bugfiler to use test name in summary if crash signature missing 2024-04-29 14:22:12 +02:00
florinbilt 0291f4eece
Improve the assign input on Alerts View. (#8002) 2024-04-16 16:20:55 -04:00
florinbilt 4c7d4424fb
Change the message from "Copy summary" to be similar to the comment 0… (#7998)
* Change the message from "Copy summary" to be similar to the comment 0 when filing a new regression bug

* Added specific messages for regression and improvement.
2024-04-11 17:06:54 +03:00
Sebastian Hengst 490e006b95 Bug 1890656 - use new Treestatus on non-production instances 2024-04-10 00:51:18 +02:00
florinbilt f0cd5fa481
Added a copy icon for the alert's ID in Graphs View. (#7973)
* Added a copy icon for the alert's ID in Graphs View.

* Added a copy icon for the alert's ID in Graphs View.
2024-04-09 17:38:36 +03:00
Sebastian Hengst e4125dde99 Bug 1890349 - only check for crash signature to identify failure line as crash
Until now, 'application crashed' had been expected as prefix of the crash
signature. Other text can be logged in its place, e.g. 'not thread-safe'.
2024-04-08 21:30:18 +02:00
florinbilt 56bb810e3a
Add tab name Alert#<number> when we view a certain alert (#7987) 2024-03-25 17:47:59 +02:00
beatrice-acasandrei ca84dc2cb2
Removed call to update the status summary (#7985) 2024-03-25 11:15:03 +02:00
Gregory Mierzwinski ecdabd6ca3 Fix linting failure. 2024-03-19 17:19:56 +01:00
Gregory Mierzwinski 781657e006 Bug 1886208 - Add proper names for the win11 ref hw platforms. 2024-03-19 17:19:56 +01:00
Sebastian Hengst a9c12c5441 Bug 1885655 - use 'Fenix :: General' as default Bugzilla component for android-components, fenix and focus tasks 2024-03-16 00:40:35 +01:00
florinbilt f0751a4610
3376 - fix the linked bugs from alert summaries do not open (#7970) 2024-03-14 09:26:08 +02:00
Sebastian Hengst 57d2c8d51c Bug 1879527 - drop ESR 102 repositories
Development work on these stopped more than 4 months ago, longer than the data
retention in Treeherder.
2024-03-01 22:50:49 +01:00
florinbilt 1160cd0262
3305 - Make the length of the short revision hash constant across Treeherder (#7914)
* 3305 - Make the length of the short revision hash constant with bugzilla

* 3305 - Make the length of the short revision hash constant with bugzilla
2024-02-27 15:02:12 +02:00
Tooru Fujisawa f6f9c5cf2f Bug 1766520 - Use the same font size for job button and group button. 2024-02-09 17:20:15 +01:00
Tooru Fujisawa e1de39073c Bug 1864125 - Dynamically update intermittent icon when other sucessful job appears. 2024-02-09 16:50:05 +01:00
Geoff Brown 4816f675f7 Bug 1878769 - Add pretty names for new Android platforms 2024-02-05 23:10:33 +01:00
Tooru Fujisawa 20cfe11c5d Bug 1864319 - Always show the scrollbar to avoid the layout change depending on the content. 2024-01-30 21:08:51 +01:00
Sebastian Hengst e91eb1cd66 Bug 1873203 - add pretty names for recently added build and test platforms 2024-01-18 20:58:42 +01:00
MyeongJun Go 465da3938b
Bug 1848885 - Add mention of ./mach try perf --alert to comment 0 (#7890)
This PR strengthens the message of the alert comment to let them know the mach try perf command.
2023-12-12 16:22:13 -05:00
Gregory Mierzwinski fbb9eb4ca8
Bug 1867010 - Integrate replicates into the Graphs View. (#7887)
This patch adds a button to enable using replicates in the graphs view. The button is made available all the time as the cases for where replicates are available are not limited to a single branch anymore after PR #7886 lands. It also changes the API to return replicates for the specific case that the graphs view querys for (all_data).
2023-12-12 09:14:43 -05:00
alexandru-io 0512e42f73
Alerts View - Add time to bug countdown (#7677) 2023-12-04 09:50:55 +02:00
Tooru Fujisawa 5a4df58ab0 Bug 1861899 - Ignore non-perf-test profiles in perf test job performance tab. 2023-11-28 16:51:51 +01:00
Tooru Fujisawa c13a218373 Bug 1683668 - Show scrollbar in the job info panel. 2023-11-21 11:24:19 +01:00
jfkthame 092709f3e3 More lint 2023-11-21 11:17:42 +01:00
jfkthame 1535b3aab9 Try to make lint happy 2023-11-21 11:17:42 +01:00
jfkthame c48bc8b4c1 Make the parseAuthor function more i18n-friendly
To fix bug 1865684: capitalize the first (Unicode) letter in each name component, not the first (ASCII) alphanumeric.
2023-11-21 11:17:42 +01:00
jfkthame 3ea88f62d7 Make the AuthorInitials function more i18n-friendly
I believe this should fix bug 1444986, where the initial "Á" of Emilio's last name is being ignored, so that treeherder displays the incorrect initials "EL" instead of "EÁ".
2023-11-20 17:55:36 +01:00
Gregory Mierzwinski e641af67f9
Bug 1840394 - Use signature_id instead of signature_hash for graphs link. (#7876)
* Bug 1840394 - Use signature_id instead of signature_hash for CompareView graphs link.

* Resolve same issue in the CompareSubtestsView.
2023-11-17 16:34:37 -05:00
Sebastian Hengst 444c2f744f Bug 1861756 - don't try to trim test path for crashes (which are single tracking bugs) 2023-10-28 00:03:11 +02:00