-
Notifications
You must be signed in to change notification settings - Fork 37
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
Allow conversion of std::process::Command
into a openssh::Command
given a openssh::Session
.
#112
Commits on Jul 28, 2023
-
Add OverSsh trait to allow conversion of std::process::Command into a…
… openssh::Session. Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e314422 - Browse repository at this point
Copy the full SHA e314422View commit details -
Add a doc comment and example usage.
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9ba8d3 - Browse repository at this point
Copy the full SHA d9ba8d3View commit details -
Add tests for OverSsh's with_session
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd64633 - Browse repository at this point
Copy the full SHA dd64633View commit details -
Use raw_command and raw_args. Refactor the name to 'over_ssh'.
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9743a5e - Browse repository at this point
Copy the full SHA 9743a5eView commit details -
Remove a dangling test import. Use better name for test.
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a69ed1 - Browse repository at this point
Copy the full SHA 0a69ed1View commit details -
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 974cd52 - Browse repository at this point
Copy the full SHA 974cd52View commit details -
Apply suggestions of code review.
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cca22b1 - Browse repository at this point
Copy the full SHA cca22b1View commit details -
Co-authored-by: Jiahao XU <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66cecba - Browse repository at this point
Copy the full SHA 66cecbaView commit details -
Apply more suggestions from the code review.
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 511c62c - Browse repository at this point
Copy the full SHA 511c62cView commit details -
Apply more suggestions from the code review.
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d14a4c2 - Browse repository at this point
Copy the full SHA d14a4c2View commit details -
Co-authored-by: Jiahao XU <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32a8960 - Browse repository at this point
Copy the full SHA 32a8960View commit details -
Co-authored-by: Jiahao XU <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08b77a5 - Browse repository at this point
Copy the full SHA 08b77a5View commit details -
Co-authored-by: Jiahao XU <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d9a112 - Browse repository at this point
Copy the full SHA 5d9a112View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d84871 - Browse repository at this point
Copy the full SHA 7d84871View commit details -
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4baafd - Browse repository at this point
Copy the full SHA c4baafdView commit details -
Run cargo clippy --fix and persist all modifications to escape.rs
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e84beb - Browse repository at this point
Copy the full SHA 7e84bebView commit details -
Apply rustfmt to command.rs and escape.rs
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fcfaf2 - Browse repository at this point
Copy the full SHA 7fcfaf2View commit details -
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13d865a - Browse repository at this point
Copy the full SHA 13d865aView commit details -
Co-authored-by: Jiahao XU <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4ded38 - Browse repository at this point
Copy the full SHA c4ded38View commit details -
Co-authored-by: Jiahao XU <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67d0885 - Browse repository at this point
Copy the full SHA 67d0885View commit details -
Co-authored-by: Jiahao XU <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6970753 - Browse repository at this point
Copy the full SHA 6970753View commit details -
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8207907 - Browse repository at this point
Copy the full SHA 8207907View commit details -
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10687fb - Browse repository at this point
Copy the full SHA 10687fbView commit details -
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 020366a - Browse repository at this point
Copy the full SHA 020366aView commit details -
Add a test for overssh that requires escaping the argument passed to …
…the command. Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6842e5a - Browse repository at this point
Copy the full SHA 6842e5aView commit details -
Update overssh require-escaping-arguments test to contain a space.
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e09d2fd - Browse repository at this point
Copy the full SHA e09d2fdView commit details -
Apply rustfmt to tests/openssh.rs
Signed-off-by: Aalekh Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f30d34e - Browse repository at this point
Copy the full SHA f30d34eView commit details