[PR #248] [CLOSED] P81 24714/yana/merge original lib #338

Closed
opened 2026-02-28 00:41:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/248
Author: @yana-osipov
Created: 3/23/2023
Status: Closed

Base: masterHead: P81-24714/yana/merge_original_lib


📝 Commits (8)

  • b74961a P81-21448 - change module name
  • aba5a36 changie
  • 00c3ce1 bump version and created changelog
  • d0f0a7c P81-21463 - add 'get storage' API endpoint
  • d54a84a changie
  • 4f021aa bump version and created changelog
  • f03cf63 Merge remote-tracking branch 'upstream/master' into P81-24714/yana/merge_original_lib
  • 314a115 P81-24714 replaced 'Telmate' -> 'perimeter-81' in imports

📊 Changes

143 files changed (+410 additions, -332 deletions)

View changed files

.changie.yaml (+23 -0)
CHANGELOG.md (+14 -0)
changes/header.tpl.md (+6 -0)
changes/v1.0.0.md (+3 -0)
changes/v1.1.0.md (+3 -0)
📝 cli/cobra.go (+1 -1)
📝 cli/command/commands/commands.go (+17 -17)
📝 cli/command/content/content.go (+1 -1)
📝 cli/command/content/iso/download.go (+2 -2)
📝 cli/command/content/iso/iso.go (+1 -1)
📝 cli/command/content/template/download.go (+2 -2)
📝 cli/command/content/template/list.go (+2 -2)
📝 cli/command/content/template/template.go (+1 -1)
📝 cli/command/create/create-acmeaccount.go (+2 -2)
📝 cli/command/create/create-pool.go (+1 -1)
📝 cli/command/create/create-snapshot.go (+2 -2)
📝 cli/command/create/create-storage.go (+2 -2)
📝 cli/command/create/create.go (+1 -1)
📝 cli/command/create/guest/create-guest.go (+3 -3)
📝 cli/command/delete/delete-file.go (+2 -2)

...and 80 more files

📄 Description

original library update with bugfixes


🔄 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/Telmate/proxmox-api-go/pull/248 **Author:** [@yana-osipov](https://github.com/yana-osipov) **Created:** 3/23/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `P81-24714/yana/merge_original_lib` --- ### 📝 Commits (8) - [`b74961a`](https://github.com/Telmate/proxmox-api-go/commit/b74961abab286c3b3e904f533ca9e8454a9831b6) P81-21448 - change module name - [`aba5a36`](https://github.com/Telmate/proxmox-api-go/commit/aba5a36946ae293dc2a9e5831a4eb5ee38be408d) changie - [`00c3ce1`](https://github.com/Telmate/proxmox-api-go/commit/00c3ce16e62f0c69183169bfdc9ec6389c601882) bump version and created changelog - [`d0f0a7c`](https://github.com/Telmate/proxmox-api-go/commit/d0f0a7caad583dbee97b14c96ad814a511d76802) P81-21463 - add 'get storage' API endpoint - [`d54a84a`](https://github.com/Telmate/proxmox-api-go/commit/d54a84a3a7b762b22e4009d560762ce8e4991d17) changie - [`4f021aa`](https://github.com/Telmate/proxmox-api-go/commit/4f021aa23eea274cb2cec5aa1098c137f5826ae4) bump version and created changelog - [`f03cf63`](https://github.com/Telmate/proxmox-api-go/commit/f03cf6307c3d6ec7ce0c10fcdc41a966e623ba70) Merge remote-tracking branch 'upstream/master' into P81-24714/yana/merge_original_lib - [`314a115`](https://github.com/Telmate/proxmox-api-go/commit/314a11562527a44bc210179d096a5458d15e3346) P81-24714 replaced 'Telmate' -> 'perimeter-81' in imports ### 📊 Changes **143 files changed** (+410 additions, -332 deletions) <details> <summary>View changed files</summary> ➕ `.changie.yaml` (+23 -0) ➕ `CHANGELOG.md` (+14 -0) ➕ `changes/header.tpl.md` (+6 -0) ➕ `changes/v1.0.0.md` (+3 -0) ➕ `changes/v1.1.0.md` (+3 -0) 📝 `cli/cobra.go` (+1 -1) 📝 `cli/command/commands/commands.go` (+17 -17) 📝 `cli/command/content/content.go` (+1 -1) 📝 `cli/command/content/iso/download.go` (+2 -2) 📝 `cli/command/content/iso/iso.go` (+1 -1) 📝 `cli/command/content/template/download.go` (+2 -2) 📝 `cli/command/content/template/list.go` (+2 -2) 📝 `cli/command/content/template/template.go` (+1 -1) 📝 `cli/command/create/create-acmeaccount.go` (+2 -2) 📝 `cli/command/create/create-pool.go` (+1 -1) 📝 `cli/command/create/create-snapshot.go` (+2 -2) 📝 `cli/command/create/create-storage.go` (+2 -2) 📝 `cli/command/create/create.go` (+1 -1) 📝 `cli/command/create/guest/create-guest.go` (+3 -3) 📝 `cli/command/delete/delete-file.go` (+2 -2) _...and 80 more files_ </details> ### 📄 Description original library update with bugfixes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:49 +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/proxmox-api-go#338
No description provided.