mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[PR #1312] [MERGED] refactor: nginx log with indexer parse and search #7024
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#7024
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/1312
Author: @0xJacky
Created: 8/16/2025
Status: ✅ Merged
Merged: 8/20/2025
Merged by: @0xJacky
Base:
dev← Head:refactor/nginx-log📝 Commits (2)
0ff4a6erefactor: nginx log with indexer parse and searchfa18186feat(nginx_log): add geo map📊 Changes
342 files changed (+31427 additions, -7755 deletions)
View changed files
📝
.air.toml(+1 -1)📝
.claude/settings.local.json(+12 -2)📝
.github/workflows/build.yml(+26 -18)📝
.gitignore(+2 -0)➕
CLAUDE.md(+81 -0)📝
api/event/websocket.go(+6 -0)➕
api/nginx_log/analytics.go(+541 -0)➕
api/nginx_log/index_management.go(+79 -0)➕
api/nginx_log/log_list.go(+87 -0)📝
api/nginx_log/log_page.go(+1 -55)📝
api/nginx_log/router.go(+10 -0)➕
api/nginx_log/types.go(+21 -0)📝
api/nginx_log/websocket.go(+4 -3)📝
app/app.go(+155 -2)📝
app/app_unembed.go(+9 -1)📝
app/components.d.ts(+0 -2)📝
app/eslint.config.mjs(+16 -2)📝
app/package.json(+4 -0)📝
app/pnpm-lock.yaml(+85 -14)📝
app/src/api/nginx_log.ts(+334 -1)...and 80 more files
📄 Description
Close #961
Close #792
Close #656
Close #317
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.