Files
zuul/tests
Sean Dague a8311bf6a6 add support for getting status of individual changes
This expands the rest API for zuul for selecting a portion of the zuul
data.

The supported urls are:
 - /status: return a complex data structure that represents the entire
   queue / pipeline structure of the system
 - /status.json (backwards compatibility): same as /status
 - /status/change/X,Y: return status just for gerrit change X,Y

In the individual status case the changes are returned as a simple
array, and not in the pipeline structure.

Tests are added to demonstrate this working, as well as ensure 404 is
correctly returned when invalid urls are provided.

Co-Authored-By: Joshua Hesketh <joshua.hesketh@rackspace.com>

Change-Id: Ib8d80530cc99c222226f73046c17ab0bbf6e080b
2014-10-01 06:02:28 -04:00
..
2012-08-23 23:20:09 +00:00
2014-08-27 09:16:25 -07:00
2014-08-15 16:09:16 -07:00