-
Notifications
You must be signed in to change notification settings - Fork 163
Add initial support for feature flags #244
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
Conversation
tdumitrescu
left a comment
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.
Thanks for the updates, it's just about ready now
| }); | ||
| }); | ||
|
|
||
| describe('should handle special characters', function() { |
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.
Nice. Thanks for extending test coverage
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "name": "mixpanel", | |||
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.
@tdumitrescu, lock file generated on install dropped a bunch of metadata. Shall i leave all of the changes made out completely?
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.
Thanks for pointing out. @hans-lizihan merged some dep updates to master just now too, so I got this branch up to date and updated the lockfile
Implements a first pass at server side support for feature flagging
supports local evaluation - Flag settings are polled in the background and user assignment to specific variants is implemented on the SDK itself
remote evaluation - Each invocation to get a variant value makes a network request to the flags endpoint