summaryrefslogtreecommitdiff
path: root/zuul/driver/git/gitconnection.py
Commit message (Expand)AuthorAgeFilesLines
* Populate missing change cache entriesJames E. Blair2022-02-171-21/+21
* Add a model API versionJames E. Blair2022-01-271-1/+1
* Add source attribute to GitConnectionFelix Edel2021-11-301-0/+1
* Split up registerScheduler() and onLoad() methodsFelix Edel2021-11-091-2/+8
* Refresh branch cache depending on min. ltimeSimon Westphahl2021-11-041-1/+1
* Use structured change cache keysJames E. Blair2021-09-241-2/+7
* Simplify Zookeeper change cache APISimon Westphahl2021-09-171-6/+0
* Move common change cache related methods to mixinSimon Westphahl2021-09-171-11/+2
* Clean up dangling cache data nodes more oftenSimon Westphahl2021-09-171-1/+3
* Periodically maintain connection cachesSimon Westphahl2021-09-161-5/+2
* Cache Git refs (driver) in ZookeeperSimon Westphahl2021-09-161-21/+44
* Execute merge jobs via ZooKeeperFelix Edel2021-08-061-1/+2
* Filter events on event connectionAlbin Vass2021-04-241-0/+1
* Switch to Zookeeper backed trigger event queuesSimon Westphahl2021-03-181-1/+1
* Separate connection registries in testsJan Kubovy2020-10-131-0/+1
* Extract the watcher from git driverJames E. Blair2020-02-051-110/+22
* Record and report time for trigger eventsSimon Westphahl2019-07-181-0/+1
* git: only list heads and tags referencesTristan Cacqueray2019-05-241-0/+1
* web: add /connections routeTristan Cacqueray2019-02-271-0/+8
* connections: remove unused getSchema procedureTristan Cacqueray2019-02-181-7/+0
* Update git connection loggingJames E. Blair2019-02-061-2/+2
* Use os.path.join for git driver getGitUrlMonty Taylor2019-01-151-2/+1
* Stabilize git driver testsJames E. Blair2018-01-171-0/+3
* Git driverFabien Boucher2017-12-151-3/+197
* Add implied branch matchers on 'master'James E. Blair2017-10-261-1/+1
* Optionally limit github to protected branchesTobias Henkel2017-08-031-1/+1
* Remove use of six libraryMonty Taylor2017-06-191-1/+1
* Pass source to project instantiationsJames E. Blair2017-04-181-4/+4
* Handle dict extras in Voluptuous SchemaClark Boylan2017-04-121-1/+1
* Add canonical hostname to source objectJames E. Blair2017-04-061-1/+10
* Add Git driverJames E. Blair2017-02-151-0/+54