summaryrefslogtreecommitdiff
path: root/zuul/driver/github/githubreporter.py
Commit message (Expand)AuthorAgeFilesLines
* Report dequeued changes via Github checks APIFelix Edel2020-05-141-5/+10
* Merge "Improve error reporting when pr merge fails"Zuul2020-03-061-7/+8
|\
| * Improve error reporting when pr merge failsTobias Henkel2020-02-231-7/+8
* | Support file comments via Github checks APIFelix Edel2020-02-191-0/+4
|/
* Implement basic github checks API workflowFelix Edel2020-02-191-5/+51
* Support squash merge in GithubTobias Henkel2019-06-111-1/+3
* Allow to select the merge method in GithubMarkus Hosch2019-06-111-1/+18
* Annotate logs around reportingTobias Henkel2019-05-301-29/+38
* Merge "Add support for submitting reviews on GitHub"Zuul2019-05-161-1/+22
|\
| * Add support for submitting reviews on GitHubClint Byrum2019-04-301-1/+22
* | Use user.html_url for github reporter messagesPaul Belanger2019-04-231-2/+1
|/
* Fix flake8 error: E117 over-indentedBenedikt Loeffler2019-01-301-2/+2
* Require tenant in Pipeline constructorJames E. Blair2018-07-091-1/+1
* Status branch protection checking for githubTobias Henkel2018-06-041-5/+19
* Move status_url from webapp to web sectionTobias Henkel2018-01-291-2/+2
* Use hotlink instead log url in github job reportliusheng2018-01-081-0/+8
* Removed unused 'status: ' string from log lineMonty Taylor2017-09-211-3/+3
* Simplify github status descriptionsJesse Keating2017-08-011-3/+9
* Limit github reporting to github sourcesJesse Keating2017-07-311-0/+12
* Move status_url to webapp config sectionJames E. Blair2017-07-061-2/+2
* Merge "Implement Depends-On for github" into feature/zuulv3Jenkins2017-07-051-1/+1
|\
| * Implement Depends-On for githubJesse Keating2017-06-291-1/+1
* | Add a test to verify push reports only set statusJesse Keating2017-06-221-5/+11
|/
* Limit github reporters to event typesJesse Keating2017-06-141-13/+17
* Merge "Remove pipeline argument from various report fncts" into feature/zuulv3Jenkins2017-06-071-11/+12
|\
| * Remove pipeline argument from various report fnctsJesse Keating2017-06-011-11/+12
* | Add github reporter status-url config optionK Jonathan Harker2017-06-061-6/+9
|/
* Merge "Remove source from reporter" into feature/zuulv3Jenkins2017-06-011-1/+1
|\
| * Remove source from reporterJamie Lennox2017-05-291-1/+1
* | Use util functions to make lists of thingsJesse Keating2017-05-301-5/+3
* | Include tenant name in github contextJamie Lennox2017-05-301-1/+1
* | Include exc_info in reporter failureJamie Lennox2017-05-251-3/+3
|/
* Comment on PRs if a remote call to merge a change failedAdam Gandelman2017-05-231-9/+20
* Set filter according to PR/Change in URLJan Hruban2017-05-111-1/+4
* Better merge message for GitHub pull reqeustsJan Hruban2017-05-101-2/+30
* support github pull request labelsJan Hruban2017-05-101-1/+28
* Merge pull requests from github reporterJan Hruban2017-05-081-1/+22
* Support for github commit statusJan Hruban2017-05-081-3/+42
* Add basic Github Zuul Reporter.Wayne2017-05-021-0/+38