Merged
Conversation
YuliiaNisha
added a commit
that referenced
this pull request
Jan 22, 2026
* configured actuator (#8) * Improve filtering (#9) * implemented search games method * refactored getById to use apiId * ran mvnclean package * Add user registration login (#11) * implemented registration and login * renamed username field, corrected structure of files * implemented user auth * fetched description * Merge pull request #13 from mategames-team/add-game-lists-to-user Add game lists to user * Improve fetch best games (#14) * changed get url * added already existing game check * fetch best games, update existing * changed sending configuration, added loggin * added logging to errors * created user info update and get (#15) * Refactor get by api id method (#16) * made method check if in db and if description is null * made method check if in db and if description is null * ran mvn cl package * Create get all games from api endpoint (#17) * created getAll method * made method retun page * created get all method * Configure comments (#18) * added create comment endpoint * created create, get, delete endpoints * configured comments * refactored comments (#19) * refactored comments * refactored comments * added status to response (#20) * created search in api endpoint (#21) * Create get user comments (#22) * created get user comments endpoint * updated readme * Update Dockerfile for dev environment * added swagger (#23) * added swagger * added link to swagger to readme * configured swagger * configured exceptions * refactored security and health (#24) * Refactor db update (#25) * made scheduled update * made scheduled and admin update * allowed any authenticated user se userinfo (#26) * allowed any authenticated user se userinfo * refactored readme * ran mvn clean package * configured setting user role during registration (#27) * created service tests (#28) * created service tests * removed unused import * made method return gameDto (#29) * configured cors (#30) * added preconditions to yamls (#31) * added patch method to cors (#32) * added response code (#33) * retun user info depending on param, return user id when login (#34) * updated readme, removed unused (#35) * added info about userGames and changed max value of rating to 10 (#37) * added ci file (#39) * added ci file * run mvn clean package * added profileName and gameName to commentDto (#40) * webhook after ci (#44) * Update public endpoints (#46) * made getUserInfo public * made getUserComments public * made getByStatus userGame public * ran mvn clean package * refactored delete method (#48) * made filtering games by several years (#49) * allowed rating to be up to 10 (#51) * added regex to validate (#53) * Add developer info to game (#55) * created developer entiry, configured liquibase * added logic to get developers info if missing * refactored mapping * added developer info * removed email from update method (#56) * return token after registartion (#57) --------- Co-authored-by: Alina Bondarenko <alinamoskovchuk18@gmail.com>
YuliiaNisha
added a commit
that referenced
this pull request
Jan 28, 2026
* configured actuator (#8) * Improve filtering (#9) * implemented search games method * refactored getById to use apiId * ran mvnclean package * Add user registration login (#11) * implemented registration and login * renamed username field, corrected structure of files * implemented user auth * fetched description * Merge pull request #13 from mategames-team/add-game-lists-to-user Add game lists to user * Improve fetch best games (#14) * changed get url * added already existing game check * fetch best games, update existing * changed sending configuration, added loggin * added logging to errors * created user info update and get (#15) * Refactor get by api id method (#16) * made method check if in db and if description is null * made method check if in db and if description is null * ran mvn cl package * Create get all games from api endpoint (#17) * created getAll method * made method retun page * created get all method * Configure comments (#18) * added create comment endpoint * created create, get, delete endpoints * configured comments * refactored comments (#19) * refactored comments * refactored comments * added status to response (#20) * created search in api endpoint (#21) * Create get user comments (#22) * created get user comments endpoint * updated readme * Update Dockerfile for dev environment * added swagger (#23) * added swagger * added link to swagger to readme * configured swagger * configured exceptions * refactored security and health (#24) * Refactor db update (#25) * made scheduled update * made scheduled and admin update * allowed any authenticated user se userinfo (#26) * allowed any authenticated user se userinfo * refactored readme * ran mvn clean package * configured setting user role during registration (#27) * created service tests (#28) * created service tests * removed unused import * made method return gameDto (#29) * configured cors (#30) * added preconditions to yamls (#31) * added patch method to cors (#32) * added response code (#33) * retun user info depending on param, return user id when login (#34) * updated readme, removed unused (#35) * added info about userGames and changed max value of rating to 10 (#37) * added ci file (#39) * added ci file * run mvn clean package * added profileName and gameName to commentDto (#40) * webhook after ci (#44) * Update public endpoints (#46) * made getUserInfo public * made getUserComments public * made getByStatus userGame public * ran mvn clean package * refactored delete method (#48) * made filtering games by several years (#49) * allowed rating to be up to 10 (#51) * added regex to validate (#53) * Add developer info to game (#55) * created developer entiry, configured liquibase * added logic to get developers info if missing * refactored mapping * added developer info * removed email from update method (#56) * return token after registartion (#57) * corrected duplicate developers save (#59) * corrected duplicate developers save * ran mvn clean package --------- Co-authored-by: Alina Bondarenko <alinamoskovchuk18@gmail.com>
YuliiaNisha
added a commit
that referenced
this pull request
Jan 29, 2026
* configured actuator (#8) * Improve filtering (#9) * implemented search games method * refactored getById to use apiId * ran mvnclean package * Add user registration login (#11) * implemented registration and login * renamed username field, corrected structure of files * implemented user auth * fetched description * Merge pull request #13 from mategames-team/add-game-lists-to-user Add game lists to user * Improve fetch best games (#14) * changed get url * added already existing game check * fetch best games, update existing * changed sending configuration, added loggin * added logging to errors * created user info update and get (#15) * Refactor get by api id method (#16) * made method check if in db and if description is null * made method check if in db and if description is null * ran mvn cl package * Create get all games from api endpoint (#17) * created getAll method * made method retun page * created get all method * Configure comments (#18) * added create comment endpoint * created create, get, delete endpoints * configured comments * refactored comments (#19) * refactored comments * refactored comments * added status to response (#20) * created search in api endpoint (#21) * Create get user comments (#22) * created get user comments endpoint * updated readme * Update Dockerfile for dev environment * added swagger (#23) * added swagger * added link to swagger to readme * configured swagger * configured exceptions * refactored security and health (#24) * Refactor db update (#25) * made scheduled update * made scheduled and admin update * allowed any authenticated user se userinfo (#26) * allowed any authenticated user se userinfo * refactored readme * ran mvn clean package * configured setting user role during registration (#27) * created service tests (#28) * created service tests * removed unused import * made method return gameDto (#29) * configured cors (#30) * added preconditions to yamls (#31) * added patch method to cors (#32) * added response code (#33) * retun user info depending on param, return user id when login (#34) * updated readme, removed unused (#35) * added info about userGames and changed max value of rating to 10 (#37) * added ci file (#39) * added ci file * run mvn clean package * added profileName and gameName to commentDto (#40) * webhook after ci (#44) * Update public endpoints (#46) * made getUserInfo public * made getUserComments public * made getByStatus userGame public * ran mvn clean package * refactored delete method (#48) * made filtering games by several years (#49) * allowed rating to be up to 10 (#51) * added regex to validate (#53) * Add developer info to game (#55) * created developer entiry, configured liquibase * added logic to get developers info if missing * refactored mapping * added developer info * removed email from update method (#56) * return token after registartion (#57) * corrected duplicate developers save (#59) * corrected duplicate developers save * ran mvn clean package * changed column type and saved developers (#61) --------- Co-authored-by: Alina Bondarenko <alinamoskovchuk18@gmail.com>
This file contains hidden or 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
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.