-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cockpit: make CreateImageWizard
functional (HMS-5408)
#2780
Conversation
78d918f
to
bc12708
Compare
bc12708
to
af65fa3
Compare
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #2780 +/- ##
==========================================
- Coverage 84.60% 84.54% -0.07%
==========================================
Files 189 189
Lines 21675 21713 +38
Branches 2156 2159 +3
==========================================
+ Hits 18339 18358 +19
- Misses 3314 3333 +19
Partials 22 22
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perfect!
/retest |
CreateImageWizard
functional
CreateImageWizard
functionalCreateImageWizard
functional (HMS-5407)
CreateImageWizard
functional (HMS-5407)CreateImageWizard
functional (HMS-5408)
We can ignore the org-id when trying to get the state of the blueprint during the blueprint creation. This is unnecessary info for `on-prem`
This is not ideal, but we needed to add an empty endpoint for this, even though we're ignoring it on prem. The frontend for the service makes the api call regardless, so we can't ignore this.
af65fa3
to
7372524
Compare
/retest |
This PR makes it possible to step through each step of the
CreateImageWizard
and make the wizard functional.It is a follow up to #2735. The actual blueprint creation will be done in a follow up PR.
/jira-epic COMPOSER-2411
JIRA: HMS-5408