summaryrefslogtreecommitdiff
path: root/tests/fakegithub.py
Commit message (Expand)AuthorAgeFilesLines
* Don't add PR title in commit message on squashSimon Westphahl2023-03-201-1/+1
* Merge "Report a config error for unsupported merge mode"Zuul2022-12-191-1/+16
|\
| * Report a config error for unsupported merge modeJames E. Blair2022-11-111-1/+16
* | Check if Github detected a merge conflict for a PRSimon Westphahl2022-11-181-1/+1
|/
* Fix bug in getting changed filesDong Zhang2022-04-251-0/+1
* Include original path of renamed file for a PRSimon Westphahl2022-03-091-3/+14
* github: more complete mocking for app setupIan Wienand2021-09-231-1/+8
* Save superfluous api requests in check run reportingTobias Henkel2020-11-041-0/+30
* Remove an unneeded api call when creating check_runsTobias Henkel2020-11-041-5/+48
* Restore correct reason reporting of merge failuresTobias Henkel2020-10-051-22/+12
* Merge "Optimize GitHub requests on PR merge"Zuul2020-10-021-18/+25
|\
| * Optimize GitHub requests on PR mergeSimon Westphahl2020-09-301-18/+25
* | Merge "Fix multiple prs found when commit is not head"Zuul2020-09-281-3/+18
|\ \
| * | Fix multiple prs found when commit is not headTobias Henkel2020-09-041-3/+18
* | | Merge "Fetch can-merge info when updating a pull-request"Zuul2020-09-251-4/+23
|\ \ \
| * | | Fetch can-merge info when updating a pull-requestSimon Westphahl2020-09-231-4/+23
| | |/ | |/|
* | | Add commit id and owner to Change for mqtt reportervass2020-09-221-0/+3
|/ /
* | Handle review requirements in canMergeTobias Henkel2020-09-031-2/+15
* | Exercise github auth handling in testsTobias Henkel2020-09-031-4/+39
* | Remove unneeded api requests when commenting in githubTobias Henkel2020-08-311-0/+12
* | Move reports from FakeGithubConnection to github dataTobias Henkel2020-08-311-1/+3
|/
* GitHub Reporter: Fix User Email in Merge Commit MessageBenjamin Schanzel2020-08-261-2/+2
* Dequeue changes via github checks APIFelix Edel2020-08-061-6/+33
* Fix github branch protection while already unprotectedGuillaume Chauvel2020-07-291-2/+3
* github: use change.message in squahsed commit messageGonéri Le Bouder2020-07-101-0/+1
* Simplify FakeGithubClient and FakeGithubSessionClark Boylan2020-04-281-6/+5
* Merge "Improve error reporting when pr merge fails"Zuul2020-03-061-10/+28
|\
| * Improve error reporting when pr merge failsTobias Henkel2020-02-231-10/+28
* | Merge "Optimize canMerge using graphql"Zuul2020-03-061-0/+18
|\ \
| * | Optimize canMerge using graphqlTobias Henkel2020-02-281-0/+18
* | | Merge "Refactor branch protection test infrastructure"Zuul2020-03-021-13/+32
|\ \ \ | |/ /
| * | Refactor branch protection test infrastructureTobias Henkel2020-02-251-13/+32
| |/
* | Support file comments via Github checks APIFelix Edel2020-02-191-1/+2
|/
* Implement basic github checks API workflowFelix Edel2020-02-191-0/+99
* Handle draft pull requests in canMergeTobias Henkel2020-01-281-0/+3
* Fix occasionally wrong change url with githubTobias Henkel2020-01-141-1/+4
* Look for depends-on lines in dependency searchesClark Boylan2019-12-061-8/+16
* Fix issue search in FakeGithubClientSimon Westphahl2019-11-151-20/+17
* Eliminate two github requests per _updateChangeTobias Henkel2019-06-171-0/+35
* Switch getPullBySha to using the search apiTobias Henkel2019-06-171-1/+13
* Merge "Add support for submitting reviews on GitHub"Zuul2019-05-161-0/+23
|\
| * Add support for submitting reviews on GitHubClint Byrum2019-04-301-0/+23
* | Use user.html_url for github reporter messagesPaul Belanger2019-04-231-0/+1
|/
* Merge "Switch to LRU based sha to PR cache"Zuul2019-02-191-1/+3
|\
| * Switch to LRU based sha to PR cacheClark Boylan2019-02-191-1/+3
* | Don't request PR issue dataClark Boylan2019-02-181-9/+1
|/
* Re-use the github PR object when fetching reviewsJames E. Blair2019-02-151-0/+3
* Use combined status for Github status checksTobias Henkel2018-12-071-0/+19
* Retry queries for commitsTobias Henkel2018-11-221-0/+23
* Fix manual dequeue of github itemsTobias Henkel2018-11-221-1/+1