Katarina Sieklova
76320925a0
Wizard: change order of the systemd services
2025-06-18 11:24:36 +00:00
Anna Vítová
235d853f42
fix: replace hardcoded paths for satellite
2025-06-18 11:21:54 +00:00
Anna Vítová
a4ac280350
fix: replace hardcoded paths for firstboot svc
2025-06-18 11:21:54 +00:00
Anna Vítová
47d526cf5c
fix: replace hardcoded paths for firstboot
2025-06-18 11:21:54 +00:00
Anna Vítová
9189a20e57
Wizard: add constants for fb paths
2025-06-18 11:21:54 +00:00
Anna Vítová
4667f6b0ac
Wizard: cleanup request mapper
2025-06-18 11:21:54 +00:00
Anna Vítová
cd137fb055
Tets: add Kernel customizations test
2025-06-18 08:52:06 +00:00
regexowl
9478958085
Wizard: Fix wizard height
...
This adds a style to make sure the Wizard takes up the entire height of the page also in Firefox.
2025-06-18 08:06:52 +00:00
Katarina Sieklova
564c5461d4
Wizard: edit tests related to Compliance step
2025-06-18 07:25:00 +00:00
Katarina Sieklova
0cfe3dde30
Wizard: Fix "None" options in Selects for policies and Oscap profiles
2025-06-18 07:25:00 +00:00
Gianluca Zuccarelli
50d88e5949
AppCockpit: add dark mode helper
...
Import the cockpit-dark-theme helper from the cockpit project. This detects
when dark mode is enabled and automatically applies the correct styles.
2025-06-18 06:37:51 +00:00
Gianluca Zuccarelli
cb08466734
Makefile: update cockpit ref
...
To enable dark mode in cockpit we need to update the ref since both cockpit and
the image-builder frontend have been updated to PF6. The old ref was still from
before cockpit was migrated to PF6 and so the incorrect classes were being added.
2025-06-18 06:37:51 +00:00
regexowl
139dd367fe
Manually revert "Wizard: temporarily disable OCI"
...
This reverts commit efed39d , manual revert was needed as the tile were migrated to cards in the meantime.
2025-06-17 12:33:05 +00:00
dependabot[bot]
2f8b550408
build(deps-dev): bump @types/node from 22.15.1 to 24.0.3
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.15.1 to 24.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 24.0.3
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 10:01:49 +00:00
regexowl
31d259e988
devDeps: Bump msw from 2.7.5 to 2.10.2
...
This bumps msw from 2.7.5 to 2.10.2
2025-06-17 09:55:15 +00:00
dependabot[bot]
798d994ad0
build(deps-dev): bump stylelint-config-recommended-scss
...
Bumps [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss ) from 14.1.0 to 15.0.1.
- [Release notes](https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-config-recommended-scss/compare/v14.1.0...v15.0.1 )
---
updated-dependencies:
- dependency-name: stylelint-config-recommended-scss
dependency-version: 15.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 09:48:58 +00:00
regexowl
8e504a527b
Wizard: Make popover button independent on tab
...
Previously when the Included/Other repos popover button was clicked the tab changed as well. This makes the popover button independent on the selected tab.
2025-06-17 08:51:13 +00:00
regexowl
d6acce47a2
Wizard: Fix release dropdown's maxWidth
...
This applies the styling and removes `Warning: Unsupported style property max-width. Did you mean maxWidth?` from the test output.
2025-06-17 07:51:34 +00:00
regexowl
cb8c8a3d5c
Wizard: Remove unused styling
...
We don't use the `Tile` component anymore. I believe we can remove this styling.
2025-06-17 07:50:25 +00:00
Gianluca Zuccarelli
c59cde1ab9
ImagesTable: fix main section alignment
...
With the change to PF6 the list of items in the table section was not
padded properly, we can fix this by wrapping the code in a `PageSection`
component.
2025-06-16 11:40:36 +00:00
regexowl
b465920b18
src: Remove image-builder.users.enabled flag
...
The Users customization is available in production now, the flag is no longer used.
2025-06-16 11:26:03 +00:00
regexowl
3312beb6e7
devDeps: Bump @typescript-eslint/eslint-plugin and @typescript-eslint/parser
...
The dependencies need to be bumped in tandem, both went from 8.32.1 to 8.34.0
2025-06-16 11:16:48 +00:00
regexowl
8f0c53138e
Wizard: Sort activation keys list
...
This sorts the activation keys list by name.
The `sortFn` function was also updated to handle undefined values.
2025-06-16 10:54:13 +00:00
dependabot[bot]
4e19ccc5e9
build(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12
...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion ) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 1.1.12
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-16 10:49:34 +00:00
dependabot[bot]
54b6877f95
build(deps-dev): bump @babel/core from 7.26.10 to 7.27.4
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.26.10 to 7.27.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.4/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-version: 7.27.4
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-12 14:01:34 +00:00
Gianluca Zuccarelli
7f5013ef07
ReviewStep: fix alignment
...
Patternfly6 handles the grid for description lists slightly differntly
to Patternfly5. Add custom css to change the behaviour to match PF5 and
get the items in the review step to align properly
2025-06-12 13:29:58 +00:00
Gianluca Zuccarelli
1ba0f33240
ImageTable: fix blueprint list cards
...
The blueprint cards were missing their borders, making it unclear when
the item was selected or not.
2025-06-12 13:29:58 +00:00
Gianluca Zuccarelli
4932ba6909
Wizard: remove public clouds if none available
...
Fixes HMS-6136
2025-06-12 13:29:58 +00:00
Gianluca Zuccarelli
84bc0f92a0
cockpit: fix fonts
...
The fonts weren't getting loaded properly and cockpit was falling back
to `Helvetica`. This was particularly noticeable on the `ReviewStep` of
the `CreateImageWizard`.
2025-06-12 13:29:58 +00:00
Gianluca Zuccarelli
e7bf1d3540
cockpit: page section wrapper for entrypoint
...
Wrap the AppCockpit entrypoint in `Page` & `PageSection` wrappers so
that it is more consistent with other cockpit elements.
2025-06-12 13:29:58 +00:00
Gianluca Zuccarelli
40fe892dbf
sharedComponents: tidy up image-builder-header
...
This commit simplifies and tidies up the shared ImageBuilderHeader
component by removing some of the `Flex` and `FlexItem` components.
Instead we can use the `actionComponents` from the `PageHeader`
component which takes care of some of the flex logic for us.
2025-06-12 13:29:58 +00:00
Gianluca Zuccarelli
3dd67c8f39
CloudStatus: disable analytics for on-prem
...
Analytics was enabled for on-prem which broke the images table. This
commit disables the analytics for the on-prem frontend.
2025-06-12 13:29:58 +00:00
Sanne Raymaekers
c29cee781f
.github: run test workflows on merge_group
...
Make sure they work with merge queues.
2025-06-11 14:08:11 +00:00
Anna Vítová
2b37ee998e
Blueprints: disable analytics for on-prem delete
...
Analytics broke on prem deletion of the blueprint.
2025-06-11 15:36:57 +02:00
Sanne Raymaekers
34c3dc614d
.tekton: support merge queues
...
This lets konflux listen for push events to merge queue branches.
See https://konflux-ci.dev/docs/patterns/github-merge-queues/ .
2025-06-11 14:33:46 +02:00
schutzbot
56b22eee53
Post release version bump
...
[skip ci]
2025-06-11 08:36:31 +00:00
dependabot[bot]
d7cd3ae285
build(deps): bump @sentry/webpack-plugin from 3.4.0 to 3.5.0
...
Bumps [@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.4.0...3.5.0 )
---
updated-dependencies:
- dependency-name: "@sentry/webpack-plugin"
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 12:12:58 +02:00
red-hat-konflux[bot]
6b7d2cef3b
Update Konflux references
...
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-06-10 11:28:47 +02:00
Lucas Garfield
9243d96646
Wizard: Fix overflow issues
...
The in-page wizard should have its footer fixed/sticky at the bottom of
the page with the main body area scrollable if necessary. This is the
default Patternfly behavior.
Currently, the entire wizard grows to fill its parent container. Setting
the overflow property in its parent div, which has the .chr-render class
defined by Insights Chrome, to overflow solves the issue and causes the
wizard to behave as it should.
The Insights Chrome team is hesitant to make this change in Insights
Chrome as it could break other apps layouts, and suggested using
Javascript to accomplish this:
https://github.com/RedHatInsights/insights-chrome/pull/3117#discussion_r2129045341
2025-06-09 06:47:49 -05:00
Anna Vítová
85d8850dce
Wizard: remove else after return in firstboot
2025-06-09 13:19:55 +02:00
Anna Vítová
548a87bb44
Wizard: remove else after return in filesystem table
2025-06-09 13:19:55 +02:00
Anna Vítová
6ec6f33fda
Wizard: fix datepicker reset glitch (MS-8610)
...
If the reset button is clicked, there is a glitch that shows error state
for a moment. This commit removes the glitch by setting the snapshot
date even for invalid values, and removes the workaround that was
previously added.
2025-06-09 12:20:23 +02:00
Gianluca Zuccarelli
a93a163afb
CreateImageWizard: reusable TargetEnv card
...
Create a re-usable component for the Target Enviromnent cards. This
helps dry up the code a bit and should make it easier to edit going
forward.
2025-06-06 16:28:37 +02:00
Gianluca Zuccarelli
4668ed71ab
CreateImageWizard: switch tiles to cards
...
Tiles are being deprecated in PatternFly. This commit switches from
tiles to cards for the Target Environments in the CreateImageWizard.
The keyboard test had to be removed since cards don't have a keydown
event.
2025-06-06 16:28:37 +02:00
Katarina Sieklova
362e5f7ca6
Wizard: indicate which user tab contains error
...
Fixes : #3097
Added exclamation marks to the tabs where the user contains error.
2025-06-05 17:45:59 +02:00
Katarina Sieklova
310f7a05cf
Wizard: edit validation of port format in the Firewall step
...
Fixes #3269
2025-06-05 16:18:25 +02:00
Tom Koscielniak
42d7379a6c
playwright: Cleanup fails gracefully if no BP is created
...
If no blueprint was created, the cleanup function fails gracefully without throwing error. Also includes a fix for a missing navigation to the IB landing page.
2025-06-05 14:17:18 +02:00
Anna Vítová
b98239bfe4
docs: Update docs to reflect current cockpit state
2025-06-03 19:36:00 +02:00
Anna Vítová
d4eced47c4
Makefile: fix install for first time users
2025-06-03 19:36:00 +02:00
Katarina Sieklova
3093310a6c
Wizard: edit the timezone filter to fix whitespaces
2025-06-03 16:41:21 +02:00