refactor: JobEngine cleanup + crypto compose refactor + sprint plans + timeline merge prep
- Remove zombie JobEngine WebService (no container runs it) - Remove dangling STELLAOPS_JOBENGINE_URL, replace with RELEASE_ORCHESTRATOR_URL - Update Timeline audit paths to release-orchestrator - Extract smremote to docker-compose.crypto-provider.smremote.yml - Rename crypto compose files for consistent naming - Add crypto provider health probe API (CP-001) + tenant preferences (CP-002) - Create sprint plans: crypto picker, VulnExplorer merge, scheduler plugins - Timeline merge prep: ingestion worker relocated to infrastructure lib Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -829,8 +829,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.JobEngine.Schemas
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.JobEngine.Tests", "JobEngine\StellaOps.JobEngine\StellaOps.JobEngine.Tests\StellaOps.JobEngine.Tests.csproj", "{E1413BFB-C320-E54C-14B3-4600AC5A5A70}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.JobEngine.WebService", "JobEngine\StellaOps.JobEngine\StellaOps.JobEngine.WebService\StellaOps.JobEngine.WebService.csproj", "{B1C35286-4A4E-5677-A09F-4AD04ABB15D3}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.JobEngine.Worker", "JobEngine\StellaOps.JobEngine\StellaOps.JobEngine.Worker\StellaOps.JobEngine.Worker.csproj", "{D49617DE-10E1-78EF-0AE3-0E0EB1BCA01A}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.PacksRegistry.Core", "JobEngine\StellaOps.PacksRegistry\StellaOps.PacksRegistry.Core\StellaOps.PacksRegistry.Core.csproj", "{FF5A858C-05FE-3F54-8E56-1856A74B1039}"
|
||||
@@ -7085,18 +7083,6 @@ Global
|
||||
{E1413BFB-C320-E54C-14B3-4600AC5A5A70}.Release|x64.Build.0 = Release|Any CPU
|
||||
{E1413BFB-C320-E54C-14B3-4600AC5A5A70}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{E1413BFB-C320-E54C-14B3-4600AC5A5A70}.Release|x86.Build.0 = Release|Any CPU
|
||||
{B1C35286-4A4E-5677-A09F-4AD04ABB15D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B1C35286-4A4E-5677-A09F-4AD04ABB15D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B1C35286-4A4E-5677-A09F-4AD04ABB15D3}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{B1C35286-4A4E-5677-A09F-4AD04ABB15D3}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{B1C35286-4A4E-5677-A09F-4AD04ABB15D3}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{B1C35286-4A4E-5677-A09F-4AD04ABB15D3}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{B1C35286-4A4E-5677-A09F-4AD04ABB15D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B1C35286-4A4E-5677-A09F-4AD04ABB15D3}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{B1C35286-4A4E-5677-A09F-4AD04ABB15D3}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{B1C35286-4A4E-5677-A09F-4AD04ABB15D3}.Release|x64.Build.0 = Release|Any CPU
|
||||
{B1C35286-4A4E-5677-A09F-4AD04ABB15D3}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{B1C35286-4A4E-5677-A09F-4AD04ABB15D3}.Release|x86.Build.0 = Release|Any CPU
|
||||
{D49617DE-10E1-78EF-0AE3-0E0EB1BCA01A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D49617DE-10E1-78EF-0AE3-0E0EB1BCA01A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D49617DE-10E1-78EF-0AE3-0E0EB1BCA01A}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
|
||||
Reference in New Issue
Block a user