-
Notifications
You must be signed in to change notification settings - Fork 1
feat(zone): add data source migration support #25
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
base: main
Are you sure you want to change the base?
Conversation
489393f to
b4ae8d8
Compare
b4ae8d8 to
e87ef19
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.
E2E is failing on this configuration. Run subtask 08 to regen a correct and more comprehensive integration / e2e test data. Check how integration testdata for dns_record looks like.
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.
maybe you need to rebase on main, but there is a missing unimplemented method
func (m *V4ToV5Migrator) GetResourceRename() (string, string) {
that is responsible for registering resource renames for global cross references.
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.
Got it, I'll add the implementation.
Lets log an issue for follow up to rename that method since its not correct that only resources can be renamed.
No description provided.