Chat functionality is now fully handled by the Go backend (since v0.502). Remove the deprecated Rust chat server and all its references from: - CI/CD workflows (ci.yml, cd.yml, rust-ci.yml, chat-ci.yml) - Monitoring & proxy config (prometheus, caddy, haproxy) - Incus deployment scripts and documentation - Monorepo config (package.json, dependabot, GH templates)
1.6 KiB
1.6 KiB
🧩 Résumé
- Type de changement : (feat / fix / refactor / chore / docs)
- Scope : (backend-api / stream-server / web-frontend / infra / docs)
📋 Scope v0.101 (obligatoire)
- Ce changement est dans le scope v0.101 (docs/V0_101_RELEASE_SCOPE.md)
- Aucune nouvelle feature ajoutée (fix, refactor, test, docs uniquement)
- Aucune régression sur les flows critiques (auth, upload, playlists, player)
Si une de ces cases n'est pas cochée, la PR sera rejetée. Voir docs/SCOPE_CONTROL.md.
🎯 Contexte
Expliquer en quelques lignes :
- pourquoi ce changement,
- à quel besoin il répond,
- lien éventuel avec un document ORIGIN ou une tâche (Phase, Milestone).
🔍 Détails techniques
- Points clés d’implémentation
- Structures / modules touchés
- Changement de contrats API ? (si oui, détailler)
📚 Impact sur ORIGIN
- Aucun impact
- Mise à jour nécessaire de la documentation ORIGIN
Si oui, préciser :
- Fichiers ORIGIN impactés (
docs/ORIGIN/…) - Nature du changement (ajout / correction / refonte partielle)
✅ Tests exécutés
Coche ce qui a été lancé :
go test ./...(backend-api)cargo test(stream-server)pnpm test(web-frontend)- Tests manuels locaux (décrire rapidement)
⚠️ Breaking changes
- Aucune
- Oui
Si oui, expliquer :
- Ce qui casse
- Comment migrer
- Impact sur les clients / infra
💬 Notes diverses
- TODO restant éventuel
- Pistes pour améliorations futures