zuul/zuul/driver
Clark Boylan cdcc8f304d Log github delivery ids properly
Previously we were doing a get for 'X-GitHub-Delivery' on a python dict
which didn't have this key. The key in the dict is 'x-github-delivery'.
Because of this we were logging None as the delivery id. Fix this by
updating the key used which will give us logging data that is helpful
for debugging.

Side note. The header as sent by github to the zuul web server appears
to be 'X-GitHub-Delivery' with that case. But somewhere along the line
things get normalized to lower case. This is true for the other headers
we lookat in the events as well.

Change-Id: I8acbc910e7e50aa53c1ade0fa2ce6f2afed053d7
2018-06-13 13:54:27 -07:00
..
bubblewrap Add standard ca certificate paths 2018-03-16 16:34:18 +01:00
gerrit Status branch protection checking for github 2018-06-04 15:47:01 +02:00
git Limit search scope of getChangesDependingOn to tenant 2018-05-24 00:15:51 +00:00
github Log github delivery ids properly 2018-06-13 13:54:27 -07:00
mqtt Status branch protection checking for github 2018-06-04 15:47:01 +02:00
nullwrap Write secrets to tmpfs 2017-08-19 08:08:19 -07:00
smtp Status branch protection checking for github 2018-06-04 15:47:01 +02:00
sql Status branch protection checking for github 2018-06-04 15:47:01 +02:00
timer Optionally limit github to protected branches 2017-08-03 11:50:26 +02:00
zuul Limit search scope of getChangesDependingOn to tenant 2018-05-24 00:15:51 +00:00
__init__.py Status branch protection checking for github 2018-06-04 15:47:01 +02:00
util.py Add driver-specific pipeline requirements 2017-05-19 13:24:00 -07:00