debian-image-builder-frontend/src
lucasgarfield 89f1da11bf API: Move notification dispatch to Image Builder API slice
This commit moves the notification dispatching for creating composes and
clones into a more sensible location – the Image Builder API slice.

It is more sensible because it separates the logic of the React
component (the wizard or share images modal) from the logic of handling
the request life cycle (which is now handled entirely in the slice).

There is a subtle but significant change – a new request will be
dispatched for every request. This is the correct way to do things as it
is possible that some requests succeed, and that others fail. Insights
causes the notifications to stack on top of each other neatly, so there
is no UI problem.

To facilitate this, we also need to use use Promise.allSettled instead
of Promise.all.
2023-10-13 11:44:33 +02:00
..
Components API: Move notification dispatch to Image Builder API slice 2023-10-13 11:44:33 +02:00
store API: Move notification dispatch to Image Builder API slice 2023-10-13 11:44:33 +02:00
test ImagesTable: show error popover on s3 images 2023-10-12 15:24:55 +02:00
Utilities Filter content-sources repos by origin and content_type 2023-09-19 09:22:37 +02:00
api.js lint: Fix "assign before exporting" warnings 2023-08-23 14:54:23 +02:00
App.js src/App.js: Remove obsolotete APP_NAVIGATION listener 2023-08-01 10:35:00 +02:00
AppEntry.js MSW: Integrate MSW into browser 2023-06-01 14:40:02 +02:00
bootstrap.js bootstrap: Fix "ReactDOM.render is deprecated since React 18.0.0" lint error 2023-08-30 16:01:02 +02:00
constants.js Revert "API: Add Compliance API slice" 2023-10-06 13:35:27 +02:00
entry.js src: Adapt to insights-chrome 2.0 2021-05-06 11:26:41 +02:00
index.html src: Change page title to Image Builder (#8) 2020-09-21 16:03:19 -05:00
mockServiceWorker.js msw: Version bump in mockServiceWorker.js 1.2.2 -> 1.2.3 2023-07-25 13:42:20 +02:00
Router.js wizard: don't show the form as a modal 2023-10-09 11:40:40 +02:00