[PR #338] [MERGED] chore: added support to deploy git public, private repositories using access_token #440

Closed
opened 2026-03-03 11:29:58 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat-git-manual-integration


📝 Commits (1)

  • 9491cdf chore: 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:

  1. github
  2. gitlab
  3. azure devops
  4. gitea
  5. bitbucket

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/338 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 7/11/2025 **Status:** ✅ Merged **Merged:** 7/11/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `feat-git-manual-integration` --- ### 📝 Commits (1) - [`9491cdf`](https://github.com/dflow-sh/dflow/commit/9491cdf4b1ba860903327eb5de6bbdda669e346f) chore: added support to deploy git public, private repositories using access_token ### 📊 Changes **16 files changed** (+2582 additions, -855 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This changes will introduce ability to deploy code from below sources using access_token: 1. github 2. gitlab 3. azure devops 4. gitea 5. bitbucket --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#440
No description provided.