Evan Tschuy

Results 24 comments of Evan Tschuy

@brianredbeard when you have time

This seems like a useful feature to have still. Currently, our "docker support" is to copy in a bunch of files located in`/var/lib/docker`. Looking through https://godoc.org/github.com/docker/engine-api, I don't see an...

#27 has a bunch of setup for getting testing done, and contains tests for `file.go` and `command.go`. Can you explain more about what we're looking for the (specific tests you...

Ok, I rewrote Mayday. See #29. It's a heck of a lot more testable, but there are certain aspects I'm not sure of.

@brianredbeard when you have time

libbing it out was definitely on the list (and the entire codebase should have every variable name replaced with `U+1F4A9` -- this is definitely a prelim implementation). Those all sound...

@colhom check out the tip of the repo. it's now nicely split apart into subpackages, including - an HTTP server - outputs: - output/table - output/terraform - subnet the IR...

This is a preliminary pull request adding support for serving tokens over HTTP. Its main problem right now is that it handles encryption poorly (which is... a minor issue for...

tokens are verified as of latest commit e4c1a6bb87275fae47eed011d0625e5ad9bbe4c4; fingerprints still need verification.