feat/004-assignments-scope-tags #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/004-assignments-scope-tags"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Spec-Driven Development (SDD)
specs/<NNN>-<feature>/plan.md,tasks.md,spec.mdImplementation
Tests
./vendor/bin/sail artisan testoderphp artisan test)Migration / Config / Ops (falls relevant)
.env.example/ Doku)UI (Filament/Livewire) (falls relevant)
Notes
- BackupWithAssignmentsTest: Added missing PolicySnapshotService mock for orphaned groups test - BackupCreationTest: Added PolicySnapshotService mock with twice() expectation, added last_synced_at to test policies, fixed payload assertion (id instead of policyId) - PolicyListingTest: Added last_synced_at to test policies Root cause: Policies without last_synced_at within 7 days are filtered out by BackupItemsRelationManager (Feature 005 workaround for deleted policies) All tests now passing: 155 passed ✅, 5 skipped