mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[PR #451] [MERGED] refactor: config management #6738
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#6738
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/451
Author: @0xJacky
Created: 7/25/2024
Status: ✅ Merged
Merged: 7/26/2024
Merged by: @0xJacky
Base:
dev← Head:refactor/config📝 Commits (6)
53ae1a1refactor: config management5dd2c8ffeat: better breadcrumbs for config list and editor; add filename filter for configurations list.ace8d7afeat: rename folder or file in configurations liste75dce9chore: update translations1c1da92feat: deploy config to remote nodes #359c9370a0feat: update notification template for config sync📊 Changes
64 files changed (+3373 additions, -1189 deletions)
View changed files
📝
api/config/add.go(+90 -49)➕
api/config/base_path.go(+13 -0)📝
api/config/get.go(+30 -10)📝
api/config/list.go(+6 -0)➕
api/config/mkdir.go(+37 -0)📝
api/config/modify.go(+99 -8)➕
api/config/rename.go(+97 -0)📝
api/config/router.go(+12 -1)📝
api/user/otp.go(+7 -0)📝
api/user/router.go(+7 -1)📝
app/src/api/config.ts(+27 -1)📝
app/src/api/otp.ts(+3 -0)📝
app/src/components/Breadcrumb/Breadcrumb.vue(+15 -9)➕
app/src/components/Breadcrumb/types.d.ts(+9 -0)➕
app/src/components/Notification/cert.ts(+18 -0)➕
app/src/components/Notification/config.ts(+37 -0)📝
app/src/components/Notification/detailRender.ts(+15 -19)📝
app/src/components/OTP/useOTPModal.ts(+58 -55)📝
app/src/components/StdDesign/StdDataDisplay/StdCurd.vue(+2 -2)📝
app/src/components/StdDesign/StdDataDisplay/StdPagination.vue(+1 -0)...and 44 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.