mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 01:10:22 +03:00
[PR #155] [CLOSED] draft: feat: ISP (AS) names and numbers #938
Reference in New Issue
Block a user
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/pocket-id/pocket-id/pull/155
Author: @cdanis
Created: 1/21/2025
Status: ❌ Closed
Base:
main← Head:network-names-as-numbers📝 Commits (2)
904b1d7draft: feat: ISP (AS) names and numbersdd8d410Merge 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:
Tested thanks to
tailscale funnelplus a VPN.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.