Matt Butcher
Matt Butcher
Using: ``` registry.Route("GET /hello/**", "Print Hello Web"). Does(web.Flush, "out"). Using("content").From("query:msg path:2 path:1") ``` Curl: ``` $ curl localhost:8080/hello/world An internal error occurred. ``` Error: ``` error2014/06/13 16:21:19 CookooHandler trapped a...
Event handlers have not been updated since namespaces were added
Fort should be updated to use namespaces correctly
Many unit tests are not working because of the conversion to namespaces and Composer autoloading.
This repo was originally written to capture concepts of CNAB as we went. It did faithful duty as a source of examples in the early days before there were any...
This changes is coming in Duffle: https://github.com/deislabs/duffle/pull/660 It reflects the spec's new usage of JSON Schema names for validations (not ARM Template names)
- Use newer method of declaring env vars - Explain things better in the README - Allow environment variables in parameters - Switch the Makefile to build for the container...
Brigade is multi-image, multi-part config, and a fairly complex Helm chart. It would be a great candidate for testing
This adds spin support and an example site for use with `PATH_PREFIX` Signed-off-by: Matt Butcher