beatrice-acasandrei
c60a4bcc0d
Bug 1698569 - Add browsertime documentation links ( #7234 )
2021-08-11 15:07:51 +03:00
renovate[bot]
2dff0a4566
Update dependency jest-puppeteer to v5 ( #7209 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 10:59:06 +01:00
esanuandra
42cd50e794
Bug 1723963 - Alerts View - Update Test column ( #7231 )
...
* Bug 1723963 - Eliminate duplicated name for suite and test
* Bug 1723963 - Add unit tests
* Bug 1723963 - Fix unit tests
* Bug 1723963 - Move TextualSummary class, fix duplication test name for bugzilla
* Bug 1723963 - Reset testAlert signature's values
* Bug 1723963 - Rename Suite & Test column to Test for bug description
2021-08-06 17:05:32 +03:00
renovate[bot]
44e244d753
Update dependency ajv to v8 ( #7115 )
...
* Update dependency ajv to v8
* replace deprecated format option with validateFormats
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Sarah Clements <sclements313@gmail.com>
2021-08-05 16:10:49 +01:00
dependabot[bot]
e0d16c42a6
Bump websocket-extensions from 0.1.3 to 0.1.4 ( #7202 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/main/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
---
updated-dependencies:
- dependency-name: websocket-extensions
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-05 15:29:14 +01:00
renovate[bot]
181f4d3eec
Update dependency taskcluster-lib-scopes to v11 ( #7122 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-05 15:26:12 +01:00
renovate[bot]
20b4c750c8
Update dependency query-string to v7 ( #7086 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-05 15:23:00 +01:00
renovate[bot]
af77d786e0
Update redis Docker tag to v6 ( #7141 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-05 15:16:22 +01:00
renovate[bot]
e8f6d49d86
Update dependency @testing-library/react to v12 ( #7196 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-05 15:15:15 +01:00
renovate[bot]
6b8e478c45
Pin dependencies ( #7172 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-05 15:04:42 +01:00
Sebastian Hengst
463ac49265
Bug 1723971 - exclude success from similar jobs ( #7232 )
...
* allow to exclude successful tasks from 'Similar Jobs' list of recent runs
2021-08-05 12:57:09 +01:00
dependabot[bot]
2ec62a65d0
Bump tar from 6.1.0 to 6.1.3 ( #7229 )
...
Bumps [tar](https://github.com/npm/node-tar ) from 6.1.0 to 6.1.3.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.3 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-04 18:35:33 +01:00
Sebastian Hengst
a788fc1d95
Bug 1723101 - also check for branch 'main' when ingesting tasks without MOBILE_BASE_REPOSITORY set ( #7230 )
2021-08-04 14:00:22 +01:00
Michelle
83fe95d7aa
Bug 1723381 - Make the new Windows 10 2004 jobs have a more readable names ( #7227 )
2021-08-03 17:00:39 +01:00
beatrice-acasandrei
94bfedefd1
Bug 1721330 - Alerts View - Refresh in place reassigned alerts ( #7223 )
...
* Bug 1721330 - Refresh in place reassigned alerts
* Bug 1721330 - Removed unnecessary logic
* Bug 1721330 - Address change request
2021-08-02 18:13:16 +03:00
Sebastian Hengst
f1b5e84eb1
Bug 1722731 - remove filtering by 'machine name' ( #7226 )
...
Bug 1450045 removed the machine_name data from the frontend cache and the
ability to filter by 'machine name' has been broken since.
Checking the results of tasks which have been run a specific machine should be
done with Taskcluster. Treeherder would also only show the runs for the
currently shown tree, to which machines are not bound.
2021-07-29 10:17:50 -04:00
Ben Hearsum (he/him)
8565780946
Update fenix branch ( #7224 )
2021-07-28 09:01:08 -04:00
Sebastian Hengst
94e1052cfb
Bug 1713275 - show open/closed state of visible tree in favicon, again ( #7225 )
2021-07-27 11:27:57 -04:00
Sebastian Hengst
36967cc9b7
Bug 1617835 - optimize time to switch to view showing single push ( #7222 )
...
The object holding the mapping of job IDs to the jobs themselves got iteratively
regenerated - the script walked over all jobs currently shown (with
Array.prototype.reduce) and for each job of the push which shall be shown, a new
object got generated based on the old one + the new job id and data. Based on
testing with mozilla-central and the default 10 pushes shown, this translates
into ~90k jobs and slow page warnings (execution up to 46s measured). The new
code takes one object and sets the id and data pairs iteratively in 100-200ms.
2021-07-26 09:01:02 -04:00
Ben Hearsum (he/him)
e448e62c35
Deploy to dockerhub for changes to prototype branch ( #7221 )
2021-07-22 15:26:23 -04:00
Gregory Mierzwinski
97da78191f
Bug 1712731 - Compute the noise profile of the data when generating alerts. ( #7183 )
...
* Compute the noise profile of the data when generating alerts.
* Fix linting issues.
* Use choices in noise_profile, and unpack tuple on return.
* Fix linting issues
* Logging error to New Relic
Co-authored-by: bacasandrei <beatrice.raluca.acasandrei@gmail.com>
2021-07-22 13:53:41 -04:00
Ben Hearsum (he/him)
2bf8f2980f
Update android-components branch; support ignoring pushes to main like we do for master ( #7220 )
2021-07-21 12:22:42 -04:00
beatrice-acasandrei
0a3f6d1aeb
Bug 1720447 - Alerts View - Refresh in place starred alerts ( #7212 )
2021-07-21 14:38:02 +03:00
Sebastian Hengst
f0f1776f40
Bug 1719889 - more pretty platform names and some reordering ( #7216 )
2021-07-19 11:57:40 -07:00
Sebastian Hengst
67f5d81cfe
Bug 1720930 - ignore 'LeakSanitizer' and 'gtest' as standalone search term for bug suggestion generation, search whole error line instead ( #7215 )
2021-07-19 11:57:01 -07:00
Sebastian Hengst
5d6fba4ac2
Bug 1525121 - use dynamic width for pinned tasks in pinboard to fit labels ( #7213 )
...
Before the width was fixed and long labels would wrap or get cut off.
2021-07-19 11:41:05 -07:00
beatrice-acasandrei
5513067613
Bug 1719840 - Add backfill support for OSX as well ( #7211 )
2021-07-19 09:21:11 +03:00
beatrice-acasandrei
f5a4e8b8ae
Bug 1720839 - Fix pagination to show all pages when nr of pages < 5 ( #7214 )
2021-07-16 17:24:19 +03:00
beatrice-acasandrei
1545bf6ccc
Bug 1719466 - Alter alert filtering to support macosx ( #7203 )
2021-07-13 17:34:47 -07:00
Sebastian Hengst
54be39dc7f
Bug 1719848 - search for test file name during generation of bug suggestions must match it at the start of the file name ( #7206 )
...
There are short or common test file names like 001.html. When Treeherder tries
to generate bug suggestions for that, it searches the intermittent bugs for
001.html in the summary which also matches other-test-001.html. If too many
bugs are returned (>20), Treeherder won't suggest any bugs.
By matching on path boundaries (/, \), whitespace () and list separators (,),
the other test files won't be matched. Because adding these rules to the SQL
query yields a slower method than filtering the wrong positive bugs out
afterwards, the latter method gets applied. This keeps the risk the SQL query
will not return all matches (limited at 50 lines) and has to be reevaluated if
it turns into an issue.
2021-07-13 17:33:26 -07:00
esanuandra
4f0e881d00
Bug 1718601 - Alerts View - Add copy alert ID button ( #7197 )
...
* Bug 1718601 - Add copy alert id button to Alerts View
* Bug 1718601 - Fix icon position
2021-07-13 17:28:02 -07:00
esanuandra
a297343a22
Bug 1719854 - Alerts View - add icon for graph link ( #7205 )
...
* Add icon for graph link
2021-07-13 17:23:31 -07:00
Sebastian Hengst
ea77ba8318
Bug 1720105 - revert removal of 'os' attribute bug_suggestions endpoint, was a WIP patch which shouldn't have landed yet ( #7210 )
2021-07-13 10:29:51 -07:00
Renovate Bot
b6a723cc3d
Update python Docker tag to v3.7.11
2021-07-12 03:20:38 +00:00
beatrice-acasandrei
3c8f0c47f1
Bug 1714038 - Enable pagination in Compare View ( #7186 )
...
* Enable pagination in Compare View
* Moved implementation to CompareTableControls
* WIP updating the url parameters
* Keep filtered text in the input box when refreshing page
2021-07-09 13:19:11 -07:00
esanuandra
95ae37bd7c
Bug 1719606 - Alerts View - Page does not reset when clicking header ( #7204 )
...
* Address PR request, reset status, framework, hideImprovements, hideDwnToInv, hideAssignedToOthers
2021-07-09 12:30:33 -07:00
Sebastian Hengst
2d21cc8b62
Bug 1719889 - add pretty names for recently added platform configurations ( #7207 )
...
* Drop 'os' field from bugscache model
2021-07-09 12:22:00 -07:00
Sebastian Hengst
db200cb921
Bug 1369067 - file security bugs: provide option and auto-enable it based on search terms ( #7201 )
2021-07-07 16:40:22 -07:00
beatrice-acasandrei
550d535480
Bug 1717212 - Compare View query string parameters are not updated ( #7189 )
...
* The filter text from the Perfherder Compare View Page is now updated in URL as query params.
2021-07-06 17:23:18 -07:00
dependabot[bot]
7ef59ec1c6
Bump urllib3 from 1.26.4 to 1.26.5 in /requirements ( #7167 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-06 17:14:32 -07:00
dependabot[bot]
b670c6cd75
Bump ini from 1.3.5 to 1.3.8 ( #7181 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
---
updated-dependencies:
- dependency-name: ini
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-06 17:14:01 -07:00
esanuandra
f642a7fd4e
Bug 1718047 - Reorganize alerts view to show data more compact ( #7193 )
...
* Compact data in AlertTable
* Add sort to Magnitude of Change
* Abbreviate next/previous value, fix spacing tags&options
* Add unit tests for new/previous value
* Rename AlertTableMagnitude to Magnitude
2021-07-06 12:59:34 -07:00
Renovate Bot
8b581baa8d
Update dependency @pollyjs/core to v5.1.1
2021-06-28 03:20:23 +00:00
esanuandra
382b3cfe8e
Bug 1715790 - Alerts View - Test name is too long ( #7185 )
...
* Add platform column, move options into tags
* Add sort for platform column, remove platform from title
* Add unit tests, refactor tags options column
2021-06-25 16:02:32 -07:00
Joel Maher
ffbff08476
Bug 1684931 - add support for ESR91 ( #7194 )
...
* Add mozilla-esr91 and comm-esr91 and include manifest name in result_groups
2021-06-25 10:55:38 -07:00
esanuandra
8ed849ce10
Bug 1713303 - Provide link to next/previous alert ( #7170 )
...
* Add next/previous button to Perfherder alerts page
* Add ref alert summaries and scroll behavior
* Add unit tests
2021-06-23 10:54:05 -07:00
Sarah Clements
091d422ca0
Make changes to docs ( #7184 )
...
* Make changes to docs
* Add cert for prototype connections
* Add TLS_CERT_PATH variable to docker yaml file
* Change troubleshooting and database sections of docs
2021-06-22 16:49:41 -07:00
Renovate Bot
c8154f8a85
Update dependency @pollyjs/adapter-puppeteer to v5.1.1
2021-06-21 03:24:17 +00:00
Renovate Bot
bb6ab6c4dd
Update dependency @pollyjs/adapter-node-http to v5.1.1
2021-06-21 02:35:12 +00:00
dependabot[bot]
7cd5554dc4
Bump ws from 6.2.1 to 6.2.2 ( #7179 )
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-17 17:11:23 -07:00