consolidation of some of the modules, localization fixes, product advisories work, qa work
This commit is contained in:
@@ -144,14 +144,11 @@ modules:
|
||||
dependencies:
|
||||
- 'src/__Libraries/StellaOps.Plugin/**'
|
||||
|
||||
excititor:
|
||||
source:
|
||||
- 'src/Excititor/**'
|
||||
tests:
|
||||
- 'src/Excititor/__Tests/**'
|
||||
workflows:
|
||||
- 'vex-*.yml'
|
||||
- 'export-*.yml'
|
||||
# excititor: absorbed into concelier (Sprint 203)
|
||||
# Source now lives under src/Concelier/StellaOps.Excititor.* and
|
||||
# src/Concelier/__Libraries/StellaOps.Excititor.* -- covered by concelier paths above.
|
||||
# feedser: absorbed into concelier (Sprint 203)
|
||||
# Source now lives under src/Concelier/StellaOps.Feedser.* -- covered by concelier paths above.
|
||||
|
||||
vexlens:
|
||||
source:
|
||||
@@ -177,12 +174,6 @@ modules:
|
||||
- 'src/__Libraries/StellaOps.Cryptography*/**'
|
||||
- 'src/__Libraries/StellaOps.Plugin/**'
|
||||
|
||||
gateway:
|
||||
source:
|
||||
- 'src/Gateway/**'
|
||||
tests:
|
||||
- 'src/Gateway/__Tests/**'
|
||||
|
||||
router:
|
||||
source:
|
||||
- 'src/Router/**'
|
||||
@@ -243,17 +234,18 @@ modules:
|
||||
|
||||
provenance:
|
||||
source:
|
||||
- 'src/Provenance/**'
|
||||
- 'src/Attestor/StellaOps.Provenance.*/**'
|
||||
tests:
|
||||
- 'src/Provenance/__Tests/**'
|
||||
- 'src/Attestor/__Tests/StellaOps.Provenance.*/**'
|
||||
workflows:
|
||||
- 'provenance-*.yml'
|
||||
|
||||
signer:
|
||||
source:
|
||||
- 'src/Signer/**'
|
||||
- 'src/Attestor/StellaOps.Signer/**'
|
||||
- 'src/Attestor/__Libraries/StellaOps.Signer.*/**'
|
||||
tests:
|
||||
- 'src/Signer/__Tests/**'
|
||||
- 'src/Attestor/StellaOps.Signer/StellaOps.Signer.Tests/**'
|
||||
dependencies:
|
||||
- 'src/__Libraries/StellaOps.Cryptography*/**'
|
||||
|
||||
@@ -270,9 +262,9 @@ modules:
|
||||
|
||||
risk_engine:
|
||||
source:
|
||||
- 'src/RiskEngine/**'
|
||||
- 'src/Findings/StellaOps.RiskEngine.*/**'
|
||||
tests:
|
||||
- 'src/RiskEngine/__Tests/**'
|
||||
- 'src/Findings/__Tests/StellaOps.RiskEngine.*/**'
|
||||
dependencies:
|
||||
- 'src/__Libraries/StellaOps.Verdict/**'
|
||||
|
||||
@@ -296,29 +288,30 @@ modules:
|
||||
workflows:
|
||||
- 'notify-*.yml'
|
||||
|
||||
orchestrator:
|
||||
jobengine:
|
||||
source:
|
||||
- 'src/Orchestrator/**'
|
||||
- 'src/JobEngine/**'
|
||||
tests:
|
||||
- 'src/Orchestrator/__Tests/**'
|
||||
- 'src/JobEngine/StellaOps.JobEngine/StellaOps.JobEngine.Tests/**'
|
||||
|
||||
# scheduler, task_runner, packs_registry consolidated under JobEngine domain (Sprint 208)
|
||||
scheduler:
|
||||
source:
|
||||
- 'src/Scheduler/**'
|
||||
- 'src/JobEngine/StellaOps.Scheduler.*/**'
|
||||
tests:
|
||||
- 'src/Scheduler/__Tests/**'
|
||||
- 'src/JobEngine/StellaOps.Scheduler.__Tests/**'
|
||||
|
||||
task_runner:
|
||||
source:
|
||||
- 'src/TaskRunner/**'
|
||||
- 'src/JobEngine/StellaOps.TaskRunner*/**'
|
||||
tests:
|
||||
- 'src/TaskRunner/__Tests/**'
|
||||
- 'src/JobEngine/StellaOps.TaskRunner.__Tests/**'
|
||||
|
||||
packs_registry:
|
||||
source:
|
||||
- 'src/PacksRegistry/**'
|
||||
- 'src/JobEngine/StellaOps.PacksRegistry*/**'
|
||||
tests:
|
||||
- 'src/PacksRegistry/__Tests/**'
|
||||
- 'src/Orchestrator/StellaOps.PacksRegistry.__Tests/**'
|
||||
workflows:
|
||||
- 'packs-*.yml'
|
||||
|
||||
@@ -375,6 +368,15 @@ modules:
|
||||
- 'aoc-*.yml'
|
||||
|
||||
# Integration
|
||||
integrations:
|
||||
source:
|
||||
- 'src/Integrations/**'
|
||||
tests:
|
||||
- 'src/Integrations/__Tests/**'
|
||||
# Note: __Extensions/ contains non-.NET IDE plugins (TypeScript/Kotlin)
|
||||
# that do not participate in .NET CI. Separate CI would be needed for
|
||||
# npm/gradle builds if required.
|
||||
|
||||
cli:
|
||||
source:
|
||||
- 'src/Cli/**'
|
||||
@@ -393,9 +395,12 @@ modules:
|
||||
|
||||
issuer_directory:
|
||||
source:
|
||||
- 'src/IssuerDirectory/**'
|
||||
- 'src/Authority/StellaOps.IssuerDirectory/**'
|
||||
- 'src/Authority/__Libraries/StellaOps.IssuerDirectory.Persistence/**'
|
||||
- 'src/Authority/__Libraries/StellaOps.IssuerDirectory.Client/**'
|
||||
tests:
|
||||
- 'src/IssuerDirectory/__Tests/**'
|
||||
- 'src/Authority/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/**'
|
||||
- 'src/Authority/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/**'
|
||||
|
||||
mirror:
|
||||
source:
|
||||
@@ -413,13 +418,7 @@ modules:
|
||||
workflows:
|
||||
- 'advisory-*.yml'
|
||||
|
||||
symbols:
|
||||
source:
|
||||
- 'src/Symbols/**'
|
||||
tests:
|
||||
- 'src/Symbols/__Tests/**'
|
||||
workflows:
|
||||
- 'symbols-*.yml'
|
||||
# symbols: merged into binary_index (Sprint 202)
|
||||
|
||||
graph:
|
||||
source:
|
||||
|
||||
Reference in New Issue
Block a user