summaryrefslogtreecommitdiff
path: root/sw-server/src
Commit message (Expand)AuthorAge
* Upgrade Spring to 3.1.1Joffrey Bion2023-07-05
* Cancel asserter collections before disconnecting in testsJoffrey Bion2023-04-30
* Cleanup experimental annotationsJoffrey Bion2023-04-30
* Upgrade to Spring Boot 3.0Joffrey Bion2023-04-30
* Upgrade to Kotlin 1.7Joffrey Bion2022-07-03
* Upgrade Spring boot to 2.7.1Joffrey Bion2022-07-03
* Upgrade dependenciesJoffrey Bion2022-01-11
* Upgrade to Kotlin 1.6.0 and JDK 17Joffrey Bion2021-11-18
* Remove GlobalScope usage in LobbyControllerJoffrey Bion2021-09-07
* Upgrade Kotlin, Kotlin/React, and Krossbow versionsJoffrey Bion2021-09-07
* Move bot timeout metric before disconnect() call (in case of failure)Joffrey Bion2021-03-14
* Better metrics for connected playersJoffrey Bion2021-03-14
* Unify game eventsJoffrey Bion2021-03-09
* Use proper sealed class for TurnActionsJoffrey Bion2021-02-23
* Funnel game events into a single client subscriptionJoffrey Bion2021-02-23
* Attempt at better "instance" variable for metricsjoffrey-bion2021-02-17
* Use automatic sayReady call to synchronize STOMP subscriptions before first turnjoffrey-bion2021-02-17
* Ensure disconnected players are removedjoffrey-bion2021-02-16
* Add basic metricsjoffrey-bion2021-02-16
* Use profiles to avoid sending local logs to Lokijoffrey-bion2021-02-14
* Add timestamp to logsjoffrey-bion2021-02-14
* Add Loki logback appender to push server logs to the free cloud hosted Loki i...Titouan BION2021-02-13
* Rename 'application' label of Prometheus exported metrics to match a more Kub...Titouan BION2021-02-13
* Add metrics labels for default Spring Boot grafana boardjoffrey-bion2021-02-13
* Avoid exception in test (harmless, but still)joffrey-bion2021-02-13
* Rename some client functionsjoffrey-bion2021-02-13
* Properly clean redux state when leaving a gamejoffrey-bion2021-02-10
* Cleanup experimental annotationsjoffrey-bion2021-02-10
* Fix lobby state updates in game browserjoffrey-bion2021-02-10
* Clean games when all humans have leftjoffrey-bion2021-02-10
* Improve error message in GameBrowserControllerjoffrey-bion2021-02-09
* Add disconnection listener to cleanup lobbies/gamesjoffrey-bion2021-02-09
* Rename find->get to imply non-null checkjoffrey-bion2021-02-09
* Add Kotlinx Serialization converter for HTTP traffic (correctly)joffrey-bion2021-02-08
* Revert "Add Kotlinx Serialization converter for HTTP traffic"joffrey-bion2021-02-08
* Remove unnecessary image input in AssignedWonderjoffrey-bion2021-02-08
* Add Kotlinx Serialization converter for HTTP trafficjoffrey-bion2021-02-08
* Cleanup web socket configjoffrey-bion2021-02-08
* Add auto-game with bots onlyjoffrey-bion2021-02-03
* Move prepareMove log before the actual preparationjoffrey-bion2021-02-02
* Only transfer ownership to humansjoffrey-bion2020-12-13
* Improve synchronization in GameControllerjoffrey-bion2020-12-13
* Improve logsjoffrey-bion2020-12-12
* Fix race conditions for game start and testsjoffrey-bion2020-12-12
* 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
* Allow owner to leave/disband the gamejoffrey-bion2020-12-11
* Decouple some sagas from routesjoffrey-bion2020-12-10
bgstack15