66 Commits (pr-readmeCommitInfo)

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
Steffen Nitschke b9654f8697 add getCurrentPlayer-Method and test and adjust getPlayer-Method 3 years ago
Steffen Nitschke f6afde28f9 add UserClient with updateUser-Method and test 3 years ago
Steffen Nitschke 9b450b0507 fix merge 3 years ago
Steffen Nitschke f394ba7b62 rename LoginRequest to LoginResponse 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
Steffen Nitschke 2624e63baa extract login routing to ServerApp 3 years ago
Steffen Nitschke 52b23adea2 extract registrate routing to ServerApp 3 years ago
Steffen Nitschke 3e23f6ff9c extract before routing to ServerApp 3 years ago
Steffen Nitschke 6d86dbdfa4 extract updateUser method 3 years ago
Steffen Nitschke 7821fb47e2 extract getCompleteUser method 3 years ago
Steffen Nitschke 45766f9070 extract getUser method 3 years ago
Steffen Nitschke ec303026ba extract before method 3 years ago
Steffen Nitschke ea211b5a7b extract registrate method 3 years ago