mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-22 06:11:11 -05:00
[PR #24] [MERGED] [v1.13 - Komodo] Docker compose support with the Stack resource #667
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/24
Author: @mbecker20
Created: 8/10/2024
Status: ✅ Merged
Merged: 8/10/2024
Merged by: @mbecker20
Base:
main← Head:v1.13-DockerCompose📝 Commits (10+)
05bd0a7add some network stuff to container summary3036ed5improve settings tables UI657463aperiphery build supports additional tags892197ffix variable container sizing6c774faalert types newline wrapa123d0aplumbing for Stack resource1ddd158plumbing for Stack resource8069c72mount stack api9a10026stack resource synccc0ab40get remote compose file📊 Changes
298 files changed (+18997 additions, -8456 deletions)
View changed files
📝
.gitignore(+3 -1)📝
Cargo.lock(+139 -82)📝
Cargo.toml(+13 -12)📝
bin/alerter/Cargo.toml(+1 -1)📝
bin/alerter/src/main.rs(+1 -1)📝
bin/cli/README.md(+16 -28)📝
bin/cli/src/args.rs(+1 -12)📝
bin/cli/src/exec.rs(+78 -0)📝
bin/cli/src/main.rs(+0 -5)➖
bin/cli/src/maps.rs(+0 -327)➖
bin/cli/src/sync/file.rs(+0 -80)➖
bin/cli/src/sync/mod.rs(+0 -174)➖
bin/cli/src/sync/resource.rs(+0 -358)➖
bin/cli/src/sync/resources/alerter.rs(+0 -77)➖
bin/cli/src/sync/resources/build.rs(+0 -93)➖
bin/cli/src/sync/resources/builder.rs(+0 -86)➖
bin/cli/src/sync/resources/deployment.rs(+0 -98)➖
bin/cli/src/sync/resources/mod.rs(+0 -9)➖
bin/cli/src/sync/resources/procedure.rs(+0 -275)➖
bin/cli/src/sync/resources/repo.rs(+0 -84)...and 80 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.