mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #268] [MERGED] Feat volumes jm #405
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#405
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/268
Author: @jagadeesh507
Created: 6/25/2025
Status: ✅ Merged
Merged: 6/25/2025
Merged by: @jagadeesh507
Base:
main← Head:feat-volumes-jm📝 Commits (10+)
bed9d6fchore: add volumes field to Template collection23da4f4chore: add Volume option to ChooseService component7bde544chore: enhance EditServiceName component with type handling and context menu support883cbd0chore: add onCloseAutoFocus handler to DialogContent in EditServiceName component450f82bchore: add volumes property to ServiceNode in convertToGraph functiona4240a3feat: add volume management functionality to services with validationa278638feat: implement volume management functionality including creation, mounting, and unmounting4790dbafeat: enhance volume management by adding JSON parsing for volume listing and implementing update volumes queue7f75469feat: add update volumes functionality with validation and UI integrationdbee77afeat: add 'Volumes' tab to service layout for improved navigation📊 Changes
27 files changed (+1131 additions, -141 deletions)
View changed files
📝
src/actions/service/index.ts(+47 -44)📝
src/actions/service/validator.ts(+13 -0)📝
src/actions/templates/index.ts(+6 -0)📝
src/actions/templates/validator.ts(+9 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/layout.client.tsx(+2 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/page.tsx(+3 -1)📝
src/components/reactflow/CustomNodes/index.tsx(+66 -42)📝
src/components/reactflow/types.ts(+6 -0)📝
src/components/reactflow/utils/convertServicesToNodes.ts(+1 -0)➕
src/components/service/VolumesForm.tsx(+198 -0)➕
src/components/templates/compose/AddVolumeToService.tsx(+284 -0)📝
src/components/templates/compose/ChooseService.tsx(+46 -4)📝
src/components/templates/compose/ContextMenu.tsx(+36 -20)📝
src/components/templates/compose/EditServiceName.tsx(+28 -14)📝
src/components/templates/compose/UpdateServiceDetails.tsx(+1 -0)📝
src/components/templates/compose/types.ts(+52 -0)📝
src/lib/dokku/index.ts(+8 -0)➕
src/lib/dokku/volumes/list.ts(+15 -0)➕
src/lib/dokku/volumes/mount.ts(+26 -0)➕
src/lib/dokku/volumes/unmount.ts(+24 -0)...and 7 more files
📄 Description
mount,listandunmount.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.