mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #23] [MERGED] feat: added integrations tab, change the env convention, made tabs re… #326
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#326
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/23
Author: @pavanbhaskardev
Created: 3/28/2025
Status: ✅ Merged
Merged: 3/28/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-integrations📝 Commits (1)
237ab65feat: added integrations tab, change the env convention, made tabs responsive on mobile-view📊 Changes
20 files changed (+299 additions, -120 deletions)
View changed files
📝
.env.example(+3 -2)📝
env.ts(+4 -2)📝
src/actions/gitProviders/index.ts(+23 -0)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/layout.client.tsx(+1 -0)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.client.tsx(+3 -1)➕
src/app/(frontend)/(dashboard)/integrations/page.tsx(+152 -0)📝
src/app/(frontend)/(dashboard)/layout.client.tsx(+11 -24)📝
src/app/(frontend)/(dashboard)/layout.tsx(+5 -3)➖
src/app/(frontend)/(dashboard)/settings/git/page.tsx(+0 -34)📝
src/app/(frontend)/(dashboard)/settings/servers/[id]/layout.client.tsx(+3 -1)📝
src/app/(frontend)/api/webhook/providers/github/route.ts(+2 -2)📝
src/components/Tabs.tsx(+33 -28)📝
src/components/gitProviders/CreateGitAppForm.tsx(+6 -5)📝
src/components/icons.tsx(+25 -0)📝
src/components/nav-user.tsx(+1 -1)📝
src/components/servers/DomainList.tsx(+2 -2)📝
src/components/servers/monitoring/MonitoringTabs.tsx(+3 -1)➕
src/lib/integrationList.tsx(+21 -0)📝
src/lib/redis/index.ts(+1 -1)📝
src/lib/ssh.ts(+0 -13)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.