veza/veza-backend-api/internal/api
senke 9b5d2f7c47 fix(backend): replace panic/Fatal with graceful error when Redis down (audit 1.4, P0)
- Add early validation in Setup() returning error if Redis nil in production
- Remove panic/Fatal from routes_core.go and router.go applyCSRFProtection
- Handle Setup() error in cmd/api/main.go and cmd/modern-server/main.go
- Mark audit item 1.4 as done
2026-02-15 14:05:20 +01:00
..
admin adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
chat adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
collaboration adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
contest adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
education adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
graphql adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
grpc adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
handlers incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
listing adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
message adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
offer adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
production_challenge adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
room adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
search adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
shared_resources adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
sound_design_contest adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
tag adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
track adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
user incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
voting_system adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
websocket adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
api_manager.go [LOGGING] Fix #10: Erreurs silencieuses - Ajout de logs avec contexte pour toutes les erreurs dans core/auth et core/track 2026-01-04 01:44:15 +01:00
router.go fix(backend): replace panic/Fatal with graceful error when Redis down (audit 1.4, P0) 2026-02-15 14:05:20 +01:00
routes_analytics.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_auth.go fix(auth): add Redis lock for concurrent refresh token requests 2026-02-14 18:29:37 +01:00
routes_core.go fix(backend): replace panic/Fatal with graceful error when Redis down (audit 1.4, P0) 2026-02-15 14:05:20 +01:00
routes_education.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_gear.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_live.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_marketplace.go chore: consolidate pending changes (Hyperswitch, PostCard, dashboard, stream server, etc.) 2026-02-14 21:45:15 +01:00
routes_playlists.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_social.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_tracks.go feat(api): add PostgreSQL read replica support (3.7) 2026-02-14 22:50:23 +01:00
routes_users.go feat(api): add PostgreSQL read replica support (3.7) 2026-02-14 22:50:23 +01:00
routes_webhooks.go chore: consolidate pending changes (Hyperswitch, PostCard, dashboard, stream server, etc.) 2026-02-14 21:45:15 +01:00
versioning.go api-versioning: add X-API-Deprecated header and frontend deprecation warning 2026-01-15 16:56:21 +01:00
versioning_test.go api-versioning: add X-API-Deprecated header and frontend deprecation warning 2026-01-15 16:56:21 +01:00