Add manual trigger mode for bundle refresh#112
Open
MohamedFazil1406 wants to merge 3 commits into
Open
Conversation
Member
|
@MohamedFazil1406 thank you for working on this! can you sign your commits please for the DCO check to pass? |
MohamedFazil1406
force-pushed
the
feature/manual-bundle-trigger
branch
2 times, most recently
from
July 13, 2026 16:35
ee67282 to
d413338
Compare
Author
|
Thanks for the heads-up! I've signed off all the commits and force-pushed the updated branch. The DCO check should pass now. |
Signed-off-by: MohamedFazil1406 <mohamedfazil01406@gmail.com>
Signed-off-by: MohamedFazil1406 <mohamedfazil01406@gmail.com>
Signed-off-by: MohamedFazil1406 <mohamedfazil01406@gmail.com>
MohamedFazil1406
force-pushed
the
feature/manual-bundle-trigger
branch
from
July 14, 2026 05:35
d413338 to
ecfd524
Compare
Member
|
@MohamedFazil1406 looks like there are some real compilation failures, mind taking a look? |
Author
|
ok i will check |
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.
Summary
This PR adds support for a manual trigger mode for bundle refresh while preserving the existing periodic polling behavior as the default.
##Issues #65
Changes
Triggerconfiguration withPERIODIC(default) andMANUALmodes.BundleConfigto support the newtriggeroption.BundlePlugintoBundleDownloader.BundleDownloaderto skip automatic polling when the trigger isMANUAL.refresh()method to allow bundles to be refreshed on demand.Testing
./gradlew :opa-services:compileJavaopenssl, which is not available in my Windows environment, resulting in an unrelated test initialization failure.