-
Notifications
You must be signed in to change notification settings - Fork 18
feat: add support for flagd flag metadata #215
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #215 +/- ##
==========================================
- Coverage 94.00% 93.99% -0.01%
==========================================
Files 18 18
Lines 950 983 +33
==========================================
+ Hits 893 924 +31
- Misses 57 59 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
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.
thank you this looks really cool, especially the extension of our gherkin tests.
@gruebel I do not have any power here, would you do us the honor of a review please ;)
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 work 🍻 just string formatting needs a some adjustments. don't forget to run ruff
locally, will probably result in slight different line breaks.
...openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/resolvers/process/flags.py
Outdated
Show resolved
Hide resolved
...openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/resolvers/process/flags.py
Outdated
Show resolved
Hide resolved
...openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/resolvers/process/flags.py
Outdated
Show resolved
Hide resolved
…rovider/flagd/resolvers/process/flags.py Co-authored-by: Anton Grübel <anton.gruebel@gmail.com> Signed-off-by: chrfwow <christian.lutnik@dynatrace.com>
…rovider/flagd/resolvers/process/flags.py Co-authored-by: Anton Grübel <anton.gruebel@gmail.com> Signed-off-by: chrfwow <christian.lutnik@dynatrace.com>
…rovider/flagd/resolvers/process/flags.py Co-authored-by: Anton Grübel <anton.gruebel@gmail.com> Signed-off-by: chrfwow <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
This PR
Adds support for flag and flag set metadata in flagd
Related Issues
Fixes #119
Waiting for open-feature/flagd-testbed#242
Follow-up Tasks
I will open a PR for additional e2e tests in the flagd testbed