zuul/zuul/driver/gerrit
Clark Boylan 9453df6936 Look for depends-on lines in dependency searches
Prior to this change we looked for the current change/PR's url in any
other change/PR's message body. This meant any cross referencing of urls
would create further lookups to determine if there was a real dependency
there. Restrict this a bit more to require the Depends-On string too
when searching to limit the number of spidering queries that must be
done.

This is particularly useful for the github driver because queries are
expensive there and may be rate limited.

Change-Id: Ie49fe1a72dc844b14003d942684fd3d2a9478d21
2019-12-06 12:07:41 -08:00
..
__init__.py Add support for the Gerrit checks plugin 2019-09-17 14:15:18 -07:00
auth.py Report to gerrit over HTTP 2018-07-26 16:43:07 -07:00
gerritconnection.py Log an error on gerrit checks misconfiguration 2019-10-23 14:02:58 -07:00
gerritmodel.py Look for depends-on lines in dependency searches 2019-12-06 12:07:41 -08:00
gerritreporter.py Remove deprecated "checks_api" syntax 2019-10-23 14:02:58 -07:00
gerritsource.py Look for depends-on lines in dependency searches 2019-12-06 12:07:41 -08:00
gerrittrigger.py Add support for the Gerrit checks plugin 2019-09-17 14:15:18 -07:00