Age | Commit message (Collapse) | Author | Files | Lines |
|
To support the "smart HTTP protocol" the git handler needs to be added
to the mux before the cgit handler. This was previously fixed in 2022,
but a bad rebase lost the change.
|
|
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.
|
|
|
|
|
|
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.
|
|
|