• Joined on 2025-08-30
admin pushed to main at admin/labFusion 2025-09-15 19:55:19 +02:00
6f8d7f6ca9 feat: Integrate SonarQube analysis into CI workflows
admin pushed to main at admin/labFusion 2025-09-15 19:07:12 +02:00
7cf0819b58 feat: Enforce test requirements - fail pipeline if no tests
764ae1ea84 fix: Improve test report generation robustness
Compare 2 commits »
admin pushed to main at admin/labFusion 2025-09-15 19:01:47 +02:00
1f53b3ec39 fix: Resolve test report generation issues in API Gateway
admin pushed to main at admin/labFusion 2025-09-15 17:29:04 +02:00
9ab95a3d42 feat: Implement comprehensive Gitea Actions cache system
8c9ffb50ce fix: Resolve mvn command not found error in CI workflow
Compare 2 commits »
admin pushed to main at admin/labFusion 2025-09-15 17:05:16 +02:00
e787aa64a3 fix cache server
65c93ae685 fix: Resolve host.docker.internal hostname resolution issue
Compare 2 commits »
admin pushed to main at admin/labFusion 2025-09-15 16:54:45 +02:00
79250ea3ab refactor: Apply cache fixes directly to existing runner configs
e3800b49b8 docs: Add comprehensive cache troubleshooting guide
5cecc52572 fix: Resolve cache timeout issues in CI/CD pipelines
Compare 3 commits »
admin pushed to main at admin/labFusion 2025-09-15 16:34:45 +02:00
c6826c097e fix: Add chmod +x for Maven wrapper in API Gateway workflow
admin pushed to main at admin/labFusion 2025-09-15 09:42:16 +02:00
4ae22d4f5f Refactor CI workflows by removing security scan steps for API Docs, API Gateway, Frontend, and Service Adapters; update Docker build configurations for improved clarity and maintainability.
admin pushed to main at admin/labFusion 2025-09-15 09:01:04 +02:00
63a3139896 Update Trivy vulnerability scanner version in API Docs CI workflow to 0.28.0 for improved security scanning capabilities.
admin pushed to main at admin/labFusion 2025-09-13 14:46:26 +02:00
8ed3a2f3c3 Enhance CI workflows by adding Docker image builds for security scans across all services (API Docs, API Gateway, Frontend, Service Adapters); update image references for Trivy vulnerability scanning to use security scan images. Ensure consistent setup for Java, Node.js, and Python environments in respective workflows.
admin pushed to main at admin/labFusion 2025-09-13 13:28:13 +02:00
4338db4be7 Standardize CI workflows by removing specific service labels and utilizing only self-hosted runners across all workflows, including API Docs, API Gateway, Frontend, Service Adapters, and Integration Tests; update documentation to reflect these changes.
admin pushed to main at admin/labFusion 2025-09-13 12:52:55 +02:00
aa31ac98fa Refactor CI workflows to standardize runner configurations by removing specific service labels and utilizing only self-hosted runners across API Docs, API Gateway, Frontend, Integration Tests, and Service Adapters; update documentation to reflect these changes.
admin pushed to main at admin/labFusion 2025-09-13 02:31:01 +02:00
8e927f4b11 Update runner configurations to use optimized Docker images for Java and heavy services; enhance clarity in the configuration file.
admin pushed to main at admin/labFusion 2025-09-13 02:24:31 +02:00
581bd59039 Enhance runner configurations by adding Docker registry authentication to avoid rate limits; update example environment file with Docker Hub credentials; include new documentation for Docker rate limit solutions in structure.txt.
admin pushed to main at admin/labFusion 2025-09-13 01:51:15 +02:00
fefd16f5b3 Update optimization recommendations and runner configurations to utilize official Docker images for Java, Python, Node.js, and security tools; enhance documentation for clarity on available images and their benefits.
admin pushed to main at admin/labFusion 2025-09-13 01:16:36 +02:00
e55c642db2 Refactor CI workflows to reorder runner labels for improved clarity and consistency across API Docs, API Gateway, Service Adapters, Frontend, and Integration Tests; update documentation to include new runner labels and optimization recommendations.
admin pushed to main at admin/labFusion 2025-09-13 00:34:14 +02:00
28bd40b8d0 Remove deprecated Gitea runners configuration files and scripts; reorganize runner-related files into a dedicated 'runners/' directory for better structure and management; update documentation to reflect these changes.
admin pushed to main at admin/labFusion 2025-09-12 23:29:17 +02:00
41c698bf76 Update CI workflows to utilize self-hosted runners with specific labels for API Docs, API Gateway, Service Adapters, Frontend, and Integration Tests; enhance progress documentation to reflect changes in runner configurations
admin pushed to main at admin/labFusion 2025-09-12 22:52:23 +02:00
11bd4e0a8f Refactor CI workflows to improve caching mechanisms for dependencies in API Docs, frontend, and service adapters; replace artifact upload steps with test results summaries for better clarity in pipeline logs; update progress documentation accordingly
admin pushed to main at admin/labFusion 2025-09-12 22:42:50 +02:00
8c87c84208 Update CI workflows for Python linting by increasing flake8 line length limit to 150 characters for better readability; adjust service-adapters.yml and ci.yml accordingly; update progress documentation