zuul/zuul/driver/github
Jesse Keating 3f74f6fb04 Handle GitHub comment reviews carefully
A comment review should not mask a previously provided approval or
changes_requested review from a given user. The GitHub UX follows the
same logic. If an approval or a changes_requested review was already
provided from a user, that user can issue future comment reviews and it
will not change their vote. Our algorithm needed to be updated to handle
this scenario, and a test case was added to validate it.

Change-Id: Iac10544a1f24362c27220a44edbdb988b7caa989
2017-07-06 15:45:36 -07:00
..
__init__.py Add driver-specific pipeline requirements 2017-05-19 13:24:00 -07:00
githubconnection.py Handle GitHub comment reviews carefully 2017-07-06 15:45:36 -07:00
githubmodel.py Implement pipeline requirement of github labels 2017-06-15 22:40:18 -07:00
githubreporter.py Merge "Implement Depends-On for github" into feature/zuulv3 2017-07-05 22:50:59 +00:00
githubsource.py Implement pipeline requirement of github labels 2017-06-15 22:40:18 -07:00
githubtrigger.py Use util functions to make lists of things 2017-05-30 14:53:46 -07:00