zuul/zuul/driver/github
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
..
__init__.py Status branch protection checking for github 2018-06-04 15:47:01 +02:00
githubconnection.py Log github delivery ids properly 2018-06-13 13:54:27 -07:00
githubmodel.py Support merged as requirement in github driver 2018-05-16 07:43:50 +02:00
githubreporter.py Status branch protection checking for github 2018-06-04 15:47:01 +02:00
githubsource.py Merge "Limit search scope of getChangesDependingOn to tenant" 2018-06-02 06:54:22 +00:00
githubtrigger.py Use util functions to make lists of things 2017-05-30 14:53:46 -07:00