summaryrefslogtreecommitdiff
path: root/cmd/server/main.go
AgeCommit message (Collapse)Author
3 daysfeat: ajouter la configuration de l'utilisateur super et améliorer la ↵exatombe
gestion de la configuration
3 daysfeat: 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.
10 daysRefactor gRPC services: Remove User, Project, and Organization services; add ↵exatombe
ForwardCommand service - Deleted UserService, ProjectService, and OrganizationService definitions and their associated request/response messages from the proto file. - Introduced ForwardCommandService with ForwardCommand RPC and its corresponding request/response messages. - Updated generated gRPC code to reflect the removal of old services and the addition of the ForwardCommand service.
10 daysAjout de la structure de projet initiale avec des fichiers .gitkeep et le ↵garder500
fichier main.go