-
Notifications
You must be signed in to change notification settings - Fork 28
Hidden: Add and remove branches to the experiments table #3670
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
| @@ -0,0 +1,3 @@ | |||
| export const featureFlag = { | |||
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.
[Q] WDYT about making this "updatable" from an environment variable. E.g something set in .vscode/launch.json?
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.
Only thing left to do. I'll do this as my next follow up. Just so we have a real branch and PR related to feature flags (this feature flag one is mainly a hack).
julieg18
left a comment
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 work!
…code-dvc into add-remove-branches
|
Code Climate has analyzed commit e930647 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 89.7% (85% is the threshold). This pull request will bring the total coverage in the repository to 94.9% (0.0% change). View more on Code Climate. |
Part of #1966
Screen.Recording.2023-04-12.at.10.17.21.AM.mov
Hidden behind a feature flag for now until it actually does something in the table. I wanted to easily separate the collection of data from branch selection as this is already big enough. Might also be easier to merge with a feature flag than start a chain on PR.