mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-22 16:40:41 -05:00
[PR #117] [MERGED] 1.15.6 #686
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/117
Author: @mbecker20
Created: 10/12/2024
Status: ✅ Merged
Merged: 10/13/2024
Merged by: @mbecker20
Base:
main← Head:1.15.6📝 Commits (10+)
98807d3add periphery.skip label, skip in StopAllContainersa34b9f5add core config sync directory458897fdeploy stack if changedcc828f4fix stack env_file_path when git repo and using run_directory4fbd909deploy stack if changedb6459e7write sync contents0b2ea3bcommit to git based sync, managed git based sync7588019can sync non UI defined resource syncs4ff66d2sync UI control57ba604clippy📊 Changes
109 files changed (+3625 additions, -1398 deletions)
View changed files
📝
.gitignore(+1 -4)📝
Cargo.lock(+13 -13)📝
Cargo.toml(+1 -1)📝
bin/cli/src/exec.rs(+6 -0)📝
bin/core/src/api/execute/mod.rs(+1 -0)📝
bin/core/src/api/execute/stack.rs(+77 -3)📝
bin/core/src/api/execute/sync.rs(+152 -19)📝
bin/core/src/api/read/mod.rs(+1 -0)📝
bin/core/src/api/read/server.rs(+33 -2)📝
bin/core/src/api/read/toml.rs(+48 -17)📝
bin/core/src/api/write/mod.rs(+2 -1)📝
bin/core/src/api/write/stack.rs(+70 -28)📝
bin/core/src/api/write/sync.rs(+300 -135)📝
bin/core/src/config.rs(+3 -0)📝
bin/core/src/helpers/procedure.rs(+16 -0)📝
bin/core/src/helpers/update.rs(+11 -2)📝
bin/core/src/listener/github/stack.rs(+27 -10)📝
bin/core/src/listener/github/sync.rs(+5 -1)📝
bin/core/src/monitor/mod.rs(+4 -1)📝
bin/core/src/resource/build.rs(+7 -3)...and 80 more files
📄 Description
periphery.skiplabel.webhook_force_deploy.Deploy Stack If Changedto Procedures.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.