stable

Clone or download

Read-only

Add basic instrumentation for Invite feature

Invite some people. Go to /metrics of your instance. You should see tuleap_user_invitations_total metric. If the mail cannot be send, then the error is logged in default logger. Part of story #16633: invite buddies to my Tuleap Change-Id: I3f9a331383708e8b06812bbbbd5fbae5f6b706ae

Modified Files

Name
A src/common/InviteBuddy/InvitationInstrumentation.php +46 −0 Go to diff View file
M src/common/InviteBuddy/InvitationSender.php +22 −6 Go to diff View file
M src/common/InviteBuddy/REST/v1/InvitationsResource.php +4 −0 Go to diff View file
M tests/unit/common/InviteBuddy/InvitationSenderTest.php +88 −28 Go to diff View file