Commit Graph

4 Commits

Author SHA1 Message Date
Bruno Domingues
e318b91c63 SIENTIAPDE-1243: Update README with correct repository name and installation instructions. 2025-10-01 14:11:36 -03:00
Bruno Domingues
e83dd9d3c2 SIENTIAPDE-1243: Implement automatic version calculation and branch validation in quality gate workflow, and update SonarQube project properties. (+190 -10 lines) 2025-10-01 11:41:24 -03:00
Bruno Domingues
93d0849c80 SIENTIAPDE-1243: Initial commit of the model manager project, adding core files and configurations.
This commit introduces the initial project structure, including:
- .env.example: Example environment configuration.
- .github/workflows/quality-gate.yml: CI workflow for quality checks.
- .gitignore: Specifies intentionally untracked files that Git should ignore.
- Makefile: Automation of tasks like docker builds.
- README.md: Project documentation.
- Source code for model management, activities, utils, worker and workflows.
- Test suite.
- Dockerfile for the simulator.
- sonar-project.properties: SonarQube configuration file.
- values.yaml: Helm chart values for deployment.
2025-09-30 14:55:38 -03:00
Bruno Domingues
e79b35a1fb Initial commit 2025-09-30 13:38:26 -03:00