-
Notifications
You must be signed in to change notification settings - Fork 260
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
Replace data sources with shadow mode #2587
Conversation
080932d
to
f0b4771
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not check the Tests at all.
Overall I think this is good and we just need a contest to prove that it works but it would be good if someone else also takes a good look. |
It seems to be possible to modify the external IDs in the UI (might have been the case before). That seems asking for trouble. |
This was always possible yes. Are you proposing we disallow this after creation? I.e. only add it for new entities? |
That is my proposal indeed, but since you didn't introduce it in this PR, let's do in a separate one if you agree |
fbc5c5a
to
1c0d1e7
Compare
Fixes #2087
This makes the API always use external ID's and use sane defaults for the field if not provided.