Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPMRPP-95844 implement get invitations by id #2134

Closed
wants to merge 7 commits into from

Conversation

grabsefx
Copy link
Contributor

  • implemented new endpoint
  • removed old one

@grabsefx grabsefx requested a review from pbortnik as a code owner December 25, 2024 13:02
@@ -79,6 +80,17 @@ void createInvitationByAdmin() throws Exception {

assertEquals(InvitationStatus.PENDING, invitation.getStatus());

var storedInvitationString = mockMvc.perform(get(INVITATIONS_ENDPOINT + "/" + invitation.getId())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

import java.util.UUID;
import java.util.function.Function;

public class InvitationConverter {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

@grabsefx grabsefx force-pushed the EPMRPP-95844-get-invitation-by-id branch from f7de48f to 344f221 Compare December 25, 2024 13:56
@grabsefx grabsefx closed this Dec 25, 2024
@grabsefx grabsefx deleted the EPMRPP-95844-get-invitation-by-id branch December 25, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant