[PR #92] [MERGED] Mgmt remove http static files #2534

Closed
opened 2025-11-20 07:11:27 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/92
Author: @braginini
Created: 8/20/2021
Status: Merged
Merged: 8/20/2021
Merged by: @braginini

Base: mainHead: mgmt-remove-http-static


📝 Commits (10+)

  • 02cc6a3 feature: extend setup key logic
  • 34cffb3 fix: login test
  • 708835a test: change test data to support new setup key fields
  • 3a41014 Merge branch 'main' into setup-key-http-api
  • 1b056ab test: add setup key tests
  • 22fdb0a test: add setup key UUID format validation
  • 4c427ae test: add AddAccount test
  • 4a5901a test: add more AccountManager tests
  • 07ab9c1 fix: golint errors
  • 6951484 test: increase client interface up timout

📊 Changes

13 files changed (+428 additions, -42 deletions)

View changed files

📝 client/cmd/login_test.go (+2 -1)
📝 client/cmd/up_test.go (+2 -3)
📝 client/testdata/store.json (+8 -2)
📝 management/server/account.go (+28 -18)
management/server/account_test.go (+211 -0)
📝 management/server/config.go (+0 -2)
📝 management/server/file_store.go (+1 -1)
📝 management/server/http/handler/setupkeys.go (+5 -3)
📝 management/server/http/server.go (+0 -8)
📝 management/server/management_test.go (+1 -2)
management/server/setupkey.go (+61 -0)
management/server/setupkey_test.go (+100 -0)
📝 management/server/testdata/store.json (+9 -2)

📄 Description

  • remove reference to the static UI fils in the management HTTP server

Serving static UI Dashboard files by Management HTTP server is no necessary anymore


🔄 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/netbirdio/netbird/pull/92 **Author:** [@braginini](https://github.com/braginini) **Created:** 8/20/2021 **Status:** ✅ Merged **Merged:** 8/20/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `mgmt-remove-http-static` --- ### 📝 Commits (10+) - [`02cc6a3`](https://github.com/netbirdio/netbird/commit/02cc6a30f56cc2ae7cd967d17c6cbf9307e979e8) feature: extend setup key logic - [`34cffb3`](https://github.com/netbirdio/netbird/commit/34cffb3bf02f7f4ebec5544435df105548897da9) fix: login test - [`708835a`](https://github.com/netbirdio/netbird/commit/708835afa826e48900ca8d91a1b71c28bbbab1b1) test: change test data to support new setup key fields - [`3a41014`](https://github.com/netbirdio/netbird/commit/3a41014adb5af2bd4c530f9b4d3c64c4a1fc7867) Merge branch 'main' into setup-key-http-api - [`1b056ab`](https://github.com/netbirdio/netbird/commit/1b056ab75a1b6d0cbe7c88f5d05c29d1199c3b26) test: add setup key tests - [`22fdb0a`](https://github.com/netbirdio/netbird/commit/22fdb0a0297f8ed28f3e97ca708fc891aeb869b7) test: add setup key UUID format validation - [`4c427ae`](https://github.com/netbirdio/netbird/commit/4c427ae9002ac3b4be4c6022a96d86eec456bc75) test: add AddAccount test - [`4a5901a`](https://github.com/netbirdio/netbird/commit/4a5901ada1bc9338e1c2dedbac80238d5028dcef) test: add more AccountManager tests - [`07ab9c1`](https://github.com/netbirdio/netbird/commit/07ab9c196d274b0491e96d7e4f2fba53daeb24c1) fix: golint errors - [`6951484`](https://github.com/netbirdio/netbird/commit/695148410fc305a3f468ce115810d76aa8614f32) test: increase client interface up timout ### 📊 Changes **13 files changed** (+428 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/login_test.go` (+2 -1) 📝 `client/cmd/up_test.go` (+2 -3) 📝 `client/testdata/store.json` (+8 -2) 📝 `management/server/account.go` (+28 -18) ➕ `management/server/account_test.go` (+211 -0) 📝 `management/server/config.go` (+0 -2) 📝 `management/server/file_store.go` (+1 -1) 📝 `management/server/http/handler/setupkeys.go` (+5 -3) 📝 `management/server/http/server.go` (+0 -8) 📝 `management/server/management_test.go` (+1 -2) ➕ `management/server/setupkey.go` (+61 -0) ➕ `management/server/setupkey_test.go` (+100 -0) 📝 `management/server/testdata/store.json` (+9 -2) </details> ### 📄 Description - [x] remove reference to the static UI fils in the management HTTP server Serving static UI Dashboard files by Management HTTP server is no necessary anymore --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:11:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2534