Add /devfile PUT and GET endpoints (#6950)

* Serve /devfile

* Implement /devfile endpoints

* Load/Save devfile from UI

* Required metadata fields in the response

* Add an Apply button on 1st tab

* Fix: validate new devfile, not previous one

* Add generated UI files to gitattributes file

* Fix rebase
This commit is contained in:
Philippe Martin
2023-07-06 18:30:48 +02:00
committed by GitHub
parent c4b103d9c4
commit 2c3d2ea0b1
29 changed files with 629 additions and 140 deletions

1
.gitattributes vendored
View File

@@ -12,3 +12,4 @@ pkg/apiserver-gen/**/* linguist-generated=true
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