mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[PR #8] [MERGED] v1.12 Custom Git Providers / Docker Registries #660
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/8
Author: @mbecker20
Created: 7/30/2024
Status: ✅ Merged
Merged: 7/30/2024
Merged by: @mbecker20
Base:
main← Head:v1.12-GitProvider📝 Commits (10+)
0c43132update depsce7437fremove patch when 0 for deployments using specific build version757e01aimplement custom git provider and image registry supportf6f7969common providers api59da6cbtoml array alias2aa484cusername alias account6f781ccget fe to buildec11c90http or https0d060cefix frontend buildf3bf321improve registry / provider config📊 Changes
86 files changed (+3060 additions, -1457 deletions)
View changed files
📝
Cargo.lock(+88 -88)📝
Cargo.toml(+14 -14)📝
bin/cli/src/maps.rs(+22 -23)📝
bin/core/src/api/execute/build.rs(+51 -32)📝
bin/core/src/api/execute/deployment.rs(+97 -73)📝
bin/core/src/api/execute/repo.rs(+14 -6)📝
bin/core/src/api/read/build.rs(+10 -47)📝
bin/core/src/api/read/builder.rs(+2 -54)📝
bin/core/src/api/read/mod.rs(+292 -19)📝
bin/core/src/api/read/repo.rs(+5 -3)📝
bin/core/src/api/read/server.rs(+7 -75)📝
bin/core/src/api/read/sync.rs(+5 -3)📝
bin/core/src/api/read/variable.rs(+2 -7)📝
bin/core/src/api/write/build.rs(+12 -6)📝
bin/core/src/api/write/repo.rs(+12 -6)📝
bin/core/src/api/write/sync.rs(+12 -6)📝
bin/core/src/config.rs(+16 -17)📝
bin/core/src/helpers/sync/deployment.rs(+3 -3)📝
bin/core/src/helpers/sync/remote.rs(+18 -11)📝
bin/core/src/listener/github/mod.rs(+1 -1)...and 66 more files
📄 Description
Expands git provider / docker registry support to any provider, including self hosted.
WARNING
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.