mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 12:55:52 +03:00
[PR #125] [MERGED] March Bugfixes #patch #330
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#330
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dev📝 Commits (10+)
306628f[superd] [api] Get version from container label645e0f4[testing] Use dhclient, no docker network for stationscec4ce4[testing] Use dhclient, no docker network for stationsfb31f54[superd] strip newline in jsonb0a3657[testing] add code for testing apibfe2b7e[testing] update example234b558[testing] format1b6df6f[testing] add more tests, pfwf8ff653[tests] No newline for auth8e8d794[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.