garm/runner
Gabriel Adrian Samfira abcc9569bd
Add a common RunnerPrefix type
There are several fields that are common among some of the data
structures in garm. The RunnerPrefix is just one of them. Perhaps we
should move some of the rest in a common type and embed that into the
types that share those fields.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-01-20 12:12:15 +02:00
..
common feat: scale down idle runners 2023-01-10 18:18:28 +01:00
mocks Don't save runner registration tolen in DB 2022-12-06 19:48:00 +00:00
pool Add a common RunnerPrefix type 2023-01-20 12:12:15 +02:00
providers Don't save runner registration tolen in DB 2022-12-06 19:48:00 +00:00
enterprises.go Start pool managers in the background 2022-10-21 17:14:03 +03:00
enterprises_test.go Add Enterprise tests 2022-12-04 17:30:42 +00:00
interfaces.go Add enterprise support 2022-10-21 17:14:03 +03:00
organizations.go Start pool managers in the background 2022-10-21 17:14:03 +03:00
organizations_test.go Add Enterprise tests 2022-12-04 17:30:42 +00:00
pools.go Add enterprise support to garm-cli 2022-10-21 17:14:03 +03:00
repositories.go Start pool managers in the background 2022-10-21 17:14:03 +03:00
repositories_test.go Add Enterprise tests 2022-12-04 17:30:42 +00:00
runner.go Wait for loop exit and some fixes 2022-12-30 15:07:40 +00:00
types.go Add enterprise support 2022-10-21 17:14:03 +03:00