[PR #727] [MERGED] feat: node list supports sse #1085

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

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/727
Author: @0xJacky
Created: 11/15/2024
Status: Merged
Merged: 11/16/2024
Merged by: @0xJacky

Base: devHead: feat/node-selector-sse


📝 Commits (1)

  • bc70567 feat(wip): node selector supports sse

📊 Changes

31 files changed (+176 additions, -166 deletions)

View changed files

📝 api/api.go (+6 -106)
📝 api/certificate/certificate.go (+3 -3)
📝 api/certificate/dns_credential.go (+2 -2)
📝 api/cluster/environment.go (+84 -0)
📝 api/cluster/router.go (+1 -0)
📝 api/config/add.go (+2 -1)
📝 api/config/mkdir.go (+2 -1)
📝 api/config/modify.go (+2 -1)
📝 api/config/rename.go (+3 -2)
📝 api/nginx/nginx.go (+4 -3)
📝 api/nginx/nginx_log.go (+2 -2)
📝 api/notification/live.go (+2 -5)
📝 api/openai/openai.go (+2 -2)
📝 api/openai/store.go (+2 -1)
📝 api/settings/auth.go (+4 -4)
📝 api/settings/settings.go (+2 -1)
📝 api/sites/advance.go (+2 -1)
📝 api/sites/auto_cert.go (+2 -1)
📝 api/sites/duplicate.go (+2 -1)
📝 api/sites/site.go (+1 -1)

...and 11 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/727 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 11/15/2024 **Status:** ✅ Merged **Merged:** 11/16/2024 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `feat/node-selector-sse` --- ### 📝 Commits (1) - [`bc70567`](https://github.com/0xJacky/nginx-ui/commit/bc70567dc1b8e75445ddd036154f06b45357ecc2) feat(wip): node selector supports sse ### 📊 Changes **31 files changed** (+176 additions, -166 deletions) <details> <summary>View changed files</summary> 📝 `api/api.go` (+6 -106) 📝 `api/certificate/certificate.go` (+3 -3) 📝 `api/certificate/dns_credential.go` (+2 -2) 📝 `api/cluster/environment.go` (+84 -0) 📝 `api/cluster/router.go` (+1 -0) 📝 `api/config/add.go` (+2 -1) 📝 `api/config/mkdir.go` (+2 -1) 📝 `api/config/modify.go` (+2 -1) 📝 `api/config/rename.go` (+3 -2) 📝 `api/nginx/nginx.go` (+4 -3) 📝 `api/nginx/nginx_log.go` (+2 -2) 📝 `api/notification/live.go` (+2 -5) 📝 `api/openai/openai.go` (+2 -2) 📝 `api/openai/store.go` (+2 -1) 📝 `api/settings/auth.go` (+4 -4) 📝 `api/settings/settings.go` (+2 -1) 📝 `api/sites/advance.go` (+2 -1) 📝 `api/sites/auto_cert.go` (+2 -1) 📝 `api/sites/duplicate.go` (+2 -1) 📝 `api/sites/site.go` (+1 -1) _...and 11 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-02-26 12:10:26 +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#1085
No description provided.