mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 10:53:18 -05:00
[PR #109] [MERGED] 1.15.3 #6712
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/109
Author: @mbecker20
Created: 10/9/2024
Status: ✅ Merged
Merged: 10/9/2024
Merged by: @mbecker20
Base:
main← Head:1.15.3📝 Commits (10+)
cbaa767fix parser support single quote 'd1442ddadd stack reclone togglebdbe7e2git clone with token uses token: for gitlab compatabilityde25628support stack pre deploy shell commandabed281rename compose down update log stagef498ee1deployment configure registry login account663fd5dlocal testing setupce4f4c6bump version to 1.15.38bed587new resources auto assign server if only oneab26996better error log when try to create resource with duplicate name📊 Changes
40 files changed (+616 additions, -269 deletions)
View changed files
📝
.dockerignore(+7 -1)📝
.gitignore(+6 -3)📝
Cargo.lock(+14 -13)📝
Cargo.toml(+1 -1)📝
bin/core/src/alert/mod.rs(+21 -15)📝
bin/core/src/api/execute/mod.rs(+14 -2)📝
bin/core/src/api/execute/stack.rs(+8 -0)📝
bin/core/src/api/write/mod.rs(+4 -1)📝
bin/core/src/resource/build.rs(+1 -0)📝
bin/core/src/resource/mod.rs(+13 -1)📝
bin/periphery/Cargo.toml(+1 -0)📝
bin/periphery/src/api/compose.rs(+66 -69)📝
bin/periphery/src/api/mod.rs(+6 -2)📝
bin/periphery/src/compose.rs(+122 -28)📝
bin/periphery/src/router.rs(+5 -10)📝
client/core/rs/src/entities/build.rs(+2 -0)📝
client/core/rs/src/entities/config/periphery.rs(+2 -2)📝
client/core/rs/src/entities/mod.rs(+6 -2)📝
client/core/rs/src/entities/stack.rs(+14 -1)📝
client/core/rs/src/parser.rs(+8 -7)...and 20 more files
📄 Description
') wrapped value🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.