Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Improve synchronization in GameController | joffrey-bion | 2020-12-13 | |
| | | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/71 | |||
* | Cleanup dependsOn sw-ui in sw-server | joffrey-bion | 2020-12-12 | |
| | ||||
* | Upgrade to Java 15 | joffrey-bion | 2020-12-12 | |
| | ||||
* | Push Docker image to Heroku, remove Travis CI | joffrey-bion | 2020-12-12 | |
| | ||||
* | Improve logs | joffrey-bion | 2020-12-12 | |
| | ||||
* | Fix race conditions for game start and tests | joffrey-bion | 2020-12-12 | |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/70 | |||
* | Fix race in blinking test | joffrey-bion | 2020-12-12 | |
| | ||||
* | Delete game at the end of a game | joffrey-bion | 2020-12-12 | |
| | ||||
* | Add checks for race conditions | joffrey-bion | 2020-12-12 | |
| | ||||
* | Make ready button optional (server side) | joffrey-bion | 2020-12-12 | |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/63 | |||
* | Allow owner to leave/disband the game | joffrey-bion | 2020-12-11 | |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/51 | |||
* | Decouple some sagas from routes | joffrey-bion | 2020-12-10 | |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/13 | |||
* | Fix ready state for players | joffrey-bion | 2020-12-08 | |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/56 | |||
* | More traces for startGame_3players test | joffrey-bion | 2020-12-06 | |
| | ||||
* | Enable actuator and prometheus metrics | joffrey-bion | 2020-12-05 | |
| | ||||
* | Add traces to startGame_3players test | joffrey-bion | 2020-11-29 | |
| | | | | This is to investigate the timeouts | |||
* | Use Kotlinx Serialization in Spring Boot instead of Jackson | joffrey-bion | 2020-11-27 | |
| | ||||
* | Upgrade to Spring Boot 2.4.0 | joffrey-bion | 2020-11-27 | |
| | ||||
* | Upgrade dependencies | joffrey-bion | 2020-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-bion | 2020-10-31 | |
| | ||||
* | Remove unnecessary Jackstomp dependency | joffrey-bion | 2020-10-31 | |
| | ||||
* | Upgrade to Krossbow 0.41.0 | Joffrey Bion | 2020-09-14 | |
| | ||||
* | Format with trailing comma | Joffrey Bion | 2020-09-08 | |
| | ||||
* | Use port 80 in docker image | Joffrey Bion | 2020-09-05 | |
| | | | | This makes it easier to use on Google cloud (host network mode) | |||
* | Upgrade to Kotlin 1.4 and corresponding library versions | Joffrey Bion | 2020-08-31 | |
| | | | | | | - Kotlinx Serialization 1.0.0-RC - Coroutines 1.3.9 - Krossbow 0.30.1 | |||
* | Upgrade ktlint and re-enable import order check | Joffrey Bion | 2020-08-20 | |
| | ||||
* | Fix style & sort imports | Joffrey Bion | 2020-08-20 | |
| | ||||
* | Upgrade to Spring Boot 2.3.3 | Joffrey Bion | 2020-08-16 | |
| | ||||
* | Better synchronization on lobby join | Joffrey Bion | 2020-07-01 | |
| | ||||
* | Fix race conditions | Joffrey Bion | 2020-07-01 | |
| | ||||
* | Keep wonders associated to the same player when reordering players | Joffrey Bion | 2020-07-01 | |
| | ||||
* | Actually enable STOMP heart beats | Joffrey Bion | 2020-06-02 | |
| | ||||
* | Fix imports and tests | Joffrey Bion | 2020-05-31 | |
| | ||||
* | Simplify settings and allow choosing wonders | Joffrey Bion | 2020-05-31 | |
| | ||||
* | Fix imports in GameController.kt | Joffrey Bion | 2020-05-26 | |
| | ||||
* | Fix race condition bewteen next turn and prepared move | Joffrey Bion | 2020-05-26 | |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/24 | |||
* | Add more debug traces to tests | Joffrey Bion | 2020-05-25 | |
| | ||||
* | Increase test timeout to make sure it's not about time | Joffrey Bion | 2020-05-25 | |
| | ||||
* | Cleanup imports | Joffrey Bion | 2020-05-24 | |
| | ||||
* | Dockerize server | Joffrey Bion | 2020-05-24 | |
| | ||||
* | Further simplify injection | Joffrey Bion | 2020-05-24 | |
| | ||||
* | Simplify injection and fix tests | Joffrey Bion | 2020-05-24 | |
| | ||||
* | Remove hardcoded port in bot | Joffrey Bion | 2020-05-24 | |
| | ||||
* | Attempt at fixing mixed content ws call | Joffrey Bion | 2020-05-24 | |
| | ||||
* | Add "leave game" feature for end of game | Joffrey Bion | 2020-05-23 | |
| | ||||
* | Use shared constant for ws endpoint | Joffrey Bion | 2020-05-22 | |
| | ||||
* | Add debug statements | Joffrey Bion | 2020-05-22 | |
| | ||||
* | Increase test timeout | Joffrey Bion | 2020-05-21 | |
| | ||||
* | Allow custom player icons | Joffrey Bion | 2020-05-21 | |
| | ||||
* | Fix SW client "request" | Joffrey Bion | 2020-05-21 | |
| |