garm/database/sql
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
..
controller.go Add license headers 2022-05-05 13:25:50 +00:00
controller_test.go Create a testing package for common utilities 2022-09-15 17:48:09 +03:00
enterprise.go Add a common RunnerPrefix type 2023-01-20 12:12:15 +02:00
enterprise_test.go Add sql package enterprises tests 2022-12-31 22:39:55 +00:00
instances.go Limit instances to one runner token 2022-12-29 22:57:10 +00:00
instances_test.go Some cleanup and safety checks 2022-12-29 16:50:11 +00:00
models.go feat: allow to configure the runner name 2023-01-19 11:13:36 +01:00
organizations.go Add a common RunnerPrefix type 2023-01-20 12:12:15 +02: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
pools_test.go Add Enterprise tests 2022-12-04 17:30:42 +00:00
repositories.go Add a common RunnerPrefix type 2023-01-20 12:12:15 +02:00
repositories_test.go Add Enterprise tests 2022-12-04 17:30:42 +00:00
sql.go Add enterprise support 2022-10-21 17:14:03 +03:00
users.go Make owners and repos case insensitive 2022-10-05 18:14:07 +03:00
util.go Add a common RunnerPrefix type 2023-01-20 12:12:15 +02:00