mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-22 06:11:11 -05:00
[PR #159] [MERGED] 1.16.5 #699
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/159
Author: @mbecker20
Created: 10/28/2024
Status: ✅ Merged
Merged: 10/28/2024
Merged by: @mbecker20
Base:
main← Head:1.16.5📝 Commits (3)
5d964c1repo pull lock69e5402implement BatchRunActionfe08315other batch methods📊 Changes
39 files changed (+2558 additions, -461 deletions)
View changed files
📝
Cargo.lock(+48 -38)📝
Cargo.toml(+9 -8)📝
bin/cli/src/exec.rs(+276 -140)📝
bin/core/Cargo.toml(+2 -1)📝
bin/core/src/api/execute/action.rs(+21 -1)📝
bin/core/src/api/execute/build.rs(+22 -1)📝
bin/core/src/api/execute/deployment.rs(+24 -0)📝
bin/core/src/api/execute/mod.rs(+82 -2)📝
bin/core/src/api/execute/procedure.rs(+23 -1)📝
bin/core/src/api/execute/repo.rs(+54 -0)📝
bin/core/src/api/execute/stack.rs(+67 -0)📝
bin/core/src/helpers/procedure.rs(+274 -2)📝
bin/core/src/helpers/update.rs(+30 -0)📝
bin/core/src/resource/mod.rs(+140 -73)📝
bin/core/src/resource/procedure.rs(+77 -0)📝
bin/core/src/sync/resources.rs(+11 -0)📝
bin/core/src/sync/toml.rs(+11 -0)📝
client/core/rs/src/api/execute/action.rs(+29 -1)📝
client/core/rs/src/api/execute/build.rs(+31 -1)📝
client/core/rs/src/api/execute/deployment.rs(+61 -1)...and 19 more files
📄 Description
This matches to all resources with names starting with
foo-, orbar-, or with name=specific-name🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.