Serve UI from api server (#6954)

* Serve UI from api server

* Build UI static files + check generation with GHAction

* Update UI static files

* Use specific commit for verify-changed-files action

* Add pkg/apiserver-impl/ui to .gitattributes

* Ignore pkg/apiserver-impl/ui/** for sonar
This commit is contained in:
Philippe Martin
2023-07-07 13:07:14 +02:00
committed by GitHub
parent 2c3d2ea0b1
commit ebe003ede0
40 changed files with 1725 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ sonar.organization=redhat-developer
# Path to sources
sonar.sources=cmd,pkg
# Source File Exclusions: Patterns used to exclude some source files from analysis.
sonar.exclusions=**/*_test.go
sonar.exclusions=**/*_test.go,pkg/apiserver-impl/ui/**
# Source File Inclusions : Patterns used to include some source files and only these ones in analysis.
# sonar.inclusions=