[AZ-182][AZ-184][AZ-187] Batch 1

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-15 07:23:47 +03:00
parent 765d3d32c1
commit d244799f02
22 changed files with 1622 additions and 16 deletions
+28 -12
View File
@@ -1,8 +1,10 @@
# Dependencies Table
**Date**: 2026-04-13
**Total Tasks**: 8
**Total Complexity Points**: 29
**Date**: 2026-04-15
**Total Tasks**: 14
**Total Complexity Points**: 55
## Completed Tasks (Blackbox Tests & Refactoring)
| Task | Name | Complexity | Dependencies | Epic |
|------|------|-----------|-------------|------|
@@ -15,17 +17,31 @@
| 07 | refactor_thread_safety | 3 | None | 01-quality-cleanup |
| 08 | refactor_cleanup | 2 | 06 | 01-quality-cleanup |
## Execution Batches
## Active Tasks (Loader Security Modernization)
| Batch | Tasks | Parallel? | Total Points |
|-------|-------|-----------|-------------|
| 1 | 01_test_infrastructure | No | 5 |
| 2 | 02_test_health_auth | No | 3 |
| 3 | 03_test_resources, 04_test_unlock, 05_test_resilience_perf | Yes (parallel) | 13 |
| 4 | 06_refactor_crypto_uploads, 07_refactor_thread_safety | Yes (parallel) | 6 |
| 5 | 08_refactor_cleanup | No | 2 |
| Task | Name | Complexity | Dependencies | Epic |
|------|------|-----------|-------------|------|
| AZ-182 | tpm_security_provider | 5 | None | AZ-181 |
| AZ-183 | resources_table_update_api | 3 | None | AZ-181 |
| AZ-184 | resumable_download_manager | 3 | None | AZ-181 |
| AZ-185 | update_manager | 5 | AZ-183, AZ-184 | AZ-181 |
| AZ-186 | cicd_artifact_publish | 3 | AZ-183 | AZ-181 |
| AZ-187 | device_provisioning_script | 2 | None | AZ-181 |
## Test Scenario Coverage
## Execution Batches (AZ-181 Epic)
| Batch | Tasks | Parallel? | Total Points | Notes |
|-------|-------|-----------|-------------|-------|
| 1 | AZ-182, AZ-184, AZ-187 | Yes (no dependencies between them) | 10 | AZ-183 excluded: admin API repo |
| 2 | AZ-185, AZ-186 | Yes (both depend on batch 1) | 8 | AZ-185 depends on AZ-183 (cross-repo) |
## Out-of-Repo Tasks
| Task | Name | Target Repo | Status |
|------|------|------------|--------|
| AZ-183 | resources_table_update_api | admin/ | To Do — implement in admin API workspace |
## Test Scenario Coverage (Blackbox Tests - completed)
| Test Scenario | Task |
|--------------|------|