• Joined on 2025-08-30
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
admin pushed to main at admin/labFusion 2025-09-12 17:45:56 +02:00
8d1755fd52 Refactor API Docs CI workflow to correct ESLint command syntax and enhance Python formatting in CI pipelines; update progress tracking documentation
admin pushed to main at admin/labFusion 2025-09-12 13:15:19 +02:00
60da5ea115 Refactor ESLint configuration in API Docs service to improve code style enforcement by removing quotes and semi colons from array syntax
admin pushed to main at admin/labFusion 2025-09-12 13:06:04 +02:00
0b02b30d13 Update API Docs service configuration and enhance error handling; modify ESLint rules to allow console statements and enforce code style standards
admin pushed to main at admin/labFusion 2025-09-12 12:15:26 +02:00
6d7e7f863d Enhance API Docs CI workflow by adding verification steps for dependencies and ESLint installation; update package-lock.json to include new ESLint and testing dependencies
admin pushed to main at admin/labFusion 2025-09-12 12:02:48 +02:00
26decca9e2 Enhance API Docs CI workflow by adding node_modules/.bin to PATH and updating ESLint configuration; include additional ESLint and testing dependencies in package.json
admin pushed to main at admin/labFusion 2025-09-12 02:22:27 +02:00
6cdb4df779 Update CI workflows to use Maven wrapper for consistency and improve npm dependency installation logic; enhance progress tracking documentation
admin pushed to main at admin/labFusion 2025-09-12 01:45:21 +02:00
17fd88871a Refactor CI workflows to implement caching for npm dependencies across API Docs and frontend services, improving build efficiency