garm/database/sql
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
..
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
instances.go Fix typo 2022-09-15 19:18:28 +03:00
instances_test.go Add instances.go database unit tests 2022-09-28 17:29:40 +03:00
models.go Make owners and repos case insensitive 2022-10-05 18:14:07 +03:00
organizations.go Make owners and repos case insensitive 2022-10-05 18:14:07 +03:00
organizations_test.go Make owners and repos case insensitive 2022-10-05 18:14:07 +03:00
pools.go Add license headers 2022-05-05 13:25:50 +00:00
repositories.go Make owners and repos case insensitive 2022-10-05 18:14:07 +03:00
sql.go Make owners and repos case insensitive 2022-10-05 18:14:07 +03:00
users.go Make owners and repos case insensitive 2022-10-05 18:14:07 +03:00
util.go Make runner-bootstrap-timeout optional 2022-07-06 17:37:18 +00:00