[PR #124] [MERGED] March release #patch #331

Closed
opened 2026-03-04 01:36:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/124
Author: @lts-rad
Created: 2/28/2023
Status: Merged
Merged: 3/1/2023
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • 6513f2a [installer] Clearfog uses /dev/root, fix using mount
  • 60742c3 Use a 24 hour lease time
  • 4d9660c [ui] Dont spam console with web socket events
  • 85c8880 [ui] Remove console.log spam
  • 750d983 [ui] Fix vertical spacing, key errors for FlashList
  • ac255b7 [ui] Switch to FlatList for GroupListing
  • 7dbf647 [build] Update version.txt match
  • d237c5d [superd] Update version string to match ^v[0-9]+.[0-9]+.[0-9]+$
  • 7ad3674 Fix growpart
  • b333618 [ui] Display empty tags with text

📊 Changes

27 files changed (+319 additions, -734 deletions)

View changed files

📝 api/code/go.mod (+12 -12)
📝 api/code/go.sum (+20 -0)
📝 base/template_configs/scripts/gen_coredhcp_yaml.sh (+1 -1)
📝 build_docker_compose.sh (+1 -3)
📝 docker-compose-test.yml (+1 -0)
📝 docker-compose-virt.yml (+1 -0)
📝 docker-compose.yml (+1 -0)
📝 frontend/src/components/Dashboard/WifiWidgets.js (+31 -2)
📝 frontend/src/components/Devices/DeviceListing.js (+2 -4)
📝 frontend/src/components/Groups/GroupListing.js (+5 -3)
📝 frontend/src/components/Wifi/WifiClients.js (+25 -4)
📝 frontend/src/layouts/Admin.js (+0 -1)
📝 frontend/src/views/Tags.js (+4 -1)
📝 installer/scripts/run-scripts/setup.sh (+4 -8)
📝 multicast_udp_proxy/code/go.mod (+3 -3)
📝 multicast_udp_proxy/code/go.sum (+28 -6)
📝 packet_logs/client-influxdb/go.mod (+13 -12)
📝 packet_logs/client-influxdb/go.sum (+33 -173)
📝 packet_logs/client-test/go.mod (+8 -8)
📝 packet_logs/client-test/go.sum (+17 -116)

...and 7 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/spr-networks/super/pull/124 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 2/28/2023 **Status:** ✅ Merged **Merged:** 3/1/2023 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`6513f2a`](https://github.com/spr-networks/super/commit/6513f2a3c2cedfe040c4ec0cf4fe731f93ef6dbe) [installer] Clearfog uses /dev/root, fix using mount - [`60742c3`](https://github.com/spr-networks/super/commit/60742c39f3fb389ad149d97ed2f772d317bcda8e) Use a 24 hour lease time - [`4d9660c`](https://github.com/spr-networks/super/commit/4d9660cad262c2784da5cab60422879ffdfa2741) [ui] Dont spam console with web socket events - [`85c8880`](https://github.com/spr-networks/super/commit/85c8880e7d484c1941ea6856872f9395dc98f00c) [ui] Remove console.log spam - [`750d983`](https://github.com/spr-networks/super/commit/750d9839f4463bd8afb3fa2715a826d5f4ccefa6) [ui] Fix vertical spacing, key errors for FlashList - [`ac255b7`](https://github.com/spr-networks/super/commit/ac255b78ca263a3a44536075a7e7e9ea51a0bf66) [ui] Switch to FlatList for GroupListing - [`7dbf647`](https://github.com/spr-networks/super/commit/7dbf647e82b396aeb3e0bea5ef8ea1ee99023e45) [build] Update version.txt match - [`d237c5d`](https://github.com/spr-networks/super/commit/d237c5d9da8e6485830cfb5c320b843eab2526e9) [superd] Update version string to match ^v[0-9]+\.[0-9]+\.[0-9]+$ - [`7ad3674`](https://github.com/spr-networks/super/commit/7ad36742d37642bb86f48750ded67aa23e390246) Fix growpart - [`b333618`](https://github.com/spr-networks/super/commit/b333618d8890909e48097ec7a826d7fc1e834fd7) [ui] Display empty tags with text ### 📊 Changes **27 files changed** (+319 additions, -734 deletions) <details> <summary>View changed files</summary> 📝 `api/code/go.mod` (+12 -12) 📝 `api/code/go.sum` (+20 -0) 📝 `base/template_configs/scripts/gen_coredhcp_yaml.sh` (+1 -1) 📝 `build_docker_compose.sh` (+1 -3) 📝 `docker-compose-test.yml` (+1 -0) 📝 `docker-compose-virt.yml` (+1 -0) 📝 `docker-compose.yml` (+1 -0) 📝 `frontend/src/components/Dashboard/WifiWidgets.js` (+31 -2) 📝 `frontend/src/components/Devices/DeviceListing.js` (+2 -4) 📝 `frontend/src/components/Groups/GroupListing.js` (+5 -3) 📝 `frontend/src/components/Wifi/WifiClients.js` (+25 -4) 📝 `frontend/src/layouts/Admin.js` (+0 -1) 📝 `frontend/src/views/Tags.js` (+4 -1) 📝 `installer/scripts/run-scripts/setup.sh` (+4 -8) 📝 `multicast_udp_proxy/code/go.mod` (+3 -3) 📝 `multicast_udp_proxy/code/go.sum` (+28 -6) 📝 `packet_logs/client-influxdb/go.mod` (+13 -12) 📝 `packet_logs/client-influxdb/go.sum` (+33 -173) 📝 `packet_logs/client-test/go.mod` (+8 -8) 📝 `packet_logs/client-test/go.sum` (+17 -116) _...and 7 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-04 01:36:19 +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/super#331
No description provided.