mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 00:18:38 -05:00
[PR #143] [MERGED] 1.16.1 #4425
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/143
Author: @mbecker20
Created: 10/22/2024
Status: ✅ Merged
Merged: 10/22/2024
Merged by: @mbecker20
Base:
main← Head:1.16.1📝 Commits (7)
843f928ensure sync state cache is refreshed on sync create / copy110d195clean up resources post_createdd81aa2show sidebar if element length > 17cd5e20updaterun_komodo_commandcommand9125d3drename all resourcesf3934e7refresh repo cache after clone / pullf4032a0improve rename repo log📊 Changes
67 files changed (+1147 additions, -424 deletions)
View changed files
📝
bin/core/src/api/execute/repo.rs(+23 -1)📝
bin/core/src/api/write/action.rs(+13 -1)📝
bin/core/src/api/write/alerter.rs(+14 -4)📝
bin/core/src/api/write/build.rs(+12 -0)📝
bin/core/src/api/write/builder.rs(+13 -1)📝
bin/core/src/api/write/deployment.rs(+6 -7)📝
bin/core/src/api/write/mod.rs(+8 -0)📝
bin/core/src/api/write/procedure.rs(+13 -1)📝
bin/core/src/api/write/repo.rs(+88 -4)📝
bin/core/src/api/write/server.rs(+2 -23)📝
bin/core/src/api/write/server_template.rs(+13 -2)📝
bin/core/src/api/write/stack.rs(+2 -35)📝
bin/core/src/api/write/sync.rs(+33 -2)📝
bin/core/src/resource/action.rs(+11 -6)📝
bin/core/src/resource/alerter.rs(+8 -2)📝
bin/core/src/resource/build.rs(+11 -6)📝
bin/core/src/resource/builder.rs(+8 -2)📝
bin/core/src/resource/deployment.rs(+24 -14)📝
bin/core/src/resource/mod.rs(+69 -19)📝
bin/core/src/resource/procedure.rs(+11 -6)...and 47 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.