garm/database/sql
Gabriel Adrian Samfira a078645ab2
Add token endpoint
This change adds a github registration endpoint that instances can use
to fetch a github registration token.

This change also invalidates disables access to an instance to the token
and status updates endpoints once the instance transitions from
"pending" or "installing" to any other state.
2022-12-01 18:00:22 +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 enterprise support to garm-cli 2022-10-21 17:14:03 +03:00
instances.go Add token endpoint 2022-12-01 18:00:22 +02:00
instances_test.go Add instances.go database unit tests 2022-09-28 17:29:40 +03:00
models.go Add token endpoint 2022-12-01 18:00:22 +02:00
organizations.go Add enterprise support 2022-10-21 17:14:03 +03:00
organizations_test.go Update docs 2022-10-21 17:14:03 +03:00
pools.go Add enterprise support to garm-cli 2022-10-21 17:14:03 +03:00
pools_test.go Add pools.go database unit tests 2022-10-13 17:57:00 +03:00
repositories.go Add enterprise support 2022-10-21 17:14:03 +03:00
repositories_test.go Add unit tests for the database/sql/repositories.go 2022-10-18 16:44:10 +03: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 token endpoint 2022-12-01 18:00:22 +02:00