[PR #88] [MERGED] feat: proxmox idlewatcher #163

Closed
opened 2025-12-29 14:25:47 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/yusing/godoxy/pull/88
Author: @yusing
Created: 4/16/2025
Status: Merged
Merged: 4/16/2025
Merged by: @yusing

Base: mainHead: feat/proxmox-idlewatcher


📝 Commits (10+)

  • 0d859cc refactor: replace deprecated docker api types
  • 2b44ac5 chore(api): remove debug task list endpoint
  • 12a63a6 refactor: move servemux to gphttp/servemux
  • 90214ff refactor: introduce Pool interface, move agent_pool to agent module
  • fdbf1ad refactor: simplify api code
  • 1eac48e feat: debug api
  • fce96ff refactor: remove net.URL and net.CIDR types, improved unmarshal handling
  • a478dab chore: update Makefile for debug build tag
  • 8c6fe38 chore: update README
  • be87d47 chore: add gperr.Unwrap method

📊 Changes

174 files changed (+4119 additions, -2083 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 Dockerfile (+2 -1)
📝 Makefile (+9 -41)
📝 README.md (+15 -18)
📝 README_CHT.md (+7 -5)
agent/pkg/agent/agents.go (+16 -0)
📝 agent/pkg/agent/config.go (+13 -13)
📝 agent/pkg/certs/zip.go (+1 -1)
📝 agent/pkg/handler/check_health.go (+4 -5)
📝 agent/pkg/handler/docker_socket.go (+2 -3)
📝 agent/pkg/handler/proxy_http.go (+2 -3)
📝 cmd/main.go (+7 -0)
📝 cmd/pprof_production.go (+1 -1)
📝 go.mod (+5 -3)
📝 go.sum (+6 -6)
📝 internal/api/handler.go (+4 -51)
📝 internal/api/v1/agents.go (+2 -12)
📝 internal/api/v1/config_file.go (+3 -3)
internal/api/v1/debug/handler.go (+75 -0)
internal/api/v1/debug/handler_production.go (+11 -0)

...and 80 more files

📄 Description

Provides idle sleep functionality for proxmox LXCs


🔄 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/yusing/godoxy/pull/88 **Author:** [@yusing](https://github.com/yusing) **Created:** 4/16/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@yusing](https://github.com/yusing) **Base:** `main` ← **Head:** `feat/proxmox-idlewatcher` --- ### 📝 Commits (10+) - [`0d859cc`](https://github.com/yusing/godoxy/commit/0d859cc36fd0b513266a2a19eb565daae44afc02) refactor: replace deprecated docker api types - [`2b44ac5`](https://github.com/yusing/godoxy/commit/2b44ac5bcb8e0335e3c72800426c1e308ee5033f) chore(api): remove debug task list endpoint - [`12a63a6`](https://github.com/yusing/godoxy/commit/12a63a66f62c010faaf89772d214773457b570a2) refactor: move servemux to gphttp/servemux - [`90214ff`](https://github.com/yusing/godoxy/commit/90214ff752c987f7f8f3a27d3e5246f5b7f6f034) refactor: introduce Pool interface, move agent_pool to agent module - [`fdbf1ad`](https://github.com/yusing/godoxy/commit/fdbf1ad787e714952a6e58bc1b7eaa3c489d0f71) refactor: simplify api code - [`1eac48e`](https://github.com/yusing/godoxy/commit/1eac48e899167315e439bec22e0c72946986508a) feat: debug api - [`fce96ff`](https://github.com/yusing/godoxy/commit/fce96ff3bea540cd189f3af20a6205830a186995) refactor: remove net.URL and net.CIDR types, improved unmarshal handling - [`a478dab`](https://github.com/yusing/godoxy/commit/a478dab97b7ca7cac5b5b8a18c295475b093632c) chore: update Makefile for debug build tag - [`8c6fe38`](https://github.com/yusing/godoxy/commit/8c6fe38edb6e33100f27d797e5792dddfda523f3) chore: update README - [`be87d47`](https://github.com/yusing/godoxy/commit/be87d47ebbeb0be056214a4010d42697e3a16065) chore: add gperr.Unwrap method ### 📊 Changes **174 files changed** (+4119 additions, -2083 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `Dockerfile` (+2 -1) 📝 `Makefile` (+9 -41) 📝 `README.md` (+15 -18) 📝 `README_CHT.md` (+7 -5) ➕ `agent/pkg/agent/agents.go` (+16 -0) 📝 `agent/pkg/agent/config.go` (+13 -13) 📝 `agent/pkg/certs/zip.go` (+1 -1) 📝 `agent/pkg/handler/check_health.go` (+4 -5) 📝 `agent/pkg/handler/docker_socket.go` (+2 -3) 📝 `agent/pkg/handler/proxy_http.go` (+2 -3) 📝 `cmd/main.go` (+7 -0) 📝 `cmd/pprof_production.go` (+1 -1) 📝 `go.mod` (+5 -3) 📝 `go.sum` (+6 -6) 📝 `internal/api/handler.go` (+4 -51) 📝 `internal/api/v1/agents.go` (+2 -12) 📝 `internal/api/v1/config_file.go` (+3 -3) ➕ `internal/api/v1/debug/handler.go` (+75 -0) ➕ `internal/api/v1/debug/handler_production.go` (+11 -0) _...and 80 more files_ </details> ### 📄 Description Provides idle sleep functionality for proxmox LXCs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 14:25:47 +01:00
adam closed this issue 2025-12-29 14:25:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy-yusing#163