Michael Howell

Results 72 issues of Michael Howell

Instead of the "octopus merge" system that bors currently uses, the master branch should end up with a linear progression of commits, one per PR. There are projects that specifically...

To generate richer status notifications, reduce reliance on our own pages, and generate no comments any more! (because this info gets put under the special Checks tab).

To hook into third-party, potentially project-specific services ([treeherder], for example), bors needs to be able to send webhooks to project-configured URLs. [treeherder]: https://github.com/mozilla/treeherder # Design To some extent, the "right...

# The problem Further integrating with outside services, whether it's just canceling a build in Travis CI, integrating with AWS CodeBuild at all, having releases / deploys driven by bors,...

This is kinda long-term, because it's going to require a bunch of added features: - [ ] A place to store the AMI credentials. We're going to need encrypted creds...

- [X] Move out of the Heroku free tier, and probably off Heroku entirely. Now that bors-ng supports MySQL, can the public instance use AWS Aurora? Should it? **UPDATE: off...

Should be doable using dind on TaskCluster. Motivated by #385

We need something that'll run bors-ng with actual GitHub with a test repository and instance that's separate from the production one. As a thing to implement initially, let's write a...

- [ ] The "Synchronize" button on the front page doesn't work without JavaScript, because it uses a link with a DATA-METHOD backed by Phoenix's stock JS payload. Change it...