[PR #941] [MERGED] enhance: nginx log #1152

Closed
opened 2026-02-26 12:10:39 +03:00 by kerem · 0 comments
Owner

📋 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: devHead: enhance/nginx-log


📝 Commits (2)

  • 56f4e5b enhance: nginx log
  • 7a9b7d5 refactor: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/0xJacky/nginx-ui/pull/941 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 4/2/2025 **Status:** ✅ Merged **Merged:** 4/2/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `enhance/nginx-log` --- ### 📝 Commits (2) - [`56f4e5b`](https://github.com/0xJacky/nginx-ui/commit/56f4e5b87fc1ef7158e6963bb2e497f37a3a513d) enhance: nginx log - [`7a9b7d5`](https://github.com/0xJacky/nginx-ui/commit/7a9b7d552df737034a6a8bbfc8ae719d3243aae1) refactor: improve variable naming in nginx log filtering functions and enhance error message clarity ### 📊 Changes **24 files changed** (+1677 additions, -339 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Close #868, Close #817, Close #762, Close #260 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:10:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#1152
No description provided.