-
Notifications
You must be signed in to change notification settings - Fork 10
feat: ofrep provider #53
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
Signed-off-by: Rahul Baradol <[email protected]>
830e2ef
to
2b104b8
Compare
@erenatas |
You are quick :) I will have a look today |
@beeme1mr Hey, do we have any behavioral tests for OFREP? @Rahul-Baradol it looks like a nice start, however I don't see any have documentation, code coverage. You can have a look at what we have done over flagd |
Yeah right...took this as a start, and wanted your input before proceeding. |
Its a good start :). The implementation reuses the same reqwest client as well 👍 |
Signed-off-by: Rahul Baradol <[email protected]>
Signed-off-by: Rahul Baradol <[email protected]>
@erenatas |
Signed-off-by: Rahul Baradol <[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.
I’ve made some modifications to your implementation in this PR
Having a look at: https://github.com/open-feature/protocol/blob/main/guideline/dynamic-context-provider.md You did most of the work so big kudos! I see 2 things are missing:
|
Signed-off-by: Rahul Baradol <[email protected]>
9d99ec8
to
0735f38
Compare
Signed-off-by: Rahul Baradol <[email protected]>
8e66430
to
db2e2ba
Compare
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.
Great start @Rahul-Baradol ! There might be a few things missing, but it’s definitely headed in the right direction.
Signed-off-by: Rahul Baradol <[email protected]>
40ceeff
to
3c09b62
Compare
@Rahul-Baradol, hi, I was away for the past 2 weeks but I will be back from next week. Let me know when its ready for review, and I will have a look. |
@Rahul-Baradol @erenatas here's what we currently have for requirements https://github.com/open-feature/protocol/blob/main/guideline/dynamic-context-provider.md. Please note that this is for dynamic context providers (e.g. server). |
Hey, overall this implementation looks good to me as well. Perhaps we can do a 0.0.1 release, wdyt? |
Sure @erenatas we can go ahead ! |
This PR
Related Issues
Fixes #51
Follow-up Tasks