This ensures:
* On pull-requests probe-scraper can verify that Glean metrics are
declared correctly.
* On pushes to the default branch probe-scraper is informed to generate
metrics data in the pipeline, to fill the Glean Dictionary and
populate the table schemas.
* Fix pinned dependencies in dev.in
* Revert "Fix pinned dependencies in dev.in"
This reverts commit 5dca034baf.
* Fix pinned dependencies in dev.in
* Revert "Fix pinned dependencies in dev.in"
This reverts commit 5dca034baf.
* Fix pinned dependencies in dev.in
* Revert "Fix pinned dependencies in dev.in"
This reverts commit 5dca034baf.
* Fix pinned dependencies in dev.in
* Revert "Fix pinned dependencies in dev.in"
This reverts commit 5dca034baf.
* reduce duplicate query in bugscache.search() and remove date as it is redundant
* Fix pinned dependencies in dev.in
* Revert "Fix pinned dependencies in dev.in"
This reverts commit 5dca034baf.
* Fix pinned dependencies in dev.in
* Revert "Fix pinned dependencies in dev.in"
This reverts commit 5dca034baf.
* Fix pinned dependencies in dev.in
* Revert "Fix pinned dependencies in dev.in"
This reverts commit 5dca034baf.
* Fix pinned dependencies in dev.in
* Revert "Fix pinned dependencies in dev.in"
This reverts commit 5dca034baf.
* Bug 1635586 - remove old data from buildPlatform and machinePlatform tables.
* add glean to treeherder for measuring failure outcomes
* add glean to treeherder for measuring failure outcomes
* allow for notification of glean metrics and ability to turn on/off glean
* add data review bug
* add updatePinnedJobs function to failureSummaryTab
* Fix pinned dependencies in dev.in
* Revert "Fix pinned dependencies in dev.in"
This reverts commit 5dca034baf.
* Fix pinned dependencies in dev.in
* Revert "Fix pinned dependencies in dev.in"
This reverts commit 5dca034baf.
* Fix pinned dependencies in dev.in
* Revert "Fix pinned dependencies in dev.in"
This reverts commit 5dca034baf.
* Fix pinned dependencies in dev.in
* Revert "Fix pinned dependencies in dev.in"
This reverts commit 5dca034baf.
* Add Android 13 / Pixel 5 to Treeherder known platforms.
* put 'Shippable' at the end of the pretty platform name
Co-authored-by: Sebastian Hengst <aryx.github@gmx-topmail.de>
* Add the profile urls to performance alerts only if the profile artifacts are available
* Add a test to make sure we don't output the profile links when there is no profile artifact
It looks like inside the `getData` function we are getting the
`contentType` from the header. But while doing it, we have a weird
`''.startsWith('text/html');` after an OR operator. I think this might
be a forgotten artifact while refactoring that code.
`''.startsWith('text/html');` always returns false, which was confusing
to me while I was looking at this function. And below that line, we have
a check for `contentType` to see if it's "application/json".
See:
eccd74e32e/ui/helpers/http.js (L24)
* Update dependency cacache to v17.0.2 (#7579)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency cacache to v17.0.2 (#7579)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bump ansi-regex from 4.1.0 to 4.1.1 (#7459)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bug 1802099 - Add generate side-by-side action task to be triggered by sherlock while backfilling
* Bug 1802099 - Add generate side-by-side action task to be triggered by sherlock while backfilling
Add minimal code that would trigger side by side jobs and log the task ids. Since there's no way we can test this rather than production, we'll be adding small pieces of code at a time and make sure they work properly.
Co-authored-by: Joel Maher <joel.maher@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Ionescu <aionescu@mozilla.com>
* Add Firefox Profiler profile urls to browsertime regression template
* Rename FilterAlertsWithVideos class to BrowsertimeAlertsExtraData
* Add the browsertime alert extra data to 'Copy Summary' button as well
* Add tests for the new browsertime profiler url feature
Bug 1804683 - don't store 'TEST-UNEXPECTED-WARNING' messages as failure lines
These messages don't set the task as failed and are used by linters to identify
new warnings.
There are many of them which would make identification of real issues challenging
to impossible.
* fix IFV graphs to use utc dates consistently to prevent never ending spinner
* IFV: only use UTC when looping over days
* also switch this to moment.utc
* fix graph x axis display date, increment day via moment, and use moment date as index for counter
Co-authored-by: Sebastian Hengst <aryx.github@gmx-topmail.de>