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

feat: Support for import extension properties from other registry #78

Merged

Conversation

szkiba
Copy link
Collaborator

@szkiba szkiba commented Sep 24, 2024

When creating a custom registry, it is inconvenient (and a potential source of error) to duplicate the data of those extensions that are also included in the registry maintained by Grafana. Support for importing extension data from other registries helps with this.

An optional origin registry URL can be specified with the --origin command line flag. If the extension is included in the origin registry, the default values ​​of its properties will be the values ​​specified in the origin registry. To import all the properties, it is enough to specify the module property. Properties in the origin registry can be overwritten in the registry source. For example, by specifying the versions property, you can specify that only certain versions are included in the generated registry.

@szkiba szkiba requested a review from a team as a code owner September 24, 2024 14:19
@szkiba szkiba requested review from pablochacin and removed request for a team September 24, 2024 14:19
@szkiba szkiba linked an issue Sep 24, 2024 that may be closed by this pull request
@szkiba szkiba removed the request for review from pablochacin September 24, 2024 14:19
@szkiba szkiba merged commit ce0df77 into main Sep 24, 2024
5 checks passed
@szkiba szkiba deleted the 77-support-for-import-of-extensions-from-other-registry branch September 24, 2024 14:22
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.

Support for import extension properties from other registry
1 participant