Files
git.stella-ops.org/src/Scheduler/__Libraries/StellaOps.Scheduler.Storage.Mongo/TASKS.completed.md
master 15b4a1de6a feat: Document completed tasks for KMS, Cryptography, and Plugin Libraries
- Added detailed task completion records for KMS interface implementation and CLI support for file-based keys.
- Documented security enhancements including Argon2id password hashing, audit event contracts, and rate limiting configurations.
- Included scoped service support and integration updates for the Plugin platform, ensuring proper DI handling and testing coverage.
2025-10-31 14:37:45 +02:00

967 B

Completed Tasks

ID Status Owner(s) Depends on Description Exit Criteria
SCHED-STORAGE-16-201 DONE (2025-10-19) Scheduler Storage Guild SCHED-MODELS-16-101 Create Mongo collections (schedules, runs, impact_cursors, locks, audit) with indexes/migrations per architecture. Migration scripts and indexes implemented; integration tests cover CRUD paths.
SCHED-STORAGE-16-202 DONE (2025-10-26) Scheduler Storage Guild SCHED-STORAGE-16-201 Implement repositories/services with tenant scoping, soft delete, TTL for completed runs, and causal consistency options. Unit tests pass; TTL/soft delete validated; documentation updated.
SCHED-STORAGE-16-203 DONE (2025-10-26) Scheduler Storage Guild SCHED-STORAGE-16-201 Audit/logging pipeline + run stats materialized views for UI. Audit entries persisted; stats queries efficient; docs capture usage.