mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-22 06:11:11 -05:00
[PR #114] [MERGED] 1.15.4 #684
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/114
Author: @mbecker20
Created: 10/10/2024
Status: ✅ Merged
Merged: 10/10/2024
Merged by: @mbecker20
Base:
main← Head:1.15.4📝 Commits (9)
a16c911stack destroy before deploy optiona63faa0add timestamps. Fix log polling even when poll not selectedfb528e9Add build $VERSION support. VERSION build arg default9919de6fix clippy lint7c5fd5dinitializefirst_builderc3a722frun_komodo_command uses parse_multiline_command0484222comment UI for $VERSION and new command feature5191715bump some deps120e88asupport multiline commands in pre_deploy / pre_build📊 Changes
40 files changed (+541 additions, -273 deletions)
View changed files
📝
Cargo.lock(+53 -53)📝
Cargo.toml(+8 -8)📝
bin/core/src/api/execute/build.rs(+9 -2)📝
bin/core/src/api/read/deployment.rs(+8 -1)📝
bin/core/src/api/read/server.rs(+4 -0)📝
bin/core/src/api/read/stack.rs(+4 -0)📝
bin/core/src/helpers/mod.rs(+41 -14)📝
bin/core/src/main.rs(+1 -1)📝
bin/core/src/resource/mod.rs(+1 -2)📝
bin/core/src/sync/toml.rs(+1 -1)📝
bin/periphery/src/api/build.rs(+27 -12)📝
bin/periphery/src/api/compose.rs(+12 -4)📝
bin/periphery/src/api/container.rs(+52 -35)📝
bin/periphery/src/api/deploy.rs(+3 -2)📝
bin/periphery/src/api/image.rs(+2 -2)📝
bin/periphery/src/api/mod.rs(+2 -2)📝
bin/periphery/src/api/network.rs(+3 -3)📝
bin/periphery/src/api/volume.rs(+2 -2)📝
bin/periphery/src/compose.rs(+51 -33)📝
bin/periphery/src/docker.rs(+1 -1)...and 20 more files
📄 Description
DeployStack: Only compose down if "Destroy Before Deploy" is enabledfirst_server: a default Builder will also be created pointing to the Serverpre_deploy, Buildpre_build, Repoon_pull) support multiline shell and comments🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.