[PR #26] [MERGED] v1.13.1 improve stack edge cases, and UI action responsiveness #668

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

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/26
Author: @mbecker20
Created: 8/12/2024
Status: Merged
Merged: 8/12/2024
Merged by: @mbecker20

Base: mainHead: v1.13.1


📝 Commits (5)

  • 71e09ed get stack state from project
  • 643fcfa move custom image name / tag below image setting for build config
  • 5295961 services also trigger stack action state
  • 532a20c add status to stack page
  • ee1b378 1.13.1 patch

📊 Changes

12 files changed (+149 additions, -149 deletions)

View changed files

📝 Cargo.lock (+13 -13)
📝 Cargo.toml (+2 -2)
📝 bin/core/src/api/execute/stack.rs (+5 -28)
📝 bin/core/src/api/read/stack.rs (+2 -0)
📝 bin/core/src/helpers/query.rs (+41 -60)
📝 bin/core/src/monitor/mod.rs (+1 -1)
📝 bin/core/src/monitor/resources.rs (+4 -3)
📝 bin/core/src/resource/stack.rs (+22 -18)
📝 client/core/rs/src/api/read/stack.rs (+4 -0)
📝 client/core/rs/src/entities/stack.rs (+4 -0)
📝 frontend/src/components/resources/build/config.tsx (+14 -14)
📝 frontend/src/components/resources/stack/index.tsx (+37 -10)

📄 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/moghtech/komodo/pull/26 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 8/12/2024 **Status:** ✅ Merged **Merged:** 8/12/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `v1.13.1` --- ### 📝 Commits (5) - [`71e09ed`](https://github.com/moghtech/komodo/commit/71e09ed868c715aa04b81a8e0394e54d543f2f4a) get stack state from project - [`643fcfa`](https://github.com/moghtech/komodo/commit/643fcfacd5b25c5214c130ed376178d27a5db27b) move custom image name / tag below image setting for build config - [`5295961`](https://github.com/moghtech/komodo/commit/5295961ce0fb1c226f41aef5c906e9d5a572866a) services also trigger stack action state - [`532a20c`](https://github.com/moghtech/komodo/commit/532a20c70dcfbc8bfdd8d1cb6393b1e3c9b7d612) add status to stack page - [`ee1b378`](https://github.com/moghtech/komodo/commit/ee1b3789e78ef2d3c81d3fa55b303d202398a3ee) 1.13.1 patch ### 📊 Changes **12 files changed** (+149 additions, -149 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+13 -13) 📝 `Cargo.toml` (+2 -2) 📝 `bin/core/src/api/execute/stack.rs` (+5 -28) 📝 `bin/core/src/api/read/stack.rs` (+2 -0) 📝 `bin/core/src/helpers/query.rs` (+41 -60) 📝 `bin/core/src/monitor/mod.rs` (+1 -1) 📝 `bin/core/src/monitor/resources.rs` (+4 -3) 📝 `bin/core/src/resource/stack.rs` (+22 -18) 📝 `client/core/rs/src/api/read/stack.rs` (+4 -0) 📝 `client/core/rs/src/entities/stack.rs` (+4 -0) 📝 `frontend/src/components/resources/build/config.tsx` (+14 -14) 📝 `frontend/src/components/resources/stack/index.tsx` (+37 -10) </details> ### 📄 Description _No description provided_ --- <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:17:44 -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#668
No description provided.