-
Notifications
You must be signed in to change notification settings - Fork 36
feat: FDv2DataManagerBase for mode switching and data source lifecycle #1210
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
Merged
Changes from 25 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
e6a4d76
feat: add FDv2 types, refined validators, and DataManager interface e…
kinyoklion a4d5ad0
feat: add FlagManager.applyChanges for FDv2 full/partial/none semantics
kinyoklion cb9d6b6
feat: add SourceFactoryProvider for declarative data source creation
kinyoklion c33790c
Merge branch 'rlamb/fdv2-flag-manager-apply-changes' into rlamb/fdv2-…
kinyoklion 455e057
feat: add FDv2DataManagerBase for mode switching and data source life…
kinyoklion 20f3d28
Merge branch 'main' into rlamb/fdv2-source-factory-provider
kinyoklion 97568e4
fix: address PR review feedback on SourceFactoryProvider
kinyoklion 25121e3
Merge branch 'rlamb/fdv2-source-factory-provider' into rlamb/fdv2-dat…
kinyoklion b1ca6c1
fix: update FDv2DataManagerBase for restructured SourceFactoryContext
kinyoklion de39213
fix: increase bundle size limits for common and sdk-client packages
kinyoklion d9711c4
Merge branch 'rlamb/fdv2-source-factory-provider' into rlamb/fdv2-dat…
kinyoklion a343b8b
fix: add applyChanges to FlagUpdater/FlagStore to bypass FDv1 version…
kinyoklion a076479
Merge branch 'rlamb/fdv2-flag-manager-apply-changes' into rlamb/fdv2-…
kinyoklion 95dabe4
Merge remote-tracking branch 'origin/main' into rlamb/fdv2-flag-manag…
kinyoklion 83cb188
Merge remote-tracking branch 'origin/main' into rlamb/fdv2-data-manag…
kinyoklion 80852ff
fix: increase browser SDK bundle size limit
kinyoklion 01bb153
Merge branch 'rlamb/fdv2-flag-manager-apply-changes' into rlamb/fdv2-…
kinyoklion eeea559
fix: delegate full applyChanges to init to avoid duplication
kinyoklion 806b12a
Merge branch 'rlamb/fdv2-flag-manager-apply-changes' into rlamb/fdv2-…
kinyoklion b5e5dc3
fix: unify applyChanges at FlagStore layer for future FDv1 removal
kinyoklion fece197
Merge branch 'rlamb/fdv2-flag-manager-apply-changes' into rlamb/fdv2-…
kinyoklion a78c26e
Merge remote-tracking branch 'origin/main' into rlamb/fdv2-data-manag…
kinyoklion ecc301d
feat: refactor mode switching to discriminated union with foregroundC…
kinyoklion 76f795c
fix: add ManualModeSwitching to LDClientDataSystemOptions union type
kinyoklion a39bdb4
fix: rename initialForegroundMode to foregroundMode
kinyoklion a9ac466
fix: simplify dataCallback by using ?? [] for transfer-none updates
kinyoklion 659ff40
fix: unconditionally assign selector from payload state
kinyoklion 63a0ac9
fix: remove unnecessary as any cast for bootstrap check
kinyoklion ad9a304
fix: re-check closed state after await in identify to prevent resourc…
kinyoklion 68b4baf
fix: update doc comments to match discriminated union API
kinyoklion 5233983
feat: add setConnectionMode as top-level override bypassing transitio…
kinyoklion f91a28f
fix: add .catch to flagManager.applyChanges to prevent unhandled reje…
kinyoklion 0786b64
feat: add custom is predicate to validatorOf for discriminated unions
kinyoklion 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
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 is now the platform specific default, and not the same thing as the initial connection mode.