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

11812 Коммитов

Автор SHA1 Сообщение Дата
Sebastian Hengst 542c0e8384 Bug 1823654 - show fixes applied by ruff 2024-02-02 21:42:15 +01:00
Sebastian Hengst e14b1a9043 Bug 1823654 - Ignore standardized use of f-strings in git blame 2024-02-02 21:41:37 +01:00
renovate[bot] 470e0985fa Update dependency puppeteer to v21 2024-02-02 21:17:01 +01:00
Yoann Schneider 81af089e0e Remove flake8 from requirements and update pip-deps 2024-02-02 21:03:46 +01:00
Yoann Schneider 8028121253
Bug 1823654 - Introduce pyupgrade (#7904)
* Ruff Auto fix

* Ruff unsafe fixes auto fix

* Use builtin list instead of typing.List

---------

Co-authored-by: Sebastian Hengst <aryx.github@gmx-topmail.de>
2024-02-02 21:02:10 +01:00
Yoann Schneider a0e709276e
Bug 1823654 - Ignore Python Double quotes commit in git blame (#7902)
* Ignore Double quotes commit in git blame

* Update .git-blame-ignore-revs

---------

Co-authored-by: Sebastian Hengst <aryx.github@gmx-topmail.de>
2024-02-01 15:01:27 +01:00
Yoann Schneider 25bb741fe7 Minimal changes introduced by Ruff formatter after double quotes enforcement 2024-02-01 14:59:25 +01:00
Yoann Schneider cfb19a5ef8
Bug 1823654 - Mostly use double quotes (#7900)
* Enable quote style verifications from Black

* Actually exclude migrations folders
2024-01-31 16:59:20 +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
EvaBardou 0beab3edf7
Bug 1814315 - Bump Dockerflow + Add unit tests (#7899)
* Bug 1814315 - Bump Dockerflow + Add unit tests

* Nit
2024-01-25 11:52:31 +01:00
Yoann Schneider 5ea63e0030 Fix E713 and E714 2024-01-24 13:15:15 +01:00
Yoann Schneider be9b3d5ed3 Remove E203 and E231 ignores as they are not triggered 2024-01-24 13:15:15 +01:00
Yoann Schneider 10b8ba2b6d Add ruff pre-commit hook, remove flake8 configuration and port settings to ruff's 2024-01-24 13:15:15 +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
Sebastian Hengst d9341f2f82 Bug 1873109 - ensure uniqueness of bugs in suggestions for failure line 2024-01-05 14:58:40 +01:00
alexandru-io f955cfd5d6
Make profiler links available in alerts view (#7838)
* Bug 1843109 - Use cache to keep taskcluster task ids

* Bug 1843109 - Add profiler links to the API response of /api/performance/alertsummary

* Bug 1843109 - Add tests in alerts API for profiler links

* Move the logic of generating the URL in ViewSet

* Fix logic in ViewSet list method
2023-12-20 15:58:36 +02: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 85d0ef3ecd
Move setup for enable_eager_celery so it's set for all ingestion types. (#7892)
This patch moves the setup for the --enable-eager-celery setting out of ingest_hg_push, and into the handle method for the ingest command. This enables us to use the flag with all the different ingestion_types.
2023-12-12 15:28:40 -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
Gregory Mierzwinski 0060933159
Bug 1866550 - Ingest replicates for speedometer3 on mozilla-central. (#7886)
This patch enables replicate ingestion into the performance_datum_replicate table on mozilla-central for only speedometer3 tests.
2023-11-28 08:02:08 -05:00
Tooru Fujisawa 45d0c6749d Bug 1864105 - Add yarn build step to UI Development document. 2023-11-23 15:23:16 +01:00
Valentin Rigal 307abe8106
Publish ingestion metrics on statsd (#7875)
* Add statsd service

* Add celery task to publish stats

* Add task to prod misc worker

* Fix beat task

* Aggregate stats

* Publish on statsd

* Fix date range filter

* Allow to change statsd host and port

* Add a prefix for stats publication
2023-11-21 20:37:53 +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
renovate[bot] be248849ee Update rabbitmq Docker tag to v3.11.25 2023-11-08 13:03:39 +01:00
renovate[bot] e13848b23b Update Node.js to v21 2023-11-08 12:32:09 +01:00
alexandru-io 2b08e55ef9
Bug 1825705 - Alerts View - Add bug_due_date field to performance_alert_summary table (#7863) 2023-11-06 20:25:14 +02:00
renovate[bot] d9f78f2946 Update dependency victory to v36.6.12 2023-11-06 07:07:26 +00:00
Sebastian Hengst cf69e6898c Update django from 4.1.12 to 4.1.13 2023-11-03 21:26:51 +01:00
renovate[bot] 60fc46a0cb Update mysql Docker tag to v5.7.44 2023-10-30 11:09:57 +00:00
Sebastian Hengst 404d31c05c Revert "Optimize summarygroup endpoint (#7812)"
The request for data from 2023-10-15 to 2023-10-16 times out and Valentin
benchmarked the old code as completing the request.

This reverts commit d2388c172e.
2023-10-28 00:03:23 +02: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
dependabot[bot] 25781aeba1 Bump browserify-sign from 4.2.1 to 4.2.2
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 13:46:41 +02:00
dependabot[bot] 8299e3141f Bump crypto-js from 4.1.1 to 4.2.0
Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0.
- [Commits](https://github.com/brix/crypto-js/compare/4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: crypto-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 13:33:29 +02:00
Sebastian Hengst 4bbe8aa7fc Bug 1861045 - set group duration to 0 if its value is not numeric 2023-10-27 09:36:05 +02:00
Rob Lemley 47f5604c51 Bug 1861474 - Add comm-release to Treeherder.
For Thunderbird monthly releases.
2023-10-27 01:01:43 +02:00
beatrice-acasandrei 31fd9974a9
Added field lower_is_better (#7852) 2023-10-25 18:00:27 +03:00
dependabot[bot] 5a6a214d1d Bump postcss from 8.4.26 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.26 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.26...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 16:05:58 +02:00
Sebastian Hengst f935907a47 Switch from obsolete jest-dom expect-extend import to import jest-globals 2023-10-24 15:40:12 +02:00
renovate[bot] 55a5b76ad9 Update dependency @testing-library/jest-dom to v6 2023-10-24 15:40:12 +02:00
renovate[bot] c48d369ad7 Update rabbitmq Docker tag to v3.11.24 2023-10-24 15:33:28 +02:00
renovate[bot] de49725274 Update redis Docker tag to v7.0.14 2023-10-23 08:36:39 +00:00
renovate[bot] c679f5e1e8 Update dependency @mozilla/glean to v2.0.5 2023-10-23 03:16:23 +00:00
renovate[bot] 541ccfa563 Update dependency jest-environment-puppeteer to v9 2023-10-19 15:18:39 +02:00