mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #68] [MERGED] Feat docker registry #340
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#340
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/68
Author: @pavanbhaskardev
Created: 4/17/2025
Status: ✅ Merged
Merged: 4/17/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-docker-registry📝 Commits (3)
a836e8cfeat: added docker-registry connection form5506541chore: added docker-image configuration formc3a98a5feat: add queue for docker-image deployment📊 Changes
32 files changed (+1708 additions, -177 deletions)
View changed files
📝
.vscode/settings.json(+1 -0)📝
src/actions/deployment/deploy.ts(+28 -1)➕
src/actions/dockerRegistry/index.ts(+81 -0)➕
src/actions/dockerRegistry/validator.ts(+13 -0)📝
src/actions/service/validator.ts(+15 -0)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.tsx(+21 -5)📝
src/app/(frontend)/(dashboard)/integrations/page.tsx(+2 -0)📝
src/components/Integrations/AWSDrawer.tsx(+5 -6)➕
src/components/Integrations/DockerRegistryDrawer.tsx(+90 -0)📝
src/components/Integrations/GithubDrawer.tsx(+5 -6)➕
src/components/Integrations/dockerRegistry/Form.tsx(+259 -0)➕
src/components/Integrations/dockerRegistry/List.tsx(+102 -0)📝
src/components/service/CreateService.tsx(+14 -7)📝
src/components/service/DatabaseForm.tsx(+1 -2)➕
src/components/service/DockerForm.tsx(+286 -0)📝
src/components/service/GeneralTab.tsx(+4 -7)📝
src/components/service/ProviderForm.tsx(+0 -70)📝
src/components/ui/blur-reveal.tsx(+6 -3)📝
src/components/ui/sheet.tsx(+33 -34)📝
src/lib/constants.ts(+1 -0)...and 12 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.