[PM-34393] Add event logging for organization invite link actions#7826
[PM-34393] Add event logging for organization invite link actions#7826r-tome wants to merge 7 commits into
Conversation
…events upon invite link acceptance. Update tests to verify event logging functionality.
…s upon invite link creation. Update tests to verify event logging functionality and ensure correct organization retrieval.
…s upon invite link refresh and update tests
… upon invite link update and update tests
…llectController and add corresponding unit tests
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed the addition of organization invite link event logging. The change introduces five new Code Review DetailsNo findings at or above the reporting threshold. Notes considered and intentionally not flagged:
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7826 +/- ##
========================================
Coverage 61.25% 61.25%
========================================
Files 2193 2210 +17
Lines 97296 97850 +554
Branches 8767 8836 +69
========================================
+ Hits 59601 59941 +340
- Misses 35582 35779 +197
- Partials 2113 2130 +17 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|



🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-34393
📔 Objective
Add
EventTypevalues for invite link actions (accept, create, edit domains, delete, refresh) and log them from the invite link commands.CollectControlleris updated to accept the client-reportedOrganization_InviteLinkClientCopiedevent so copy actions performed in the client can be recorded.Clients PR.