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

Patch scp argument-building in BaseSSHConnection #91

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Patch scp argument-building in BaseSSHConnection #91

merged 2 commits into from
Sep 21, 2023

Conversation

christian-monch
Copy link

@christian-monch christian-monch commented Sep 21, 2023

This PR contains a patch for datalad.support.sshconnector.BaseSSHConnection.get and datalad.support.sshconnector.BaseSSHConnection.put. The original code excluded user definitions from the target arguments.

@codecov-commenter
Copy link

codecov-commenter commented Sep 21, 2023

Codecov Report

Patch coverage: 97.43% and project coverage change: +0.02% 🎉

Comparison is base (cee36f8) 97.20% compared to head (2a4ca09) 97.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
+ Coverage   97.20%   97.23%   +0.02%     
==========================================
  Files          15       16       +1     
  Lines         286      325      +39     
==========================================
+ Hits          278      316      +38     
- Misses          8        9       +1     
Files Changed Coverage Δ
datalad_ria/patches/enabled.py 100.00% <ø> (ø)
datalad_ria/tests/test_ssh_remote_io.py 98.59% <94.73%> (-1.41%) ⬇️
datalad_ria/patches/sshconnector.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

christian-monch and others added 2 commits September 21, 2023 16:37
This commit contains a patch that modifies the
scp-target generation code in BaseSSHConnector.
The core-code did not support the specification
of user-IDs.
Copy link
Member

@mih mih left a comment

Choose a reason for hiding this comment

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

LGTM! Thx!

@mih mih merged commit 62ef796 into main Sep 21, 2023
3 checks passed
@mih mih deleted the fix-scp-args branch September 21, 2023 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants