summaryrefslogtreecommitdiff
path: root/zuul/driver/github/githubsource.py
Commit message (Expand)AuthorAgeFilesLines
* Add GitHub pipeline trigger requirementsJames E. Blair2023-04-281-21/+7
* Report a config error for unsupported merge modeJames E. Blair2022-11-111-0/+3
* Add "draft" github pipeline requirementJames E. Blair2022-10-101-0/+4
* Add support for GHE repository cacheJames E. Blair2022-05-051-0/+4
* Populate missing change cache entriesJames E. Blair2022-02-171-10/+31
* Add source interface for getting the cache ltimeSimon Westphahl2021-11-041-0/+3
* Refresh branch cache depending on min. ltimeSimon Westphahl2021-11-041-2/+2
* Cache Github refs in ZookeeperSimon Westphahl2021-09-161-1/+4
* Reference change dependencies by keySimon Westphahl2021-09-081-0/+3
* Allow refreshing volatile data in canMerge checkSimon Westphahl2021-03-011-2/+4
* Annotate getChangeByUrl logs with event idTobias Henkel2020-07-301-3/+5
* Protect getCachedChanges from concurrent modificationTobias Henkel2020-03-261-1/+1
* Annotate canMerge check with event idTobias Henkel2019-07-121-2/+2
* Re-use the github PR object when fetching reviewsJames E. Blair2019-02-151-1/+1
* Merge "Limit search scope of getChangesDependingOn to tenant"Zuul2018-06-021-2/+2
|\
| * Limit search scope of getChangesDependingOn to tenantTobias Henkel2018-05-241-2/+2
* | Support merged as requirement in github driverTobias Henkel2018-05-161-0/+4
|/
* Make reject a mirror of require for githubClint Byrum2018-04-061-2/+10
* Support autoholding nodes for specific changes/refsKrzysztof Klimonda2018-02-081-0/+3
* Add cross-source testsJames E. Blair2018-01-161-0/+2
* Support cross-source dependenciesJames E. Blair2018-01-161-0/+34
* Optionally limit github to protected branchesTobias Henkel2017-08-031-2/+2
* Implement pipeline requirement of github labelsJesse Keating2017-06-151-1/+3
* Implement pipeline reject filter for githubJesse Keating2017-06-141-1/+5
* Implement a cache of github change objectsJesse Keating2017-06-081-6/+2
* Handle change related reqs on push like eventsJesse Keating2017-06-051-0/+1
* Implement github pipeline req of current-patchsetJesse Keating2017-05-301-1/+3
* Implement github pipepline req of openJesse Keating2017-05-301-1/+3
* Ensure PRs arent rejected for stale negative reviewsAdam Gandelman2017-05-231-1/+2
* Implement pipeline requirement on github reviewsJesse Keating2017-05-231-1/+13
* Add support for requiring github pr head statusJesse Keating2017-05-231-2/+8
* Add driver-specific pipeline requirementsJames E. Blair2017-05-191-0/+14
* GitHub file matching supportJan Hruban2017-05-101-0/+4
* Support for dependent pipelines with githubJan Hruban2017-05-101-2/+9
* Add 'push' and 'tag' github webhook events.Wayne2017-05-021-1/+1
* Support GitHub PR webhooksGregory Haynes2017-05-021-0/+81