mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-22 06:11:11 -05:00
[PR #36] [MERGED] 1.13.2 local compose #671
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:1.13.2-local-compose📝 Commits (5)
1b29c71stack config files_on_host5589c9arefresh stack cache not blocked when using files_on_hostab9faf6add remote errors statusf7d855aimprove info tab7543a5dstore 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.