-
Notifications
You must be signed in to change notification settings - Fork 7
[deckhouse-cli] New plugins contract support - impl [2/2] #347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ldmonster
merged 16 commits into
main
from
feat/new-plugins-contract-stage2-implementation
May 21, 2026
Merged
Changes from 14 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
85f7119
refactor: split plugins.go into domain specific go files and move it …
Glitchy-Sheep f678ce9
refactor: remove unused flags
Glitchy-Sheep 1ded064
doc: add decent doc.go file explaining the concepts of the plugin com…
Glitchy-Sheep 1a51b3b
refactor: path resolution refactor (move to single source of truth wi…
Glitchy-Sheep 7e3e58b
refactor: extract plugin install/run/contract helpers
Glitchy-Sheep 7300114
contract-v2: introduce structured Requirements DTO with smart unmarshal
Glitchy-Sheep f8881de
contract-v2: split plugin validators by mandatory/conditional and fix…
Glitchy-Sheep a0b5889
contract-v2: log-only stubs for cluster-side requirements
Glitchy-Sheep d43be62
contract-v2: drop v1 flat-array compatibility, contract is v2-only (s…
Glitchy-Sheep c59bb80
contract-v2: friendly error messages when contract is invalid
Glitchy-Sheep c577d76
contract-v2: surface pending-requirement stubs via stderr instead of …
Glitchy-Sheep 96bc21e
Merge commit 'abd0f76df9ad736e3cbd3b0e878c40e843502cb5' into feat/new…
ldmonster 30910a8
Merge commit '0e22aa2e980cb9a6bef0f655620380749d95e8e6' into feat/new…
ldmonster efa2b50
log warning when plugin requirement not installed
fuldaxxx 838fd2a
fix: update comment for mandatory plugin requirement validation
fuldaxxx 30d53ba
[chore] suppress unparam linter warnings in requirement validators
fuldaxxx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.