garm/runner
Gabriel Adrian Samfira 0ff2fd2e06
Make owners and repos case insensitive
Github treats owners (users and orgs) and repos as case insensitive. To
github, https://github.com/cloudbase/garm is equivalent to
https://github.com/CloudBase/GaRm. This commit makes the sql store
backend, case insensitive when querying repos and orgs.

Fixes: #25

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2022-10-05 18:14:07 +03:00
..
common Attempt to fetch runner name from API 2022-09-20 14:46:44 +03:00
mocks Add more organizations.go unit testing 2022-09-06 18:04:51 +03:00
pool Make owners and repos case insensitive 2022-10-05 18:14:07 +03:00
providers Always lookup images in simplestreams 2022-07-16 13:47:17 +00:00
interfaces.go Add PoolManagerController mocks 2022-09-01 16:08:56 +03:00
organizations.go Refactor code to allow more unit testing 2022-08-18 17:47:05 +03:00
organizations_test.go Cleanup unused struct field 2022-09-15 19:11:37 +03:00
pools.go Make runner-bootstrap-timeout optional 2022-07-06 17:37:18 +00:00
repositories.go Refactor code to allow more unit testing 2022-08-18 17:47:05 +03:00
repositories_test.go Cleanup unused struct field 2022-09-15 19:11:37 +03:00
runner.go Refactor code to allow more unit testing 2022-08-18 17:47:05 +03:00
types.go Add license headers 2022-05-05 13:25:50 +00:00