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
main
1.13.2-local-compose
1b29c71
5589c9a
ab9faf6
f7d855a
7543a5d
20 files changed (+569 additions, -164 deletions)
📝 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)
bin/core/src/api/write/mod.rs
bin/core/src/api/write/stack.rs
bin/periphery/src/api/compose.rs
bin/periphery/src/api/mod.rs
bin/periphery/src/compose.rs
client/core/rs/src/entities/stack.rs
client/core/rs/src/entities/user.rs
client/core/ts/src/types.ts
client/periphery/rs/src/api/compose.rs
frontend/src/components/config/index.tsx
frontend/src/components/resources/stack/config.tsx
frontend/src/components/resources/stack/index.tsx
frontend/src/components/resources/stack/info.tsx
frontend/src/components/updates/details.tsx
frontend/src/globals.css
frontend/src/lib/utils.ts
frontend/src/pages/resource.tsx
runfile.toml
test.compose.yaml
test.core.config.toml
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.