Skip to content
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

Merged
merged 5 commits into from
Jul 27, 2023

Conversation

thomaspoignant
Copy link
Member

@thomaspoignant thomaspoignant commented Jul 27, 2023

This PR

  • Implement ProviderStatus

Fixes #489

Copy link
Member

@beeme1mr beeme1mr left a 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.

…r.spec.ts

Co-authored-by: Michael Beemer <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
@thomaspoignant thomaspoignant merged commit e11269d into open-feature:main Jul 27, 2023
@thomaspoignant thomaspoignant deleted the fix-489-goff-status branch July 27, 2023 15:58
Copy link
Member

@toddbaert toddbaert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm as well

@liran2000
Copy link
Member

Minor comment, according to the spec, I think this indication is missing:

Requirement 2.4.5
The provider SHOULD indicate an error if flag resolution is attempted before the provider is ready.

@thomaspoignant
Copy link
Member Author

thomaspoignant commented Jul 31, 2023

@liran2000 you are totally right, I've opened this PR #505 to fix that.

@toddbaert
Copy link
Member

Minor comment, according to the spec, I think this indication is missing:

Requirement 2.4.5
The provider SHOULD indicate an error if flag resolution is attempted before the provider is ready.

Nice catch @liran2000 . We actually missed this in flagd-js as well. I created and issue: #517

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[go-feature-flag] doesn't implement 'status'
4 participants