[PR #155] [CLOSED] draft: feat: ISP (AS) names and numbers #938

Open
opened 2025-10-07 00:25:00 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/155
Author: @cdanis
Created: 1/21/2025
Status: Closed

Base: mainHead: network-names-as-numbers


📝 Commits (2)

  • 904b1d7 draft: feat: ISP (AS) names and numbers
  • dd8d410 Merge branch 'main' into network-names-as-numbers

📊 Changes

12 files changed (+89 additions, -30 deletions)

View changed files

📝 backend/internal/common/env_config.go (+1 -1)
📝 backend/internal/controller/audit_log_controller.go (+2 -0)
📝 backend/internal/dto/audit_log_dto.go (+2 -0)
📝 backend/internal/model/audit_log.go (+2 -0)
📝 backend/internal/service/audit_log_service.go (+3 -1)
📝 backend/internal/service/geolite_service.go (+57 -28)
backend/resources/migrations/postgres/20250119231230_audit_log_isp.down.sql (+2 -0)
backend/resources/migrations/postgres/20250119231230_audit_log_isp.up.sql (+2 -0)
backend/resources/migrations/sqlite/20250119231230_audit_log_isp.down.sql (+2 -0)
backend/resources/migrations/sqlite/20250119231230_audit_log_isp.up.sql (+2 -0)
📝 frontend/src/lib/types/audit-log.type.ts (+2 -0)
📝 frontend/src/routes/settings/audit-log/audit-log-list.svelte (+12 -0)

📄 Description

I don't really know what I'm doing in Svelte, and this needs some doc work and cleanups I'm sure, but this seems to work:

Screenshot_20250119_200714

Tested thanks to tailscale funnel plus a VPN.


🔄 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/pocket-id/pocket-id/pull/155 **Author:** [@cdanis](https://github.com/cdanis) **Created:** 1/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `network-names-as-numbers` --- ### 📝 Commits (2) - [`904b1d7`](https://github.com/pocket-id/pocket-id/commit/904b1d76327044a047b857b8c85a3a978de87ca7) draft: feat: ISP (AS) names and numbers - [`dd8d410`](https://github.com/pocket-id/pocket-id/commit/dd8d410c04df77c9542a00eabbc4a268eee53560) Merge branch 'main' into network-names-as-numbers ### 📊 Changes **12 files changed** (+89 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `backend/internal/common/env_config.go` (+1 -1) 📝 `backend/internal/controller/audit_log_controller.go` (+2 -0) 📝 `backend/internal/dto/audit_log_dto.go` (+2 -0) 📝 `backend/internal/model/audit_log.go` (+2 -0) 📝 `backend/internal/service/audit_log_service.go` (+3 -1) 📝 `backend/internal/service/geolite_service.go` (+57 -28) ➕ `backend/resources/migrations/postgres/20250119231230_audit_log_isp.down.sql` (+2 -0) ➕ `backend/resources/migrations/postgres/20250119231230_audit_log_isp.up.sql` (+2 -0) ➕ `backend/resources/migrations/sqlite/20250119231230_audit_log_isp.down.sql` (+2 -0) ➕ `backend/resources/migrations/sqlite/20250119231230_audit_log_isp.up.sql` (+2 -0) 📝 `frontend/src/lib/types/audit-log.type.ts` (+2 -0) 📝 `frontend/src/routes/settings/audit-log/audit-log-list.svelte` (+12 -0) </details> ### 📄 Description I don't really know what I'm doing in Svelte, and this needs some doc work and cleanups I'm sure, but this seems to work: ![Screenshot_20250119_200714](https://github.com/user-attachments/assets/54544774-b0c5-4c41-afb9-edc65c08d996) Tested thanks to `tailscale funnel` plus a VPN. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-07 00:25:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#938