Alexander
36416081c1
Create torrent proto stub
2026-05-06 22:26:40 +02:00
Alexander
3249bdc35c
Add gRPC observability: logging, metrics, recovery interceptors
2026-05-06 21:58:24 +02:00
Alexander
67f46f740b
Remove HTTP/REST server, keep gRPC only
2026-05-06 21:45:48 +02:00
Alexander
bfef1b6c79
Implement Jackett search entpoint
2026-05-04 22:48:14 +02:00
Alexander
8ffa92276e
Add Jacket indexer with capabilities implemented
2026-05-04 18:40:31 +02:00
Alexander
32eb8c931e
Create indexer proto
2026-05-04 16:45:22 +02:00
Alexander
f8040ec088
Default values for config
2026-05-04 16:27:04 +02:00
Alexander
268ee57913
Grpc hello service implementation
2026-05-04 14:56:05 +02:00
Alexander
6baa895c6c
Configure routing
2026-05-03 16:10:24 +02:00
Alexander
58aa4ef23b
Added config, added logging
2026-05-03 15:49:35 +02:00
Alexander
8067cd93c5
Start from the beginning
2026-04-29 17:31:07 +02:00
Alexander
945aab82c2
WIP
2026-04-29 17:29:58 +02:00
Alexander
41fb033d30
refactor: rewrite project from Rust to Go
...
- Replace Axum with Chi router
- Replace sqlx with pgx for PostgreSQL
- Replace tonic/prost with grpc-go
- Replace tracing with zerolog
- Update flake.nix for Go build with protoc generation
- Preserve all existing endpoints and functionality
Stack: Chi, pgx, grpc-go, zerolog, yaml.v3
2026-04-29 10:45:05 +02:00