summaryrefslogtreecommitdiff
path: root/zuul/driver/pagure/pagureconnection.py
Commit message (Expand)AuthorAgeFilesLines
* Trace Pagure connection eventsSimon Westphahl2022-09-301-5/+21
* Populate missing change cache entriesJames E. Blair2022-02-171-44/+49
* 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-2/+5
|/
* 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
* Use CachedBranchConnection in Pagure driverJames E. Blair2021-11-031-16/+9
* 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/+1
* 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 Pagure refs in ZookeeperSimon Westphahl2021-09-161-46/+81
* Reference change dependencies by keySimon Westphahl2021-09-081-1/+5
* Don't clear connection caches during full reconfigSimon Westphahl2021-07-091-3/+0
* 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
|/
* Dispatch Pagure webhook events via ZookeeperSimon Westphahl2021-03-261-130/+53
* Switch to Zookeeper backed trigger event queuesSimon Westphahl2021-03-181-1/+3
* Allow to reuse the code handling the branch cachePierre-Louis Bonicoli2020-11-101-1/+1
* Remove source_event from Change objectsTobias Henkel2020-09-111-3/+0
* Annotate getChangeByUrl logs with event idTobias Henkel2020-07-301-2/+3
* pagure: ensure files is list and not a dict_keysFabien Boucher2020-06-021-1/+1
* Merge "pagure: Improve CI status flag handling"Zuul2020-05-161-11/+35
|\
| * pagure: Improve CI status flag handlingFabien Boucher2020-04-071-11/+35
* | pagure: Make use of the new project webhook/token endpointFabien Boucher2020-04-071-4/+3
|/
* Pagure - Refresh token and recheck sign when token regeneratedFabien Boucher2020-02-171-19/+25
* Pagure: remove connectors burden and simplify codeFabien Boucher2020-02-171-129/+58
* Merge "Pagure: Fix handling of threshold_reached: None"Zuul2019-12-061-1/+5
|\
| * Pagure: Fix handling of threshold_reached: NoneFabien Boucher2019-11-271-1/+5
* | Pagure - add the enqueue_ref unit testFabien Boucher2019-10-301-1/+1
* | Pagure - Support for branch creation/deletionFabien Boucher2019-10-301-36/+29
* | Pagure - add support for git.tag.creation eventFabien Boucher2019-10-301-6/+16
* | Pagure - Manage project connector refresh when EINVALIDTOKFabien Boucher2019-10-251-1/+8
|/
* Pagure - handles pull-request.closed eventFabien Boucher2019-09-181-1/+8
* Pagure - handle Pull Request tags (labels) metadataFabien Boucher2019-09-181-6/+28
* Pagure - handle initial comment change eventFabien Boucher2019-09-181-2/+8
* Pagure - fix wrong commit gitweb urlFabien Boucher2019-09-181-1/+1
* Better error handling for the PagureAPIClientFabien Boucher2019-09-031-12/+51
* Record and report time for trigger eventsSimon Westphahl2019-07-181-0/+1
* Annotate canMerge check with event idTobias Henkel2019-07-121-7/+8
* Pagure driver - https://pagure.io/pagure/Fabien Boucher2019-06-171-0/+886