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>
27 lines
407 B
Text
27 lines
407 B
Text
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.DS_Store
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
bin/
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
.vscode
|
|
cmd/temp
|
|
build/
|
|
release/
|
|
node_modules/
|
|
.svelte-kit/
|
|
debug.html
|
|
git_push.sh
|
|
webapp/src/lib/api/generated/docs
|
|
.env
|