Reputation: 498
Is there a similar concept or workaround for Pull Requests inside AWS CodeCommit? I'm trying to implement CI using a CodeCommit repository and help us avoid broken head in our repository (master branch should always compile and run all tests successfully).
Upvotes: 15
Views: 4662
Reputation: 498
CodeCommit now supports Pull Requests: https://aws.amazon.com/about-aws/whats-new/2017/11/aws-codecommit-supports-pull-requests/
Upvotes: 3
Reputation: 181
Still no such feature, but we can always follow some best practices for Git itself. Things like making changes in branches and only merge it to master after it passed unit tests and code review. This link provides some more details. It discussion was based on the ReviewBoard tool but you don't have to use it to apply the same approach for code review.
Upvotes: 1
Reputation: 297
Such a feature does not exist, at least yet. But I have passed your feature request to the team for further review and consideration. Your feedback is very much appreciated.
Paige@AWS
Upvotes: 23