Dustin J. Mitchell
Dustin J. Mitchell
Huh, so the table is actually | Version | Parent | Notes | |----------|--------|-------------------------------| | a32e4b | 000000 | In bucket, latest | | ec3c99 | a32e4b | In bucket...
It looks like it successfully uploaded a new version, and subsequent runs had nothing new to upload so didn't fail. Maybe try modifying a task and running `./task sync` (with...
Has the value in `latest` been updated to 34e878? If not, then at least this is reproducible! I'll be busy most of the day tomorrow, but will check back after...
Nice work! I set up a service account to replicate this, without the `storage.objects.delete` permission, and sure enough it works for a few syncs but then stops when it comes...
I think this will be part of #3209.
FYI, [this Chrome feature](https://chromestatus.com/feature/5162545698045952) tracks adding `Sec-CH-UA-Form-Factor` to UA Client Hints. I don't think this particular hint moves the needle on the overall position on client hints, but I'm happy...
Note that this repo is being forked to https://github.com/taskcluster/node-sentry-api. If you'd like to see this functionality merged, we'll be happy to consider a PR, but my guess is that this...
I think that makes a lot of sense, and particularly the intent to have it wait for successful tests. Noticing when coverage drops dramatically would be very useful.
Git's approach is ``` gist = "!/bin/sh -c 'git add --all . && git commit -m x && git push'" ``` I think the special-case is a string beginning with...
I believe these are translated to search queries against Bugzilla and GitHub, so we are limited to what those support. But, if they support wildcards, then this should be possible....