-
Notifications
You must be signed in to change notification settings - Fork 25
feat: Add support for an identify queue. #842
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
kinyoklion
merged 26 commits into
main
from
rlamb/emsr-86/implement-client-side-identify
Jun 10, 2025
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
8b24438
chore: Add implementation for async task queue.
kinyoklion 7f5fd64
Lint
kinyoklion 6891c52
More tests.
kinyoklion fcf0990
Clarify comment.
kinyoklion 178973b
WIP
kinyoklion efec1ef
Lint and test.
kinyoklion d311964
Add identifyResult method.
kinyoklion 75a9cea
Merge branch 'main' into rlamb/emsr-86/implement-client-side-identify
kinyoklion b6fac89
Revert unneeded change from test file.
kinyoklion e9c62f7
Remove browser client facade.
kinyoklion f0d08b6
Add implementation comment.
kinyoklion d5331e8
Sheddable.
kinyoklion 9c48c5b
Log as well as throw.
kinyoklion c0dbad1
Check size impact of a factory instead of a class.
kinyoklion 4f22426
Lint
kinyoklion 3955464
Update size limit and report.
kinyoklion 98f7746
WIP
kinyoklion c49d936
Linting
kinyoklion 286b0ee
Merge branch 'main' into rlamb/emsr-86/implement-client-side-identify
kinyoklion 3d8157f
Support before/after identify with identify queue.
kinyoklion 27bbb0a
Merge branch 'main' into rlamb/emsr-86/implement-client-side-identify
kinyoklion 6db624d
Add another test.
kinyoklion 958ec8f
Lint
kinyoklion 6d436ae
Update packages/shared/sdk-client/src/api/LDIdentifyOptions.ts
kinyoklion 157e366
Change context parameter name.
kinyoklion 2ff703d
Merge branch 'main' into rlamb/emsr-86/implement-client-side-identify
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
Clarify comment.
- Loading branch information
commit fcf099069872bf60a9feb21abdef78a0ab38496e
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
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.
Changed to a factory to save a few bytes.