feat: adjust cli to updated constructor (and plugins and credentials)#889
Merged
jakobmoellerdev merged 10 commits intoSep 17, 2025
Merged
Conversation
e740218 to
4f045c9
Compare
jakobmoellerdev
approved these changes
Sep 16, 2025
4f045c9 to
34e4e94
Compare
jakobmoellerdev
previously approved these changes
Sep 17, 2025
Skarlso
reviewed
Sep 17, 2025
Skarlso
reviewed
Sep 17, 2025
Skarlso
reviewed
Sep 17, 2025
Skarlso
reviewed
Sep 17, 2025
Skarlso
reviewed
Sep 17, 2025
Skarlso
reviewed
Sep 17, 2025
…stry provider instead of the oci provider Signed-off-by: Fabian Burth <fabian.burth@sap.com>
…mConfig function Signed-off-by: Fabian Burth <fabian.burth@sap.com>
…sions Signed-off-by: Fabian Burth <fabian.burth@sap.com>
Signed-off-by: Fabian Burth <fabian.burth@sap.com>
Signed-off-by: Fabian Burth <fabian.burth@sap.com>
Signed-off-by: Fabian Burth <fabian.burth@sap.com>
…lugins Signed-off-by: Fabian Burth <fabian.burth@sap.com>
…ion for internal plugins Signed-off-by: Fabian Burth <fabian.burth@sap.com>
Signed-off-by: Fabian Burth <fabian.burth@sap.com>
c50bb4c to
5a748e5
Compare
Skarlso
previously approved these changes
Sep 17, 2025
Signed-off-by: Fabian Burth <fabian.burth@sap.com>
Skarlso
approved these changes
Sep 17, 2025
jakobmoellerdev
approved these changes
Sep 17, 2025
matthiasbruns
pushed a commit
to matthiasbruns/open-component-model
that referenced
this pull request
Sep 18, 2025
…open-component-model#889) <!-- markdownlint-disable MD041 --> #### What this PR does / why we need it Follow up to open-component-model#772. - Pass an external component repository to the construction. This allows to resolve components that are not part of the constructor. This is required to calculate the digest of reference. - Minor adjustments due to breaking API changes to dependent features in the plugins and credential module #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Contributes to open-component-model/ocm-project#564 --------- Signed-off-by: Fabian Burth <fabian.burth@sap.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
Follow up to #772.
Which issue(s) this PR fixes
Contributes to open-component-model/ocm-project#564