Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Convert sw-ui module to Kotlin Multiplatform gradle pluginmain | Joffrey Bion | 2023-07-06 |
| | |||
* | Use Spring boot BOM instead of dependency management plugin | Joffrey Bion | 2023-07-05 |
| | |||
* | Upgrade Spring to 3.1.1 | Joffrey Bion | 2023-07-05 |
| | |||
* | Cancel asserter collections before disconnecting in tests | Joffrey Bion | 2023-04-30 |
| | |||
* | Cleanup experimental annotations | Joffrey Bion | 2023-04-30 |
| | |||
* | Upgrade to Spring Boot 3.0 | Joffrey Bion | 2023-04-30 |
| | |||
* | Upgrade to Kotlin 1.8 and JS IR | Joffrey Bion | 2023-01-29 |
| | |||
* | Upgrade Spring boot plugin to 2.7.5 | Joffrey Bion | 2022-11-06 |
| | |||
* | Replace the deprecated openjdk Docker image with Amazon Corretto | Joffrey Bion | 2022-11-05 |
| | |||
* | Upgrade to Kotlin 1.7 | Joffrey Bion | 2022-07-03 |
| | |||
* | Upgrade Spring boot to 2.7.1 | Joffrey Bion | 2022-07-03 |
| | |||
* | Upgrade dependencies | Joffrey Bion | 2022-01-11 |
| | |||
* | Upgrade to Kotlin 1.6.0 and JDK 17 | Joffrey Bion | 2021-11-18 |
| | |||
* | Remove GlobalScope usage in LobbyController | Joffrey Bion | 2021-09-07 |
| | |||
* | Cleanup test dependencies thanks to Kotlin 1.5 | Joffrey Bion | 2021-09-07 |
| | |||
* | Upgrade Kotlin, Kotlin/React, and Krossbow versions | Joffrey Bion | 2021-09-07 |
| | |||
* | Extract common dependency versions to versions catalog | Joffrey Bion | 2021-09-06 |
| | |||
* | Move bot timeout metric before disconnect() call (in case of failure) | Joffrey Bion | 2021-03-14 |
| | |||
* | Better metrics for connected players | Joffrey Bion | 2021-03-14 |
| | |||
* | Unify game events | Joffrey Bion | 2021-03-09 |
| | |||
* | Use proper sealed class for TurnActions | Joffrey Bion | 2021-02-23 |
| | |||
* | Funnel game events into a single client subscription | Joffrey Bion | 2021-02-23 |
| | |||
* | Attempt at better "instance" variable for metrics | joffrey-bion | 2021-02-17 |
| | |||
* | Use automatic sayReady call to synchronize STOMP subscriptions before first turn | joffrey-bion | 2021-02-17 |
| | | | | | | | | We currently miss the preparedCard event from bots if they are too fast, because the server sends the first turn to everyone without knowing if all clients have properly subscribed to events. We now use sayReady to indicate to the server that all subscriptions have been made. | ||
* | Ensure disconnected players are removed | joffrey-bion | 2021-02-16 |
| | |||
* | Add basic metrics | joffrey-bion | 2021-02-16 |
| | |||
* | Use profiles to avoid sending local logs to Loki | joffrey-bion | 2021-02-14 |
| | |||
* | Add timestamp to logs | joffrey-bion | 2021-02-14 |
| | |||
* | Add Loki logback appender to push server logs to the free cloud hosted Loki ↵ | Titouan BION | 2021-02-13 |
| | | | | instance provided by Grafana.com | ||
* | Rename 'application' label of Prometheus exported metrics to match a more ↵ | Titouan BION | 2021-02-13 |
| | | | | Kubernetes-like name convention | ||
* | Add metrics labels for default Spring Boot grafana board | joffrey-bion | 2021-02-13 |
| | | | | https://grafana.com/grafana/dashboards/6756 | ||
* | Avoid exception in test (harmless, but still) | joffrey-bion | 2021-02-13 |
| | |||
* | Rename some client functions | joffrey-bion | 2021-02-13 |
| | |||
* | Properly clean redux state when leaving a game | joffrey-bion | 2021-02-10 |
| | |||
* | Cleanup experimental annotations | joffrey-bion | 2021-02-10 |
| | |||
* | Fix lobby state updates in game browser | joffrey-bion | 2021-02-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/97 | ||
* | Clean games when all humans have left | joffrey-bion | 2021-02-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/113 | ||
* | Improve error message in GameBrowserController | joffrey-bion | 2021-02-09 |
| | |||
* | Add disconnection listener to cleanup lobbies/games | joffrey-bion | 2021-02-09 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/94 | ||
* | Rename find->get to imply non-null check | joffrey-bion | 2021-02-09 |
| | |||
* | Add Kotlinx Serialization converter for HTTP traffic (correctly) | joffrey-bion | 2021-02-08 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/87 | ||
* | Revert "Add Kotlinx Serialization converter for HTTP traffic" | joffrey-bion | 2021-02-08 |
| | | | | This reverts commit 4f315bd4 | ||
* | Remove unnecessary image input in AssignedWonder | joffrey-bion | 2021-02-08 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/88 | ||
* | Add Kotlinx Serialization converter for HTTP traffic | joffrey-bion | 2021-02-08 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/87 | ||
* | Cleanup web socket config | joffrey-bion | 2021-02-08 |
| | |||
* | Add auto-game with bots only | joffrey-bion | 2021-02-03 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/82 | ||
* | Move prepareMove log before the actual preparation | joffrey-bion | 2021-02-02 |
| | | | | This allows to see the attempted move in the logs in case of crash. | ||
* | Attempt at fixing PORT substitution for heroku | joffrey-bion | 2021-01-28 |
| | |||
* | Fix PORT variable substitution in Dockerfile | joffrey-bion | 2021-01-28 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/77 | ||
* | Only transfer ownership to humans | joffrey-bion | 2020-12-13 |
| | | | | | Resolve: https://github.com/joffrey-bion/seven-wonders/issues/73 |