refactor: DB schema fixes + container renames + compose include + audit sprint

- FindingsLedger: change schema from public to findings (V3-01)
- Add 9 migration module plugins: RiskEngine, Replay, ExportCenter, Integrations, Signer, IssuerDirectory, Workflow, PacksRegistry, OpsMemory (V4-01 to V4-09)
- Remove 16 redundant inline CREATE SCHEMA patterns (V4-10)
- Rename export→export-web, excititor→excititor-web for consistency
- Compose stella-ops.yml: thin wrapper using include: directive
- Fix dead /api/v1/jobengine/* gateway routes → release-orchestrator/packsregistry
- Scheduler plugin architecture: ISchedulerJobPlugin + ScanJobPlugin + DoctorJobPlugin
- Create unified audit sink sprint plan
- VulnExplorer integration tests + gap analysis

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
master
2026-04-08 16:10:36 +03:00
parent 6592cdcc9b
commit 65106afe4c
100 changed files with 5788 additions and 2852 deletions

View File

@@ -144,8 +144,8 @@ services:
# ---------------------------------------------------------------------------
# Excititor - China crypto overlay
# ---------------------------------------------------------------------------
excititor:
image: registry.stella-ops.org/stellaops/excititor:china
excititor-web:
image: registry.stella-ops.org/stellaops/excititor-web:china
environment:
<<: *crypto-env
volumes:

View File

@@ -152,8 +152,8 @@ services:
# ---------------------------------------------------------------------------
# Excititor - EU crypto overlay
# ---------------------------------------------------------------------------
excititor:
image: registry.stella-ops.org/stellaops/excititor:eu
excititor-web:
image: registry.stella-ops.org/stellaops/excititor-web:eu
environment:
<<: *crypto-env
volumes:

View File

@@ -160,8 +160,8 @@ services:
# ---------------------------------------------------------------------------
# Excititor - Russia crypto overlay
# ---------------------------------------------------------------------------
excititor:
image: registry.stella-ops.org/stellaops/excititor:russia
excititor-web:
image: registry.stella-ops.org/stellaops/excititor-web:russia
environment:
<<: *crypto-env
volumes:

View File

@@ -112,7 +112,7 @@ services:
com.stellaops.crypto.simulator: "enabled"
# Excititor - Enable sim crypto
excititor:
excititor-web:
environment:
<<: *sim-crypto-env
labels:

View File

@@ -136,7 +136,7 @@ services:
com.stellaops.crypto.provider: "cryptopro"
# Excititor - Use CryptoPro for VEX signing
excititor:
excititor-web:
environment:
<<: *cryptopro-env
depends_on:

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff