feat: recursive cv transfer support#1506
Merged
jakobmoellerdev merged 25 commits intoJan 22, 2026
Merged
Conversation
Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
allows resolution to pass if we just have no credentials so the digest processor can still be called during construction Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
Introduced recursive flag for `transfer component-version` command to enable recursive discovery and transfer of component versions. Refactored graph definition logic and added internal helpers to support recursive operations. Includes unit tests to validate functionality. Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
Introduced recursive flag for `transfer component-version` command to enable recursive discovery and transfer of component versions. Refactored graph definition logic and added internal helpers to support recursive operations. Includes unit tests to validate functionality. Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
# Conflicts: # cli/cmd/transfer/component-version/cmd.go # cli/cmd/transfer/component-version/internal/discovery.go
Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
# Conflicts: # bindings/go/constructor/construct.go
5039432 to
23b3601
Compare
Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
23b3601 to
f9da392
Compare
# Conflicts: # cli/integration/go.mod
Refactored repository serialization to handle multiple repository types (OCI and CTF). Improved graph discoverer initialization by precomputing the root. Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
88a7bec to
c261549
Compare
Skarlso
reviewed
Jan 5, 2026
…t tests Ensured SubPath handling in OCI repository serialization is accurate. Added comprehensive test cases for `Ref.String()` to validate expected output formatting. Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
# Conflicts: # cli/go.mod # cli/go.sum # cli/integration/go.sum
Skarlso
previously approved these changes
Jan 5, 2026
fabianburth
reviewed
Jan 9, 2026
Co-authored-by: Fabian Burth <fabian.burth@sap.com> Signed-off-by: Jakob Möller <jakob.moeller@sap.com>
fbd0424 to
91fe052
Compare
Enhanced JSON schema inference to handle `nil` values by returning a schema with `null` as its type. Updated unit tests to validate this behavior. Added `NullType` constant to improve type handling consistency. Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
0ee7754 to
c6ac4ca
Compare
Updated various OCM bindings including `cel`, `normalisation`, `runtime`, `utf8`, `rsa`, `signing`, and `transform` to version `20260120091201-ad28d12c0bea`. Adjusted `go.mod` and `go.sum` accordingly. Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
c6ac4ca to
0c4a608
Compare
Updated `descriptor/v2` dependency to `v2.0.1-alpha9` in `go.mod` and `go.sum` files. Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
Updated `oci` binding dependency to `v0.0.26` in `go.mod` and `go.sum` files. Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
fabianburth
previously approved these changes
Jan 21, 2026
matthiasbruns
previously approved these changes
Jan 21, 2026
Skarlso
previously approved these changes
Jan 21, 2026
# Conflicts: # cli/go.mod # cli/go.sum # cli/integration/go.mod # cli/integration/go.sum
7f41a77
matthiasbruns
approved these changes
Jan 22, 2026
Skarlso
approved these changes
Jan 22, 2026
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
Introduced recursive flag for
transfer component-versioncommand to enable recursive discovery and transfer of component versions. Refactored graph definition logic and added internal helpers to support recursive operations. Includes unit tests to validate functionality.Which issue(s) this PR fixes
part of open-component-model/ocm-project#790