[PR #519] [MERGED] refactor: Move onboot out of startup/shutdown #523

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

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/519
Author: @Tinyblargon
Created: 11/17/2025
Status: Merged
Merged: 11/17/2025
Merged by: @Tinyblargon

Base: masterHead: refactor-startup


📝 Commits (2)

  • 86c37e1 refactor: Move onboot out of startup/shutdown
  • 00811b0 ci: suppress staticcheck

📊 Changes

6 files changed (+252 additions, -201 deletions)

View changed files

📝 proxmox/config__guest.go (+40 -38)
📝 proxmox/config__lxc__new.go (+48 -32)
📝 proxmox/config__lxc__new_test.go (+71 -62)
📝 proxmox/config__qemu.go (+22 -9)
📝 proxmox/config__qemu_test.go (+68 -60)
📝 proxmox/staticcheck.go (+3 -0)

📄 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/Telmate/proxmox-api-go/pull/519 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 11/17/2025 **Status:** ✅ Merged **Merged:** 11/17/2025 **Merged by:** [@Tinyblargon](https://github.com/Tinyblargon) **Base:** `master` ← **Head:** `refactor-startup` --- ### 📝 Commits (2) - [`86c37e1`](https://github.com/Telmate/proxmox-api-go/commit/86c37e12909587ca7f206a310f82836d5994cace) refactor: Move onboot out of startup/shutdown - [`00811b0`](https://github.com/Telmate/proxmox-api-go/commit/00811b0dd14cee6b9c76e09d92cfca00e4411f88) ci: suppress staticcheck ### 📊 Changes **6 files changed** (+252 additions, -201 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/config__guest.go` (+40 -38) 📝 `proxmox/config__lxc__new.go` (+48 -32) 📝 `proxmox/config__lxc__new_test.go` (+71 -62) 📝 `proxmox/config__qemu.go` (+22 -9) 📝 `proxmox/config__qemu_test.go` (+68 -60) 📝 `proxmox/staticcheck.go` (+3 -0) </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-28 00:42:31 +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#523
No description provided.