zuul/zuul/driver/zuul
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 Limit search scope of getChangesDependingOn to tenant 2018-05-24 00:15:51 +00:00
zuulmodel.py Add driver-specific pipeline requirements 2017-05-19 13:24:00 -07:00
zuultrigger.py Cleanup pipeline requirements 2017-07-28 10:37:59 -07:00