[PR #121] [MERGED] Bug fixes and testing improvements #patch #328

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/121
Author: @lts-rad
Created: 2/15/2023
Status: Merged
Merged: 2/15/2023
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • 4115df0 Bump github.com/moby/moby in /packet_logs/stream-json-logs (#116)
  • 5d2a039 [build] Add exit 1 if bake fails
  • 75f7c8b Bump github.com/moby/moby in /packet_logs/client-test (#117)
  • 37a8900 Merge branch 'dev' of https://github.com/spr-networks/super into dev
  • 671b2d1 [build] Add exit 1 if bake fails
  • bf427e7 [build] Call exit if build script fails
  • 294355f [build] Use container_template image to reduce size
  • 3302d40 [build] Run docker image build on dev branch also
  • 2232cad [build] Fix RUNN typo in multicast proxy
  • 944b227 [build] Update plugin-lookup builder to grab ca-certificates

📊 Changes

14 files changed (+436 additions, -43 deletions)

View changed files

📝 .github/workflows/docker-image.yml (+1 -1)
📝 api/code/firewall.go (+6 -0)
docker-compose-test.yml (+298 -0)
📝 frontend/src/components/Wifi/WifiHostapd.js (+3 -0)
services-overview.md (+0 -42)
tests/hostapd_wlan1.conf (+49 -0)
tests/hwsim_setup.sh (+29 -0)
tests/run_sta.sh (+2 -0)
tests/sta1/Dockerfile (+7 -0)
tests/sta1/build.sh (+2 -0)
tests/sta1/go.sh (+10 -0)
tests/sta1/w.conf (+9 -0)
tests/test_start.sh (+17 -0)
tests/test_stop.sh (+3 -0)

📄 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/121 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 2/15/2023 **Status:** ✅ Merged **Merged:** 2/15/2023 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`4115df0`](https://github.com/spr-networks/super/commit/4115df05a45670250b0398d8453dc3404a2ae0d2) Bump github.com/moby/moby in /packet_logs/stream-json-logs (#116) - [`5d2a039`](https://github.com/spr-networks/super/commit/5d2a0398f5055d9bbd445f5fcfc194e8fef74c4e) [build] Add exit 1 if bake fails - [`75f7c8b`](https://github.com/spr-networks/super/commit/75f7c8b74dbb4dcc15cd55d407dfdb0450aea502) Bump github.com/moby/moby in /packet_logs/client-test (#117) - [`37a8900`](https://github.com/spr-networks/super/commit/37a8900612b18c6e5af8bd8d8325553b6c3fd54b) Merge branch 'dev' of https://github.com/spr-networks/super into dev - [`671b2d1`](https://github.com/spr-networks/super/commit/671b2d1d606b6ec00eba2b03142708bdfe453a98) [build] Add exit 1 if bake fails - [`bf427e7`](https://github.com/spr-networks/super/commit/bf427e71a35ac6baaadd8dfca7d7398e0f637239) [build] Call exit if build script fails - [`294355f`](https://github.com/spr-networks/super/commit/294355f78871b235dad40b181791c9353ec65c98) [build] Use container_template image to reduce size - [`3302d40`](https://github.com/spr-networks/super/commit/3302d40c2f78587963c1ef8e5669b08445eaa230) [build] Run docker image build on dev branch also - [`2232cad`](https://github.com/spr-networks/super/commit/2232cadb2fbd57a0dfa0556a9e41b53a7c0dd3eb) [build] Fix RUNN typo in multicast proxy - [`944b227`](https://github.com/spr-networks/super/commit/944b22720e94d1ca361cf205ae40d19a895ed12c) [build] Update plugin-lookup builder to grab ca-certificates ### 📊 Changes **14 files changed** (+436 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-image.yml` (+1 -1) 📝 `api/code/firewall.go` (+6 -0) ➕ `docker-compose-test.yml` (+298 -0) 📝 `frontend/src/components/Wifi/WifiHostapd.js` (+3 -0) ➖ `services-overview.md` (+0 -42) ➕ `tests/hostapd_wlan1.conf` (+49 -0) ➕ `tests/hwsim_setup.sh` (+29 -0) ➕ `tests/run_sta.sh` (+2 -0) ➕ `tests/sta1/Dockerfile` (+7 -0) ➕ `tests/sta1/build.sh` (+2 -0) ➕ `tests/sta1/go.sh` (+10 -0) ➕ `tests/sta1/w.conf` (+9 -0) ➕ `tests/test_start.sh` (+17 -0) ➕ `tests/test_stop.sh` (+3 -0) </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:18 +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#328
No description provided.