mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[PR #311] [MERGED] Docker bug fix #patch #398
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#398
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/311
Author: @lts-rad
Created: 4/18/2024
Status: ✅ Merged
Merged: 4/18/2024
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
9e5cbe9[api] Container Interface Rule fixescb1a8a4[api] Remove log message, container rule filtered earlier for this7a4b8f0[api] Refactor39cddbf[testing] Update test 200 handling and compose commands/ubuntu version81c0606[testing] Fix e2e fw test1279115[api] Remove log message55b42c0[api] Fix delete verdict map namesb219978[testing] fix tests deps and 40183fe45d[api] Filter api_interfaces differently when evaluating ruleset for container interfacesf2d73df[api] Clean up no ifname when devices are not connected📊 Changes
55 files changed (+1922 additions, -1000 deletions)
View changed files
📝
RELEASE-NOTES.md(+6 -0)📝
api/code/alerts.go(+24 -3)📝
api/code/alerts_test.go(+87 -3)📝
api/code/api.go(+60 -30)📝
api/code/dhcp.go(+6 -0)📝
api/code/firewall.go(+196 -41)📝
api/code/plugins.go(+4 -0)📝
api/code/radios.go(+18 -4)➕
base/template_configs/base/alerts.json(+157 -0)📝
docker-compose-test.yml(+59 -59)📝
docker-compose-virt.yml(+48 -48)📝
docker-compose.yml(+59 -59)📝
frontend/src/App.js(+3 -4)📝
frontend/src/api/WebSocket.js(+13 -7)📝
frontend/src/components/Alerts/AddAlert.js(+249 -265)📝
frontend/src/components/Alerts/AlertListItem.js(+5 -4)➕
frontend/src/components/Alerts/AlertTemplates.js(+156 -0)📝
frontend/src/components/Alerts/AlertUtil.js(+57 -19)📝
frontend/src/components/ClientSelect.js(+9 -3)➕
frontend/src/components/DNS/DNSOverrideList.ios.js(+79 -0)...and 35 more files
📄 Description
This release works around a newly introduced bug in docker.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.