regexowl
250f84ae9d
V2Wizard: Add alert when removing repos in Edit mode
...
When in Edit mode an alert is displayed on the Repository step warning users, that removing repository and leaving packages from it added is not recommended.
A modal pops up when deselecting a repository to make user aware they may be breaking their blueprint.
2024-04-19 14:37:25 +02:00
regexowl
bd2860890a
V2Wizard: Add wizardMode to the state
...
This adds a new field called `wizardMode` to the state. This field can have two possible values: `create` and `edit` and it indicates whether the Wizard was opened in Create or Edit mode.
2024-04-19 14:37:25 +02:00
regexowl
2fa2c0efa6
V2Wizard: Add recommended repositories to compose request
...
This adds recommended repositories to the custom and payload repositories in the compose request.
2024-04-19 14:06:43 +02:00
Amir
bac8e1e57f
V2Wizard: add GCP target full test coverage
2024-04-18 18:51:40 +02:00
regexowl
c56a011443
V2Wizard: Select a repository when added from recommendations
...
This selects a repository on the Custom repositories step when it's added on the Packages step from the recommendations.
The check box is also disabled as removing the repository would have to trigger removal of the added packages as well.
And expandable with explanation about the disabled check box was added.
2024-04-18 18:04:48 +02:00
regexowl
305d4d9768
ImagesTable: Update column headers
...
This updates the name of column headers as per recent mocks.
2024-04-18 17:54:37 +02:00
Ondrej Ezr
709ae39d23
WizardV2: Validate steps through redux state
...
Store validation status in redux state.
This is bit complex on the redux side, but pretty simple on the components.
It allows for reuse of the validation state instead of revalidating wherever needed.
2024-04-18 10:01:06 +02:00
regexowl
a7962258e8
LandingPage: Remove "New" label from Immutable tab
...
This removes "New" label from the Immutable tab.
2024-04-17 18:38:48 +02:00
regexowl
dbeee5d066
V2Wizard: Differentiate between Create and Edit mode on Review step
...
This renames actions on the primary button on Review step for the Create mode so it's clear whether you're creating a blueprint from a scratch or saving changes to an already existing blueprint.
2024-04-17 18:46:49 +03:00
Ondrej Ezr
04131c4823
Blueprints: selected Blueprint Empty state action
...
Add action in the Images Table empty state when Blueprint is selected.
Change the icon to plus as it better underlines the action needed to remedy.
2024-04-17 16:03:05 +02:00
Ondrej Ezr
1b4bb9869e
WizardV2: use the alert color darker
2024-04-16 20:56:32 +03:00
regexowl
df924ec097
Blueprints: Update Import modal padding
...
The `<ActionGroup>` should be a child of `<Form>`, moving it improves the padding on the Import modal.
2024-04-16 19:25:27 +03:00
regexowl
7115b43c3d
Blueprints: Surface "Edit blueprint" button
...
This surfaces "Edit blueprint" button to the ImageTableToolbar and removes it from the blueprints actions menu as per recent mocks.
2024-04-16 18:31:05 +03:00
regexowl
033301c7b2
Blueprints: Remove icon from "Create blueprint" button
...
This removes the plus icon from the "Create blueprint" button as per recent review.
2024-04-16 18:24:47 +03:00
Jakub Rusz
68bfa8c351
V2Wizard: Add ouiaId for FileSystemTable
...
Need this to distinguish it from the table in V1.
2024-04-16 18:06:05 +03:00
regexowl
8a7d15e54d
V2Wizard: Update Registration copy
...
Noticed there's been a small change in the copy of Registration steps as per Blueprints SPUR. This updates the text.
2024-04-16 11:59:31 +02:00
lucasgarfield
782a8eba7e
V2 Wizard: Add custom file system to request customizations (HMS-3690)
...
The blueprint request now contains a field for the filesystem in its
customizations.
2024-04-16 10:02:19 +02:00
Jakub Rusz
eb82a6b72b
V2Wizard: Add ouiaId to ValidatedTextInput
2024-04-15 19:16:21 +02:00
Jakub Rusz
fc9a119933
V2Wizard: Update ouiaIds for File system configuration
...
Making it consistent with V1 wizard.
2024-04-15 18:21:32 +02:00
regexowl
70b7ab7e29
V2Wizard: Update wording on "Custom repo" modal
...
This updates the wording on "Custom repositories will be added to your image" modal, informing the user, that the repository will get enabled in Content as well, if it wasn't enabled before.
2024-04-12 12:45:36 +02:00
regexowl
16ab5b37c5
V2Wizard: Add recommended repo to the repo table on Review
...
This adds the recommended repository to the table of repositories on the Review step.
2024-04-12 12:45:36 +02:00
regexowl
b7f6393be9
V2Wizard: Allow enabling repos and update state logic
...
This commit contains two changes:
1. When a package from popular repository gets added, the EPEL repository gets enabled in content services in case it wasn't before.
2. The logic of rendering states for the different toggle combinations on Packages step got updated.
2024-04-12 12:45:36 +02:00
regexowl
d890094e09
api: Add createRepository end point to contentSources schema
...
This adds `createRepository` end point to contentSources API schema.
2024-04-12 12:45:36 +02:00
regexowl
97f67e7aab
constants: Add EPEL repo info
...
This adds EPEL 8 and EPEL 9 repository information to constants.
2024-04-12 12:45:36 +02:00
Anna Vítová
669e3c07e3
feat(HMS-3687): Add blueprints exporting
2024-04-12 11:19:26 +02:00
Anna Vítová
bc82ba0ab1
feat(HMS-3906): Add feature flag for import/export
2024-04-11 13:19:43 +02:00
regexowl
3b843a0d40
V2Wizard: Replace "Adding recommended repo" alert with modal
...
This replaces the previously used Alert displayed when adding a package from repo recommendations with a modal as per mocks.
2024-04-11 13:00:17 +02:00
regexowl
a3e98b3894
V2Wizard: Update rendering packages info on edit
...
This fixes information rendered when a package info is read from the request on Edit.
2024-04-11 11:41:46 +02:00
regexowl
43cb43dac8
V2Wizard: Add tally to the "Selected" toggle
...
This adds a tally of selected packages to the "Selected" toggle.
2024-04-11 11:41:46 +02:00
regexowl
f375fc5c41
V2Wizard: Update links
...
There were incorrect links used for the content service, this fixes them.
2024-04-11 11:41:46 +02:00
regexowl
923c4fc2d5
V2Wizard: Add "Searching" state for packages
...
This adds "Searching" state for packages table when the data is being fetched.
2024-04-11 11:41:46 +02:00
regexowl
a8270fd228
test: Re-enable FSC alert test and clean up
...
This re-enables test of FSC alert and cleans up previously commented lines of the tests.
2024-04-11 11:21:19 +02:00
Gianluca Zuccarelli
26066f95f7
V1Wizard: promote oscap to prod stable
2024-04-10 16:16:22 +02:00
Gianluca Zuccarelli
c44f8ea0ac
V1Wizard/openscap: disable broken profiles
...
Currently the two stig profiles build but don't boot. While we wait for a
fix upstream, we should disable the profiles.
2024-04-10 16:16:22 +02:00
regexowl
972190ecaf
V2Wizard: Update create/edit button copy
...
This updates copy on the Save changes button as per recent mocks.
2024-04-10 13:44:22 +03:00
Michal Gold
4ba9235b1b
V2Wizrd: remove Duplicate mount points warning
2024-04-10 08:30:13 +02:00
Amir
442d88a4ce
fix(HMS-3850): V2Wizard:use menu toggle for save and build
2024-04-09 14:56:34 +02:00
Ondrej Ezr
54d032e0f0
WizardV2: filesystem mountpoint size validation
2024-04-09 13:40:35 +02:00
Ondrej Ezr
561e82827e
WizardV2: filesystem units and size
2024-04-09 13:40:35 +02:00
Ondrej Ezr
3c3ca3537a
WizardV2: Filesystem partitioning suffix
2024-04-09 13:40:35 +02:00
Michal Gold
9cddbdfa38
V2Wizard: Add ouiaIds to File System step
...
this commit adds ouiaIds to the file system for automation and manual configurations and for text input field.
2024-04-09 12:56:38 +02:00
Amir
e5bfc19194
WizardV2: Add draggable mount point
2024-04-09 12:48:17 +02:00
Jakub Rusz
0a62e0d286
V2Wizard: Fix plural sources
...
We're actually selecting a singular source to share the image with. It's
the same in V1 wizard.
2024-04-09 12:10:46 +02:00
Amir
ba3a2dc333
WizardV2: map oscap to wizard request
2024-04-08 13:59:41 +02:00
regexowl
94525815a0
V2Wizard: Fix VMware capitalisation
...
This replaces VMWare -> VMware as per mocks.
2024-04-05 16:22:27 +02:00
Anna Vítová
e301271ac1
feat(HMS-3688): Add blueprints import dialog
2024-04-05 14:23:46 +02:00
regexowl
5ae3da9b6c
Blueprints: Rename Clear selection button and center it
...
This renames the Clear selection button in the blueprints side bar and aligns it to the center.
2024-04-04 21:03:07 +03:00
regexowl
1a784f4ded
Blueprints: No Build Image button without a blueprint
...
This hides the Build Image button and blueprint actions kabob when no blueprint is selected as per recent mocks.
2024-04-04 15:52:17 +02:00
regexowl
db64729628
Blueprints: Update button in header
...
This updates the Create blueprint and Import buttons based on recent mocks.
2024-04-04 15:44:29 +02:00
regexowl
de5883d2b7
test: Add popularRepo fixture
...
This adds a fixture for popular repositories.
2024-04-04 14:01:42 +02:00