Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ParallelSSH/parallel-ssh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.11.1
Choose a base ref
...
head repository: ParallelSSH/parallel-ssh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 61 files changed
  • 3 contributors

Commits on Aug 5, 2022

  1. Copy the full SHA
    cd9836d View commit details

Commits on Aug 20, 2022

  1. Add optional alias parameter to host config (#355)

    * added optional alias parameter to single clients and HostConfig for configuration from parallel clients.
      This is useful for weird ssh proxies like cyberark PAM.
      Without this, it is difficult to identify the source of the output, as they all have the same host name.
    * Added tests.
    * Updated docstrings.
    simonfelding authored Aug 20, 2022
    Copy the full SHA
    1b44e9a View commit details
  2. Perf changes (#357)

    * Performance improvements for reading output in all clients.
    * Output reading for all clients has been changed to be less prone to race conditions.
    * Parallel clients now read a common private key only once, reusing it for all clients it applies to, to improve performance.
    * Updated changelog.
    * Added test case for joining on parallel clients without ever running run_command. Updated join so that it does not raise exception in that case.
    pkittenis authored Aug 20, 2022
    Copy the full SHA
    d812ff3 View commit details

Commits on Aug 23, 2022

  1. Rdme (#358)

    * Changelog syntax changes
    * Updated setup.py dependencies
    * Updated docstrings
    pkittenis authored Aug 23, 2022
    Copy the full SHA
    c7fc51a View commit details

Commits on Jan 13, 2025

  1. Upgrade (#398)

    * Fixed issue with stdin flush for libssh clients
    * Updated changelog
    * Updated sshd template
    * Updated versioneer
    * Updated logging
    * Refactored tests, imports
    * Updated CI cfg
    * Updated docstrings
    * Updated imports
    * Updated readme
    * Prettify tests
    pkittenis authored Jan 13, 2025
    Copy the full SHA
    f1d46fc View commit details
  2. Updated rtd conf (#400)

    * Updated rtd configuration
    * Added doc requirements file
    * Updated dev requirements file
    pkittenis authored Jan 13, 2025
    Copy the full SHA
    45f20fa View commit details

Commits on Feb 2, 2025

  1. Disc (#402)

    * Fix socket shutdown on disconnect - resolves #274 
    * Updated tests
    * Updated clients, changelog
    * Move disconnect to internal function
    * Refactor ci tests. Updated disconnect on clients
    * Refactor for keep alive
    * Added example script
    * Updated setup.cfg
    * Updated tunnel socket failure tests. Added tunnel test.
    * Added shutdown tests, updated changelog
    * Updated tunnel
    pkittenis authored Feb 2, 2025
    Copy the full SHA
    0567bda View commit details
  2. Deprecated execute function on single clients, updated changelog (#403)

    * Deprecated execute function on single clients
    * Added test
    * Updated changelog
    pkittenis authored Feb 2, 2025
    Copy the full SHA
    987dd58 View commit details
Loading