mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-08 21:28:16 -05:00
[PR #150] [MERGED] 1.16.3 #3956
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/150
Author: @mbecker20
Created: 10/24/2024
Status: ✅ Merged
Merged: 10/24/2024
Merged by: @mbecker20
Base:
main← Head:1.16.3📝 Commits (8)
2bedfcdrefactor listener api implementation for Gitlab integrationed53b96version 1.16.3ad828d6builder delete id link cleanupf893ce8refactor and add "ALL" branch to avoid branch filtering650784efrontend config the webhook urld7d7be8action webhook configea65cf2clean up webhook url copy293887cadd ALL branch switch for Actions / Procedures📊 Changes
42 files changed (+1446 additions, -1005 deletions)
View changed files
📝
Cargo.lock(+12 -12)📝
Cargo.toml(+1 -1)📝
bin/core/src/helpers/mod.rs(+1 -5)➖
bin/core/src/listener/github/build.rs(+0 -66)➖
bin/core/src/listener/github/mod.rs(+0 -278)➖
bin/core/src/listener/github/procedure.rs(+0 -74)➖
bin/core/src/listener/github/repo.rs(+0 -133)➖
bin/core/src/listener/github/stack.rs(+0 -112)➖
bin/core/src/listener/github/sync.rs(+0 -96)➕
bin/core/src/listener/integrations/github.rs(+71 -0)➕
bin/core/src/listener/integrations/gitlab.rs(+58 -0)➕
bin/core/src/listener/integrations/mod.rs(+2 -0)📝
bin/core/src/listener/mod.rs(+48 -3)➕
bin/core/src/listener/resources.rs(+486 -0)➕
bin/core/src/listener/router.rs(+208 -0)📝
bin/core/src/resource/builder.rs(+10 -5)📝
bin/periphery/src/api/git.rs(+1 -1)📝
bin/periphery/src/compose.rs(+5 -3)📝
client/core/rs/src/api/mod.rs(+4 -4)📝
client/core/rs/src/entities/action.rs(+18 -0)...and 22 more files
📄 Description
/listener/gitlab/...__ALL__as branch in Procedure / Action webhook URL, will trigger on pushes to any branch.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.