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:
@@ -54,10 +54,10 @@ Validation scans these directories for SBOM fixtures:
|
||||
|
||||
| Directory | Purpose |
|
||||
|-----------|---------|
|
||||
| `bench/golden-corpus/` | Golden reference fixtures for reproducibility testing |
|
||||
| `tests/fixtures/` | Test fixtures for unit and integration tests |
|
||||
| `seed-data/` | Initial seed data for development environments |
|
||||
| `tests/fixtures/invalid/` | **Excluded** - Contains intentionally invalid fixtures for negative testing |
|
||||
| `src/__Tests/__Benchmarks/golden-corpus/` | Golden reference fixtures for reproducibility testing |
|
||||
| `src/__Tests/fixtures/` | Test fixtures for unit and integration tests |
|
||||
| `src/__Tests/__Datasets/seed-data/` | Initial seed data for development environments |
|
||||
| `src/__Tests/fixtures/invalid/` | **Excluded** - Contains intentionally invalid fixtures for negative testing |
|
||||
|
||||
## Local Validation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user