[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 10 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 adds five new Code Review DetailsNo findings. The implementation is consistent with established patterns:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7826 +/- ##
==========================================
+ Coverage 61.28% 61.29% +0.01%
==========================================
Files 2226 2226
Lines 98296 98326 +30
Branches 8884 8888 +4
==========================================
+ Hits 60242 60273 +31
Misses 35934 35934
+ Partials 2120 2119 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
lastbestdev
left a comment
There was a problem hiding this comment.
LGTM - includes changes to handle copied link events from client in collect endpoint, other new events are logged in appropriate commands for create/edit/delete/accept Org invite links
|



🎟️ 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.