PM-42388: chore: Separate Cipher flows from VaultRepository - #7297
PM-42388: chore: Separate Cipher flows from VaultRepository#7297david-livefront wants to merge 1 commit into
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## PM-42381-decouple-orgs #7297 +/- ##
==========================================================
+ Coverage 86.32% 86.62% +0.30%
==========================================================
Files 926 927 +1
Lines 66715 66628 -87
Branches 9877 9878 +1
==========================================================
+ Hits 57592 57718 +126
+ Misses 5647 5433 -214
- Partials 3476 3477 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE This PR extracts the cipher/folder/send/list-item state flows and Code Review Details
|
1fbeb6c to
c5c6c02
Compare
🎟️ Tracking
PM-42388
📔 Objective
This PR moves the Cipher flows from the VaultRepository to its own specialized manager. This is needed to avoid a circular dependency in the OrganizationEventManager since we will need this manager in new places in the future.