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

small fixes for error reporting and a bugfix #55

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from

Commits on Jun 19, 2018

  1. error message is in resp.reason which was not part of the exception m…

    …essage
    
    (try to delete a missing pool, the message is not in the body)
    mihail committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    065ec59 View commit details
    Browse the repository at this point in the history
  2. no resp.reason when using ssh, reason = stderr

    mihail committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    fb48091 View commit details
    Browse the repository at this point in the history
  3. bugfix

    mihail committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    8a6c698 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8876676 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e71cb23 View commit details
    Browse the repository at this point in the history
  6. bugfix

    mihail committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    3096015 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. fix from swayf#40

    swayf authored and Michael committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    3b6877d View commit details
    Browse the repository at this point in the history
  2. README.rst: create container with parameters in dictonary

    Avoids syntax error on adding ssh-public-keys
    
    Signed-off-by: Geert Stappers <[email protected]>
    stappersg authored and Michael committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    d6437e5 View commit details
    Browse the repository at this point in the history
  3. paramiko python3: stdout and stderr must be a str not bytes

    Fixes paramiko tests: return io.BytesIO instead of a list for stdout and
    stderr to look like paramiko.channel.channelfile object
    Jérôme Schneider authored and Michael committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    bd743f9 View commit details
    Browse the repository at this point in the history
  4. proxmoxer/backends/base_ssh.py: add stderr on the Response content

    It's great to show response content when we have a 500 but
    it's better to show error when we have one
    Jérôme Schneider authored and Michael committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    1dbcc6e View commit details
    Browse the repository at this point in the history
  5. Add option to specify port in host

    Piet van Agtmaal authored and Michael committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    d7da31a View commit details
    Browse the repository at this point in the history
  6. fix from mihailstoynov

    swayf authored and Michael committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    031f359 View commit details
    Browse the repository at this point in the history
  7. Update README.rst

    swayf authored and Michael committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    c49386b View commit details
    Browse the repository at this point in the history
  8. Revert "fix from mihailstoynov"

    This reverts commit 061edfb.
    swayf authored and Michael committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    6ca20f0 View commit details
    Browse the repository at this point in the history
  9. bump version

    swayf authored and Michael committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    cf4c3f6 View commit details
    Browse the repository at this point in the history
  10. Update README.rst

    swayf authored and Michael committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    c661dd7 View commit details
    Browse the repository at this point in the history