Bastien Orivel
Bastien Orivel
Closes #1 Closes #6
Steps to reproduce: - Go to the login page (tested with /dashboard too) - Press F5
Right now when a service is sick we get something like (on slack and zulip at least): ``` Status changed to: sick. Status: Sick Time: 09:37:14 UTC+00:00 ``` It would...
Right now there's basically nothing checked on startup and it will panic when vigil starts polling (so basically immediately) if something's wrong. It'd be nice to have a verification step...
As stated [here](https://tools.ietf.org/html/rfc7230#section-3.2.4), > The field value does not include any leading or trailing whitespace: OWS occurring before the first non-whitespace octet of the field value or after the last...
Per https://mimesniff.spec.whatwg.org/#parse-a-mime-type it ignores the invalid parameters instead of failing to parse the mime type. mime 0.2 did the right thing but mime 0.3 returns `Err(FromStrError { inner: MissingEqual })`
Run an action from the github integration that fails, rerun it from the taskcluster interface, the github check stays failed instead of going back to running.
Right now it creates the run but doesn't switch to it, requiring me to click on the right arrow. Would be nice if it did that on its own
When using taskcluster as an oauth provider, the whole flow fails on the page to authorize a client because it's missing the `redirect_uri`. It wants the redirect URI here: https://github.com/taskcluster/taskcluster/blob/133b5db07c1b0f76be813b34901f323457734ae9/ui/src/views/ThirdPartyLogin/index.jsx#L89...