[PR #163] [MERGED] fix(tui/host): ignore errors when collecting host metrics #180

Closed
opened 2026-05-05 03:27:22 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/XuehaiPan/nvitop/pull/163
Author: @XuehaiPan
Created: 4/19/2025
Status: Merged
Merged: 4/19/2025
Merged by: @XuehaiPan

Base: mainHead: ignore-host-metrics-errors


📝 Commits (3)

  • ddce43a fix(tui/host): ignore errors when collecting host metrics
  • c6e5a34 docs(CHANGELOG): update CHANGELOG.md
  • d8f9eae chore: enforce banned API

📊 Changes

12 files changed (+174 additions, -71 deletions)

View changed files

📝 CHANGELOG.md (+1 -1)
📝 nvitop/tui/library/__init__.py (+11 -11)
nvitop/tui/library/host.py (+101 -0)
📝 nvitop/tui/library/messagebox.py (+1 -1)
📝 nvitop/tui/library/process.py (+4 -21)
📝 nvitop/tui/library/selection.py (+2 -1)
📝 nvitop/tui/library/utils.py (+26 -14)
📝 nvitop/tui/screens/main/device.py (+3 -3)
📝 nvitop/tui/screens/main/host.py (+3 -7)
📝 nvitop/tui/screens/main/process.py (+9 -8)
📝 nvitop/tui/screens/metrics.py (+4 -4)
📝 pyproject.toml (+9 -0)

📄 Description

Issue Type

  • Bug fix

Motivation and Context

Resolves #161


🔄 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/XuehaiPan/nvitop/pull/163 **Author:** [@XuehaiPan](https://github.com/XuehaiPan) **Created:** 4/19/2025 **Status:** ✅ Merged **Merged:** 4/19/2025 **Merged by:** [@XuehaiPan](https://github.com/XuehaiPan) **Base:** `main` ← **Head:** `ignore-host-metrics-errors` --- ### 📝 Commits (3) - [`ddce43a`](https://github.com/XuehaiPan/nvitop/commit/ddce43a585b7b21175b71b2d95e193b4c0559fe6) fix(tui/host): ignore errors when collecting host metrics - [`c6e5a34`](https://github.com/XuehaiPan/nvitop/commit/c6e5a343ffea9945993d14b4bbb1e564eec841ac) docs(CHANGELOG): update CHANGELOG.md - [`d8f9eae`](https://github.com/XuehaiPan/nvitop/commit/d8f9eae1fd2b5684ddd87eab0a6dd7ee80b871fe) chore: enforce banned API ### 📊 Changes **12 files changed** (+174 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -1) 📝 `nvitop/tui/library/__init__.py` (+11 -11) ➕ `nvitop/tui/library/host.py` (+101 -0) 📝 `nvitop/tui/library/messagebox.py` (+1 -1) 📝 `nvitop/tui/library/process.py` (+4 -21) 📝 `nvitop/tui/library/selection.py` (+2 -1) 📝 `nvitop/tui/library/utils.py` (+26 -14) 📝 `nvitop/tui/screens/main/device.py` (+3 -3) 📝 `nvitop/tui/screens/main/host.py` (+3 -7) 📝 `nvitop/tui/screens/main/process.py` (+9 -8) 📝 `nvitop/tui/screens/metrics.py` (+4 -4) 📝 `pyproject.toml` (+9 -0) </details> ### 📄 Description <!-- Provide a descriptive summary of the changes in the title above --> #### Issue Type <!-- Pick relevant types and delete the rest --> - Bug fix #### Motivation and Context <!-- Why are these changes required? --> <!-- What problems do these changes solve? --> <!-- Link to relevant issues --> Resolves #161 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:27:22 -06: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: github-starred/nvitop#180
No description provided.