Files
git.stella-ops.org/ops/offline-kit/TASKS.completed.md
Vladimir Moushkov 691028fe69
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
feat: Document completed tasks across multiple components
- Added completed tasks documentation for Scheduler WebService, ImpactIndex, Models, Queue, Storage.Mongo, Worker, Signals, Signer, UI, Zastava.Observer, Zastava.Webhook, Zastava.Core, Cryptography.Kms, Cryptography, and Plugin.
- Each task includes ID, status, owners, dependencies, descriptions, and exit criteria to ensure clarity and traceability.
- Enhanced integration and unit testing coverage across various components to validate functionality and compliance with specifications.
2025-10-30 18:20:31 +02:00

1.7 KiB

Completed Tasks

ID Status Owner(s) Depends on Description Exit Criteria
DEVOPS-OFFLINE-14-002 DONE (2025-10-26) Offline Kit Guild DEVOPS-REL-14-001 Build offline kit packaging workflow (artifact bundling, manifest generation, signature verification). Offline tarball generated with manifest + checksums + signatures; ops/offline-kit/run-python-analyzer-smoke.sh invoked as part of packaging; debug/.build-id tree mirrored from release output; import script verifies integrity; docs updated.
DEVOPS-OFFLINE-18-004 DONE (2025-10-22) Offline Kit Guild, Scanner Guild DEVOPS-OFFLINE-18-003, SCANNER-ANALYZERS-LANG-10-309G Rebuild Offline Kit bundle with Go analyzer plug-in and updated manifest/signature set. Kit tarball includes Go analyzer artifacts; manifest/signature refreshed; verification steps executed and logged; docs updated with new bundle version.
DEVOPS-OFFLINE-18-005 DONE (2025-10-26) Offline Kit Guild, Scanner Guild DEVOPS-REL-14-004, SCANNER-ANALYZERS-LANG-10-309P Repackage Offline Kit with Python analyzer plug-in artefacts and refreshed manifest/signature set. Kit tarball includes Python analyzer DLL/PDB/manifest; signature + manifest updated; Offline Kit guide references Python coverage; smoke import validated.
DEVOPS-OFFLINE-17-003 DONE (2025-10-26) Offline Kit Guild, DevOps Guild DEVOPS-REL-17-002 Mirror release debug-store artefacts ( .build-id/ tree and debug-manifest.json) into Offline Kit packaging and document import validation. Offline kit archives debug/.build-id/ with manifest/sha256, docs cover symbol lookup workflow, smoke job confirms build-id lookup succeeds on air-gapped install.