zuul/web/src
Felix Edel 812ee02594
Don't overwrite builds when retrieving the buildset
Currently, when retrieving a buildset from the API we also store the
builds that are contained in the buildset's API result in the redux
store. In case those builds were already present (because e.g. the
build page was visited before) they are overwritten but with less
information. This results in missing links and properties on the build
depending on how the page was accessed.

Since the buildset page is anyways using the builds that are contained
in the buildset directly and the build page fetches the necessary build
by itself in case it's not present already, we could simply remove the
relevant part in the fetchBuildset() action and avoid weird behaviour in
the UI.

Change-Id: I90ffd7f8b3fbd13d623ac94ddfd63b5b58cbffe6
2020-10-14 08:20:56 +02:00
..
actions Don't overwrite builds when retrieving the buildset 2020-10-14 08:20:56 +02:00
containers Configure redux for development 2020-10-14 08:20:50 +02:00
images PF4: Add new Zuul logo with text 2020-07-07 11:16:49 +02:00
pages Don't overwrite builds when retrieving the buildset 2020-10-14 08:20:56 +02:00
reducers Avoid state mutations in build reducers 2020-10-14 08:20:56 +02:00
App.jsx web: Fix error modal contents 2020-09-14 14:50:16 +02:00
App.test.jsx Configure redux for development 2020-10-14 08:20:50 +02:00
Misc.jsx Render links for ref_url if build.change isnt' set 2020-09-26 15:52:36 -07:00
api.js Configure redux for development 2020-10-14 08:20:50 +02:00
index.css web: consistent font sizes on console page and PF4 for task summary 2020-09-28 09:29:27 +10:00
index.js Configure redux for development 2020-10-14 08:20:50 +02:00
pf4-migration.css Introduce Patternfly 4 2020-07-07 11:16:48 +02:00
registerServiceWorker.js Configure redux for development 2020-10-14 08:20:50 +02:00
routes.js Revert "Revert PF4 build page" 2020-09-14 14:47:49 +02:00
store.dev.js Configure redux for development 2020-10-14 08:20:50 +02:00
store.js Configure redux for development 2020-10-14 08:20:50 +02:00
store.prod.js Configure redux for development 2020-10-14 08:20:50 +02:00