mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #60] [MERGED] SPR Bug fixes #279
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#279
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/60
Author: @lts-rad
Created: 9/6/2022
Status: ✅ Merged
Merged: 9/6/2022
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
be2376f[logs] add packet logs code, using ulogdff88117[logs] rm tmp code0992cf5[logs] add notification settings + forked eventbus for unix socketsc211709[logs] infoa8e22d6[logs] show settings if availbf40856Merge branch 'dev' into packet_logsa00ee56[logs] use spr fork of EventBusf298ac7[logs] update prefix, documentation + client code0ae234c[log] update EventBus. add SprBus code394a718[log] update EventBus. add SprBus code📊 Changes
19 files changed (+772 additions, -260 deletions)
View changed files
📝
api/code/api.go(+5 -2)📝
api/code/firewall.go(+5 -5)📝
api/code/notifications.go(+20 -10)📝
api/code/plugins.go(+12 -3)📝
base/scripts/nft_rules.sh(+10 -0)📝
base/template_configs/base/virtual-config.sh(+6 -1)📝
docker-compose-virt.yml(+35 -36)📝
frontend/src/api/MockAPI.js(+80 -1)📝
frontend/src/api/Plugin.js(+2 -2)📝
frontend/src/components/DNS/DNSBlocklist.js(+80 -154)📝
frontend/src/components/Devices/DeviceListing.js(+19 -16)📝
frontend/src/layouts/Admin.js(+25 -22)📝
frontend/src/views/Tags.js(+1 -1)📝
packet_logs/Dockerfile(+11 -0)📝
packet_logs/code/main.go(+26 -7)➕
packet_logs/stream-json-logs/go.mod(+17 -0)➕
packet_logs/stream-json-logs/go.sum(+139 -0)➕
packet_logs/stream-json-logs/main.go(+95 -0)➕
virtual_install.sh(+184 -0)📄 Description
Fixes
Features
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.