mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #173] [MERGED] UI & Updates & DB & DHCP Bug fixes #patch #359
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#359
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/173
Author: @lts-rad
Created: 6/27/2023
Status: ✅ Merged
Merged: 6/28/2023
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
c0995f6[db] Increase sprbus retry time89aed2b[db] Increase timeout2127a0b[api] [dhcp_client] Fix gateway assumption bug for upstream interfacesf6616ba[ui] Add patch for Safari Select focus problem83d02a9[api] Trim newlines when returning router IPc20d68c[superd] Do not provide empty credential for ghcr.io token35422e9[api] fix trim suffixd4baf21[ui] fix select for ios, web79ca4b9[ui] pass correct value when selected592bbf7[ui] update ClientSelect, InputSelect values and options📊 Changes
30 files changed (+245 additions, -110 deletions)
View changed files
📝
api/code/firewall.go(+9 -3)📝
db/code/cmd/boltapi/main.go(+2 -3)📝
dhcp/scripts/client.sh(+9 -4)📝
docker-compose-test.yml(+3 -1)📝
docker-compose.yml(+3 -1)📝
frontend/package.json(+1 -0)📝
frontend/src/components/Auth/AddAuthToken.js(+3 -1)📝
frontend/src/components/Auth/AuthTokenList.js(+0 -10)📝
frontend/src/components/ClientSelect.js(+57 -51)📝
frontend/src/components/Devices/Device.js(+29 -0)📝
frontend/src/components/Firewall/AddServicePort.js(+0 -1)📝
frontend/src/components/Flow/AddFlowCard.js(+3 -1)📝
frontend/src/components/InputSelect.js(+7 -8)📝
frontend/src/components/Logs/LogListDb.js(+1 -1)📝
frontend/src/components/ModalConfirm.js(+2 -1)📝
frontend/src/components/Notifications/AddNotification.js(+2 -1)➕
frontend/src/components/Select.js(+8 -0)➕
frontend/src/components/Select.web.js(+19 -0)📝
frontend/src/components/System/Release.js(+11 -2)📝
frontend/src/components/TimeSelect.js(+2 -1)...and 10 more files
📄 Description
Bug fixes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.