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:
@@ -2,8 +2,18 @@
|
||||
# Unified test matrix pipeline with TRX reporting for all test categories
|
||||
# Sprint: SPRINT_20251226_007_CICD - Dynamic test discovery
|
||||
#
|
||||
# This workflow dynamically discovers and runs ALL test projects in the codebase,
|
||||
# not just those in StellaOps.sln. Tests are filtered by Category trait.
|
||||
# WORKFLOW INTEGRATION STRATEGY (Sprint 20251226_003_CICD):
|
||||
# =========================================================
|
||||
# This workflow is the PRIMARY test execution workflow for PR gating.
|
||||
# It dynamically discovers and runs ALL test projects by Category trait.
|
||||
#
|
||||
# PR-Gating Categories (required for merge):
|
||||
# Unit, Architecture, Contract, Integration, Security, Golden
|
||||
#
|
||||
# Scheduled/On-Demand Categories:
|
||||
# Performance, Benchmark, AirGap, Chaos, Determinism, Resilience, Observability
|
||||
#
|
||||
# For build/deploy operations, see: build-test-deploy.yml (runs in parallel)
|
||||
|
||||
name: Test Matrix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user