cody
cody copied to clipboard
Your friendly neighborhood code review bot
Allow pausing new assignments on a repository but continue to process existing assignments. This would allow a repository to incrementally migrate to new code review tools while not having to...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [webpacker](https://github.com/rails/webpacker) from 5.2.1 to 5.4.3. Changelog Sourced from webpacker's changelog. Please note that Webpacker 3.1.0 and 3.1.1 have some serious bugs so please consider using either 3.0.2 or 3.2.0...
`attr_encrypted` raises some strange errors when trying to upgrade to Rails 7. Given that Active Record Encryption exists, it would be good to migrate off of `attr_encrypted` and use Active...
If a PR is opened and it has any requested reviews on it, those requested reviews should be turned into peer review requests. This should happen immediately before any review...
**Is your feature request related to a problem? Please describe.** Typing commands into GitHub is error prone because there is no tab-completion or autocorrect. Users often mistype commands but don't...
CodeQL for Ruby is now available. We should use it.
Depends on #872 and #829 to allow specifying peer reviewers and manipulating the requests.
Approval checkboxes often cause confusion, because reviewers need to remember to both check off their box, and also submit their approval through the UI. The checkboxes were an artifact of...
Enterprise teams often have stronger security requirements that may involve integrating a Web Application Firewall into the application. One such WAF is [TCell](https://docs.rapid7.com/tcell/). Cody currently uses rack-attack for basic attack...