garm/cmd/garm-cli/cmd
Gabriel Adrian Samfira 70bfff96e0 Fix log streamer and cleanup code
I accidentally disabled the log streamer when I moved the config options
to their own section. This change fixes that.

This change also adds some safety checks and locking when cleaning up stale
clients. The websocket hub Write() function now copies the message before
sending it on the channel to the clients.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2024-01-06 14:05:38 +00:00
..
controller_info.go Fixup field name 2023-08-22 09:39:02 +03:00
credentials.go Implement API client functionality in the garm-cli 2023-07-25 19:26:00 +03:00
enterprise.go Add functions to (un)install webhooks for orgs and repos 2023-08-22 09:39:01 +03:00
init.go Implement API client functionality in the garm-cli 2023-07-25 19:26:00 +03:00
jobs.go Implement API client functionality in the garm-cli 2023-07-25 19:26:00 +03:00
log.go Fix log streamer and cleanup code 2024-01-06 14:05:38 +00:00
metrics.go Implement API client functionality in the garm-cli 2023-07-25 19:26:00 +03:00
organization.go Add optional --install-webhook flag when creating repo/org 2023-08-22 09:39:02 +03:00
pool.go Fix nil pointer dereference 2023-08-23 11:21:15 +00:00
profile.go Implement API client functionality in the garm-cli 2023-07-25 19:26:00 +03:00
provider.go Implement API client functionality in the garm-cli 2023-07-25 19:26:00 +03:00
repository.go Add optional --install-webhook flag when creating repo/org 2023-08-22 09:39:02 +03:00
root.go Add webhook show, return info and some fixes 2023-08-22 09:39:01 +03:00
runner.go Add force delete runner 2023-10-12 06:15:36 +00:00
version.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00