[PR #93] [MERGED] October bug fixes #patch #301

Closed
opened 2026-03-04 01:36:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/93
Author: @lts-rad
Created: 10/27/2022
Status: Merged
Merged: 10/27/2022
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • 482f318 [build] trigger ios build
  • f6038c9 [ui] update ios bundle id
  • caf653a [build] fix pods cache
  • 79c9012 [ui] try fetching version from git in ios build, fallback to package.json
  • 2272131 [build] use x.y.z for versioning docker images, default to latest
  • 4a4a17b [ui] fix pfw for mobile
  • 0af5eee [ui] sidebar on iOS
  • b14b017 [ui] device cleanup, get rid of ScrollView
  • 6a8f810 Merge branch 'dev' into ios
  • c1255be [build] verify if external ip is public, else ask to fetch from ifconfig.me

📊 Changes

16 files changed (+84 additions, -35 deletions)

View changed files

📝 .github/workflows/ubuntu-iso.yml (+3 -3)
📝 README.md (+7 -0)
📝 api/code/api.go (+10 -11)
📝 api/code/firewall.go (+5 -3)
📝 api/code/go.mod (+1 -1)
📝 api/code/go.sum (+2 -0)
📝 base/scripts/nft_rules.sh (+2 -1)
📝 packet_logs/client-test/go.mod (+1 -1)
📝 packet_logs/client-test/go.sum (+2 -0)
📝 packet_logs/code-ulogd2/go.mod (+1 -1)
📝 packet_logs/code-ulogd2/go.sum (+2 -0)
📝 packet_logs/code/go.mod (+1 -1)
📝 packet_logs/code/go.sum (+2 -0)
📝 packet_logs/stream-json-logs/go.mod (+1 -1)
📝 packet_logs/stream-json-logs/go.sum (+2 -0)
📝 superd/code/superd.go (+42 -12)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spr-networks/super/pull/93 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 10/27/2022 **Status:** ✅ Merged **Merged:** 10/27/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`482f318`](https://github.com/spr-networks/super/commit/482f31897791930c11b01b1c2b5bd48e37f115d7) [build] trigger ios build - [`f6038c9`](https://github.com/spr-networks/super/commit/f6038c990fe7a15c40aa8fc2f6658a3a5258c57b) [ui] update ios bundle id - [`caf653a`](https://github.com/spr-networks/super/commit/caf653a7ae9e0e911fbe2d2ca91f36e58416476f) [build] fix pods cache - [`79c9012`](https://github.com/spr-networks/super/commit/79c9012aa021093074cc3c5be38ececd446b8bc9) [ui] try fetching version from git in ios build, fallback to package.json - [`2272131`](https://github.com/spr-networks/super/commit/2272131e77eef7266f28d468a48f4fa4e6c3ba83) [build] use x.y.z for versioning docker images, default to latest - [`4a4a17b`](https://github.com/spr-networks/super/commit/4a4a17b9eed7db23cfa569ad2fef853271a5f4b9) [ui] fix pfw for mobile - [`0af5eee`](https://github.com/spr-networks/super/commit/0af5eee9e0a49d518f67773664527f4e1eef6d4f) [ui] sidebar on iOS - [`b14b017`](https://github.com/spr-networks/super/commit/b14b0174e07c3e43cba53ab9966fd7ee8f42cd13) [ui] device cleanup, get rid of ScrollView - [`6a8f810`](https://github.com/spr-networks/super/commit/6a8f8100f841b3452b8cc5f170ddf7f611c5d6b1) Merge branch 'dev' into ios - [`c1255be`](https://github.com/spr-networks/super/commit/c1255be7d1ed709f43ca7174a68a6dec0f644ee7) [build] verify if external ip is public, else ask to fetch from ifconfig.me ### 📊 Changes **16 files changed** (+84 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ubuntu-iso.yml` (+3 -3) 📝 `README.md` (+7 -0) 📝 `api/code/api.go` (+10 -11) 📝 `api/code/firewall.go` (+5 -3) 📝 `api/code/go.mod` (+1 -1) 📝 `api/code/go.sum` (+2 -0) 📝 `base/scripts/nft_rules.sh` (+2 -1) 📝 `packet_logs/client-test/go.mod` (+1 -1) 📝 `packet_logs/client-test/go.sum` (+2 -0) 📝 `packet_logs/code-ulogd2/go.mod` (+1 -1) 📝 `packet_logs/code-ulogd2/go.sum` (+2 -0) 📝 `packet_logs/code/go.mod` (+1 -1) 📝 `packet_logs/code/go.sum` (+2 -0) 📝 `packet_logs/stream-json-logs/go.mod` (+1 -1) 📝 `packet_logs/stream-json-logs/go.sum` (+2 -0) 📝 `superd/code/superd.go` (+42 -12) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:36:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#301
No description provided.