mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #57] [MERGED] Introduce Notifications based on the nflog capability #276
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#276
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/57
Author: @lts-rad
Created: 9/2/2022
Status: ✅ Merged
Merged: 9/2/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
38 files changed (+3279 additions, -72 deletions)
View changed files
📝
api/code/api.go(+7 -0)📝
api/code/go.mod(+12 -8)📝
api/code/go.sum(+74 -11)➕
api/code/notifications.go(+318 -0)📝
base/scripts/nft_rules.sh(+14 -6)📝
docker-compose.yml(+17 -0)📝
frontend/src/Notifications.ios.js(+64 -28)📝
frontend/src/Notifications.js(+1 -1)➕
frontend/src/api/Notifications.js(+14 -0)📝
frontend/src/api/WebSocket.js(+13 -1)📝
frontend/src/api/index.js(+1 -0)📝
frontend/src/components/Devices/Device.js(+6 -0)📝
frontend/src/components/Devices/DeviceListing.js(+18 -1)➕
frontend/src/components/Notifications/AddNotification.js(+153 -0)📝
frontend/src/layouts/Admin.js(+175 -10)📝
frontend/src/routes.js(+9 -0)📝
frontend/src/views/Home.js(+10 -6)➕
frontend/src/views/Notifications.js(+205 -0)➕
packet_logs/Dockerfile(+24 -0)➕
packet_logs/README.md(+172 -0)...and 18 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.