[PR #139] [MERGED] 1.15.12 #693

Closed
opened 2025-10-31 15:18:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/139
Author: @mbecker20
Created: 10/19/2024
Status: Merged
Merged: 10/19/2024
Merged by: @mbecker20

Base: mainHead: 1.15.12


📝 Commits (4)

  • a675e2e add containers link to mobile dropdown
  • 68bb009 fix update / alert not showing permission issue
  • 65e4917 prevent disk alert back and forth
  • 3176461 improve user group pending toml

📊 Changes

13 files changed (+270 additions, -324 deletions)

View changed files

📝 Cargo.lock (+12 -12)
📝 Cargo.toml (+1 -1)
📝 bin/core/src/api/read/alert.rs (+10 -1)
📝 bin/core/src/api/read/alerter.rs (+1 -1)
📝 bin/core/src/api/read/builder.rs (+1 -1)
📝 bin/core/src/api/read/server_template.rs (+1 -1)
📝 bin/core/src/api/read/toml.rs (+15 -130)
📝 bin/core/src/api/read/update.rs (+31 -20)
📝 bin/core/src/api/write/sync.rs (+2 -4)
📝 bin/core/src/monitor/alert/server.rs (+2 -2)
📝 bin/core/src/resource/mod.rs (+21 -7)
📝 bin/core/src/sync/user_groups.rs (+145 -120)
📝 frontend/src/components/topbar.tsx (+28 -24)

📄 Description

  • Add Containers link to mobile nav dropdown
  • Fix Update / Alert not showing - non admin user permission issue
  • Improve Resource Sync - User Group pending TOML view
  • Prevent disk alerts back and forth between warning / critical

🔄 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/moghtech/komodo/pull/139 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 10/19/2024 **Status:** ✅ Merged **Merged:** 10/19/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `1.15.12` --- ### 📝 Commits (4) - [`a675e2e`](https://github.com/moghtech/komodo/commit/a675e2ee4af6b4f092ae118f6eef083ee07006d9) add containers link to mobile dropdown - [`68bb009`](https://github.com/moghtech/komodo/commit/68bb0098672eb3c4bee2b6b84313a06f437d3f58) fix update / alert not showing permission issue - [`65e4917`](https://github.com/moghtech/komodo/commit/65e49172be8e4bead6bb5a90706fd3a88acce137) prevent disk alert back and forth - [`3176461`](https://github.com/moghtech/komodo/commit/3176461b983ba49b41c1edeeab94efc93aeb3d79) improve user group pending toml ### 📊 Changes **13 files changed** (+270 additions, -324 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+12 -12) 📝 `Cargo.toml` (+1 -1) 📝 `bin/core/src/api/read/alert.rs` (+10 -1) 📝 `bin/core/src/api/read/alerter.rs` (+1 -1) 📝 `bin/core/src/api/read/builder.rs` (+1 -1) 📝 `bin/core/src/api/read/server_template.rs` (+1 -1) 📝 `bin/core/src/api/read/toml.rs` (+15 -130) 📝 `bin/core/src/api/read/update.rs` (+31 -20) 📝 `bin/core/src/api/write/sync.rs` (+2 -4) 📝 `bin/core/src/monitor/alert/server.rs` (+2 -2) 📝 `bin/core/src/resource/mod.rs` (+21 -7) 📝 `bin/core/src/sync/user_groups.rs` (+145 -120) 📝 `frontend/src/components/topbar.tsx` (+28 -24) </details> ### 📄 Description - Add `Containers` link to mobile nav dropdown - Fix Update / Alert not showing - non admin user permission issue - Improve Resource Sync - User Group pending TOML view - Prevent disk alerts back and forth between warning / critical --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 15:18:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#693