garm/runner/pool
Gabriel Adrian Samfira cc6e985629 Fix: Scope entities to endpoint
This change scopes all github entities to a github endpoint, allowing
users to have the same repo/org/enterprise created for each endpoint.

This way, if your username is the same on github.com and on your GHES
server, and you have the same repository name or org in both places,
GARM can now handle that situation.

This change also fixes a leaky watcher in the pool manager.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2024-07-29 17:35:57 +00:00
..
common.go Deduplicate code 2024-03-17 10:21:41 +00:00
locking.go Remove some code, move some code around 2024-04-01 14:52:37 +00:00
pool.go Fix: Scope entities to endpoint 2024-07-29 17:35:57 +00:00
stub_client.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
util.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
util_test.go Add some unit tests 2024-03-15 14:35:23 +00:00
watcher.go Fix: Scope entities to endpoint 2024-07-29 17:35:57 +00:00