stable
Clone or download
Read-only
A new metric is pushed to Prometheus for administrators wanting to track the ratio of used vs expired user invitations. Part of story #30021: Invite buddies to my Tuleap project Change-Id: I595e2837b28c8a17ef1cefa5b52378a9ca1a40db
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/InviteBuddy/AccountCreationFeedback.php | +5 | −2 | Go to diff View file |
M | src/common/InviteBuddy/InvitationCleaner.php | +6 | −2 | Go to diff View file |
M | src/common/InviteBuddy/InvitationInstrumentation.php | +24 | −10 | Go to diff View file |
M | src/common/InviteBuddy/InvitationSender.php | +1 | −1 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +2 | −0 | Go to diff View file |
M | src/utils/tuleap.php | +1 | −0 | Go to diff View file |
M | tests/unit/common/InviteBuddy/AccountCreationFeedbackTest.php | +32 | −4 | Go to diff View file |
M | tests/unit/common/InviteBuddy/InvitationCleanerTest.php | +23 | −2 | Go to diff View file |
M | tests/unit/common/InviteBuddy/InvitationSenderTest.php | +5 | −5 | Go to diff View file |