zuul/zuul/driver/pagure
Tobias Henkel 878946cbba
Remove source_event from Change objects
In the past source_event has been used to improve merge messages. This
is being attached to changes in getChange. Since there can be any
event on a change this has been wrong and is now unused. Thus remove
this variable. Further it currently even creates a problematic memleak
when doing dequeue commands without the change being in any queue. In
this case the exception trace including all local variables of the
frames (e.g. Tenant) are attached to the event and thus to the
cached change which will never be cleared unless there is another
event incoming for this change).

Change-Id: I23e59e66f485bf46493d7a5bdf7bc29966e56993
2020-09-11 09:26:33 +02:00
..
__init__.py Pagure driver - https://pagure.io/pagure/ 2019-06-17 14:18:19 -07:00
pagureconnection.py Remove source_event from Change objects 2020-09-11 09:26:33 +02:00
paguremodel.py Pagure - handle Pull Request tags (labels) metadata 2019-09-18 11:50:26 +02:00
pagurereporter.py Pagure driver - https://pagure.io/pagure/ 2019-06-17 14:18:19 -07:00
paguresource.py Annotate getChangeByUrl logs with event id 2020-07-30 15:28:30 +02:00
paguretrigger.py Pagure - handle Pull Request tags (labels) metadata 2019-09-18 11:50:26 +02:00