mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-22 16:40:41 -05:00
[PR #70] [MERGED] 1.14.2 #674
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/70
Author: @mbecker20
Created: 9/11/2024
Status: ✅ Merged
Merged: 9/11/2024
Merged by: @mbecker20
Base:
main← Head:1.14.2📝 Commits (10+)
52d5ef9docker builders / buildx prune backendf9bfbd0seems to work with ferret26e2840improve UI error messages3ffabd8compose filesa4a3284update compose variables comment6bb9113update compose filesd436ae5update sqlite composeb4d33a3env vars and others support end of line comment starting with " #"f12eb6faws and hetzner default user data for hands free setupcbaac6emove configs📊 Changes
62 files changed (+1139 additions, -381 deletions)
View changed files
📝
.gitignore(+0 -1)📝
Cargo.lock(+12 -12)📝
Cargo.toml(+2 -2)📝
bin/cli/src/exec.rs(+12 -0)📝
bin/core/Dockerfile(+1 -1)📝
bin/core/src/api/auth.rs(+1 -0)📝
bin/core/src/api/execute/mod.rs(+2 -0)📝
bin/core/src/api/execute/server.rs(+101 -1)📝
bin/core/src/api/read/toml.rs(+8 -0)📝
bin/core/src/api/write/tag.rs(+1 -0)📝
bin/core/src/auth/github/mod.rs(+6 -2)📝
bin/core/src/auth/google/mod.rs(+6 -2)📝
bin/core/src/auth/local.rs(+8 -4)📝
bin/core/src/config.rs(+2 -0)📝
bin/core/src/helpers/mod.rs(+0 -28)📝
bin/core/src/helpers/procedure.rs(+32 -0)📝
bin/core/src/helpers/sync/resources.rs(+14 -0)📝
bin/core/src/helpers/update.rs(+12 -0)📝
bin/core/src/resource/procedure.rs(+18 -0)📝
bin/periphery/src/api/build.rs(+29 -1)...and 42 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.