Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix server-side diff when immutable fields change #988

Merged
merged 1 commit into from
Jul 31, 2020

Conversation

lblackstone
Copy link
Member

@lblackstone lblackstone commented Feb 12, 2020

Proposed changes

Related issues (optional)

Fixes #955 #1207

@lblackstone lblackstone force-pushed the lblackstone/server-side-diff-fix branch from 4594737 to a969a5a Compare July 27, 2020 21:48
@lblackstone lblackstone marked this pull request as ready for review July 27, 2020 21:48
@lblackstone lblackstone requested a review from pgavlin July 27, 2020 21:58
@lblackstone lblackstone changed the title Fix server-side diff when immutable properties change Fix server-side diff when immutable fields change Jul 27, 2020
Copy link
Member

@pgavlin pgavlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will the client-side logic correctly detect the replacements?

@lblackstone
Copy link
Member Author

Will the client-side logic correctly detect the replacements?

Yes, the client-side logic includes information about immutable fields, so this works for all known cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dry run diff fails on changes that update an immutable field
2 participants