Jacob Kozol
a51328e426
CreateImageWizard: update azure redirect
...
On authorization of image builder on azure, the user will be redirected
to portal.azure.com. The response mode is changed to query instead of
form_post because form_post makes a POST request while query makes a GET
request. portal.azure.com does not respond when we make a POST request
to it so users will not be redirected unless we use the response mode
of query.
2021-10-19 14:44:30 +02:00
Jacob Kozol
913cd9a785
CreateImageWizard: update azure text and field order
...
The info text is updated and the authorize button is moved below tenant
ID. The tenant ID is now validated as a valid GUID and if is not valid
the authorize button is disabled. This tenant id is now used to validate
image builder on azure because the authorize url containing the tenant
id will authorize for any microsoft account type. Tests are also
updated.
2021-10-18 18:27:40 +02:00
Simon Steinbeiss
9ff2139930
CreateImageWizard: Switch away from TextListItem
2021-08-10 11:32:25 +02:00
Simon Steinbeiss
6d08382fce
CreateImageWizard: Align all values on the review step
...
Closes #194
2021-08-10 11:32:25 +02:00
Simon Steinbeiss
bec1183c5a
CreateImageWizard: Show Azure information on review page
...
Closes #202
2021-08-02 19:26:28 +02:00
Simon Steinbeiss
c8fe2252ce
CreateImageWizard: Only show subscription info for RHEL*
2021-07-21 10:47:39 +02:00
Simon Steinbeiss
98c7758781
CreateImageWizard: Only show Registration section in Review if applicable
...
Closes #252
2021-07-15 12:12:02 +02:00
Simon Steinbeiss
93b7e4950a
CreateImageWizard: Make instructions on Review page normal font size
...
Closes #253
2021-07-13 10:10:05 +02:00
Sanne Raymaekers
14062a771e
CreateImageWizard: Remove non-existent import
2021-06-30 14:15:01 +02:00
Karel Hala
9a56b859ef
Fix popover visibility
...
DDF wizard and popover has some issues with visibility, this is a quick hack so we should try fix it a bit nicer, but for time being it's fine
2021-06-30 14:15:01 +02:00
Karel Hala
0c7a1500ec
Fix review comments
2021-06-30 14:15:01 +02:00
Karel Hala
a67e014dbe
Fix failing tests
...
DDF requires a bit altered tests to click trough the wizard so the tests won't fail
2021-06-30 14:15:01 +02:00
Karel Hala
74f1293773
Skip registration for non rhel output
...
Based on new changes in master the registration step should be skipped if no RHEL output is selected
2021-06-30 14:15:01 +02:00
Karel Hala
902480dab4
Disable buttons on submit
...
Add custom submit buttons component to disable these buttons while image is created
2021-06-30 14:15:01 +02:00
Karel Hala
dbcd753bb9
Reorder the target envs
...
Update the order of envs based on new changes in master
2021-06-30 14:15:01 +02:00
Karel Hala
0644cbd584
Add Radio with popover
...
New commponent Radio with popover is required to show properly popover in DDF wizard
2021-06-30 14:15:01 +02:00
Karel Hala
fb1c949a97
Add packages selector component
...
Write fully the packages selector component which was previously registered in DDF components mapper.
2021-06-30 14:15:01 +02:00
Karel Hala
342bea611e
Add all steps except packages
...
New component to show packages needs to be created, let's create a dummy component to unblock implementing rest of the steps.
2021-06-30 14:15:01 +02:00
Karel Hala
2f3f9f9367
Add image output tiles
...
First step includes tiles so let's create output tiles component to show in this step
2021-06-30 14:15:01 +02:00
Karel Hala
c040b004ad
Add all steps and write review step
...
Basic steps with text inputs to test the navigation and formatting, add final review step component to show all values
2021-06-30 14:15:01 +02:00