summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
3 hoursfeat: ajouter la configuration de l'utilisateur super et améliorer la ↵exatombe
gestion de la configuration
4 hoursfeat: remove proto files and related gRPC codeexatombe
- Deleted the generated proto file `sovrabase.proto` and its corresponding Go files `sovrabase.pb.go` and `sovrabase_grpc.pb.go`. - Removed the test script `test_orchestrator_api.go` and added a new configuration file `config.yaml` for orchestrator settings. - Introduced CORS middleware in `internal/middleware/cors.go` with comprehensive tests in `internal/middleware/cors_test.go`. - Updated orchestrator tests in `internal/orchestrator/test_orchestrator_api.go` to ensure proper database lifecycle management.
5 daysAjouter un workflow de construction pour les binaires Go et les images ↵garder500
Docker multi-architecture
6 daysSupprimer le workflow Hello World et ajouter un workflow Docker CI pour ↵exatombe
construire et pousser l'image Docker