[PR #76] [CLOSED] Fix log file #8016

Closed
opened 2026-03-12 23:32:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/76
Author: @atompsv
Created: 2/9/2023
Status: Closed

Base: masterHead: fix-log-file


📝 Commits (10+)

📊 Changes

30 files changed (+3025 additions, -2722 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 frontend/frontend.go (+0 -1)
📝 frontend/package.json (+1 -1)
📝 frontend/src/api/config.ts (+1 -1)
📝 frontend/src/api/curd.ts (+1 -1)
frontend/src/api/log.ts (+6 -0)
📝 frontend/src/pinia/moudule/settings.ts (+1 -1)
📝 frontend/src/routes/index.ts (+39 -26)
📝 frontend/src/views/config/Config.vue (+2 -0)
📝 frontend/src/views/config/config.ts (+15 -8)
📝 frontend/src/views/domain/ngx_conf/LogEntry.vue (+2 -2)
frontend/src/views/log/Log.vue (+91 -0)
📝 frontend/src/views/nginx_log/NginxLog.vue (+15 -5)
📝 frontend/src/views/preference/Preference.vue (+3 -3)
📝 frontend/vite.config.ts (+29 -29)
📝 frontend/yarn.lock (+2262 -2556)
📝 go.mod (+17 -14)
📝 go.sum (+55 -20)
📝 main.go (+16 -7)
📝 server/api/config.go (+22 -6)

...and 10 more files

📄 Description

No description provided


🔄 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/76 **Author:** [@atompsv](https://github.com/atompsv) **Created:** 2/9/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-log-file` --- ### 📝 Commits (10+) - [`4f208d3`](https://github.com/0xJacky/nginx-ui/commit/4f208d36dd49d353fe0ffa2aaa9aefe0ed5f1f06) Fix getting settings - [`5ef5b16`](https://github.com/0xJacky/nginx-ui/commit/5ef5b1627a43ba672a734cdf76b15d756b2f2335) Fix func for getting nginx log page - [`3499888`](https://github.com/0xJacky/nginx-ui/commit/34998884c8bdd6f6cd1bfb6859e9d46a083b66aa) Add func for managing log management - [`09f8a09`](https://github.com/0xJacky/nginx-ui/commit/09f8a09075c4263443b3e79973ace88f708fae33) Fix func for config nginx - [`2ba0c30`](https://github.com/0xJacky/nginx-ui/commit/2ba0c307f91f6c88a1efca378c23d735b7ae71e1) Fix model - [`3b57ed6`](https://github.com/0xJacky/nginx-ui/commit/3b57ed6cb6260869c3115e93f5f87b64150dc13b) Fix arrange package - [`dd6dae2`](https://github.com/0xJacky/nginx-ui/commit/dd6dae28b5e7f6c6741e15a38cbd68889bd5b79d) Fix router - [`afb9f59`](https://github.com/0xJacky/nginx-ui/commit/afb9f5968578b1a1dfb925d2d95d5bfe3941db4a) Fix gitignore - [`9b817fd`](https://github.com/0xJacky/nginx-ui/commit/9b817fd900fbb864c37c40dc3cb7f1aa7a2fef9c) Fix main - [`f9ace2d`](https://github.com/0xJacky/nginx-ui/commit/f9ace2db6ed4aecb1b2479d7bac74b06e2f0d37b) Fix route ### 📊 Changes **30 files changed** (+3025 additions, -2722 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `frontend/frontend.go` (+0 -1) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/src/api/config.ts` (+1 -1) 📝 `frontend/src/api/curd.ts` (+1 -1) ➕ `frontend/src/api/log.ts` (+6 -0) 📝 `frontend/src/pinia/moudule/settings.ts` (+1 -1) 📝 `frontend/src/routes/index.ts` (+39 -26) 📝 `frontend/src/views/config/Config.vue` (+2 -0) 📝 `frontend/src/views/config/config.ts` (+15 -8) 📝 `frontend/src/views/domain/ngx_conf/LogEntry.vue` (+2 -2) ➕ `frontend/src/views/log/Log.vue` (+91 -0) 📝 `frontend/src/views/nginx_log/NginxLog.vue` (+15 -5) 📝 `frontend/src/views/preference/Preference.vue` (+3 -3) 📝 `frontend/vite.config.ts` (+29 -29) 📝 `frontend/yarn.lock` (+2262 -2556) 📝 `go.mod` (+17 -14) 📝 `go.sum` (+55 -20) 📝 `main.go` (+16 -7) 📝 `server/api/config.go` (+22 -6) _...and 10 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-12 23:32:44 +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#8016
No description provided.