-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ci/generate openapi #8
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group repo and controller creation
create group service
create group service
…oints # Conflicts: # api/src/main/java/pro/beerpong/api/control/GroupController.java
Laurin-Notemann
added a commit
that referenced
this pull request
Nov 16, 2024
* feat: createGroup route * app: initial react-query-setup * feat: createGroupSetName route * app: react-query-setup * format: add prettier * devops: fix format check action * devops: format fix die zweite lol * devops: cleaner workflow lol * feat: NewMatchAssignTeams screen * persistance * Ci/generate openapi (#8) * created dependency catalog * maven >>>> * application yml * Basic entity creation * UUIDs as Strings * Import opti * db connection * Basic entity creation * UUIDs as Strings * Import opti * db connection * db connection * idk * resolve conflicts * Season ID added to player cause database scheme was wrong @krabbe * Refactor of packages and models group repo and controller creation * typo fix * Post and get groups endpoint create group service * fix typo * response envelopes * GET /healthcheck * Post and get groups endpoint create group service * fix typo * group id set null bei creation * removed unnecessary id set * dto and dao distinguish, mapstruct * adding groupDto and creategroupdto into controller and servie * typo fix * dockerfile * invite link field added * dev compose * added the groupsettings as field to groups * import opt * automatically generate ddl * add static envelope creation * fix static envelope messages * typo fix * added error codes enum * feat: add api-gen * update backend schema * format --------- Co-authored-by: Thies Hölting <thies.hoelting@gmail.com> Co-authored-by: Ole <ole@farwig.de> Co-authored-by: Jannis <114334799+kirrj@users.noreply.github.com> * chore: un-hardcode team members * format: remove unused file * devops: tighten .eslintrc * devops: linting ci check * devops: testing ci check * integrate openapi client into app * group calls * remove actions file --------- Co-authored-by: Linus Bolls <linus.bolls@gmail.com> Co-authored-by: Laurin-Notemann <47634664+Laurin-Notemann@users.noreply.github.com> Co-authored-by: Thies Hölting <thies.hoelting@gmail.com> Co-authored-by: Ole <ole@farwig.de> Co-authored-by: Jannis <114334799+kirrj@users.noreply.github.com> Co-authored-by: Laurin-Notemann <laurin.notemann@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.