routewatch/internal/database
sneak 7aec01c499 Add AS peers display to AS detail page
- Added GetASPeers method to database to fetch all peering relationships
- Updated AS detail handler to fetch and pass peers to template
- Added peers section to AS detail page showing all peer ASNs with their info
- Added peer count to the info cards at the top of the page
- Shows handle, description, and first/last seen dates for each peer
2025-07-29 03:58:09 +02:00
..
database_test.go Add IPv4 range optimization for IP to AS lookups 2025-07-28 03:23:25 +02:00
database.go Add AS peers display to AS detail page 2025-07-29 03:58:09 +02:00
interface.go Add AS peers display to AS detail page 2025-07-29 03:58:09 +02:00
models.go Major schema refactoring: simplify ASN and prefix tracking 2025-07-28 22:58:55 +02:00
schema.sql Major schema refactoring: simplify ASN and prefix tracking 2025-07-28 22:58:55 +02:00
slowquery.go Add context cancellation support to database operations 2025-07-28 19:27:55 +02:00
utils.go Add IPv4 range optimization for IP to AS lookups 2025-07-28 03:23:25 +02:00