mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-04 11:17:02 +02:00
This PR fixes a bug in the displayed value of the conflict list so that it shows the value it would update to instead of the snapshot value. In doing so, it updates the logic of the algorithm to: 1. if the snapshot value and the current value are the same, it's not a conflict (it's an intended change) 2. If the snapshot value differs from the current value, it is a conflict if and only if the value in the change differs from the current value. Otherwise, it's not a conflict. The new test cases are: - it shows a diff for a property if the snapshot and live version differ for that property and the changed value is different from the live version - it does not show a diff for a property if the live version and the change have the same value, even if the snapshot differs from the live version - it does not show a diff for a property if the snapshot and the live version are the same |
||
---|---|---|
.. | ||
accessOverview | ||
admin | ||
application | ||
archive | ||
banners | ||
changeRequest | ||
common | ||
context | ||
demo | ||
environments | ||
events | ||
executiveDashboard | ||
feature | ||
featureTypes | ||
feedback | ||
feedbackNew | ||
filter | ||
incomingWebhooks | ||
integrations | ||
layout | ||
loginHistory | ||
maintenance | ||
menu | ||
playground/Playground | ||
project | ||
providers | ||
segments | ||
splash | ||
strategies | ||
tags | ||
user | ||
App.tsx | ||
InitialRedirect.tsx |