Steffen Nitschke
|
40aa492aae
|
add createGameTest to ServerAppTest
|
4 years ago |
Steffen Nitschke
|
654d69f218
|
add findRunningGamesOfUser-Method and Test
|
4 years ago |
Steffen Nitschke
|
750c6bfd2d
|
add findByGameId-Method and Test
|
4 years ago |
Steffen Nitschke
|
373b63dc53
|
add createGame-Method and Test
|
4 years ago |
Steffen Nitschke
|
4bfeaa8b86
|
setup GameControllerTest
|
4 years ago |
Steffen Nitschke
|
9b2100e4bc
|
implement findRunningGamesOfUser-Method
|
4 years ago |
Steffen Nitschke
|
a3f42b063a
|
add findRunningGamesOfUser-Test
|
4 years ago |
Steffen Nitschke
|
f823602801
|
add findGameById-Method
|
4 years ago |
Steffen Nitschke
|
4540620355
|
add findGameById-Test
|
4 years ago |
Steffen Nitschke
|
a59cb5a37c
|
add figure to fields
|
4 years ago |
Steffen Nitschke
|
e4d2131c7a
|
add color to fields
|
4 years ago |
Steffen Nitschke
|
168d65862a
|
add fields to game
|
4 years ago |
Steffen Nitschke
|
227074de98
|
add more asserts
|
4 years ago |
Steffen Nitschke
|
3d03f51a6a
|
better createGame-Test
|
4 years ago |
Steffen Nitschke
|
1b0d557809
|
setup new createGame-Method
|
4 years ago |
Steffen Nitschke
|
5ae590793e
|
setup new createGame-Test
|
4 years ago |
Steffen Nitschke
|
39685163a2
|
better createGameTest
|
4 years ago |
Steffen Nitschke
|
21ddd27c13
|
refactor createGame-Method to return GameId instead of Game
|
4 years ago |
Steffen Nitschke
|
e5c313c02c
|
add assert
|
4 years ago |
Steffen Nitschke
|
b5c0813bd4
|
add createGame-Method to GameService
|
4 years ago |
Steffen Nitschke
|
218780d325
|
call createGame-Method
|
4 years ago |
Steffen Nitschke
|
180ce9298c
|
init GameService
|
4 years ago |
Steffen Nitschke
|
e8eabd7bfa
|
init GameServiceTest
|
4 years ago |
Steffen Nitschke
|
3ba614577f
|
new GameRepository with findRunningGamesOfPlayer-Method and Tests
|
4 years ago |
Steffen Nitschke
|
1f92e90262
|
new GameRepository with findByGameId-Method and Test
|
4 years ago |
Steffen Nitschke
|
1332efb29f
|
new GameRepository with Test
|
4 years ago |
Steffen Nitschke
|
b06bce9bd9
|
init game representation
|
4 years ago |
Jenkins
|
2c39820c66
|
Merge commit '9b450b05072d9771dc301320405f365871bd391d' into HEAD
|
4 years ago |
Steffen Nitschke
|
9b450b0507
|
fix merge
|
4 years ago |
Steffen Nitschke
|
6791e1dff1
|
Merge remote-tracking branch 'origin/feat-loginClient' into pr-loginClient
# Conflicts:
# fh.fd.ci.server/src/main/java/de/fd/fh/server/access/web/AccessController.java
|
4 years ago |
Jenkins
|
4a0523d345
|
Merge commit 'ce74e6b48691f37d382e92e236e1e765fc4173db' into HEAD
|
4 years ago |
Steffen Nitschke
|
ce74e6b486
|
Merge remote-tracking branch 'origin/chore-betterServerTestCoverage' into pr-betterServerTestCoverage
|
4 years ago |
Jenkins
|
febd11a208
|
Merge commit '5d52b6b876b89a19c535fa7bc6d13d08b0b6e0aa' into HEAD
|
4 years ago |
Steffen Nitschke
|
e777c9ffb1
|
add delete player method to AccessClient and test
|
4 years ago |
Steffen Nitschke
|
91b655be9e
|
add logout method to AccessClient and test
|
4 years ago |
Steffen Nitschke
|
01fcf86ce2
|
add login method to AccessClient and test
|
4 years ago |
Steffen Nitschke
|
2cd85077f3
|
add first Feign Client with registrate method and test
|
4 years ago |
Steffen Nitschke
|
f394ba7b62
|
rename LoginRequest to LoginResponse
|
4 years ago |
JD
|
5d52b6b876
|
refactored moveAllowed()
|
4 years ago |
Steffen Nitschke
|
d6046257e5
|
extract getUser routing to ServerApp
|
4 years ago |
Steffen Nitschke
|
d586c064fc
|
extract getCompleteUser routing to ServerApp
|
4 years ago |
Steffen Nitschke
|
3e507d3fe1
|
extract update user routing to ServerApp
|
4 years ago |
Steffen Nitschke
|
fd05c6125b
|
extract delete player routing to ServerApp
|
4 years ago |
Steffen Nitschke
|
dae84ef1f6
|
extract logout routing to ServerApp
|
4 years ago |
Steffen Nitschke
|
2624e63baa
|
extract login routing to ServerApp
|
4 years ago |
Steffen Nitschke
|
52b23adea2
|
extract registrate routing to ServerApp
|
4 years ago |
Steffen Nitschke
|
3e23f6ff9c
|
extract before routing to ServerApp
|
4 years ago |
Steffen Nitschke
|
6d86dbdfa4
|
extract updateUser method
|
4 years ago |
Steffen Nitschke
|
7821fb47e2
|
extract getCompleteUser method
|
4 years ago |
Steffen Nitschke
|
45766f9070
|
extract getUser method
|
4 years ago |