4 Commits

Author SHA1 Message Date
GSRN
3766bdace6 chore: Enhance SonarQube configuration in CI workflows
Some checks failed
Integration Tests / integration-tests (push) Failing after 28s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / build-and-push (push) Failing after 38s
API Gateway (Java Spring Boot) / test (17) (push) Failing after 1m51s
API Gateway (Java Spring Boot) / test (21) (push) Failing after 2m0s
API Gateway (Java Spring Boot) / build (push) Has been skipped
API Gateway (Java Spring Boot) / security (push) Has been skipped
### Summary of Changes
- Added paths for JaCoCo coverage reports and JUnit test reports in the SonarQube configuration for `all-services.yml` and `api-gateway.yml` to improve code quality analysis.

### Expected Results
- Improved accuracy of code coverage and test reporting in SonarQube, enhancing the overall quality assurance process in the CI workflows.
2025-09-17 00:44:30 +02:00
GSRN
002f0c819f chore: Standardize SonarQube project name format in CI workflows
Some checks failed
Integration Tests / integration-tests (push) Failing after 32s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / build-and-push (push) Failing after 38s
API Gateway (Java Spring Boot) / test (17) (push) Failing after 1m52s
API Gateway (Java Spring Boot) / test (21) (push) Failing after 2m2s
API Gateway (Java Spring Boot) / build (push) Has been skipped
API Gateway (Java Spring Boot) / security (push) Has been skipped
### Summary of Changes
- Updated the SonarQube project name in the CI workflows for `all-services.yml` and `api-gateway.yml` to use a consistent format by removing quotes and replacing spaces with hyphens.

### Expected Results
- Improved consistency in SonarQube project naming, enhancing clarity and reducing potential issues in CI integration.
2025-09-17 00:33:51 +02:00
GSRN
50c20a3e97 chore: Update SonarQube command syntax in CI workflows for api-gateway
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 35s
Integration Tests / integration-tests (push) Failing after 36s
Integration Tests / performance-tests (push) Has been skipped
API Gateway (Java Spring Boot) / test (17) (push) Failing after 2m4s
API Gateway (Java Spring Boot) / test (21) (push) Failing after 2m17s
API Gateway (Java Spring Boot) / build (push) Has been skipped
API Gateway (Java Spring Boot) / security (push) Has been skipped
### Summary of Changes
- Enclosed the SonarQube host URL and token parameters in quotes in the CI workflows for both `all-services.yml` and `api-gateway.yml` to ensure proper parsing of the values.

### Expected Results
- Improved reliability of SonarQube integration in the CI process by preventing potential issues with parameter interpretation.
2025-09-17 00:28:39 +02:00
GSRN
f237651dc2 chore: Add workflow dispatch inputs for CI configurations across services
Some checks failed
API Gateway (Java Spring Boot) / test (17) (push) Failing after 35s
API Gateway (Java Spring Boot) / test (21) (push) Failing after 36s
API Gateway (Java Spring Boot) / build (push) Has been skipped
API Gateway (Java Spring Boot) / security (push) Has been skipped
Integration Tests / integration-tests (push) Failing after 34s
Integration Tests / performance-tests (push) Has been skipped
Service Adapters (Python FastAPI) / test (3.1) (push) Failing after 14s
API Docs (Node.js Express) / test (20) (push) Successful in 1m29s
Service Adapters (Python FastAPI) / test (3.11) (push) Failing after 41s
Service Adapters (Python FastAPI) / test (3.12) (push) Failing after 43s
Frontend (React) / test (20) (push) Successful in 1m44s
Service Adapters (Python FastAPI) / test (3.9) (push) Failing after 43s
Service Adapters (Python FastAPI) / build (push) Has been skipped
API Docs (Node.js Express) / build (push) Successful in 40s
Docker Build and Push / build-and-push (push) Failing after 3m6s
Frontend (React) / build (push) Successful in 2m26s
Frontend (React) / lighthouse (push) Has been skipped
### Summary of Changes
- Introduced `workflow_dispatch` inputs for `run_tests`, `run_lint`, `run_build`, and `run_sonar` in the CI workflows for `api-docs`, `api-gateway`, `frontend`, and `service-adapters`.
- This enhancement allows for more flexible and controlled execution of CI processes, enabling developers to selectively run tests, linting, builds, and SonarQube analysis.

### Expected Results
- Improved configurability of CI workflows, facilitating better management of build and testing processes based on specific needs.
2025-09-16 23:33:00 +02:00