mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #135] [MERGED] Feat template deploy #360
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#360
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/135
Author: @pavanbhaskardev
Created: 4/30/2025
Status: ✅ Merged
Merged: 4/30/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-template-deploy📝 Commits (10+)
eea5e1echore: added template-deploy queue56a50e6feat: added template deployment queueee248cfchore: added strategy for unique project creation36b86a7feat: enhance CreateService to include project context and enforce naming conventione17f846feat: integrate slugify function to format project name input51b07d4chore: Added Contributing guidelines7beeda3docs: added docker-self hosting docs2ba215dchore: fix syntax issues in readme filea7f5063chore: Replaced change log with star on github button1f5633ffeat: disable button in CreateSecurityGroup when in demo environment📊 Changes
8 files changed (+663 additions, -2 deletions)
View changed files
📝
src/actions/server/index.ts(+16 -0)📝
src/actions/templates/index.ts(+25 -0)📝
src/actions/templates/validator.ts(+4 -0)📝
src/app/(frontend)/(dashboard)/layout.tsx(+1 -0)📝
src/app/(frontend)/(dashboard)/templates/page.tsx(+2 -0)📝
src/components/templates/TemplateDetails.tsx(+99 -1)📝
src/queues/environment/update.ts(+1 -1)➕
src/queues/template/deploy.ts(+515 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.