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

1
.gitattributes vendored
View File

@@ -13,3 +13,4 @@ pkg/**/mock.go linguist-generated=true
pkg/**/mock_Backend.go linguist-generated=true
pkg/**/mock_Client.go linguist-generated=true
ui/src/app/api-gen/**/* linguist-generated=true
pkg/apiserver-impl/ui/**/* linguist-generated=true