Refactor compare-view component to use observables for data loading, enhancing performance and responsiveness. Update compare service interfaces and methods for improved delta computation. Modify audit log component to handle optional event properties gracefully. Optimize Monaco editor worker loading to reduce bundle size. Introduce shared SCSS mixins for consistent styling across components. Add Gitea test instance setup and NuGet package publishing test scripts for CI/CD validation. Update documentation paths and ensure all references are accurate.
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
# .gitea/workflows/build-test-deploy.yml
|
||||
# Unified CI/CD workflow for git.stella-ops.org (Feedser monorepo)
|
||||
# Build, Validation, and Deployment workflow for git.stella-ops.org
|
||||
#
|
||||
# WORKFLOW INTEGRATION STRATEGY (Sprint 20251226_003_CICD):
|
||||
# =========================================================
|
||||
# This workflow handles: Build, Validation, Quality Gates, and Deployment
|
||||
# Test execution is handled by: test-matrix.yml (runs in parallel on PRs)
|
||||
#
|
||||
# For PR gating:
|
||||
# - test-matrix.yml gates on: Unit, Architecture, Contract, Integration, Security, Golden tests
|
||||
# - build-test-deploy.yml gates on: Build validation, quality gates, security scans
|
||||
#
|
||||
# Both workflows run on PRs and should be required for merge via branch protection.
|
||||
|
||||
name: Build Test Deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user