mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[PR #211] [MERGED] refactor: refactor app and api #917
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#917
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/0xJacky/nginx-ui/pull/211
Author: @0xJacky
Created: 11/28/2023
Status: ✅ Merged
Merged: 11/29/2023
Merged by: @0xJacky
Base:
dev← Head:refactor-eslint📝 Commits (4)
287ef75refactor: refactor app and apid325dd7fix: resolved eslint errorsab1adcffix: resolved all vue-tsc errors23b39a8feat(ci): check app code style and types📊 Changes
190 files changed (+9523 additions, -4603 deletions)
View changed files
📝
.air.toml(+6 -3)📝
.github/workflows/build.yml(+10 -0)📝
.gitignore(+0 -1)➕
.idea/.gitignore(+8 -0)➕
.idea/inspectionProfiles/Project_Default.xml(+6 -0)➕
.idea/modules.xml(+8 -0)➕
.idea/nginx-ui.iml(+9 -0)➕
.idea/vcs.xml(+7 -0)📝
api/analytic/analytic.go(+33 -101)➕
api/analytic/nodes.go(+70 -0)➕
api/analytic/type.go(+52 -0)📝
api/certificate/dns_credential.go(+5 -5)📝
api/certificate/router.go(+2 -2)➕
api/config/add.go(+56 -0)➖
api/config/config.go(+0 -206)➕
api/config/get.go(+51 -0)➕
api/config/list.go(+69 -0)➕
api/config/modify.go(+51 -0)➕
api/cosy/cosy.go(+134 -0)➕
api/cosy/create.go(+72 -0)...and 80 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.