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

fix(cli): allow display of ssh password prompt in clone operations #3075

Merged
merged 4 commits into from Aug 26, 2022

Conversation

Panaetius
Copy link
Member

closes #2987

We can't use yaspin / communication.busy with subprocess calls that need a prompt, as yaspin will swallow all shell output while it is running.

Also updates communication to allow printing while yaspin is up

@Panaetius Panaetius requested a review from a team as a code owner August 12, 2022 11:50
@Panaetius Panaetius force-pushed the bugfix/2987-clone-ssh-passphrase-fix branch 4 times, most recently from a5493ee to 9cb174e Compare August 16, 2022 08:56
@Panaetius Panaetius force-pushed the bugfix/2987-clone-ssh-passphrase-fix branch from 9cb174e to 3edc68f Compare August 16, 2022 09:05
Copy link
Contributor

@m-alisafaee m-alisafaee left a comment

Choose a reason for hiding this comment

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

Please see my comments.

renku/ui/cli/utils/callback.py Outdated Show resolved Hide resolved
renku/ui/cli/utils/callback.py Outdated Show resolved Hide resolved
m-alisafaee
m-alisafaee previously approved these changes Aug 25, 2022
Copy link
Contributor

@m-alisafaee m-alisafaee left a comment

Choose a reason for hiding this comment

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

Thank you!

@Panaetius Panaetius merged commit aa8772d into develop Aug 26, 2022
@Panaetius Panaetius deleted the bugfix/2987-clone-ssh-passphrase-fix branch August 26, 2022 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

dataset import hangs with passphrase-protected SSH key
3 participants