-
Notifications
You must be signed in to change notification settings - Fork 29
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
Use exp push to share experiments to Studio #3701
Conversation
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.
The PR diff size of 37331 lines exceeds the maximum allowed for the inline comments feature.
@@ -115,10 +115,22 @@ export const getShareExperimentToStudioCommand = | |||
return commands.executeCommand(RegisteredCommands.SETUP_SHOW) | |||
} | |||
|
|||
return internalCommands.executeCommand( | |||
AvailableCommands.EXP_PUSH, |
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] Make sure to remove this from internal commands too (it is in the types).
4873421
to
386e939
Compare
386e939
to
491d0d8
Compare
491d0d8
to
152913e
Compare
86a4dba
to
9e40b4d
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.
Looks good!
9e40b4d
to
f247d04
Compare
Code Climate has analyzed commit f247d04 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 94.7% (0.1% change). View more on Code Climate. |
2/6
main
<- #3768 <- this <- #3771 <- #3777 <- #3778 <- #3779Related to #3574.
This is an interim step where we move "Share to Studio" from our custom implementation of the studio client onto exp push. I'll remove the other 2 sharing actions shortly and rename "Share to Studio" to "Share". I'll also make it possible to share without a Studio token, under those circumstances, I will prompt the user to add a token.
Demo
Screen.Recording.2023-04-27.at.3.37.56.pm.mov