feat: ocm get cv <ctf_dir>#1068
Merged
jakobmoellerdev merged 32 commits intoOct 31, 2025
Merged
Conversation
Contributor
Author
|
@piotrjanik, this is the the initial version we were talking about today. It runs end-to-end, but the output is ugly, the whole thing needs some refactoring. At the moment, if component name or component name and version are provided, everything runs as before. If only the path to a dir is provided, a list of components is retrieved first, then the "old" processing is done per component. The latter needs to be changed. |
Signed-off-by: Ilya Khandamirov <ilya.khandamirov@sap.com>
b4d931e to
d051e6a
Compare
Signed-off-by: Ilya Khandamirov <ilya.khandamirov@sap.com>
Signed-off-by: Ilya Khandamirov <ilya.khandamirov@sap.com>
Signed-off-by: Ilya Khandamirov <ilya.khandamirov@sap.com>
Signed-off-by: Ilya Khandamirov <ilya.khandamirov@sap.com>
e86a208 to
bb22bd7
Compare
piotrjanik
reviewed
Oct 27, 2025
piotrjanik
reviewed
Oct 28, 2025
Skarlso
reviewed
Oct 28, 2025
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Contributor
|
I refactored the New function, please take a look at it. |
piotrjanik
reviewed
Oct 29, 2025
piotrjanik
reviewed
Oct 29, 2025
Skarlso
reviewed
Oct 30, 2025
Skarlso
reviewed
Oct 30, 2025
Skarlso
reviewed
Oct 30, 2025
Skarlso
reviewed
Oct 30, 2025
Skarlso
reviewed
Oct 30, 2025
b793966 to
bc5d82f
Compare
Signed-off-by: Piotr Janik <piotr.janik@sap.com>
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
…iguration types are set simultaneously Signed-off-by: Piotr Janik <piotr.janik@sap.com>
Signed-off-by: Piotr Janik <piotr.janik@sap.com>
…`ListComponentVersions` function in the OCM repository package that supports filtering and sorting. Signed-off-by: Piotr Janik <piotr.janik@sap.com>
Signed-off-by: Piotr Janik <piotr.janik@sap.com>
Signed-off-by: Piotr Janik <piotr.janik@sap.com>
Signed-off-by: Piotr Janik <piotr.janik@sap.com>
Signed-off-by: Piotr Janik <piotr.janik@sap.com>
Signed-off-by: Piotr Janik <piotr.janik@sap.com>
Signed-off-by: Piotr Janik <piotr.janik@sap.com>
Signed-off-by: Piotr Janik <piotr.janik@sap.com>
Signed-off-by: Piotr Janik <piotr.janik@sap.com>
Signed-off-by: Piotr Janik <piotr.janik@sap.com>
Signed-off-by: Piotr Janik <piotr.janik@sap.com>
01c2341 to
8ae962b
Compare
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>
Skarlso
reviewed
Oct 31, 2025
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
jakobmoellerdev
approved these changes
Oct 31, 2025
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
With this PR the OCM CLI will support
ocm get cv <ctf_dir>command.Which issue(s) this PR fixes
Contributes to open-component-model/ocm-project#675