summaryrefslogtreecommitdiff
path: root/zuul/driver/github/githubconnection.py
Commit message (Expand)AuthorAgeFilesLines
* Add installation_id to event logDong Zhang2023-03-231-1/+2
* Fix race related to PR with changed base branchSimon Westphahl2023-03-021-1/+5
* Return cached Github change on concurrent updateSimon Westphahl2023-02-171-0/+1
* Merge "Report a config error for unsupported merge mode"Zuul2022-12-191-1/+45
|\
| * Report a config error for unsupported merge modeJames E. Blair2022-11-111-1/+45
* | Merge "Handle Github changed files errors more broadly"Zuul2022-11-291-2/+2
|\ \
| * | Handle Github changed files errors more broadlySimon Westphahl2022-11-151-2/+2
| |/
* | Check if Github detected a merge conflict for a PRSimon Westphahl2022-11-181-0/+7
|/
* Trace received Github eventsSimon Westphahl2022-09-301-5/+31
* Fix read-only branches error in zuul-webSimon Westphahl2022-07-041-3/+7
* Add support for GHE repository cacheJames E. Blair2022-05-051-2/+23
* Fix bug in getting changed filesDong Zhang2022-04-251-0/+1
* Merge "Handle Github branch protection rule webhook events"Zuul2022-03-221-17/+76
|\
| * Handle Github branch protection rule webhook eventsJames E. Blair2022-03-011-17/+76
* | Include original path of renamed file for a PRSimon Westphahl2022-03-091-1/+7
|/
* Merge "Populate missing change cache entries"Zuul2022-02-221-75/+79
|\
| * Populate missing change cache entriesJames E. Blair2022-02-171-75/+79
* | Merge "github: a change in .gitub/ may prevent a merge"Zuul2022-02-211-4/+13
|\ \ | |/ |/|
| * github: a change in .gitub/ may prevent a mergeGonéri Le Bouder2021-12-201-4/+13
* | Merge "Add a model API version"Zuul2022-01-271-2/+2
|\ \
| * | Add a model API versionJames E. Blair2022-01-271-2/+2
* | | Refresh cached branches in timer driverSimon Westphahl2022-01-271-6/+15
|/ /
* | Enable reprime by defaultTobias Henkel2022-01-141-1/+1
|/
* Add an init phase to scheduler/web startupJames E. Blair2021-11-161-0/+5
* Split up registerScheduler() and onLoad() methodsFelix Edel2021-11-091-5/+18
* Store connection branch cache in ZKJames E. Blair2021-11-031-2/+7
* Never externally delete change cache entriesJames E. Blair2021-09-281-33/+28
* Merge "Use structured change cache keys"Zuul2021-09-251-5/+15
|\
| * Use structured change cache keysJames E. Blair2021-09-241-5/+15
* | Merge "github: handle suspended apps"Zuul2021-09-251-1/+12
|\ \ | |/ |/|
| * github: handle suspended appsIan Wienand2021-09-231-1/+12
* | Only refresh deps if change messages have changedJames E. Blair2021-09-241-0/+2
* | Remove onChangeUpdated methodJames E. Blair2021-09-241-3/+0
|/
* Merge "Gracefully handle non-existent label on unlabel"Zuul2021-09-191-1/+5
|\
| * Gracefully handle non-existent label on unlabelTobias Henkel2021-03-091-1/+5
* | Simplify Zookeeper change cache APISimon Westphahl2021-09-171-6/+0
* | Move common change cache related methods to mixinSimon Westphahl2021-09-171-18/+2
* | Clean up dangling cache data nodes more oftenSimon Westphahl2021-09-171-1/+3
* | Periodically maintain connection cachesSimon Westphahl2021-09-161-5/+2
* | Cache Github refs in ZookeeperSimon Westphahl2021-09-161-36/+113
* | Reference change dependencies by keySimon Westphahl2021-09-081-1/+5
* | Update Github SHA cache on PR updateSimon Westphahl2021-08-051-0/+3
* | Switch from global to tenant event queuesSimon Westphahl2021-07-011-1/+1
* | Import collections.Mapping correctly4.5.1Matthieu Huin2021-06-141-1/+2
* | Merge "Allow monitoring length of connection event queues"Zuul2021-05-211-0/+3
|\ \
| * | Allow monitoring length of connection event queuesSimon Westphahl2021-05-201-0/+3
* | | Remove translation of check run action in github driverTobias Henkel2021-05-111-3/+0
* | | Filter events on event connectionAlbin Vass2021-04-241-0/+2
|/ /
* | Merge "Fix ZK-related race condition in github driver"Zuul2021-04-081-43/+64
|\ \
| * | Fix ZK-related race condition in github driverJames E. Blair2021-03-301-43/+64