summaryrefslogtreecommitdiff
path: root/tests/fakegithub.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use merger to get list of files for pull-requestSimon Westphahl2018-10-091-2/+5
* Merge "Reduce number of reconfigurations on branch delete"Zuul2018-07-261-0/+3
|\
| * Reduce number of reconfigurations on branch deleteMarkus Hosch2018-07-161-0/+3
* | Merge "github: prevent AttributeError when missing branch protection"Zuul2018-07-111-0/+4
|\ \
| * | github: prevent AttributeError when missing branch protectionTristan Cacqueray2018-07-111-2/+6
* | | Reduce requests to github when listing project branchesTobias Henkel2018-07-051-8/+26
| |/ |/|
* | Fix branch parsing in _event_pullTobias Henkel2018-06-221-6/+8
* | Don't reconfigure tenant on unprotected branch pushesTobias Henkel2018-06-191-5/+22
* | Improve test case test_unprotected_branchesTobias Henkel2018-06-191-2/+9
|/
* Remove getRepoPermission from FakeGithubConnectionTobias Henkel2018-06-041-0/+26
* Status branch protection checking for githubTobias Henkel2018-06-041-4/+90
* Remove getPullBySha from FakeGithubConnectionTobias Henkel2018-05-241-6/+27
* Optionally record created github clients in testsTobias Henkel2018-05-241-8/+14
* Extend github testing using app authTobias Henkel2018-05-241-0/+4
* Share a fake pull request database across connectionsJames E. Blair2018-01-051-0/+214