Michael Howell
Michael Howell
Because I do not want to download everyone's GitHub repos onto the bors server itself, this is probably best done by implementing it on top of AWS CodeBuild (#137).
The settings page should pull the `bors.toml` from the master branch, and render it into a user-friendly GUI to edit it. My idea for the flow is something like this:...
This is an optimization on top of https://github.com/bors-ng/bors-ng/pull/843 It would be nice if we didn't have to hit the repository every time we split a batch. It's not a big...
Right now, there is a single Batcher process that loops through all the active batches to take care of activating the pending batches and polling the running ones. Each project...
Someone should not become a reviewer for a repo until they approve a request, like GitHub "Collaborator" status does and like Crates.IO ownership [is going to work](https://github.com/rust-lang/crates.io/issues/924). Luckily, we don't...
After #219 is merged: - [ ] Clicking on a link at the Janitor page should increment the visitor count within Discourse, giving us a measure of each link's popularity...
- [ ] Inline objects should be written as `{ fields }`, not `{fields}` - [ ] Unused variables should be prefixed with `_`
This allows me to XSS a sausagewiki: [click me](javascript:alert("evil"))
This PR avoids fixing one clippy warning, since it's actually a breaking change. ```text error: type `Document` implements inherent method `to_string(&self) -> String` which shadows the implementation of `Display` -->...