summaryrefslogtreecommitdiff
path: root/zuul/driver/gerrit/gerritconnection.py
Commit message (Expand)AuthorAgeFilesLines
* gerrit: Handle case where commit has no parentsJoshua Watt2023-04-171-2/+8
* Check Gerrit submit requirementsJames E. Blair2023-03-281-6/+34
* Ignore fetch-ref-replicated gerrit eventDong Zhang2023-02-281-0/+2
* gerrit driver: fix bug around unicode branch namesAlex Hornung2023-01-241-2/+7
* Merge "Trace Gerrit connection events"Zuul2022-10-041-10/+29
|\
| * Trace Gerrit connection eventsSimon Westphahl2022-09-301-10/+29
* | Log more info on gerrit 403 errorsJames E. Blair2022-09-061-11/+16
|/
* Merge "Reduce redundant Gerrit queries"Zuul2022-08-191-6/+21
|\
| * Reduce redundant Gerrit queriesJames E. Blair2022-08-191-6/+21
* | Add whitespace around keywordsJames E. Blair2022-08-021-1/+1
|/
* Merge "Improve gerrit connection event queue logging"Zuul2022-06-301-7/+24
|\
| * Improve gerrit connection event queue loggingJames E. Blair2022-06-231-7/+24
* | Merge "Fix merging with submitWholeTopic"Zuul2022-06-301-67/+72
|\ \
| * | Fix merging with submitWholeTopicJames E. Blair2022-06-291-67/+72
| |/
* | Add ssh_server option to Gerrit driverJames E. Blair2022-06-221-3/+5
|/
* Fix recursive Gerrit change queryJames E. Blair2022-03-281-2/+0
* Support submitWholeTopic in GerritJames E. Blair2022-03-211-1/+63
* Merge "Clone from /a/ with authenticated Gerrit HTTP"Zuul2022-02-241-1/+1
|\
| * Clone from /a/ with authenticated Gerrit HTTPJames E. Blair2022-02-051-1/+1
* | Merge "Add ssh connection timeout"Zuul2022-02-231-2/+10
|\ \
| * | Add ssh connection timeoutJames E. Blair2022-02-011-2/+10
| |/
* | Populate missing change cache entriesJames E. Blair2022-02-171-83/+82
|/
* Merge "Add a model API version"Zuul2022-01-271-2/+3
|\
| * Add a model API versionJames E. Blair2022-01-271-2/+3
* | Refresh cached branches in timer driverSimon Westphahl2022-01-271-7/+17
|/
* Merge "gerrit driver - skip ignored events before they hit zookeeper"Zuul2022-01-131-7/+7
|\
| * gerrit driver - skip ignored events before they hit zookeeperFabien Boucher2021-12-211-7/+7
* | Add git_over_ssh option for Gerrit connectionKenny Ho2022-01-061-2/+3
|/
* Add an init phase to scheduler/web startupJames E. Blair2021-11-161-0/+5
* Split up registerScheduler() and onLoad() methodsFelix Edel2021-11-091-7/+16
* Store connection branch cache in ZKJames E. Blair2021-11-031-2/+8
* Use CachedBranchConnection in Gerrit driverJames E. Blair2021-11-031-23/+10
* gerrit: trim messages to "human length"Ian Wienand2021-10-141-1/+24
* gerrit: handle POST 400 errors and don't retryIan Wienand2021-10-131-0/+18
* Include project name in gerrit branch cacheJames E. Blair2021-09-281-3/+3
* Never externally delete change cache entriesJames E. Blair2021-09-281-5/+1
* Use structured change cache keysJames E. Blair2021-09-241-7/+20
* Remove onChangeUpdated methodJames E. Blair2021-09-241-2/+0
* Merge "Simplify Zookeeper change cache API"Zuul2021-09-181-6/+0
|\
| * Simplify Zookeeper change cache APISimon Westphahl2021-09-171-6/+0
* | Merge "Move common change cache related methods to mixin"Zuul2021-09-181-18/+2
|\ \ | |/
| * Move common change cache related methods to mixinSimon Westphahl2021-09-171-18/+2
* | Merge "Clean up dangling cache data nodes more often"Zuul2021-09-181-1/+3
|\ \ | |/
| * Clean up dangling cache data nodes more oftenSimon Westphahl2021-09-171-1/+3
* | Merge "Periodically maintain connection caches"Zuul2021-09-181-8/+2
|\ \ | |/
| * Periodically maintain connection cachesSimon Westphahl2021-09-161-8/+2
* | Merge "Cache Gerrit refs in Zookeeper"Zuul2021-09-181-63/+122
|\ \ | |/
| * Cache Gerrit refs in ZookeeperSimon Westphahl2021-09-161-63/+122
* | Merge "Reference change dependencies by key"Zuul2021-09-181-9/+18
|\ \ | |/
| * Reference change dependencies by keySimon Westphahl2021-09-081-9/+18