-
Notifications
You must be signed in to change notification settings - Fork 448
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
Rename datasources to config_templates #132
Conversation
This requires elastic/package-registry#570 to be merged first and then the dependency is updated to update the last two usages of DataSources. |
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.
Actually the file datasources.go
needs to be renamed.
|
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.
Approved, but need to track if somebody pushes an incompatible package.
@mtojek Updated again with quite a few more changes I found. Is CI validating of the imports-beat code is valid? |
Nope, unfortunately it doesn't. It wasn't urgent so far (also the future of this script is blurry). Side note: there was Kubernetes integration pushed to master. I think you need to rebase your PR. |
This renames the `datasources:` part in the dataset manifest to `config_tempaltes:`.
@mtojek Rebased and updated with most recent packages. |
This renames the `datasources:` part in the dataset manifest to `config_tempaltes:`.
This renames the
datasources:
part in the dataset manifest toconfig_templates:
.