Skip to content
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

Merged
merged 2 commits into from
Apr 28, 2023
Merged

Conversation

mattseddon
Copy link
Member

@mattseddon mattseddon commented Apr 17, 2023

2/6 main <- #3768 <- this <- #3771 <- #3777 <- #3778 <- #3779

Related 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

Copy link

@codeclimate codeclimate bot left a 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.

@mattseddon mattseddon changed the base branch from main to integrate-exp-show April 17, 2023 23:30
@@ -115,10 +115,22 @@ export const getShareExperimentToStudioCommand =
return commands.executeCommand(RegisteredCommands.SETUP_SHOW)
}

return internalCommands.executeCommand(
AvailableCommands.EXP_PUSH,
Copy link
Member Author

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).

Base automatically changed from integrate-exp-show to main April 20, 2023 23:30
@mattseddon mattseddon changed the base branch from main to use-dvc-config April 27, 2023 05:33
@mattseddon mattseddon marked this pull request as ready for review April 27, 2023 05:45
Copy link
Contributor

@julieg18 julieg18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@mattseddon mattseddon enabled auto-merge (squash) April 28, 2023 20:51
@codeclimate
Copy link

codeclimate bot commented Apr 28, 2023

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.

@mattseddon mattseddon merged commit eaa1da0 into main Apr 28, 2023
@mattseddon mattseddon deleted the remove-push-patch branch April 28, 2023 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants