summaryrefslogtreecommitdiff
path: root/zuul/driver/gitlab/gitlabconnection.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Handle missing diff_refs attribute"Zuul2023-03-011-7/+37
|\
| * Handle missing diff_refs attributeFabien Boucher2023-01-171-7/+37
* | [gitlab driver] fix "'EnqueueEvent' object has no attribute 'change_url'"Fabien Boucher2022-12-151-6/+1
|/
* Trace Gitlab connection eventsSimon Westphahl2022-09-301-5/+21
* Fix gitlab squash mergeArtem Goncharov2022-06-131-1/+2
* Add base_sha support to gitlab driverJames E. Blair2022-04-251-0/+1
* Fix gitlab timer eventsJames E. Blair2022-03-151-0/+2
* Don't reconfigure after every gitlab mergeJames E. Blair2022-02-241-3/+18
* Merge "Populate missing change cache entries"Zuul2022-02-221-55/+59
|\
| * Populate missing change cache entriesJames E. Blair2022-02-171-55/+59
* | Merge "Add support for adding and removing labels in gitlab"Zuul2022-02-181-0/+23
|\ \ | |/ |/|
| * Add support for adding and removing labels in gitlabJames E. Blair2022-01-141-0/+23
* | 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-1/+4
|/
* Merge "Prevent MR message to be None in order to be process by the scheduler"Zuul2021-11-171-1/+1
|\
| * Prevent MR message to be None in order to be process by the schedulerFabien Boucher2021-11-031-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
|/
* Add gitlab disable_connection_pool optionJames E. Blair2021-10-141-8/+27
* Merge "Add TCP keepalive to gitlab"Zuul2021-10-061-3/+8
|\
| * Add TCP keepalive to gitlabJames E. Blair2021-10-051-3/+8
* | Add support for gitlab squash mergeArtem Goncharov2021-09-301-2/+7
|/
* Fix failed merge detection in gitlabArtem Goncharov2021-09-301-0/+4
* Merge "gitlabconnection: Use keyword argument for retries"Zuul2021-09-301-1/+1
|\
| * gitlabconnection: Use keyword argument for retriesJoshua Watt2021-09-271-1/+1
* | Never externally delete change cache entriesJames E. Blair2021-09-281-13/+9
|/
* Use structured change cache keysJames E. Blair2021-09-241-3/+10
* Only refresh deps if change messages have changedJames E. Blair2021-09-241-0/+2
* Remove onChangeUpdated methodJames E. Blair2021-09-241-3/+0
* 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 Gitlab refs in ZookeeperSimon Westphahl2021-09-161-34/+78
* Reference change dependencies by keySimon Westphahl2021-09-081-1/+5
* Add a timeout to gitlab HTTP requestsJames E. Blair2021-08-231-3/+9
* Retry HTTP requests in gitlabJames E. Blair2021-08-231-0/+5
* Improve gitlab request loggingJames E. Blair2021-08-231-6/+8
* Merge "gitlab: Add access token name, Update docs, Fix webhook"Zuul2021-07-271-1/+16
|\
| * gitlab: Add access token name, Update docs, Fix webhookGuillaume Chauvel2021-02-081-1/+16
* | Gitlab: filter repository branches with protected branch rulesAlbin Vass2021-06-021-6/+18
* | Merge "gitlab-driver: remove trailing slash from api basepath"Zuul2021-05-281-1/+1
|\ \
| * | gitlab-driver: remove trailing slash from api basepathAlbin Vass2021-03-151-1/+1
| |/
* | 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
* | | Filter events on event connectionAlbin Vass2021-04-241-0/+1
|/ /
* | Merge "Gitlab: raise MergeFailure exception to retry a failing merge"Zuul2021-04-081-1/+5
|\ \
| * | Gitlab: raise MergeFailure exception to retry a failing mergeGuillaume Chauvel2021-03-011-1/+5
| |/