zuul/zuul/web
Monty Taylor 9db66082d3
Re-enable test of returning 404 on unknown tenant
Detecting an unknown tenant got tricky when we started returning a
message about tenants not being ready yet. In order to be able to return
a 404 for tenants we legitimately do not know anything about, keep an
UnparsedAbideConfig on the scheduler so that we can check it in case of
a miss. If we know about a tenant but don't have a config, we can return
the 'not ready' message. If we don't know about it at all, we can throw
the 404.

Also, remove the custom handler test. We have tests in other contexts
(like tests of the github webhook) that test the equivilent
functionality.

Change-Id: Icff5d7036b6a237646ad7482103f7b487621bac0
2018-02-19 09:31:13 -06:00
..
static Remove .json suffix from web routes 2018-02-19 09:27:31 -06:00
__init__.py Re-enable test of returning 404 on unknown tenant 2018-02-19 09:31:13 -06:00
handler.py Add facility for plugins to register web routes 2018-02-02 16:48:02 -06:00