garm/database/sql
Gabriel Adrian Samfira 234f71d9d1 Rename PoolType to GithubEntityType
We'll use GithubEntityType throughout the codebase to determine the
type of operation that is about to take place, so this won't belimited
to determining only pool type. We'll also use this to dedupe the label
scope as well.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2024-03-17 06:58:03 +00:00
..
common_test.go fix: remove unused cobra args 2024-02-22 17:20:05 +01:00
controller.go fix: unused-parameter linter findings 2024-02-22 16:54:38 +01:00
controller_test.go fix: unused-parameter linter findings 2024-02-22 16:54:38 +01:00
enterprise.go Rename PoolType to GithubEntityType 2024-03-17 06:58:03 +00:00
enterprise_test.go Add pool balancing strategy 2024-03-14 20:04:34 +00:00
instances.go Add job info in runner list 2024-03-11 15:46:18 +00:00
instances_test.go Add pool balancing strategy 2024-03-14 20:04:34 +00:00
jobs.go Rename PoolType to GithubEntityType 2024-03-17 06:58:03 +00:00
models.go Add pool balancing strategy 2024-03-14 20:04:34 +00:00
organizations.go Rename PoolType to GithubEntityType 2024-03-17 06:58:03 +00:00
organizations_test.go Add pool balancing strategy 2024-03-14 20:04:34 +00:00
pools.go Rename PoolType to GithubEntityType 2024-03-17 06:58:03 +00:00
pools_test.go Add pool balancing strategy 2024-03-14 20:04:34 +00:00
repositories.go Rename PoolType to GithubEntityType 2024-03-17 06:58:03 +00:00
repositories_test.go Add pool balancing strategy 2024-03-14 20:04:34 +00:00
sql.go Switch to log/slog 2024-01-05 23:46:40 +00:00
users.go fix: unused-parameter linter findings 2024-02-22 16:54:38 +01:00
users_test.go fix: remove unused cobra args 2024-02-22 17:20:05 +01:00
util.go Add pool balancing strategy 2024-03-14 20:04:34 +00:00