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

Add SFTPFileTransfer #136

Merged
merged 21 commits into from
Aug 28, 2023
Merged

Add SFTPFileTransfer #136

merged 21 commits into from
Aug 28, 2023

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    a6d2fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b7e39c View commit details
    Browse the repository at this point in the history
  3. Add RemotePath.parent

    jl-wynen committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c23a162 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac895f3 View commit details
    Browse the repository at this point in the history
  5. Add __all__

    jl-wynen committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b029f55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46a9b71 View commit details
    Browse the repository at this point in the history
  7. Add release note

    jl-wynen committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3a1a298 View commit details
    Browse the repository at this point in the history
  8. Observe max line length

    jl-wynen committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    801be1a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Run SFTP tests in tox

    jl-wynen committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5bbd2b6 View commit details
    Browse the repository at this point in the history
  2. Add paramiko as dependency

    jl-wynen committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    66a56cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38bda9a View commit details
    Browse the repository at this point in the history
  4. Handle st_mode = None

    jl-wynen committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d965358 View commit details
    Browse the repository at this point in the history
  5. Do not use fabric for SFTP

    jl-wynen committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9245b05 View commit details
    Browse the repository at this point in the history
  6. Do not run ssh tests in tox

    jl-wynen committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5aad13b View commit details
    Browse the repository at this point in the history
  7. Use SFTP in docs

    jl-wynen committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    105065b View commit details
    Browse the repository at this point in the history
  8. Deprecate SSHFileTransfer

    jl-wynen committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b5fca42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de358a4 View commit details
    Browse the repository at this point in the history
  10. Remove obsolete TODOs

    jl-wynen committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b05fc0d View commit details
    Browse the repository at this point in the history
  11. Update dependencies

    jl-wynen committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ab3d042 View commit details
    Browse the repository at this point in the history
  12. Use port=22 by default

    jl-wynen committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ca740cf View commit details
    Browse the repository at this point in the history
  13. Add release note

    jl-wynen committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d75d420 View commit details
    Browse the repository at this point in the history