zuul/zuul/driver/git
Tobias Henkel 619e2fc904 Limit search scope of getChangesDependingOn to tenant
In GitHub with many app installations the getChangesDependingOn
currently iterates over all installations within the system and fires
up a search query. In larger deployments this can sum up to hundreds
of queries for a single parent-change-enqueued event. At least for
multi-tenant deployments this can be greatly improved when limiting
the scope just to the installations related to the tenant. With this
improvement in most tenants this can be accomplished with a handful of
requests then.

Change-Id: Ibfad750a685d2ec58f3e452bfe2098bbdc294e37
2018-05-24 00:15:51 +00:00
..
__init__.py Git driver 2017-12-15 14:32:40 +01:00
gitconnection.py Stabilize git driver tests 2018-01-17 09:53:18 -08:00
gitmodel.py Git driver 2017-12-15 14:32:40 +01:00
gitsource.py Limit search scope of getChangesDependingOn to tenant 2018-05-24 00:15:51 +00:00
gittrigger.py Git driver 2017-12-15 14:32:40 +01:00