127 Commits (feat-serverGameRepresentation)
 

Author SHA1 Message Date
Steffen Nitschke 378273f19d Mongo Tests not working on Jenkins 3 years ago
Steffen Nitschke b96094eead add findRunningGamesOfUser to ServerApp 3 years ago
Steffen Nitschke 8f460b2f41 add findRunningGamesOfUser to ServerAppTest 3 years ago
Steffen Nitschke 0fbcc7d086 add findGameById to ServerApp 3 years ago
Steffen Nitschke cc25b95e9b add findGameByIdTest to ServerAppTest 3 years ago
Steffen Nitschke b48d704edf add createGame to ServerApp 3 years ago
Steffen Nitschke 40aa492aae add createGameTest to ServerAppTest 3 years ago
Steffen Nitschke 654d69f218 add findRunningGamesOfUser-Method and Test 3 years ago
Steffen Nitschke 750c6bfd2d add findByGameId-Method and Test 3 years ago
Steffen Nitschke 373b63dc53 add createGame-Method and Test 3 years ago
Steffen Nitschke 4bfeaa8b86 setup GameControllerTest 3 years ago
Steffen Nitschke 9b2100e4bc implement findRunningGamesOfUser-Method 3 years ago
Steffen Nitschke a3f42b063a add findRunningGamesOfUser-Test 3 years ago
Steffen Nitschke f823602801 add findGameById-Method 3 years ago
Steffen Nitschke 4540620355 add findGameById-Test 3 years ago
Steffen Nitschke a59cb5a37c add figure to fields 3 years ago
Steffen Nitschke e4d2131c7a add color to fields 3 years ago
Steffen Nitschke 168d65862a add fields to game 3 years ago
Steffen Nitschke 227074de98 add more asserts 3 years ago
Steffen Nitschke 3d03f51a6a better createGame-Test 3 years ago
Steffen Nitschke 1b0d557809 setup new createGame-Method 3 years ago
Steffen Nitschke 5ae590793e setup new createGame-Test 3 years ago
Steffen Nitschke 39685163a2 better createGameTest 3 years ago
Steffen Nitschke 21ddd27c13 refactor createGame-Method to return GameId instead of Game 3 years ago
Steffen Nitschke e5c313c02c add assert 3 years ago
Steffen Nitschke b5c0813bd4 add createGame-Method to GameService 3 years ago
Steffen Nitschke 218780d325 call createGame-Method 3 years ago
Steffen Nitschke 180ce9298c init GameService 3 years ago
Steffen Nitschke e8eabd7bfa init GameServiceTest 3 years ago
Steffen Nitschke 3ba614577f new GameRepository with findRunningGamesOfPlayer-Method and Tests 3 years ago
Steffen Nitschke 1f92e90262 new GameRepository with findByGameId-Method and Test 3 years ago
Steffen Nitschke 1332efb29f new GameRepository with Test 3 years ago
Steffen Nitschke b06bce9bd9 init game representation 3 years ago
Jenkins 2c39820c66 Merge commit '9b450b05072d9771dc301320405f365871bd391d' into HEAD 3 years ago
Steffen Nitschke 9b450b0507 fix merge 3 years ago
Steffen Nitschke 6791e1dff1 Merge remote-tracking branch 'origin/feat-loginClient' into pr-loginClient 3 years ago
Jenkins 4a0523d345 Merge commit 'ce74e6b48691f37d382e92e236e1e765fc4173db' into HEAD 3 years ago
Steffen Nitschke ce74e6b486 Merge remote-tracking branch 'origin/chore-betterServerTestCoverage' into pr-betterServerTestCoverage 3 years ago
Jenkins febd11a208 Merge commit '5d52b6b876b89a19c535fa7bc6d13d08b0b6e0aa' into HEAD 3 years ago
Steffen Nitschke e777c9ffb1 add delete player method to AccessClient and test 3 years ago
Steffen Nitschke 91b655be9e add logout method to AccessClient and test 3 years ago
Steffen Nitschke 01fcf86ce2 add login method to AccessClient and test 3 years ago
Steffen Nitschke 2cd85077f3 add first Feign Client with registrate method and test 3 years ago
Steffen Nitschke f394ba7b62 rename LoginRequest to LoginResponse 3 years ago
Julius Dewender 5d52b6b876 refactored moveAllowed() 3 years ago
Steffen Nitschke d6046257e5 extract getUser routing to ServerApp 3 years ago
Steffen Nitschke d586c064fc extract getCompleteUser routing to ServerApp 3 years ago
Steffen Nitschke 3e507d3fe1 extract update user routing to ServerApp 3 years ago
Steffen Nitschke fd05c6125b extract delete player routing to ServerApp 3 years ago
Steffen Nitschke dae84ef1f6 extract logout routing to ServerApp 3 years ago