debian-image-builder-frontend/src
Michal Gold bf77501eea Wizard: Display customized policy rules in review summary
Previously, when a user selected a compliance policy with tailored rules,
the review page always showed the default profile customizations instead
of the policy-specific customizations.

Root cause: OscapProfileInformation component was only using the profile
endpoint (/oscap/{distribution}/{profile}/customizations) which returns
base profile rules, not the policy endpoint
(/oscap/{policy}/{distribution}/policy_customizations) which returns
customized rules.

Changes:
- Add useGetOscapCustomizationsForPolicyQuery export to backendApi
- Implement dual data fetching in OscapProfileInformation:
  * Profile endpoint: for description and reference ID
  * Policy endpoint: for customized packages, services, kernel args

Fixes the compliance policy customization display bug where edited
policy rules were not reflected in the image build summary.

Add unit tests for compliance policy customizations

Fix profile description title
2025-08-14 19:42:19 +00:00
..
Components Wizard: Display customized policy rules in review summary 2025-08-14 19:42:19 +00:00
Hooks ESLint: Set trailingComma to all and run lint fix 2025-08-05 13:56:59 +00:00
store Wizard: Display customized policy rules in review summary 2025-08-14 19:42:19 +00:00
test Wizard: Display customized policy rules in review summary 2025-08-14 19:42:19 +00:00
Utilities ESLint: Set trailingComma to all and run lint fix 2025-08-05 13:56:59 +00:00
App.tsx src: Fix useChrome import, update mock, solve some lint warnings 2025-08-01 10:03:39 +00:00
AppCockpit.scss ImageTable: fix blueprint list cards 2025-06-12 13:29:58 +00:00
AppCockpit.tsx ESLint: All the single quotes 2025-08-05 13:56:59 +00:00
AppEntry.tsx store: add initial cockpit store 2024-10-30 10:36:18 -05:00
bootstrap.tsx src: Migrate remaining files to TypeScript 2024-06-06 08:38:41 +02:00
constants.ts remove as much edge mgmt code as possible 2025-08-01 09:00:02 +00:00
entry.ts src: Migrate remaining files to TypeScript 2024-06-06 08:38:41 +02:00
index.html src: Change page title to Image Builder (#8) 2020-09-21 16:03:19 -05:00
mockServiceWorker.js devDeps: Bump msw from 2.10.3 to 2.10.4 2025-07-22 10:51:34 +00:00
Router.tsx ESLint: All the single quotes 2025-08-05 13:56:59 +00:00