cody
cody copied to clipboard
Your friendly neighborhood code review bot
We have a UI now. We need to make it more useful. A dashboard for the currently-logged in user seems like a good place to start to give some end-user...
This is what happened here: Tried to replace migration reviewer (https://github.com/coupa/coupa_development/pull/41711#issuecomment-322384527) but all other generated reviewers disappeared. To fix that I regenerated reviewers again, but it didn't pick up the...
Track analytics somehow ## TODO - [ ] Choose an analytics repository. Should support StatsD. - [ ] Choose metrics to monitor. ## Metrics - [ ] Use of `cody...
We should have "fatal" review rules that mark PRs with the failed status. This could allow users to create configurations to immediately block certain PRs. This helps us get a...
What it says on the tin
There should be a UI for replacing reviewers. On the Pull Request Detail page, users should be able to click on the user names and choose a new reviewer from...
It's useful to be able to tell who made what changes to the code review of a PR. We should be able to identify the user based on the sender...
We're making more external requests and that's making setting up all the mocks necessary for every test more painful. I did not use VCR initially because what I wanted to...
I have been staunchly against adding any sort of UI to Cody, but as the complexity of the configuration grows, having some sort of admin console for managing the configuration...
Some users might want to have other sources for adding reviewers. Maybe an external service that runs security and vulnerability checks on PRs and adds appropriate reviewers depending on the...