summaryrefslogtreecommitdiff
path: root/zuul/source
Commit message (Expand)AuthorAgeFilesLines
* Fix exception on retry in source base classSimon Westphahl2023-02-141-2/+1
* Further avoid unnecessary change dependency updatesJames E. Blair2023-01-041-1/+1
* Report a config error for unsupported merge modeJames E. Blair2022-11-111-0/+16
* Change merge mode default based on driverJames E. Blair2022-10-131-0/+10
* Add support for GHE repository cacheJames E. Blair2022-05-051-1/+9
* Add queue.dependencies-by-topicJames E. Blair2022-03-251-0/+15
* Populate missing change cache entriesJames E. Blair2022-02-171-10/+13
* Retry dependency update requestsClark Boylan2021-12-011-0/+22
* Add source interface for getting the cache ltimeSimon Westphahl2021-11-041-0/+4
* Refresh branch cache depending on min. ltimeSimon Westphahl2021-11-041-1/+1
* Reference change dependencies by keySimon Westphahl2021-09-081-0/+8
* Add source interface for setting change attributesSimon Westphahl2021-09-081-0/+12
* Allow refreshing volatile data in canMerge checkSimon Westphahl2021-03-011-2/+11
* Annotate getChangeByUrl logs with event idTobias Henkel2020-07-301-1/+1
* Annotate canMerge check with event idTobias Henkel2019-07-121-1/+1
* Cache branches in connections/sourcesJames E. Blair2018-08-091-2/+17
* Limit search scope of getChangesDependingOn to tenantTobias Henkel2018-05-241-1/+4
* Support cross-source dependenciesJames E. Blair2018-01-161-0/+23
* Optionally limit github to protected branchesTobias Henkel2017-08-031-1/+1
* Remove use of six libraryMonty Taylor2017-06-191-4/+1
* Add driver-specific pipeline requirementsJames E. Blair2017-05-191-0/+10
* Add canonical hostname to source objectJames E. Blair2017-04-061-1/+2
* Fix constructor arguments to sourceJames E. Blair2017-04-061-2/+3
* Reorganize connections into driversJames E. Blair2017-01-201-51/+0
* Merge "Add getProjectBranches to Source" into feature/zuulv3Jenkins2016-11-092-0/+7
|\
| * Add getProjectBranches to SourceJames E. Blair2016-10-042-0/+7
* | Re-enable test_can_merge unit testPaul Belanger2016-11-091-2/+2
|/
* Remove scheduler parameter from connection registryJames E. Blair2016-03-211-2/+1
* Move gerrit logic from source to connectionJames E. Blair2016-03-211-281/+7
* Merge branch 'master' into feature/zuulv3Joshua Hesketh2016-03-112-10/+0
|\
| * Cache is held and managed by connectionsJoshua Hesketh2016-02-172-10/+0
* | Merge master into feature/zuulv3Joshua Hesketh2016-02-121-3/+0
|\ \ | |/
| * Fix regression in change trackingJoshua Hesketh2015-12-211-3/+0
* | Add job inheritance and start refactoringJames E. Blair2015-12-152-5/+2
* | Remove stop method from reporters, sources, triggersJames E. Blair2015-12-101-3/+0
* | Add tenantsJames E. Blair2015-12-082-8/+16
|/
* Add support for 'connection' conceptJoshua Hesketh2015-12-062-109/+31
* Add base class for sourcesJoshua Hesketh2015-12-062-7/+76
* Refactor sources out of triggersJoshua Hesketh2015-12-062-0/+408