mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #373] [MERGED] v1.0 #major #418
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#418
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/373
Author: @lts-rad
Created: 10/5/2024
Status: ✅ Merged
Merged: 10/5/2024
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
a3a2ed9[build] Clearfog will never be the latest releaseec31747[ui] Add tooltip and fix tag selection bugb4938a0[build] Update release notesd4db3e1[base] Drop 443 as well for virtual mode9059311[base] Drop udp services too9a26d68[build] Add coredhcp yml generation3ca9e28[ui] update lucide iconsd5c72f4[ui] add WifiSignal component, icon and text35c6a95[ui] bold ip, cleanup2c13d11[ui] use WifiSignal component📊 Changes
31 files changed (+670 additions, -1792 deletions)
View changed files
📝
.github/workflows/clearfog-ubuntu-iso.yml(+14 -1)📝
.github/workflows/docker-image.yml(+76 -5)📝
.github/workflows/pi-ubuntu-iso.yml(+13 -0)📝
RELEASE-NOTES.md(+14 -0)📝
api/code/api.go(+3 -0)📝
api/code/firewall.go(+4 -4)📝
base/scripts/nft_rules.sh(+4 -2)📝
base/setup.sh(+5 -2)📝
db/Dockerfile(+2 -2)📝
db/code/boltapi.go(+86 -14)📝
db/code/cmd/boltapi/main.go(+4 -1)📝
db/code/go.mod(+10 -8)📝
db/code/go.sum(+10 -1491)📝
db/code/sweep.go(+1 -1)📝
dyndns/code/dyndns_plugin.go(+3 -0)📝
frontend/package.json(+1 -1)📝
frontend/src/components/Devices/DeviceItem.js(+14 -5)📝
frontend/src/components/Firewall/MulticastPorts.js(+7 -5)📝
frontend/src/components/Logs/LogListDb.js(+3 -1)📝
frontend/src/components/TagItem.js(+72 -6)...and 11 more files
📄 Description
Improvements
Fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.