[PR #186] [MERGED] feat: Implement api2/json/cluster/ceph/status endpoint #203

Closed
opened 2026-03-03 15:30:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/186
Author: @justusbunsi
Created: 3/11/2025
Status: Merged
Merged: 3/19/2025
Merged by: @luthermonson

Base: mainHead: ceph-storage-api


📝 Commits (3)

📊 Changes

6 files changed (+14402 additions, -0 deletions)

View changed files

ceph.go (+13 -0)
ceph_test.go (+46 -0)
📝 cluster.go (+14 -0)
tests/mocks/pve8x/ceph.go (+14111 -0)
📝 tests/mocks/pve8x/proxmox.go (+1 -0)
📝 types.go (+217 -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/luthermonson/go-proxmox/pull/186 **Author:** [@justusbunsi](https://github.com/justusbunsi) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 3/19/2025 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `ceph-storage-api` --- ### 📝 Commits (3) - [`055a797`](https://github.com/luthermonson/go-proxmox/commit/055a797452992110ede4c36eb06049cc22b6ea76) Add ceph cluster type - [`63d91e8`](https://github.com/luthermonson/go-proxmox/commit/63d91e8f6b5d5510c19337e95db6d4135af43528) Implement actual api endpoint - [`288c878`](https://github.com/luthermonson/go-proxmox/commit/288c8789cbe7719c9b88f1ea5c2e5d6bca532fe1) Add tests ### 📊 Changes **6 files changed** (+14402 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ceph.go` (+13 -0) ➕ `ceph_test.go` (+46 -0) 📝 `cluster.go` (+14 -0) ➕ `tests/mocks/pve8x/ceph.go` (+14111 -0) 📝 `tests/mocks/pve8x/proxmox.go` (+1 -0) 📝 `types.go` (+217 -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-03-03 15:30:41 +03:00
Sign in to join this conversation.
No labels
pull-request
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/go-proxmox#203
No description provided.