debian-image-builder-frontend/src/Components/CreateImageWizard
lucasgarfield 0fe9770bc3 Wizard: Hotfix for recreate image rate limiting issue
Related to HMS-1886: Clicking the recreate button on a build with a lot
of packages results in the user being rate limited.

Package summaries are obtained by querying the Content Sources API. A
large number of packages requires a large number of requests and leads
to the rate limiting problem when using the 'Recreate image' function.

This commit fixes the problem by not requesting or displaying package
summaries when 'Recreate image' is used. (Note that newly added packages
will still request and display a summary.)

The 'Recreate image' function will soon be replaced by
blueprints. This hotfix should carry us forward until then.
2023-06-05 17:49:18 +02:00
..
formComponents CreateImageWizard/Registration: use PF4 property names 2023-05-30 10:08:44 +02:00
steps Wizard: Add 'Refresh' button to repositories step 2023-05-04 14:13:17 +02:00
validators ESLint: Add prefer-const rule 2023-02-10 11:37:06 +01:00
CreateImageWizard.js Wizard: Hotfix for recreate image rate limiting issue 2023-06-05 17:49:18 +02:00
CreateImageWizard.scss Wizard: Update text on Packages and Additional Red Hat packages steps 2023-04-26 18:24:28 +02:00
ImageCreator.js Add sources selection for Azure 2023-04-13 13:32:23 +02:00