mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[PR #944] [MERGED] feat: config history #8286
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#8286
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/944
Author: @0xJacky
Created: 4/6/2025
Status: ✅ Merged
Merged: 4/6/2025
Merged by: @0xJacky
Base:
dev← Head:feat/config-history📝 Commits (5)
57b8dfdfeat: config history530ef8echore: update translations5864185feat(config): restore to history version8f7574ffix(tls): no certificate available300381fchore(demo): update db📊 Changes
33 files changed (+2889 additions, -1211 deletions)
View changed files
📝
.devcontainer/docker-compose.yml(+2 -3)➕
api/config/history.go(+13 -0)📝
api/config/modify.go(+6 -0)📝
api/config/router.go(+2 -0)📝
app/components.d.ts(+2 -0)📝
app/src/api/config.ts(+17 -0)➕
app/src/components/ConfigHistory/ConfigHistory.vue(+211 -0)➕
app/src/components/ConfigHistory/DiffViewer.vue(+462 -0)➕
app/src/components/ConfigHistory/index.ts(+5 -0)📝
app/src/language/ar/app.po(+166 -94)📝
app/src/language/de_DE/app.po(+165 -91)📝
app/src/language/en/app.po(+166 -95)📝
app/src/language/es/app.po(+166 -94)📝
app/src/language/fr_FR/app.po(+166 -95)📝
app/src/language/ko_KR/app.po(+166 -94)📝
app/src/language/messages.pot(+161 -95)📝
app/src/language/ru_RU/app.po(+166 -94)📝
app/src/language/tr_TR/app.po(+166 -94)📝
app/src/language/vi_VN/app.po(+166 -95)📝
app/src/language/zh_CN/app.po(+161 -95)...and 13 more files
📄 Description
When the configuration is modified, it will automatically backup. An additional list of historical records is provided to facilitate the selection of differences in file contents for comparison.
Close #610
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.