[PR #36] [MERGED] 1.13.2 local compose #671

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

📋 Pull Request Information

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

Base: mainHead: 1.13.2-local-compose


📝 Commits (5)

  • 1b29c71 stack config files_on_host
  • 5589c9a refresh stack cache not blocked when using files_on_host
  • ab9faf6 add remote errors status
  • f7d855a improve info tab
  • 7543a5d store the full path in ComposeContents

📊 Changes

20 files changed (+569 additions, -164 deletions)

View changed files

📝 bin/core/src/api/write/mod.rs (+10 -2)
📝 bin/core/src/api/write/stack.rs (+71 -3)
📝 bin/periphery/src/api/compose.rs (+61 -1)
📝 bin/periphery/src/api/mod.rs (+1 -0)
📝 bin/periphery/src/compose.rs (+50 -11)
📝 client/core/rs/src/entities/stack.rs (+64 -54)
📝 client/core/rs/src/entities/user.rs (+3 -0)
📝 client/core/ts/src/types.ts (+9 -1)
📝 client/periphery/rs/src/api/compose.rs (+19 -0)
📝 frontend/src/components/config/index.tsx (+76 -72)
📝 frontend/src/components/resources/stack/config.tsx (+68 -3)
📝 frontend/src/components/resources/stack/index.tsx (+27 -2)
📝 frontend/src/components/resources/stack/info.tsx (+7 -1)
📝 frontend/src/components/updates/details.tsx (+2 -6)
📝 frontend/src/globals.css (+1 -0)
📝 frontend/src/lib/utils.ts (+14 -0)
📝 frontend/src/pages/resource.tsx (+1 -1)
📝 runfile.toml (+13 -7)
test.compose.yaml (+38 -0)
test.core.config.toml (+34 -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/moghtech/komodo/pull/36 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 8/18/2024 **Status:** ✅ Merged **Merged:** 8/18/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `1.13.2-local-compose` --- ### 📝 Commits (5) - [`1b29c71`](https://github.com/moghtech/komodo/commit/1b29c71b1b652a7f4a47ea97f30f55f2360331c3) stack config files_on_host - [`5589c9a`](https://github.com/moghtech/komodo/commit/5589c9a385525541e7f02662de9b7a554608ab0b) refresh stack cache not blocked when using files_on_host - [`ab9faf6`](https://github.com/moghtech/komodo/commit/ab9faf662cf9473873f620279e2bca0877767f0f) add remote errors status - [`f7d855a`](https://github.com/moghtech/komodo/commit/f7d855ae0c6c0e0b808ac174d1fe9b6571fd7392) improve info tab - [`7543a5d`](https://github.com/moghtech/komodo/commit/7543a5d4addd376e069bd698d2d733b04ab193d0) store the full path in ComposeContents ### 📊 Changes **20 files changed** (+569 additions, -164 deletions) <details> <summary>View changed files</summary> 📝 `bin/core/src/api/write/mod.rs` (+10 -2) 📝 `bin/core/src/api/write/stack.rs` (+71 -3) 📝 `bin/periphery/src/api/compose.rs` (+61 -1) 📝 `bin/periphery/src/api/mod.rs` (+1 -0) 📝 `bin/periphery/src/compose.rs` (+50 -11) 📝 `client/core/rs/src/entities/stack.rs` (+64 -54) 📝 `client/core/rs/src/entities/user.rs` (+3 -0) 📝 `client/core/ts/src/types.ts` (+9 -1) 📝 `client/periphery/rs/src/api/compose.rs` (+19 -0) 📝 `frontend/src/components/config/index.tsx` (+76 -72) 📝 `frontend/src/components/resources/stack/config.tsx` (+68 -3) 📝 `frontend/src/components/resources/stack/index.tsx` (+27 -2) 📝 `frontend/src/components/resources/stack/info.tsx` (+7 -1) 📝 `frontend/src/components/updates/details.tsx` (+2 -6) 📝 `frontend/src/globals.css` (+1 -0) 📝 `frontend/src/lib/utils.ts` (+14 -0) 📝 `frontend/src/pages/resource.tsx` (+1 -1) 📝 `runfile.toml` (+13 -7) ➕ `test.compose.yaml` (+38 -0) ➕ `test.core.config.toml` (+34 -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>
GiteaMirror added the pull-request label 2025-10-31 15:17:50 -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#671