-
Notifications
You must be signed in to change notification settings - Fork 192
Enable feature-flag for context-target
by default
#4081
Conversation
/test install-vc7 |
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.
Works great.
LGTM
Codecov Report
@@ Coverage Diff @@
## main #4081 +/- ##
=======================================
Coverage ? 47.77%
=======================================
Files ? 469
Lines ? 45475
Branches ? 0
=======================================
Hits ? 21726
Misses ? 21697
Partials ? 2052
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
LGTM. |
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. Thanks!
nit: in your PR description: Still thinking if there is a better name for the flag. using -v2 when the original was never publicly exposed feels weird. |
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. holding till other PRs get in.
given the original flag was actually out, the alternative name, while not pretty, seems reasonable. |
What this PR does / why we need it
This PR enables the Context/Target feature-flag by default.
This change requires rename of the feature-flag to
context-target-v2
to make sure default value gets update in the user'sconfig.yaml
ifcontext-target
feature-flag already exists.config.yaml
than current logic does not change the value.Which issue(s) this PR fixes
Fixes #3653
Describe testing done for PR
Release note
Additional information
Special notes for your reviewer