zuul/etc
Monty Taylor 9010dc50f4
Remove .json suffix from web routes
For the existing simple cases, like builds, jobs and status, having the json
suffix is a perfectly reasonable thing. However, in the next patch it starts
to get weird. When we add support for specific changes or specific jobs, we
we grow URLs like:

  /openstack/status.json
  /openstack/status/change/537010,2.json

Those read weird, because change/537010,2 is much more like an argument or
specialiation of status. The thing that reads weird is the status call having
 .json but the change-specific call just being status/, not
the trailing .json on the change url.

Removing the json suffix gets us:

  /openstack/status
  /openstack/status/change/537010,2

which feels better as the status portion of the url remains consistent.

This is done first in the stack so that as we add tests for new
endpoints we can get them right the first time rather than having a big
rename patch at the end (which is what this started as)

Change-Id: I4baf33fdacaf46943fbd192743551bb27bd618de
2018-02-19 09:27:31 -06:00
..
status Remove .json suffix from web routes 2018-02-19 09:27:31 -06:00
clonemap.yaml-sample cloner to easily clone dependent repositories 2014-07-29 09:03:59 +00:00
layout.yaml-sample Case sensitive label matching 2017-07-27 07:46:35 +02:00
logging.conf-sample Add sample configs 2012-06-05 14:49:01 -07:00
zuul.conf-sample Remove webapp 2018-01-29 21:21:00 +01:00