mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 12:42:11 -05:00
[PR #290] [CLOSED] feature/fix: Remove .git from remote_url. Supports Azure DevOps. #11531
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/290
Author: @aretokas
Created: 2/4/2025
Status: ❌ Closed
Base:
1.17.0← Head:azure-devops📝 Commits (10+)
3878a34resolver v38a95073fmtbc08d6fformat9e332d8resource2 not really a benefitf466899axum to 0.86665725bump aws deps40f4547just make it 1.17.098f9ee5clean up corsf41ffafupdate default periphery configuration6586c0dprovide default PERIPHERY_ROOT_DIRECTORY📊 Changes
240 files changed (+10991 additions, -7305 deletions)
View changed files
➖
.dockerignore(+0 -14)📝
.gitignore(+5 -3)📝
Cargo.lock(+258 -205)📝
Cargo.toml(+27 -29)📝
bin/binaries.Dockerfile(+1 -1)📝
bin/cli/Cargo.toml(+1 -0)📝
bin/cli/src/exec.rs(+7 -0)📝
bin/core/Cargo.toml(+1 -0)📝
bin/core/aio.Dockerfile(+1 -1)📝
bin/core/multi-arch.Dockerfile(+1 -1)📝
bin/core/single-arch.Dockerfile(+1 -1)📝
bin/core/src/alert/discord.rs(+6 -0)📝
bin/core/src/alert/mod.rs(+51 -39)📝
bin/core/src/alert/slack.rs(+16 -0)📝
bin/core/src/api/auth.rs(+39 -43)📝
bin/core/src/api/execute/action.rs(+37 -33)➕
bin/core/src/api/execute/alerter.rs(+73 -0)📝
bin/core/src/api/execute/build.rs(+52 -44)📝
bin/core/src/api/execute/deployment.rs(+96 -90)📝
bin/core/src/api/execute/mod.rs(+85 -66)...and 80 more files
📄 Description
Azure DevOps uses a non-standard URL, missing the .git on the end. This small change has been tested and is working.
dev.azure.com, with a personal access token or credentials generated from the repository's clone button.-- eg:
<orgid>/<projectid>/_git/<reponame>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.