stable
Clone or download
Read-only
So that we can check user quota or have basic metrics about the feature. Part of story #16633: invite buddies to my Tuleap Change-Id: I1aa7fa6c5ffa5eb0869187a0ff47acabb25966aa
Modified Files
Name | ||||
---|---|---|---|---|
A | src/common/InviteBuddy/InvitationDao.php | +49 | −0 | Go to diff View file |
M | src/common/InviteBuddy/InvitationRecipient.php | +5 | −0 | Go to diff View file |
M | src/common/InviteBuddy/InvitationSender.php | +24 | −1 | Go to diff View file |
M | src/common/InviteBuddy/REST/v1/InvitationsResource.php | +2 | −0 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +13 | −1 | Go to diff View file |
A | src/db/mysql/updates/2020/202009291619_create_invitations_table.php | +51 | −0 | Go to diff View file |
M | tests/unit/common/InviteBuddy/InvitationSenderTest.php | +44 | −3 | Go to diff View file |