garm/runner
Gabriel Adrian Samfira 90870c11be Use database for github creds
Add database models that deal with github credentials. This change
adds models for github endpoints (github.com, GHES, etc). This change
also adds code to migrate config credntials to the DB.

Tests need to be fixed and new tests need to be written. This will come
in a later commit.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2024-04-22 14:03:25 +00:00
..
common Fix lint 2024-03-17 11:13:14 +00:00
metrics Add job info in runner list 2024-03-11 15:46:18 +00:00
mocks Allow bypassing Unauthorized error when deleting runner 2024-03-10 15:21:39 +00:00
pool Remove some code, move some code around 2024-04-01 14:52:37 +00:00
providers fix: godoc linter warnings (TODOs) 2024-02-22 15:06:53 +01:00
common_test.go fix: goconst linter findings 2024-02-22 17:39:02 +01:00
enterprises.go Remove duplicate code 2024-03-29 18:50:04 +00:00
enterprises_test.go Use database for github creds 2024-04-22 14:03:25 +00:00
interfaces.go Slight refactor and fix tests 2023-07-05 09:46:19 +00:00
metadata.go Slightly simplify code 2024-03-30 18:22:06 +00:00
organizations.go Remove duplicate code 2024-03-29 18:50:04 +00:00
organizations_test.go Use database for github creds 2024-04-22 14:03:25 +00:00
pools.go Remove duplicate code 2024-03-29 18:50:04 +00:00
pools_test.go Fix tests 2024-03-28 18:23:49 +00:00
repositories.go Remove duplicate code 2024-03-29 18:50:04 +00:00
repositories_test.go Use database for github creds 2024-04-22 14:03:25 +00:00
runner.go Use database for github creds 2024-04-22 14:03:25 +00:00
types.go Move code to external package 2023-07-21 15:34:18 +00:00