renovate[bot]
ae8dc1a393
Update dependency jest-puppeteer to v9
2023-10-19 14:59:27 +02:00
dependabot[bot]
a0ffbec6d8
Bump @babel/traverse from 7.20.5 to 7.23.2
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.20.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 14:55:56 +02:00
Sebastian Hengst
cd5a08a0f5
Update Django from 4.1.9 to 4.1.12
2023-10-18 20:43:18 +02:00
KS
f14b3bcaa2
Bug 1848419 - Add custom chromium-as-release app for android ( #7841 )
...
Co-authored-by: KS <kshampur@MacBook-Pro.local>
2023-10-16 15:34:59 -07:00
Joel Maher
d48b534b10
fix duration ingestion to use milliseconds, not seconds ( #7839 )
2023-10-16 08:22:17 -07:00
renovate[bot]
8c6c4da41b
Update dependency @mozilla/glean to v2.0.4
2023-10-16 07:56:05 +00:00
Joel Maher
23a642030b
Revert "Bug 1851253 - adjust cache code to support two backends in the future. r=aryx ( #7837 )" ( #7840 )
...
This reverts commit 2b28f7e2cc
.
2023-10-12 08:58:13 -07:00
Joel Maher
2b28f7e2cc
Bug 1851253 - adjust cache code to support two backends in the future. r=aryx ( #7837 )
2023-10-12 07:22:39 -07:00
Sebastian Hengst
be68fcafdb
Revert 2 changes to the `push` API endpoint
...
Revert "Update Serializer usages"
This reverts commit d27d0c3333
.
Revert "Optimize push-list endpoint"
This reverts commit e740331432
.
2023-10-10 17:58:17 +02:00
Andrej Glavic
4591d41131
Bug 1855222 - Enable alerting on firefox iOS ( #7819 )
2023-10-10 18:09:32 +03:00
renovate[bot]
ecfdc98b85
Update dependency cacache to v18
2023-10-10 10:51:47 +02:00
Sebastian Hengst
4727105100
Revert "Bug 1851253 - store new failure lines in database for persistent storage across reboots. ( #7818 )"
...
This reverts commit 1310f34128
.
2023-10-10 10:49:59 +02:00
renovate[bot]
9dd9d29e52
Update dependency eslint-config-prettier to v9
2023-10-10 10:46:44 +02:00
Valentin Rigal
fb769de5d6
Disable the rest framework browsable HTML API
2023-10-06 21:23:03 +02:00
Ben Hearsum
551ad1f51e
Add application-services to treeherder
2023-10-06 21:14:51 +02:00
Logan Rosen
d37831f72a
Bug 1852185 - Fix error viewing push health tasks ( #7824 )
2023-10-06 08:37:44 -07:00
Julien Cristau
fb787c5b2e
Add osx-cross-aarch64 to known platforms (bug 1855152) ( #7829 )
2023-10-06 07:23:42 -07:00
alexandru-io
d3e2009c93
Bug 1855919 - Fix the backout policy message to be less aggressive ( #7820 )
2023-10-05 12:02:38 +03:00
renovate[bot]
5bb27877e2
Update dependency @mozilla/glean to v2.0.3
2023-10-02 04:21:08 +00:00
Joel Maher
1310f34128
Bug 1851253 - store new failure lines in database for persistent storage across reboots. ( #7818 )
2023-09-28 11:33:44 -07:00
Joel Maher
15bae14f17
store duration along with group status ( #7816 )
2023-09-28 08:53:09 -07:00
Valentin Rigal
d27d0c3333
Update Serializer usages
2023-09-28 14:47:22 +02:00
Valentin Rigal
e740331432
Optimize push-list endpoint
2023-09-28 14:47:22 +02:00
CanadaHonk
b16dbb9096
Fix select all test checkboxes not scrolling properly
...
Previously, select all checkboxes in the tests tab would always stay on the same position on screen due to a missing positive relative.
2023-09-25 21:12:36 +02:00
renovate[bot]
97807c59b1
Update dependency docs/mkdocs to v1.5.3
2023-09-25 04:07:56 +00:00
Joel Maher
7a742d05f8
Fix mitten to work with -cf in the job names ( #7810 )
...
* Bug 1850785 - Allow for Marionette failures to be filed as single tracking bugs. r=aryx
* allow mitten to work with cf jobs, fix bug with -cf at end of jobname.
2023-09-21 15:43:44 -07:00
Valentin Rigal
d2388c172e
Optimize summarygroup endpoint ( #7812 )
...
* Base the query on JobLog table
* Filter from the database directly
* Refactor the Python code
* Add distinct clause
* Force ordering of the entire payload
* Add a comment for summarygroup result direct annotation
2023-09-20 05:03:49 -07:00
alexandru-io
983aeb1b89
Add TaskclusterMetadata to the alert summary API endpoint ( #7740 )
...
Bug 1838836 - Add TaskclusterMetadata to the alert summary API endpoint
2023-09-20 12:43:33 +03:00
Sebastian Hengst
1e0eddac89
Renovate node20 ( #7813 )
...
* Update Node.js to v20.6.1
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-20 01:49:58 +02:00
CanadaHonk
7dd56023d4
Potential fix for Bug 1827920 ( #7809 )
...
Bug 1827920 - also get the `updatePinnedJob` method in the local scope to fix sporadic push health issue
The import was being used instead of the prop tied to the store resulting in the `updatePinnedJob` prop sometimes having the value of `null` when it is attempted to be called later inside FailureSummaryTab.
2023-09-20 01:46:51 +02:00
renovate[bot]
961a2879f7
Update rabbitmq Docker tag to v3.11.23
2023-09-18 10:23:47 +00:00
renovate[bot]
b4ead127c2
Update dependency url to v0.11.3
2023-09-18 07:38:11 +00:00
renovate[bot]
bc1eb9f56a
Update dependency @mozilla/glean to v2.0.2
2023-09-18 03:21:06 +00:00
Sebastian Hengst
3a728ebdc7
Upgrade CircleCI remote docker from 19.03.14 to 20.10.23
2023-09-14 17:24:52 +02:00
Beatrice Acasandrei
1cc3a5eab8
Shorten field name
2023-09-14 17:13:26 +02:00
Beatrice Acasandrei
8933660a98
Add application field
2023-09-14 17:13:26 +02:00
renovate[bot]
0730051478
Pin dependency styled-components to 5.3.11 ( #7799 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-13 12:27:21 -07:00
renovate[bot]
14a4f9c628
Update dependency mobx to v6.10.2 ( #7800 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-13 12:05:18 -07:00
alexandru-io
f553516697
Add tests for the Debug Tools column in alerts view ( #7731 )
...
Bug 1841022 - Add tests for the Debug Tools column in alerts view
2023-09-13 14:37:11 +03:00
renovate[bot]
ae4b778869
Update redis Docker tag to v7.0.13
2023-09-11 06:57:33 +00:00
renovate[bot]
e855f9450d
Update dependency mobx to v6.10.2
2023-09-11 06:57:33 +00:00
renovate[bot]
f96462a46d
Update redis Docker tag to v7.0.12
2023-09-05 21:11:47 +00:00
renovate[bot]
6325c4df81
Update rabbitmq Docker tag to v3.11.22
2023-09-05 16:49:09 +00:00
EvaBardou
6b95fb0492
Serve Redoc in a dedicated chunk
2023-09-05 16:09:21 +02:00
Bastien Abadie
30e4491621
Serve ReDoc inside react app
2023-09-05 16:09:21 +02:00
EvaBardou
f3ae12b102
Restore the switch to OpenAPI (require missing dependency)
2023-09-05 16:09:21 +02:00
Valentin Rigal
06f666c14f
Upgrade webpack
2023-09-04 22:07:12 +02:00
Valentin Rigal
af3a974d10
Upgrade webpack-cli
2023-09-04 22:07:12 +02:00
Valentin Rigal
2e871e98d8
Upgrade @mozilla/glean
2023-09-04 22:07:12 +02:00
Valentin Rigal
202f8c3632
Upgrade eslint
2023-09-04 22:07:12 +02:00