-
Notifications
You must be signed in to change notification settings - Fork 847
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
Enhanced control over plugins registration #6700
Merged
Gabriel-Trintinalia
merged 49 commits into
hyperledger:main
from
Gabriel-Trintinalia:plugin-explicit-load
Apr 19, 2024
Merged
Changes from 48 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
343d0ff
Add option to only load known plugins
Gabriel-Trintinalia 4b354f2
changes to plugin logic
Gabriel-Trintinalia f380874
changes to plugin logic
Gabriel-Trintinalia 0f174d0
Merge branch 'hyperledger:main' into plugin-explicit-load
Gabriel-Trintinalia c24a656
Merge branch 'plugin-explicit-load' of https://github.com/Gabriel-Tri…
Gabriel-Trintinalia 5681275
Refactoring and unit tests
Gabriel-Trintinalia d4adb71
Refactoring and unit tests
Gabriel-Trintinalia a439c66
Refactoring and unit tests
Gabriel-Trintinalia 001c6e4
Refactoring and unit tests
Gabriel-Trintinalia 586ae9f
Simplify
Gabriel-Trintinalia 58317de
Simplify
Gabriel-Trintinalia bab565d
Add tests
Gabriel-Trintinalia e03a8de
Add tests
Gabriel-Trintinalia e44856f
improve code
Gabriel-Trintinalia 5f86fab
improve code
Gabriel-Trintinalia b443f93
improve code
Gabriel-Trintinalia b1349c4
improve code
Gabriel-Trintinalia 41f815f
Implement CLIOptions interface
Gabriel-Trintinalia 3659b19
Create another constructor and simplify code
Gabriel-Trintinalia 1a189f3
Minor renaming and javadoc
Gabriel-Trintinalia e019a26
remove heading from plugin group
Gabriel-Trintinalia 79dc158
Fix headers and hash
Gabriel-Trintinalia f9be655
Fix headers, javadoc, and build
Gabriel-Trintinalia f30463f
Fix javadoc and imports
Gabriel-Trintinalia d48a12c
Merge branch 'main' into plugin-explicit-load
Gabriel-Trintinalia 833f920
Remove strict option as it is redundant
Gabriel-Trintinalia a6c2153
Merge branch 'main' into plugin-explicit-load
Gabriel-Trintinalia 61fc125
Merge main into branch
Gabriel-Trintinalia 053987c
fix spotless
Gabriel-Trintinalia fa717b6
fix javadoc
Gabriel-Trintinalia 1932097
update CHANGELOG.md
Gabriel-Trintinalia 867efb7
Merge main into branch
Gabriel-Trintinalia 17d0c36
Fix missing final
Gabriel-Trintinalia fae5a74
Accept PR recommendations
Gabriel-Trintinalia 988995d
Merge branch 'main' into plugin-explicit-load
Gabriel-Trintinalia 3034105
Merge branch 'main' into plugin-explicit-load
Gabriel-Trintinalia 960b8bc
Merge branch 'main' into plugin-explicit-load
Gabriel-Trintinalia 13cbbda
Merge main into branch
Gabriel-Trintinalia a46f460
Update CHANGELOG.md
Gabriel-Trintinalia 8655283
Remove old text
Gabriel-Trintinalia fa67700
Merge branch 'main' into plugin-explicit-load
Gabriel-Trintinalia f1b788b
Merge branch 'main' into plugin-explicit-load
Gabriel-Trintinalia ccbaff3
Implement strategy chain
Gabriel-Trintinalia 64b010f
Merge main
Gabriel-Trintinalia a1b9beb
Merge main
Gabriel-Trintinalia 8ce8bf0
Fix execute last
Gabriel-Trintinalia c4a3077
Merge branch 'plugin-explicit-load' of https://github.com/Gabriel-Tri…
Gabriel-Trintinalia 2dfedaa
Merge branch 'main' into plugin-explicit-load
Gabriel-Trintinalia 06ea531
Change changelog entry as per PR feedback
Gabriel-Trintinalia 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't say what kind of control is being added. Maybe something like
Allow users to specify which plugins are registered