garm/config
Gabriel Adrian Samfira eec158b32c Add SPA UI for GARM
This change adds a single page application front-end to GARM. It uses
a generated REST client, built from the swagger definitions, the websocket
interface for live updates of entities and eager loading of everything
except runners, as users may have many runners and we don't want to load
hundreds of runners in memory.

Proper pagination should be implemented in the API, in future commits,
to avoid loading lots of elements for no reason.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2025-08-16 09:09:13 +00:00
..
testdata Don't save runner registration tolen in DB 2022-12-06 19:48:00 +00:00
config.go Add SPA UI for GARM 2025-08-16 09:09:13 +00:00
config_test.go Merge pull request #328 from gabriel-samfira/add-busy-timeout 2025-02-13 13:10:15 +02:00
external.go Version provider interface 2024-08-21 16:14:38 +03:00
external_test.go Replace errors.Wrap calls 2024-03-02 19:07:06 +00:00