lorax/src
Chris Lumens 95462600fa Return a JSON error instead of a 404 on certain malformed URLs.
This handles the case where a route is requested, but without a required
parameter.  So, /blueprints/info is requested instead of
/blueprints/info/http-server.  It accomplishes this via a decorator, so
a lot of these route-related functions now have quite a few decorators
attached to them.

Typo'd URLs (/blueprints/nfo for instance) will still return a 404.  I
think this is a reasonable thing to do.

(cherry picked from commit 5daf2d416a)
2018-08-07 12:12:17 -07:00
..
bin If the help subcommand is given, print the help output. 2018-07-19 10:59:31 -07:00
composer composer-cli: Add support for Group to blueprints diff 2018-08-07 12:12:17 -07:00
pylorax Return a JSON error instead of a 404 on certain malformed URLs. 2018-08-07 12:12:17 -07:00
sbin Update to use only qemu-kvm 2018-07-27 15:10:22 -07:00