Bastien Abadie
Bastien Abadie
When a file is invalid for an analyzer (minified JS code for example), the analyzer can produce a LOT of issues ([120k issues for a single js file](https://phabricator.services.mozilla.com/D20888#change-SlaItvyfrJQt)). We should...
Every analyzer should add an `extra` key in its task payload in order to explain how to reproduce the analysis locally : the bot should support this and remove local...
https://firefox-source-docs.mozilla.org/tools/lint/index.html
Instead of parsing the environment variable, use the extra payload, like demonstrated in #514
Like on taskgraph: repo + revision + phabricator build target id
This would be shipped after release 1.1.6. The idea is to make a request from events on the backend, on every new build being processed, in order to store the...
Followup of [this review comment](https://github.com/mozilla/release-services/pull/1977#pullrequestreview-218800839): we should check the behaviour of HarborMaster API once things stabilize
Depends #309 The publication code only supports Marian final configuration (from its own output). But it would be useful to view the hierarchy of YAML files directly from Weight &...
As the analyzers will use the new default format, we should deprecate the different tasks. We'll also need to support current & new payload for a time (while all the...
From [Bug 1600216](https://bugzilla.mozilla.org/show_bug.cgi?id=1600216)