balena-supervisor/gosuper
Lorenzo Stoakes 849a8c848b Prevent non-fatal errors from closing the supervisor.
This patch fixes a couple of cases where `log.Fatalf` would cause the supervisor
to exit immediately when it's inappropriate to do so. `log.Fatalf` and
co. should not be used unless the supervisor utterly cannot run without
whatever's being checked being in place.

This patch also adjusts the code that relied on the module's values being
created here being available, they now check and send an appropriate error
message if they're not there.
2015-10-15 18:14:42 +01:00
..
Godeps Add GO api for openvpn control 2015-10-13 13:45:07 -03:00
gosuper Prevent non-fatal errors from closing the supervisor. 2015-10-15 18:14:42 +01:00
supertest Change APIResponse to a struct with a Data Interface 2015-10-13 13:45:05 -03:00
systemd Prevent non-fatal errors from closing the supervisor. 2015-10-15 18:14:42 +01:00
build_gosuper.sh Lock app restart, cleanup and better testing 2015-10-13 13:43:36 -03:00
Dockerfile Use golang 1.5.1 for compiling 2015-10-13 13:45:04 -03:00
test_formatting.sh Handle App not found in purge, + cleanup 2015-10-13 13:43:36 -03:00