garm/runner
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
..
common Add SPA UI for GARM 2025-08-16 09:09:13 +00:00
metrics Add a rudimentary filter option when listing entities 2025-06-18 21:23:34 +00:00
mocks Add SPA UI for GARM 2025-08-16 09:09:13 +00:00
pool Handle new jobID for scale sets 2025-07-18 08:20:50 +00:00
providers Add copyright header 2025-05-20 09:43:29 +00:00
common.go Create Repo / Org make --forge-type optional 2025-05-29 18:36:25 +02:00
common_test.go Add copyright header 2025-05-20 09:43:29 +00:00
enterprises.go Add a rudimentary filter option when listing entities 2025-06-18 21:23:34 +00:00
enterprises_test.go Add a rudimentary filter option when listing entities 2025-06-18 21:23:34 +00:00
gitea_credentials.go Add copyright header 2025-05-20 09:43:29 +00:00
gitea_endpoints.go Add copyright header 2025-05-20 09:43:29 +00:00
github_credentials.go Add copyright header 2025-05-20 09:43:29 +00:00
github_endpoints.go Add copyright header 2025-05-20 09:43:29 +00:00
interfaces.go Add SPA UI for GARM 2025-08-16 09:09:13 +00:00
metadata.go Add copyright header 2025-05-20 09:43:29 +00:00
organizations.go Add a rudimentary filter option when listing entities 2025-06-18 21:23:34 +00:00
organizations_test.go Add a rudimentary filter option when listing entities 2025-06-18 21:23:34 +00:00
pools.go Fix leftover instances and refactor 2025-05-03 22:29:40 +00:00
pools_test.go Enable orgs 2025-05-16 23:02:01 +00:00
repositories.go Add a rudimentary filter option when listing entities 2025-06-18 21:23:34 +00:00
repositories_test.go Add a rudimentary filter option when listing entities 2025-06-18 21:23:34 +00:00
runner.go Add a rudimentary filter option when listing entities 2025-06-18 21:23:34 +00:00
scalesets.go Enable orgs 2025-05-16 23:02:01 +00:00
types.go Move code to external package 2023-07-21 15:34:18 +00:00