mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #338] [MERGED] chore: added support to deploy git public, private repositories using access_token #440
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#440
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/dflow-sh/dflow/pull/338
Author: @pavanbhaskardev
Created: 7/11/2025
Status: ✅ Merged
Merged: 7/11/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-git-manual-integration📝 Commits (1)
9491cdfchore: added support to deploy git public, private repositories using access_token📊 Changes
16 files changed (+2582 additions, -855 deletions)
View changed files
📝
src/actions/deployment/deploy.ts(+12 -45)📝
src/actions/service/validator.ts(+71 -75)📝
src/components/service/ProviderForm.tsx(+15 -661)📝
src/components/service/git/AzureDevopsForm.tsx(+6 -4)➕
src/components/service/git/BitbucketForm.tsx(+290 -0)📝
src/components/service/git/GiteaForm.tsx(+6 -4)➕
src/components/service/git/GithubForm.tsx(+680 -0)➕
src/components/service/git/GitlabForm.tsx(+290 -0)📝
src/lib/getBuildDetails.ts(+48 -10)📝
src/payload-types.ts(+43 -5)📝
src/payload/collections/Services/index.ts(+95 -2)📝
src/queues/app/buildpacks-deployment.ts(+38 -0)➕
src/queues/app/deploy.ts(+935 -0)📝
src/queues/app/dockerfile-deployment.ts(+37 -0)📝
src/queues/app/railpack-deployment.ts(+7 -1)📝
src/queues/template/deploy.ts(+9 -48)📄 Description
This changes will introduce ability to deploy code from below sources using access_token:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.