-
Notifications
You must be signed in to change notification settings - Fork 23
feat: spec-0.2.0 #38
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
feat: spec-0.2.0 #38
Conversation
Signed-off-by: Andrew Helsby <[email protected]> Signed-off-by: Andrew Helsby <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #38 +/- ##
==========================================
- Coverage 93.59% 93.35% -0.24%
==========================================
Files 17 18 +1
Lines 281 316 +35
==========================================
+ Hits 263 295 +32
- Misses 18 21 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: Andrew Helsby <[email protected]> Signed-off-by: Andrew Helsby <[email protected]>
Signed-off-by: Andrew Helsby <[email protected]> Signed-off-by: Andrew Helsby <[email protected]>
…the client Signed-off-by: Andrew Helsby <[email protected]> Signed-off-by: Andrew Helsby <[email protected]>
# Conflicts: # open_feature/open_feature_client.py
Signed-off-by: Andrew Helsby <[email protected]> Signed-off-by: Andrew Helsby <[email protected]>
Signed-off-by: Andrew Helsby <[email protected]> Signed-off-by: Andrew Helsby <[email protected]>
Signed-off-by: Andrew Helsby <[email protected]> Signed-off-by: Andrew Helsby <[email protected]>
Signed-off-by: Andrew Helsby <[email protected]> Signed-off-by: Andrew Helsby <[email protected]>
… order Signed-off-by: Andrew Helsby <[email protected]> Signed-off-by: Andrew Helsby <[email protected]>
…ly typed counterparts Signed-off-by: Andrew Helsby <[email protected]> Signed-off-by: Andrew Helsby <[email protected]>
Signed-off-by: Andrew Helsby <[email protected]> Signed-off-by: Andrew Helsby <[email protected]>
Signed-off-by: Matthew Elwell <[email protected]>
Signed-off-by: Matthew Elwell <[email protected]>
d87c577
to
534a95d
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.
Nice job! I have virtually no python experience, but I've left some comments for your consideration.
🙏
Signed-off-by: Andrew Helsby <[email protected]> Signed-off-by: Andrew Helsby <[email protected]>
Signed-off-by: Andrew Helsby <[email protected]> Signed-off-by: Andrew Helsby <[email protected]>
@toddbaert thanks for the feedback! @ajhelsby has made the changes you mentioned (that I missed 😬), I'm good to merge this now if you are happy with it? |
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! Thank you!
This PR
Adds all the features required to reach compliance with spec 0.2.0
Related Issues
Fixes #7
Notes
"Add the ability to fetch all custom fields" and "Ensure evaluation context keys are unique" are solved implicitly. One could access ctx.attributes and the fact that they are a dict should solve the uniqueness.
Follow-up Tasks
How to test
Unit tests 💯