mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #468] [MERGED] Migrate restapi to restsdk #485
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#485
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/468
Author: @jagadeesh507
Created: 10/8/2025
Status: ✅ Merged
Merged: 10/9/2025
Merged by: @pavanbhaskardev
Base:
main← Head:migrate-restapi-to-restsdk📝 Commits (8)
13bcab2feat: add PayloadSDK integration with Config interface and initialize dFlowRestSdk5677f28fix: update layout of RadioGroup in multiple service components for better responsivenesse0ab953refactor: replace axios with dFlowRestSdk for GitHub and template actionsc40a253refactor: migrate VpsPlan type usage to restSDK and update related componentsddf909crefactor: replace fetch with dFlowRestSdk in fetchBeszelTemplate and update type annotations15be978refactor: update template fetching to use dFlowRestSdk and handle optional chaining04fd754refactor: remove unused User interface and clean up Config type structure1b943b7refactor: replace axios with dFlowRestSdk for user and template fetching in monitoring queue📊 Changes
25 files changed (+564 additions, -174 deletions)
View changed files
📝
package.json(+1 -0)📝
pnpm-lock.yaml(+70 -0)📝
src/actions/backups/index.ts(+2 -2)📝
src/actions/beszel/utils.ts(+16 -14)📝
src/actions/cloud/dFlow/index.ts(+44 -40)📝
src/actions/github/index.ts(+7 -7)📝
src/actions/templates/index.ts(+52 -46)📝
src/app/(frontend)/(dashboard)/[organisation]/templates/page.tsx(+4 -7)📝
src/components/servers/ServerForm.tsx(+1 -1)📝
src/components/servers/dflowVpsForm/DflowVpsFormContainer.tsx(+1 -1)📝
src/components/servers/dflowVpsForm/DflowVpsFormProvider.tsx(+1 -1)📝
src/components/servers/dflowVpsForm/HeaderSection.tsx(+2 -2)📝
src/components/servers/dflowVpsForm/SpecificationsSection.tsx(+11 -11)📝
src/components/servers/dflowVpsForm/TrafficSection.tsx(+3 -3)📝
src/components/templates/DeployTemplate.tsx(+13 -9)📝
src/components/templates/TemplateCard.tsx(+6 -1)📝
src/components/templates/compose/git/AddAzureDevopsService.tsx(+1 -1)📝
src/components/templates/compose/git/AddBitbucketService.tsx(+1 -1)📝
src/components/templates/compose/git/AddGiteaService.tsx(+1 -1)📝
src/components/templates/compose/git/AddGithubService.tsx(+1 -1)...and 5 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.