-
Notifications
You must be signed in to change notification settings - Fork 22
feat: Add events to the multi provider #568
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
toddbaert
merged 29 commits into
main
from
askpt/552-feature-implement-events-in-multi-provider
Oct 3, 2025
Merged
Changes from 15 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
64ec40f
feat: Implement event handling infrastructure in MultiProvider
askpt 22a0887
feat: Implement event processing for MultiProvider
askpt c9f8699
feat: Enhance event handling in MultiProvider with improved status ma…
askpt 084dbc0
feat: Add event emission for ProviderConfigurationChanged in MultiPro…
askpt 0fe44b4
feat: Implement graceful shutdown for event processing in MultiProvider
askpt 5e311c9
feat: Add error handling and event emission for evaluation failures i…
askpt 89a25de
feat: Update test name for EvaluateAsync to reflect error handling fo…
askpt acc911b
feat: Add unit tests for event emission in MultiProvider
askpt 4688602
feat: Enhance MultiProvider event tests with initialization and error…
askpt f6b9459
feat: Refactor event emission test for error state in MultiProvider
askpt f4e3dfd
feat: Refactor MultiProvider event tests for improved readability and…
askpt 9fe5338
feat: Refactor MultiProvider event tests for improved clarity and con…
askpt f511821
feat: Improve event handling logic in MultiProvider for better perfor…
askpt 0477338
feat: Add event handling documentation for MultiProvider
askpt 445fdae
feat: Dispose event processing cancellation token in MultiProvider sh…
askpt 518cd52
feat: Implement thread-safe access to provider status in MultiProvider
askpt cc0cb58
Replace Dictionary with ConcurrentDictionary for event listening task…
askpt bf29cb8
feat: Safeguard against ObjectDisposedException during event processi…
askpt 7f2d259
Merge branch 'main' into askpt/552-feature-implement-events-in-multi-…
askpt 406e408
Update src/OpenFeature.Providers.MultiProvider/MultiProvider.cs
askpt 98c2d31
fix: prevent duplicate event listening tasks for registered providers
askpt 0ca0a86
feat: enhance MultiProvider to include logging and prevent duplicate …
askpt 2574dba
Merge branch 'main' into askpt/552-feature-implement-events-in-multi-…
askpt a70d9c0
refactor: remove unused config folder and reorganize test project ent…
askpt de418d7
Merge remote-tracking branch 'refs/remotes/origin/askpt/552-feature-i…
askpt 4cfdb9b
fix: prevent duplicate event listening by checking existing tasks bef…
askpt 8eb027a
fix: clear event listening tasks during provider shutdown
askpt a4814ba
fix: streamline event listening task addition by using TryAdd method
askpt edd102a
fix: remove setting of ProviderStatus to Fatal during shutdown
askpt 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
Some comments aren't visible on the classic Files Changed page.
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.