zuul/web/src
James E. Blair 370d36c025 Add MERGE_FAILURE buildset result
We now report a distinct buildset result to the database if the upstream code
review system is unable to merge a change.  Previously it was reported as
MERGE_CONFLICT which makes it difficult to distinguish from merge conflicts.

Essentially, the two states we're interested in are when Zuul's merger is
unable to prepare a git checkout of the change (99% of the time, this is
a merge conflict).  This is the MERGE_CONFLICT result.

The second state is when Zuul asks Gerrit/Github/etc to submit/merge a change
and the remote system is unable (or refuses) to do so.  This is MERGE_FAILURE.

Change-Id: I47af242aeb19ae4b4aedde353fcc76ff82d90fbe
2022-02-24 18:32:20 -08:00
..
actions Fix login button check 2021-12-16 17:08:20 -08:00
containers Add MERGE_FAILURE buildset result 2022-02-24 18:32:20 -08:00
images PF4: Add new Zuul logo with text 2020-07-07 11:16:49 +02:00
pages Add MERGE_FAILURE buildset result 2022-02-24 18:32:20 -08:00
reducers Web UI: add Autoholds, Autohold page 2021-11-18 16:41:23 +00:00
App.jsx web UI: allow a privileged user to re-enqueue a change 2021-11-18 16:40:47 +00:00
App.test.jsx Support auth in multiple tabs 2021-11-18 17:40:04 +01:00
Misc.jsx Web UI: add Autoholds, Autohold page 2021-11-18 16:41:23 +00:00
ZuulAuthProvider.jsx web UI: Add a credentials renew modal 2021-11-23 12:43:17 +01:00
api.js web UI: allow a privileged user to promote a change 2021-11-23 11:36:45 +00:00
index.css Web UI: add Autoholds, Autohold page 2021-11-18 16:41:23 +00:00
index.js Support auth in multiple tabs 2021-11-18 17:40:04 +01:00
pf4-migration.css web UI: allow a privileged user to dequeue a change 2021-11-18 16:40:25 +00:00
registerServiceWorker.js Configure redux for development 2020-10-14 08:20:50 +02:00
routes.js Web UI: add Autoholds, Autohold page 2021-11-18 16:41:23 +00:00
store.dev.js web UI: user login with OpenID Connect 2021-11-18 16:39:17 +01: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
store.test.js UI: Avoid empty state being shown before data is fetched 2020-11-04 09:19:07 +01:00