mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-25 07:06:00 +03:00
[PR #91] [MERGED] Version 1.3.0 #170
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#170
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/91
Author: @jhollowe
Created: 3/13/2022
Status: ✅ Merged
Merged: 3/14/2022
Merged by: @jhollowe
Base:
master← Head:develop📝 Commits (10+)
d6d26a5Add config for formatter and linter3e41884Add devcontainer/vscode config for formatting and linting53e02e0Add pre-commit hooks for formatting and linting6cc2fecAdd baseline for bandit1622df9Add environment linting pre-commit hooks2628bcfMerge branch 'master' into develop309b650Allow backend to be selected with any case94d4f77Merge pull request #70 from jhollowe/standardize-backend-name2a91089test ipv6b3dfc44IPv6📊 Changes
33 files changed (+1802 additions, -963 deletions)
View changed files
📝
.devcontainer/devcontainer.json(+2 -4)➕
.devcontainer/setup.sh(+10 -0)➕
.git-blame-ignore-revs(+4 -0)➕
.github/workflows/ci.yaml(+73 -0)➕
.pre-commit-config.yaml(+60 -0)📝
.vscode/settings.json(+19 -1)➕
CHANGELOG.md(+99 -0)📝
MANIFEST.in(+1 -0)📝
README.rst(+29 -283)📝
dev_requirements.txt(+1 -0)📝
proxmoxer/__init__.py(+5 -5)📝
proxmoxer/backends/__init__.py(+3 -3)➖
proxmoxer/backends/base_ssh.py(+0 -89)➕
proxmoxer/backends/command_base.py(+146 -0)📝
proxmoxer/backends/https.py(+185 -66)➕
proxmoxer/backends/local.py(+20 -0)📝
proxmoxer/backends/openssh.py(+40 -37)📝
proxmoxer/backends/ssh_paramiko.py(+32 -39)📝
proxmoxer/core.py(+62 -30)➕
pyproject.toml(+3 -0)...and 13 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.