fix!: move verification to resolution service#1707
Merged
jakobmoellerdev merged 110 commits intoMar 12, 2026
Conversation
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
ed90151 to
d7c65ea
Compare
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
…omponent-model into move-verification
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
…omponent-model into move-verification
fabianburth
reviewed
Feb 5, 2026
fabianburth
reviewed
Feb 6, 2026
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>
Signed-off-by: Fabian Burth <fabian.burth@sap.com>
frewilhelm
commented
Feb 9, 2026
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
…omponent-model into move-verification
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
…omponent-model into move-verification
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
…omponent-model into move-verification
Contributor
|
I'm doing some nicification here and there and a general facelift going over the entire change. I'll try to make it brief though. Hopefully, I can actually reduce the complexity here somewhat. I see that we actually don't need some of these things that we did here. So I'm going to give this a general facelift. I will avoid changing too much though because I don't want people to have to re-read the entire thing. So I'll do one commit that you can view that will contain all the changes. |
…eters On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Contributor
|
Here are the refactored changes that hopefully make the code a bit better and more readable. I found a couple of things:
|
jakobmoellerdev
previously approved these changes
Mar 12, 2026
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
jakobmoellerdev
approved these changes
Mar 12, 2026
matthiasbruns
approved these changes
Mar 12, 2026
fabianburth
approved these changes
Mar 12, 2026
This was referenced Mar 24, 2026
Merged
1 task
This was referenced Apr 22, 2026
5 tasks
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
This PR refactors signature verification logic by moving it from the component controller to the resolution service (worker pool). This centralizes verification and improves separation of concerns.
Key Changes
ErrNotSafelyDigestibleerror type to distinguish safely digestible components from verification failures.Benefits
Which issue(s) this PR fixes
Fixes open-component-model/ocm-project#787
Summary by CodeRabbit
New Features
Improvements
Tests