Implement devfile state in odo api #6941
Implement devfile state in odo api #6941openshift-merge-robot merged 45 commits intoredhat-developer:mainfrom
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
ac9ab1e to
8af202b
Compare
ee92b4d to
a9bd13e
Compare
f7a4adb to
68d5bb7
Compare
| echo "Removing pkg/apiserver-gen/api/openapi.yaml" && rm ./pkg/apiserver-gen/api/openapi.yaml | ||
|
|
||
| .PHONY: generate-apifront | ||
| generate-apifront: ## Generate OpenAPISpec library based on ododevapispec.yaml inside ui/src/app |
There was a problem hiding this comment.
Could we also have a single Make target that would generate both the server and the client codes?
|
Kudos, SonarCloud Quality Gate passed!
|
Good catch, there was an error on the paths description. It is running now. Thanks |
|
/override cypress-run The E2E job will be handled once we have #6943 implemented. |
|
@rm3l: Overrode contexts on behalf of rm3l: cypress-run DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |








What type of PR is this:
/kind feature
What does this PR do / why we need it:
Which issue(s) this PR fixes:
Fixes #6903
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer:
The changes can be tested by:
ODO_EXPERIMENTAL_MODE=t odo dev --platform podman --api-serverfrom a directory containing a Devfilecd ui && ng servecd ui && npm run cypress:run