[PR #440] [MERGED] enhance: handle websocket error #957

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

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/440
Author: @0xJacky
Created: 7/20/2024
Status: Merged
Merged: 7/20/2024
Merged by: @0xJacky

Base: devHead: enhance/handle-ws-error


📝 Commits (1)

  • ff1399e enhance: handle websocket error

📊 Changes

8 files changed (+126 additions, -60 deletions)

View changed files

📝 api/analytic/analytic.go (+2 -4)
📝 api/analytic/nodes.go (+3 -8)
📝 api/certificate/issue.go (+1 -5)
📝 api/system/upgrade.go (+42 -31)
📝 api/upstream/upstream.go (+2 -5)
internal/helper/websocket_error.go (+22 -0)
internal/helper/websocket_error_test.go (+38 -0)
📝 internal/upgrader/upgrade.go (+16 -7)

📄 Description

Close #384


🔄 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/440 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 7/20/2024 **Status:** ✅ Merged **Merged:** 7/20/2024 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `enhance/handle-ws-error` --- ### 📝 Commits (1) - [`ff1399e`](https://github.com/0xJacky/nginx-ui/commit/ff1399e0442e65fef1c02d6fd5ba7cb95ce1f8de) enhance: handle websocket error ### 📊 Changes **8 files changed** (+126 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `api/analytic/analytic.go` (+2 -4) 📝 `api/analytic/nodes.go` (+3 -8) 📝 `api/certificate/issue.go` (+1 -5) 📝 `api/system/upgrade.go` (+42 -31) 📝 `api/upstream/upstream.go` (+2 -5) ➕ `internal/helper/websocket_error.go` (+22 -0) ➕ `internal/helper/websocket_error_test.go` (+38 -0) 📝 `internal/upgrader/upgrade.go` (+16 -7) </details> ### 📄 Description Close #384 --- <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:03 +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#957
No description provided.