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

OCB: add support for provider references #31747

Open
secustor opened this issue Oct 2, 2024 · 3 comments · May be fixed by #31754
Open

OCB: add support for provider references #31747

secustor opened this issue Oct 2, 2024 · 3 comments · May be fixed by #31754
Assignees
Labels
good first issue Suitable for new contributors manager:ocb priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@secustor
Copy link
Collaborator

secustor commented Oct 2, 2024

Tell us more.

The configuration for the OCB builders now have another dependency: providers which renovate currently does not support. Would like to request an extension of this feature to support the providers dependency types.

Originally posted by @srikotu in #31710

This should be an easy implementation.
Simply add the provider references to this code sections:

  • extensions: ModuleSchema,
    exporters: ModuleSchema,
    receivers: ModuleSchema,
    processors: ModuleSchema,
    connectors: ModuleSchema,
  • deps.push(...processModule(definition.connectors, 'connectors'));
    deps.push(...processModule(definition.exporters, 'exports'));
    deps.push(...processModule(definition.extensions, 'extensions'));
    deps.push(...processModule(definition.processors, 'processors'));
    deps.push(...processModule(definition.receivers, 'receivers'));

Reproduction: https://github.com/srikotu/renovate-ocb-manager-support-providers

@secustor secustor added priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others good first issue Suitable for new contributors manager:ocb type:feature Feature (new functionality) labels Oct 2, 2024
@Ashmithelps
Copy link

hey there i am newbie, i would love to make this as my first contribution , please assign me

@secustor
Copy link
Collaborator Author

secustor commented Oct 2, 2024

Welcome and thanks for trying to contribute!

If you need directions feel free to ping me in a draft PR or discussion.

@Ashmithelps
Copy link

can you please check out my PR and help me

@secustor secustor linked a pull request Oct 2, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Suitable for new contributors manager:ocb priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants