feat: ADR for plugin registry#918
Conversation
38556cb to
1b1ac43
Compare
jakobmoellerdev
left a comment
There was a problem hiding this comment.
concise, to the point, good idea. Concept is something i love but I dont buy yet that a registry is just one component version. Apart from that the concept is good to me. I would like to see more details on how you expose what the plugin provides (which contracts) in introspectable metadata so we can offer better indexing and searching in the future.
ikhandamirov
left a comment
There was a problem hiding this comment.
Looks good to me so far.
|
Well written, easy to grasp. Looks good to me. |
|
I think (at least initially), we can avoid introducing dedicated config types and built based on resolvers. Besides that, straight forward - I like it! |
matthiasbruns
left a comment
There was a problem hiding this comment.
I think it totally makes sense to have less work on our side and use existing infrastructure that's been used by go etc long time now. Waiting for the final version for a full review.
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
8d90d22 to
bd66cb5
Compare
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
…ishing a plugin Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
|
looks very good. Just made some comments wrt wording. |
Co-authored-by: Gerald Morrison <67469729+morri-son@users.noreply.github.com> Signed-off-by: Gergely Brautigam <skarlso777@gmail.com>
piotrjanik
left a comment
There was a problem hiding this comment.
LGTM. Small, minor comment about ensuring commands follow simple scheme.
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
What this PR does / why we need it
Closes open-component-model/ocm-project#616
Which issue(s) this PR fixes