summaryrefslogtreecommitdiff
path: root/sw-server
Commit message (Collapse)AuthorAge
...
* Improve synchronization in GameControllerjoffrey-bion2020-12-13
| | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/71
* Cleanup dependsOn sw-ui in sw-serverjoffrey-bion2020-12-12
|
* Upgrade to Java 15joffrey-bion2020-12-12
|
* Push Docker image to Heroku, remove Travis CIjoffrey-bion2020-12-12
|
* Improve logsjoffrey-bion2020-12-12
|
* Fix race conditions for game start and testsjoffrey-bion2020-12-12
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/70
* Fix race in blinking testjoffrey-bion2020-12-12
|
* Delete game at the end of a gamejoffrey-bion2020-12-12
|
* Add checks for race conditionsjoffrey-bion2020-12-12
|
* Make ready button optional (server side)joffrey-bion2020-12-12
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/63
* Allow owner to leave/disband the gamejoffrey-bion2020-12-11
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/51
* Decouple some sagas from routesjoffrey-bion2020-12-10
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/13
* Fix ready state for playersjoffrey-bion2020-12-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/56
* More traces for startGame_3players testjoffrey-bion2020-12-06
|
* Enable actuator and prometheus metricsjoffrey-bion2020-12-05
|
* Add traces to startGame_3players testjoffrey-bion2020-11-29
| | | | This is to investigate the timeouts
* Use Kotlinx Serialization in Spring Boot instead of Jacksonjoffrey-bion2020-11-27
|
* Upgrade to Spring Boot 2.4.0joffrey-bion2020-11-27
|
* Upgrade dependenciesjoffrey-bion2020-11-25
| | | | | | - Kotlinx Coroutines to 1.4.1 - Kotlinx Serialization to 1.0.0 - Krossbow to 1.1.0
* Remove unnecessary Livedoc (Kotlin MPP makes it redundant)joffrey-bion2020-10-31
|
* Remove unnecessary Jackstomp dependencyjoffrey-bion2020-10-31
|
* Upgrade to Krossbow 0.41.0Joffrey Bion2020-09-14
|
* Format with trailing commaJoffrey Bion2020-09-08
|
* Use port 80 in docker imageJoffrey Bion2020-09-05
| | | | This makes it easier to use on Google cloud (host network mode)
* Upgrade to Kotlin 1.4 and corresponding library versionsJoffrey Bion2020-08-31
| | | | | | - Kotlinx Serialization 1.0.0-RC - Coroutines 1.3.9 - Krossbow 0.30.1
* Upgrade ktlint and re-enable import order checkJoffrey Bion2020-08-20
|
* Fix style & sort importsJoffrey Bion2020-08-20
|
* Upgrade to Spring Boot 2.3.3Joffrey Bion2020-08-16
|
* Better synchronization on lobby joinJoffrey Bion2020-07-01
|
* Fix race conditionsJoffrey Bion2020-07-01
|
* Keep wonders associated to the same player when reordering playersJoffrey Bion2020-07-01
|
* Actually enable STOMP heart beatsJoffrey Bion2020-06-02
|
* Fix imports and testsJoffrey Bion2020-05-31
|
* Simplify settings and allow choosing wondersJoffrey Bion2020-05-31
|
* Fix imports in GameController.ktJoffrey Bion2020-05-26
|
* Fix race condition bewteen next turn and prepared moveJoffrey Bion2020-05-26
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/24
* Add more debug traces to testsJoffrey Bion2020-05-25
|
* Increase test timeout to make sure it's not about timeJoffrey Bion2020-05-25
|
* Cleanup importsJoffrey Bion2020-05-24
|
* Dockerize serverJoffrey Bion2020-05-24
|
* Further simplify injectionJoffrey Bion2020-05-24
|
* Simplify injection and fix testsJoffrey Bion2020-05-24
|
* Remove hardcoded port in botJoffrey Bion2020-05-24
|
* Attempt at fixing mixed content ws callJoffrey Bion2020-05-24
|
* Add "leave game" feature for end of gameJoffrey Bion2020-05-23
|
* Use shared constant for ws endpointJoffrey Bion2020-05-22
|
* Add debug statementsJoffrey Bion2020-05-22
|
* Increase test timeoutJoffrey Bion2020-05-21
|
* Allow custom player iconsJoffrey Bion2020-05-21
|
* Fix SW client "request"Joffrey Bion2020-05-21
|
bgstack15