-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update UI API usage for Boot 3 updates (#1929)
* Update app service API url with boot version parameter * Added boot version combo field on register applications form * Up translations * Form * Update * Update * Fix tests * Added SchemaTarget support for task and job executions. * Fixed parameters for put/post * Improve check for platform name. * Added translations * Fixed tasks / jobs spec tests * Fixed linting * Enable getExecution method on task service * Enable getExecutionById from task mock * Solved nav router attr for streams * Fixed default task executions url parameters values * Solved job service spec tests * Solve task service spec tests * Polish (lint) * Fixed routerlink attr * Polish * Enable schemaTarget label on task execution panel * Enable schemaTarget label on step component * Solved job executions label translation directive * Added schemaTarget label on job execution step component * Up schemaTarget from task execution object * Up schemaTarget read * Added schemaTarget on task execution details panel * Up --------- Co-authored-by: Damien Vitrac <dvitrac@vmware.com> Co-authored-by: Corneil du Plessis <pcorneil@vmware.com>
- Loading branch information
1 parent
f5ae252
commit 6439b75
Showing
44 changed files
with
522 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,92 @@ | ||
{ | ||
"/about" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/audit-records" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/authenticate" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/apps" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/dashboard/logout" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/jobs" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/oauth2" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/login" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/logout" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/metrics" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/security/info" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/streams" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/tasks" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/tools" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/runtime" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/completions" : { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/websocket": { | ||
"target": "http://localhost:9393", | ||
"ws": true, | ||
"logLevel": "debug" | ||
} | ||
"/about": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/audit-records": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/authenticate": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/apps": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/dashboard/logout": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/jobs": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/oauth2": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/login": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/logout": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/metrics": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/security/info": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/streams": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/tasks": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/tools": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/runtime": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/completions": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
}, | ||
"/websocket": { | ||
"target": "http://localhost:9393", | ||
"ws": true, | ||
"logLevel": "debug" | ||
}, | ||
"/schema": { | ||
"target": "http://localhost:9393/", | ||
"secure": false, | ||
"logLevel": "debug" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.