[PR #595] [CLOSED] Add default stack contents configuration option #752

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

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/595
Author: @dylan-hoefsloot
Created: 6/10/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 7d955f0 Add default stack contents configuration option

📊 Changes

7 files changed (+11172 additions, -10670 deletions)

View changed files

📝 bin/core/src/resource/server.rs (+1 -0)
📝 client/core/rs/src/entities/server.rs (+9 -1)
📝 client/core/ts/src/types.ts (+5120 -5021)
📝 frontend/public/client/types.d.ts (+6001 -5639)
📝 frontend/src/components/resources/server/config.tsx (+22 -1)
📝 frontend/src/components/resources/stack/config.tsx (+10 -4)
📝 frontend/src/components/resources/stack/info.tsx (+9 -4)

📄 Description

Adds an option on servers to configure the default content populated in when creating a new stack


🔄 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/595 **Author:** [@dylan-hoefsloot](https://github.com/dylan-hoefsloot) **Created:** 6/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`7d955f0`](https://github.com/moghtech/komodo/commit/7d955f0066a44fc9340e3f5d864eb5738c0dfeb1) Add default stack contents configuration option ### 📊 Changes **7 files changed** (+11172 additions, -10670 deletions) <details> <summary>View changed files</summary> 📝 `bin/core/src/resource/server.rs` (+1 -0) 📝 `client/core/rs/src/entities/server.rs` (+9 -1) 📝 `client/core/ts/src/types.ts` (+5120 -5021) 📝 `frontend/public/client/types.d.ts` (+6001 -5639) 📝 `frontend/src/components/resources/server/config.tsx` (+22 -1) 📝 `frontend/src/components/resources/stack/config.tsx` (+10 -4) 📝 `frontend/src/components/resources/stack/info.tsx` (+9 -4) </details> ### 📄 Description Adds an option on servers to configure the default content populated in when creating a new stack --- <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:20:51 -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#752