routewatch/internal/routewatch
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
..
app_integration_test.go Add AS peers display to AS detail page 2025-07-29 03:58:09 +02:00
app_test.go Add custom logger with source location tracking and remove verbose database logs 2025-07-28 01:14:51 +02:00
app.go Add debug logging and optimize SQLite performance 2025-07-28 15:45:06 +02:00
ashandler.go Increase batch sizes to improve write throughput 2025-07-28 18:27:42 +02:00
cli.go Fix shutdown handling and optimize SQLite settings 2025-07-28 16:52:52 +02:00
handler.go Add custom logger with source location tracking and remove verbose database logs 2025-07-28 01:14:51 +02:00
peerhandler.go Optimize database batch operations with prepared statements 2025-07-28 17:21:40 +02:00
peeringhandler.go Reduce peering processing interval from 2 minutes to 30 seconds 2025-07-28 23:05:58 +02:00
prefixhandler.go Major schema refactoring: simplify ASN and prefix tracking 2025-07-28 22:58:55 +02:00