mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #81] [MERGED] Feat environment variables #343
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#343
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/81
Author: @pavanbhaskardev
Created: 4/22/2025
Status: ✅ Merged
Merged: 4/22/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-environment-variables📝 Commits (2)
442f858feat: added schema for environment variables15d18fdchore: added support reference variable deployment📊 Changes
19 files changed (+741 additions, -160 deletions)
View changed files
📝
src/actions/deployment/deploy.ts(+8 -18)📝
src/actions/service/index.ts(+19 -2)📝
src/actions/service/validator.ts(+13 -0)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.tsx(+6 -3)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/page.tsx(+2 -2)📝
src/app/(payload)/admin/importMap.js(+2 -0)📝
src/components/service/DeploymentForm.tsx(+5 -3)➕
src/components/service/VariablesForm.tsx(+287 -0)➕
src/lib/dokku/config/clear.ts(+22 -0)📝
src/lib/dokku/config/set.ts(+1 -1)📝
src/lib/dokku/index.ts(+2 -1)📝
src/lib/server/docker/createImage.ts(+1 -6)📝
src/payload-types.ts(+16 -0)📝
src/payload/collections/Services/index.ts(+46 -32)➕
src/providers/DisableDeployment.tsx(+36 -0)📝
src/queues/app/dockerImage-deployment.ts(+8 -11)📝
src/queues/app/dockerfile-deployment.ts(+15 -26)📝
src/queues/app/railpack-deployment.ts(+14 -18)📝
src/queues/environment/update.ts(+238 -37)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.