mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-25 07:06:00 +03:00
[PR #103] [MERGED] Cleanup https backend #175
Labels
No labels
backend:https
backend:local
backend:openssh
backend:ssh_paramiko
pull-request
status:ansible-issue
status:help-wanted
status:info-needed
status:proxmox-issue
status:review-needed
type:bug 🐞
type:dependency ⛓️
type:docs 📝
type:enhancement ⏫
type:maintenance 🛠️
type:meta
type:question ❓
type:request ✋
type:testing 🧪
version:1.x
version:latest
version:py2
version:py3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmoxer#175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/proxmoxer/proxmoxer/pull/103
Author: @jhollowe
Created: 7/6/2022
Status: ✅ Merged
Merged: 8/7/2022
Merged by: @jhollowe
Base:
develop← Head:cleanup-https📝 Commits (6)
ed1b91bRefactor common arguments to base class4c05cceCleanup imports and remove unneeded helper functiona5ab1d8Merge branch 'develop' into cleanup-https0259aefUpdate pre-commit hooks and bandit baseline6fd1b38Add path_prefix argument for HTTPS backend6797347Fix broken code and remove tests for removed code📊 Changes
7 files changed (+395 additions, -144 deletions)
View changed files
📝
.pre-commit-config.yaml(+3 -3)📝
proxmoxer/backends/command_base.py(+2 -2)📝
proxmoxer/backends/https.py(+45 -47)📝
proxmoxer/backends/openssh.py(+2 -2)📝
proxmoxer/backends/ssh_paramiko.py(+2 -2)📝
tests/https_helpers_tests.py(+0 -42)📝
tests/known_issues.json(+341 -46)📄 Description
path_prefixargument to support Proxmox services behind reverse proxies🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.