summaryrefslogtreecommitdiff
path: root/sw-server/src/test
Commit message (Collapse)AuthorAge
* Cancel asserter collections before disconnecting in testsJoffrey Bion2023-04-30
|
* Cleanup experimental annotationsJoffrey Bion2023-04-30
|
* Upgrade Spring boot to 2.7.1Joffrey Bion2022-07-03
|
* Upgrade to Kotlin 1.6.0 and JDK 17Joffrey Bion2021-11-18
|
* Upgrade Kotlin, Kotlin/React, and Krossbow versionsJoffrey Bion2021-09-07
|
* Unify game eventsJoffrey Bion2021-03-09
|
* Use proper sealed class for TurnActionsJoffrey Bion2021-02-23
|
* Add basic metricsjoffrey-bion2021-02-16
|
* Avoid exception in test (harmless, but still)joffrey-bion2021-02-13
|
* Rename some client functionsjoffrey-bion2021-02-13
|
* Cleanup experimental annotationsjoffrey-bion2021-02-10
|
* Rename find->get to imply non-null checkjoffrey-bion2021-02-09
|
* Add auto-game with bots onlyjoffrey-bion2021-02-03
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/82
* Only transfer ownership to humansjoffrey-bion2020-12-13
| | | | | Resolve: https://github.com/joffrey-bion/seven-wonders/issues/73
* 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
|
* 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
* More traces for startGame_3players testjoffrey-bion2020-12-06
|
* Add traces to startGame_3players testjoffrey-bion2020-11-29
| | | | This is to investigate the timeouts
* Upgrade to Krossbow 0.41.0Joffrey Bion2020-09-14
|
* Format with trailing commaJoffrey Bion2020-09-08
|
* Upgrade ktlint and re-enable import order checkJoffrey Bion2020-08-20
|
* Fix style & sort importsJoffrey Bion2020-08-20
|
* Fix imports and testsJoffrey Bion2020-05-31
|
* Simplify settings and allow choosing wondersJoffrey Bion2020-05-31
|
* 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
|
* Simplify injection and fix testsJoffrey Bion2020-05-24
|
* Attempt at fixing mixed content ws callJoffrey Bion2020-05-24
|
* 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
|
* Cleanup SW testJoffrey Bion2020-05-16
|
* Upgrade to krossbow 0.20.1 (migrate to flows)Joffrey Bion2020-05-12
|
* Remove unnecessary withTimeout() calls in testsJoffrey Bion2020-04-16
|
* Fix testsJoffrey Bion2020-04-08
|
* Enable ktlint on sw-uiJoffrey Bion2020-04-08
|
* Fix duplicated inconsistent stateJoffrey Bion2020-03-29
|
* Rename isUser to isMe for clarityJoffrey Bion2020-03-27
|
* Fix server URL in testsJoffrey Bion2020-03-27
|
* Rework sagas and router to sub/unsubscribe properlyJoffrey Bion2020-03-27
|
* Upgrade to Krossbow 0.10.2 and use standard WS (not SockJS)Joffrey Bion2020-03-19
|
* WIP sagasJoffrey Bion2019-10-22
|
* Create multiplatform SevenWondersClient based on KrossbowJoffrey BION2019-07-08
|
* Remove unnecessary Resources deserializer in test JacksonMapperJoffrey BION2019-05-31
|
bgstack15