-
Notifications
You must be signed in to change notification settings - Fork 37
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
fix: [GO Feature Flag server] Implement ProviderStatus #493
fix: [GO Feature Flag server] Implement ProviderStatus #493
Conversation
Signed-off-by: Thomas Poignant <[email protected]>
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.
Approved with some minor feedback.
libs/providers/go-feature-flag/src/lib/go-feature-flag-provider.spec.ts
Outdated
Show resolved
Hide resolved
libs/providers/go-feature-flag/src/lib/go-feature-flag-provider.ts
Outdated
Show resolved
Hide resolved
…r.spec.ts Co-authored-by: Michael Beemer <[email protected]> Signed-off-by: Thomas Poignant <[email protected]>
libs/providers/go-feature-flag/src/lib/go-feature-flag-provider.ts
Outdated
Show resolved
Hide resolved
…r.ts Signed-off-by: Thomas Poignant <[email protected]>
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.
lgtm as well
Minor comment, according to the spec, I think this indication is missing:
|
@liran2000 you are totally right, I've opened this PR #505 to fix that. |
Nice catch @liran2000 . We actually missed this in flagd-js as well. I created and issue: #517 |
This PR
Fixes #489