[PR #125] [MERGED] March Bugfixes #patch #330

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/125
Author: @lts-rad
Created: 3/9/2023
Status: Merged
Merged: 3/9/2023
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • 306628f [superd] [api] Get version from container label
  • 645e0f4 [testing] Use dhclient, no docker network for stations
  • cec4ce4 [testing] Use dhclient, no docker network for stations
  • fb31f54 [superd] strip newline in json
  • b0a3657 [testing] add code for testing api
  • bfe2b7e [testing] update example
  • 234b558 [testing] format
  • 1b6df6f [testing] add more tests, pfw
  • f8ff653 [tests] No newline for auth
  • 8e8d794 [superd] Filter the container label name to be alphanumeric and _-

📊 Changes

26 files changed (+1925 additions, -53 deletions)

View changed files

📝 api/code/api.go (+190 -6)
📝 api/code/firewall.go (+2 -8)
📝 api/code/plugins.go (+6 -0)
📝 build_docker_compose.sh (+6 -0)
📝 docker-compose-test.yml (+1 -1)
📝 docker-compose-virt.yml (+1 -1)
📝 docker-compose.yml (+1 -1)
📝 frontend/src/api/API.js (+4 -1)
📝 frontend/src/components/Plugins/PluginList.js (+15 -3)
📝 superd/Dockerfile (+1 -0)
📝 superd/code/superd.go (+227 -28)
tests/code/.gitignore (+1 -0)
tests/code/README.md (+13 -0)
tests/code/agent.js (+21 -0)
tests/code/index.js (+0 -0)
tests/code/package-lock.json (+1220 -0)
tests/code/package.json (+15 -0)
tests/code/test/auth.js (+14 -0)
tests/code/test/device.js (+39 -0)
tests/code/test/features.js (+18 -0)

...and 6 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/125 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 3/9/2023 **Status:** ✅ Merged **Merged:** 3/9/2023 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`306628f`](https://github.com/spr-networks/super/commit/306628f76ee60c6271bb0e9bf868825925832384) [superd] [api] Get version from container label - [`645e0f4`](https://github.com/spr-networks/super/commit/645e0f448b1919534df3ffa6706100f828f9c91e) [testing] Use dhclient, no docker network for stations - [`cec4ce4`](https://github.com/spr-networks/super/commit/cec4ce46199046bd0e5f1b8a423d548a9492f4da) [testing] Use dhclient, no docker network for stations - [`fb31f54`](https://github.com/spr-networks/super/commit/fb31f54ab846e138461022d5f98933025b612661) [superd] strip newline in json - [`b0a3657`](https://github.com/spr-networks/super/commit/b0a36574a2a302a5b69f5c1d0d662089121c6720) [testing] add code for testing api - [`bfe2b7e`](https://github.com/spr-networks/super/commit/bfe2b7e873a7fe103e9e80f0541c2de5e25d9b3f) [testing] update example - [`234b558`](https://github.com/spr-networks/super/commit/234b558b94fa46b976f4738ae20fec847badd383) [testing] format - [`1b6df6f`](https://github.com/spr-networks/super/commit/1b6df6f113d19fa4dbea19e38555f3e6c82251c9) [testing] add more tests, pfw - [`f8ff653`](https://github.com/spr-networks/super/commit/f8ff6530725542c0537a1b17b68c6b8bd0da3449) [tests] No newline for auth - [`8e8d794`](https://github.com/spr-networks/super/commit/8e8d79467e17eb22bc005377e3290da46d9cd788) [superd] Filter the container label name to be alphanumeric and _- ### 📊 Changes **26 files changed** (+1925 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `api/code/api.go` (+190 -6) 📝 `api/code/firewall.go` (+2 -8) 📝 `api/code/plugins.go` (+6 -0) 📝 `build_docker_compose.sh` (+6 -0) 📝 `docker-compose-test.yml` (+1 -1) 📝 `docker-compose-virt.yml` (+1 -1) 📝 `docker-compose.yml` (+1 -1) 📝 `frontend/src/api/API.js` (+4 -1) 📝 `frontend/src/components/Plugins/PluginList.js` (+15 -3) 📝 `superd/Dockerfile` (+1 -0) 📝 `superd/code/superd.go` (+227 -28) ➕ `tests/code/.gitignore` (+1 -0) ➕ `tests/code/README.md` (+13 -0) ➕ `tests/code/agent.js` (+21 -0) ➕ `tests/code/index.js` (+0 -0) ➕ `tests/code/package-lock.json` (+1220 -0) ➕ `tests/code/package.json` (+15 -0) ➕ `tests/code/test/auth.js` (+14 -0) ➕ `tests/code/test/device.js` (+39 -0) ➕ `tests/code/test/features.js` (+18 -0) _...and 6 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#330
No description provided.