Andrew Halberstadt
Andrew Halberstadt
When something is wrong with the request payload, autograph just returns a generic `400 - Bad Request` error that doesn't give any details over what is wrong with the request....
This has been happening for awhile, though I didn't really clue in that it was contabs until now. STR: `:call contabs#project#edit("path/to/dir")` Result: Neovim freezes up and stops responding to input....
By using `adr inspect --table repo`, I see that there exists a `repo.changeset.backedoutby` key. However, it doesn't exist for changesets that were backed out. For example, take this changeset: https://hg.mozilla.org/integration/autoland/rev/91bc05242c6f02a5d30c71557693129303e7067e...
**Is your feature request related to a problem? Please describe.** I tend to point the `origin` remote at my personal forks, then create an `upstream` remote to point at the...
In https://github.com/mozilla/code-review/issues/1475 a rule was added to automatically `#taskgraph-reviewers` to a revision if the tgdiff task detects changes to the task graph. In https://phabricator.services.mozilla.com/D177718, it correctly added `#taskgraph-reviewers`. But then...
We have a lot of duplicated Taskgraph code that gets copy / pasted around from project to project. One of the worst offenders of this is the `multi_dep.py` loader and...
When we release addons, we add these index routes: https://firefox-ci-tc.services.mozilla.com/tasks/index/mozillavpn.v2.mozilla-vpn-client.release.v2.14.0.latest.addons/stage But these index routes aren't great because: 1. Addons aren't tied to mozilla-vpn-client versions 1. It looks like we only...
## Description ## Related Tickets & Documents * [Bug 1904928](https://bugzilla.mozilla.org/show_bug.cgi?id=1904928) (tracking) * [DENG-4195](https://mozilla-hub.atlassian.net/browse/DENG-4195) (secrets) [DENG-4195]: https://mozilla-hub.atlassian.net/browse/DENG-4195?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
### Verified issue does not already exist? - [X] I have searched and found no existing issue - [X] I will be providing steps how to reproduce the bug (in...
This can be illustrated with a simple test case: Example 1: ``` $switch: true: '' $default: '' ``` Example 2: ``` $switch: false: '' $default: '' ``` Here example 1...