refactor(jobengine): delete TaskRunner service

- Remove TaskRunner source, tests, libraries (3 directories)
- Remove from compose, services-matrix, nginx, hosts, smoke tests
- Remove CLI commands, UI references, Authority scopes
- Remove docs, OpenAPI spec, QA state files
- Leave task_runner_id DB columns as nullable legacy
- PacksRegistry preserved (independent service)
- Eliminates 2 containers (taskrunner-web + taskrunner-worker)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
master
2026-04-08 14:11:20 +03:00
parent 80c33d3c59
commit 0e25344bd7
208 changed files with 57 additions and 29942 deletions

View File

@@ -332,7 +332,7 @@ server {
sub_filter '"http://airgap-controller.stella-ops.local"' '"/airgap"';
sub_filter '"http://integrations.stella-ops.local"' '"/integrations"';
sub_filter '"http://smremote.stella-ops.local"' '"/smremote"';
sub_filter '"http://taskrunner.stella-ops.local"' '"/taskrunner"';
sub_filter '"http://sbomservice.stella-ops.local"' '"/sbomservice"';
sub_filter '"http://timelineindexer.stella-ops.local"' '"/timelineindexer"';
sub_filter '"http://issuerdirectory.stella-ops.local"' '"/issuerdirectory"';