Katarina Sieklova
6c244ba09e
Wizard: fix filtering of Timezone
...
Fixes #3264
2025-06-03 16:41:21 +02:00
Gianluca Zuccarelli
72d09a09da
schutzbot: fix update github status f42
...
There seems to be a change in behaviour from Fedora 41 to Fedora 42.
When a script is executed remotely a non-interactive session is created.
However, the user session with noTTY in Fedora F42 is picked up by the
`who`, `w` & `users` commands.
Since we run a remote script that checks for logged in users with the
`who` command, the `update_github_status.sh` script blocks and creates
an endless loop. This happens because the session only closes once the
remote script has finished executing.
The fix is a bit ugly, but we can filter this session out by checking
for user sessions that don't have a terminal device `?`.
2025-05-29 09:55:52 -05:00
regexowl
15b4aa01f9
dependabot: Temporarily increase PR limit
...
This increases the limit for open dependabot pull requests from 3 to 5. We currently have two bumps that will require manual bumping/migrations, leaving us with little room for any other dependencies.
2025-05-29 13:28:11 +02:00
regexowl
45b6a034db
Wizard: Override max-width for release select
2025-05-28 09:08:52 -05:00
regexowl
93d994affa
Blueprints: Make blueprint cards selectable
...
Highlighting the card on select got broken during the migration. This fixes the issue.
2025-05-28 09:08:52 -05:00
regexowl
7039db2585
Wizard: Spacing between footer buttons on Review step
2025-05-28 09:08:52 -05:00
regexowl
4f339aec8f
Wizard: Update code after rebasing
2025-05-28 09:08:52 -05:00
regexowl
2c2b961d90
Wizard: Update spacing and colors used on Review step
2025-05-28 09:08:52 -05:00
regexowl
eed08effe1
Wizard: Update group labels spacing and "add button" color
2025-05-28 09:08:52 -05:00
regexowl
e60e15c6d6
test: Update tests
2025-05-28 09:08:52 -05:00
regexowl
3ac980e321
Wizard: Update <EmptyState> to match PF6
2025-05-28 09:08:52 -05:00
regexowl
4bb826ee06
Wizard: Set helper text variant
2025-05-28 09:08:52 -05:00
regexowl
49d05440b9
Wizard: Fix spacing of buttons in Wizard's footer
2025-05-28 09:08:52 -05:00
regexowl
91577343df
src: Update <Content> tag components
2025-05-28 09:08:52 -05:00
regexowl
d98dd02fa3
test: Update tests
2025-05-28 09:08:52 -05:00
regexowl
2080425753
src: Update remaining v5 version slugs
2025-05-28 09:08:52 -05:00
regexowl
4312cca4dd
src: Run class-name-updater
...
This runs `npx @patternfly/class-name-updater src --v6 --fix`.
2025-05-28 09:08:52 -05:00
regexowl
1fc1f0cb8d
src: Run codemods and lint
...
Run `npx @patternfly/pf-codemods@latest src --v6 --fix` and lint autofix to get the bulk of the changes in.
2025-05-28 09:08:52 -05:00
regexowl
3617c0260d
deps: Bump Patternfly and frontend-components versions
...
This bumps dependencies.
2025-05-28 09:08:52 -05:00
schutzbot
362bcc68ab
Post release version bump
...
[skip ci]
2025-05-28 08:36:04 +00:00
Bryttanie House
285a402047
Wizard: fix blueprints showing incorrect template versions
2025-05-28 09:08:05 +02:00
Dominik Vagner
d0a70dfbbe
fix(test): add close pop-ups locator for intercom modal
...
This locator should automatically close all "openscap faster trigger"
pop-ups in playwright tests.
2025-05-27 11:42:22 +02:00
Dominik Vagner
3d8ccdf23d
build: add testing proxy to playwright CI
...
This PR switches the playwright test in CI to use the consoledot testing
proxy instead of the development one in fec. This should result in
faster and more stable tests.
2025-05-27 11:42:22 +02:00
dependabot[bot]
eac87e8c9b
build(deps-dev): bump eslint-plugin-testing-library from 7.1.1 to 7.2.2
...
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library ) from 7.1.1 to 7.2.2.
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases )
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json )
- [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.1.1...v7.2.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-testing-library
dependency-version: 7.2.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-27 10:08:43 +02:00
regexowl
0a9c08f135
src/constants: Remove Fedora 40
...
Fedora 40 has gone EOL.
2025-05-27 08:41:14 +02:00
Sanne Raymaekers
8ccd1e6ae0
schutzbot/terraform: add f42 runners
2025-05-27 08:41:14 +02:00
Sanne Raymaekers
ad5b378479
.gitlab-ci.yml: run playwright tests on fedora
2025-05-27 08:41:14 +02:00
Sanne Raymaekers
e560f011aa
src/constants: support fedora 42
2025-05-27 08:41:14 +02:00
regexowl
9daa21a5ca
Wizard: Remove edge alert
...
This removes edge deprecation alert from Wizard screen.
2025-05-26 15:55:20 +02:00
red-hat-konflux[bot]
ea20f9d368
Update build-tools digest to 75adad0
...
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-05-26 14:23:55 +02:00
Simon Steinbeiss
d04aee0de9
LandingPage: Add Edge decommission alert (HMS-6156)
...
This alert will only be shown when the 'immutable' tab has focus.
2025-05-26 14:00:07 +02:00
dependabot[bot]
4c3622c1f2
build(deps-dev): bump @typescript-eslint/eslint-plugin
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 8.32.0 to 8.32.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-version: 8.32.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-26 12:52:50 +02:00
Katarina Sieklova
0d63c9b4a2
Wizard: Systemd services test (HMS-5975)
...
Added new cutomization test for the Systemd services step - just simple 3 fields checks.
2025-05-26 12:13:23 +02:00
regexowl
30d3d3f699
devDeps: Manually bump @currents/playwright to 1.13.2
...
This bumps @currents/playwright to version 1.13.2 to skip versions that broke github action.
2025-05-26 10:40:52 +02:00
regexowl
7c7427761b
tsconfig: Specify include
...
Specify, what folders to include in the compilation process. This limits the scope, might reduce compilation time and will resolve errors outputted to the console during build.
2025-05-26 09:46:16 +02:00
red-hat-konflux[bot]
7784c0ddc5
Update Konflux references
...
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-05-26 09:07:04 +02:00
Sanne Raymaekers
efed39dd9d
Wizard: temporarily disable OCI
...
Until we get our accounts back, there's nothing we can do here.
2025-05-20 14:10:53 +02:00
regexowl
2d6b58cfdd
Wizard: Sources for all
...
Unpack sources for both modules and packages.
2025-05-16 10:38:14 -05:00
Lukas Zapletal
247d6dade7
Wizard: drop unwanted WantedBy
2025-05-16 16:38:38 +02:00
Anna Vítová
f76b5a991e
fix: add timeout for Satellite tests
2025-05-16 13:53:24 +02:00
Anna Vítová
2692b75432
Wizard: fix token not having expiration fails
2025-05-16 13:53:24 +02:00
rverdile
854ff93594
Wizard: send template name in image request
2025-05-16 13:29:35 +02:00
dependabot[bot]
00438ce2dc
build(deps): bump @reduxjs/toolkit from 2.8.1 to 2.8.2
...
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit ) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases )
- [Commits](https://github.com/reduxjs/redux-toolkit/compare/v2.8.1...v2.8.2 )
---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
dependency-version: 2.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-16 09:02:50 +02:00
Lucas Garfield
8a41974d34
API: update api
2025-05-15 21:19:32 -05:00
Simon Steinbeiss
2d562a14d4
Wizard: Add RHEL10 to ReleaseLifecycle chart
2025-05-15 15:59:27 +02:00
dependabot[bot]
16454294f3
build(deps-dev): bump sass from 1.87.0 to 1.88.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.87.0 to 1.88.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.87.0...1.88.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.88.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-15 09:52:08 +02:00
dependabot[bot]
d5b8e37a68
build(deps-dev): bump @babel/preset-env from 7.27.1 to 7.27.2
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.27.1 to 7.27.2.
- [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.2/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-version: 7.27.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-15 09:23:17 +02:00
Lucas Garfield
0154452411
Wizard: Disabled OpenSCAP profile selection for RHEL10
2025-05-14 12:36:43 -05:00
Lucas Garfield
92984f3187
Wizard: Support RHEL10 in URL search parameters
2025-05-14 12:36:43 -05:00
Sanne Raymaekers
23473fd1cd
ImagesTable: add missing releases
2025-05-14 12:36:43 -05:00