[PR #69] [MERGED] Version 1.2.0 #160

Closed
opened 2026-02-27 15:46:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/proxmoxer/proxmoxer/pull/69
Author: @jhollowe
Created: 10/7/2021
Status: Merged
Merged: 10/9/2021
Merged by: @jhollowe

Base: masterHead: release/1.2.0


📝 Commits (10+)

  • 8995da9 Merge branch 'master' into develop
  • 3e73570 [ADD] Possible to switch between PVE and PMG services
  • b2e79c9 Update README.rst
  • 74734f8 Merge pull request #32 from kmee/develop
  • 549149a Add otp support (#33)
  • 6668670 Exclude tests from installs
  • 80e2f38 Merge pull request #39 from scop/dont-install-tests
  • 3f0f640 Multi service support (#34)
  • ca28a4e Only add otp data if present
  • 317b484 Fix broken authentication

📊 Changes

17 files changed (+491 additions, -92 deletions)

View changed files

.devcontainer/Dockerfile (+14 -0)
.devcontainer/devcontainer.json (+41 -0)
📝 .gitignore (+145 -11)
📝 .travis.yml (+2 -0)
.vscode/settings.json (+11 -0)
📝 README.rst (+60 -4)
dev_requirements.txt (+2 -0)
📝 proxmoxer/__init__.py (+1 -1)
📝 proxmoxer/backends/base_ssh.py (+12 -4)
📝 proxmoxer/backends/https.py (+83 -19)
📝 proxmoxer/backends/openssh.py (+5 -2)
📝 proxmoxer/backends/ssh_paramiko.py (+5 -4)
📝 proxmoxer/core.py (+38 -11)
📝 setup.py (+1 -1)
📝 tests/base/base_ssh_suite.py (+28 -28)
📝 tests/https_tests.py (+27 -5)
📝 tests/paramiko_tests.py (+16 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/proxmoxer/proxmoxer/pull/69 **Author:** [@jhollowe](https://github.com/jhollowe) **Created:** 10/7/2021 **Status:** ✅ Merged **Merged:** 10/9/2021 **Merged by:** [@jhollowe](https://github.com/jhollowe) **Base:** `master` ← **Head:** `release/1.2.0` --- ### 📝 Commits (10+) - [`8995da9`](https://github.com/proxmoxer/proxmoxer/commit/8995da943d72924194eccef36a2b7f86a4cf888f) Merge branch 'master' into develop - [`3e73570`](https://github.com/proxmoxer/proxmoxer/commit/3e735706bf5c8aefb27ab09d272a0a4864aa065f) [ADD] Possible to switch between PVE and PMG services - [`b2e79c9`](https://github.com/proxmoxer/proxmoxer/commit/b2e79c986116f8e856ddb2fdcd8d0a5166376520) Update README.rst - [`74734f8`](https://github.com/proxmoxer/proxmoxer/commit/74734f87eddb4b5a52aff0539d83a2beaf210370) Merge pull request #32 from kmee/develop - [`549149a`](https://github.com/proxmoxer/proxmoxer/commit/549149a5081a750bbb021274490fc95b823bd81d) Add otp support (#33) - [`6668670`](https://github.com/proxmoxer/proxmoxer/commit/666867016fa9356f3d69f9bf6e303c47aead2a56) Exclude tests from installs - [`80e2f38`](https://github.com/proxmoxer/proxmoxer/commit/80e2f388dba640f4ab865a555287558dd5220820) Merge pull request #39 from scop/dont-install-tests - [`3f0f640`](https://github.com/proxmoxer/proxmoxer/commit/3f0f640cbfe0196f518f0cdeeff7871669895ccc) Multi service support (#34) - [`ca28a4e`](https://github.com/proxmoxer/proxmoxer/commit/ca28a4eff06c78e12fecf980325409ffae07a469) Only add otp data if present - [`317b484`](https://github.com/proxmoxer/proxmoxer/commit/317b484938ae7c453563dcf8ea5ef489806f0ba0) Fix broken authentication ### 📊 Changes **17 files changed** (+491 additions, -92 deletions) <details> <summary>View changed files</summary> ➕ `.devcontainer/Dockerfile` (+14 -0) ➕ `.devcontainer/devcontainer.json` (+41 -0) 📝 `.gitignore` (+145 -11) 📝 `.travis.yml` (+2 -0) ➕ `.vscode/settings.json` (+11 -0) 📝 `README.rst` (+60 -4) ➕ `dev_requirements.txt` (+2 -0) 📝 `proxmoxer/__init__.py` (+1 -1) 📝 `proxmoxer/backends/base_ssh.py` (+12 -4) 📝 `proxmoxer/backends/https.py` (+83 -19) 📝 `proxmoxer/backends/openssh.py` (+5 -2) 📝 `proxmoxer/backends/ssh_paramiko.py` (+5 -4) 📝 `proxmoxer/core.py` (+38 -11) 📝 `setup.py` (+1 -1) 📝 `tests/base/base_ssh_suite.py` (+28 -28) 📝 `tests/https_tests.py` (+27 -5) 📝 `tests/paramiko_tests.py` (+16 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:46:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmoxer#160
No description provided.