1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/frontend/src/component
Thomas Heartman 73c4c62ea3
chore: track metrics for how many CRs are moved into next state with conflicts (#6109)
Use React's context to track how many CRs are moved into their next
state with conflicts present.

This PR wraps environment change requests and change request overviews
in a change request plausible context that contains a
`willOverwriteStrategyChanges` property. This property is updated by the
diff calculation if there are any conflicts and then read by the
`changeState` function in the `useChangeRequestApi` hook.

As long as at least one of the strategies in the CR contain conflicts,
it will be marked as overwriting changes.
2024-02-05 18:27:11 +09:00
..
accessOverview
admin fix: add instanceName to license display (#6065) 2024-01-30 11:05:27 +01:00
application
archive
banners task: Add banner encouraging edge upgrade (#6018) 2024-01-24 14:22:48 +00:00
changeRequest chore: track metrics for how many CRs are moved into next state with conflicts (#6109) 2024-02-05 18:27:11 +09:00
common chore: project actions tab (#6009) 2024-01-24 10:05:04 +00:00
context
demo
environments
events
executiveDashboard feat: add posted feedback table (#6113) 2024-02-02 15:39:29 +02:00
feature fix: show all selected application names (#6110) 2024-02-02 11:35:00 +01:00
featureTypes
feedback
feedbackNew feat: add posted feedback table (#6113) 2024-02-02 15:39:29 +02:00
filter
incomingWebhooks fix: incoming webhooks form UI adjustments (#5973) 2024-01-19 14:50:54 +00:00
integrations
layout
loginHistory
maintenance
menu feat: add posted feedback table (#6113) 2024-02-02 15:39:29 +02:00
playground/Playground fix: upgrade unleash-client to v5.3.0 (#5800) 2024-01-24 09:12:07 +01:00
project chore: track metrics for how many CRs are moved into next state with conflicts (#6109) 2024-02-05 18:27:11 +09:00
providers task: Use fine-grained project permissions in frontend (#5974) 2024-01-22 15:34:10 +01:00
segments
splash
strategies fix: strategy screen re-rendering table bug (#6006) 2024-01-23 15:49:13 +01:00
tags
user fix: store redirect to localStorage to avoid loss of redirect (#5929) 2024-01-19 11:32:26 +02:00
App.tsx task: Add banner encouraging edge upgrade (#6018) 2024-01-24 14:22:48 +00:00
InitialRedirect.tsx Fix: losing redirect on provider login (#5970) 2024-01-19 14:31:42 +02:00