Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-08 | feat: replace signal handlerv0.5.0 | 1 | -2/+5 | ||
Go added signal.NotifyContext to the standard library in 1.16, allowing for easy bindings of signals to context. This allows for controller-runtime's signals.SetupSignalHandler to be replaced. | |||||
2024-09-08 | feat: use slog for logging | 1 | -7/+9 | ||
2024-09-08 | feat: add pprof endpoints | 1 | -0/+19 | ||
2024-09-08 | feat: reusable HTTP server runnable | 1 | -7/+24 | ||
Replace the HTTP server runnable with a version derived from controller-runtime's manager, allowing for more than one type of HTTP server to be added. | |||||
2022-11-26 | add initial version of cgit-httpd | 1 | -0/+63 | ||