mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[PR #941] [MERGED] enhance: nginx log #1152
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#1152
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/941
Author: @0xJacky
Created: 4/2/2025
Status: ✅ Merged
Merged: 4/2/2025
Merged by: @0xJacky
Base:
dev← Head:enhance/nginx-log📝 Commits (2)
56f4e5benhance: nginx log7a9b7d5refactor: improve variable naming in nginx log filtering functions and enhance error message clarity📊 Changes
24 files changed (+1677 additions, -339 deletions)
View changed files
📝
api/nginx_log/nginx_log.go(+29 -199)📝
api/nginx_log/router.go(+2 -0)➕
api/nginx_log/sse.go(+50 -0)➕
api/nginx_log/websocket.go(+189 -0)📝
app/src/api/nginx_log.ts(+22 -3)📝
app/src/language/ar/app.po(+46 -8)📝
app/src/language/de_DE/app.po(+46 -8)📝
app/src/language/en/app.po(+44 -8)📝
app/src/language/es/app.po(+46 -8)📝
app/src/language/fr_FR/app.po(+46 -8)📝
app/src/language/ko_KR/app.po(+45 -8)📝
app/src/language/messages.pot(+42 -8)📝
app/src/language/ru_RU/app.po(+46 -8)📝
app/src/language/tr_TR/app.po(+46 -8)📝
app/src/language/vi_VN/app.po(+45 -8)📝
app/src/language/zh_CN/app.po(+45 -12)📝
app/src/language/zh_TW/app.po(+47 -11)📝
app/src/routes/modules/nginx_log.ts(+7 -0)📝
app/src/views/nginx_log/NginxLog.vue(+27 -27)➕
app/src/views/nginx_log/NginxLogList.vue(+152 -0)...and 4 more files
📄 Description
Close #868,
Close #817,
Close #762,
Close #260
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.