You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2020/08/21 13:07:39 UTC

[libcloud] branch trunk updated (ecb8181 -> 7ddda6a)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from ecb8181  Add __str__ and __repr__ method to all the Deployment classes.
     new 4586cac  Test enable compression and keep alive.
     new d88c77d  Add a WIP change and update paramiko client to re-use existing sftp connection.
     new 8b01fb4  Update put() method on the ParamikoSSHClient so we try to re-use the underlying sftp connection if one already exists.
     new 54bf46b  Add new putfo() method to the ParamikoSSHClient and use that inside FileDeployment step.
     new e705749  Add new keep_alive and use_compression argument to the ParamikoSSHClient constructor.
     new 32fc226  Also add method to the base class.
     new 5f3f9e0  Update exception which is thrown when reaching max tries to also include the original traceback.
     new 91b8450  Add changelog entries.
     new 7dbae42  Update changelog.
     new 1dc922e  Add tests for various new and existing ParamikoSSHClient methods.
     new e515d5a  Fix lint.
     new 6da6383  Update ParamikoSSHClient.{put,putfo} method and make sure it correctly handles absolute paths on Windows.
     new 8616818  Fix lint and broken and failing test.
     new 7ddda6a  Merge pull request #1483 from Kami/paramiko_compression_and_keepalive

The 7492 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                              |  36 +++++
 libcloud/compute/base.py                 |   6 +-
 libcloud/compute/deployment.py           |  15 +-
 libcloud/compute/ssh.py                  | 178 +++++++++++++++++++++-
 libcloud/test/compute/test_deployment.py |  15 +-
 libcloud/test/compute/test_ssh_client.py | 247 ++++++++++++++++++++++++++++++-
 6 files changed, 472 insertions(+), 25 deletions(-)