summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Improve error message in GameBrowserControllerjoffrey-bion2021-02-09
|
* Add disconnection listener to cleanup lobbies/gamesjoffrey-bion2021-02-09
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/94
* Rename find->get to imply non-null checkjoffrey-bion2021-02-09
|
* Fix bot loggerjoffrey-bion2021-02-09
|
* Replace heroku badge with website online badgeJoffrey Bion2021-02-09
|
* Change URL to HTTPSJoffrey Bion2021-02-09
|
* Add Kotlinx Serialization converter for HTTP traffic (correctly)joffrey-bion2021-02-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/87
* Revert "Add Kotlinx Serialization converter for HTTP traffic"joffrey-bion2021-02-08
| | | | This reverts commit 4f315bd4
* Remove unnecessary image input in AssignedWonderjoffrey-bion2021-02-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/88
* Add Kotlinx Serialization converter for HTTP trafficjoffrey-bion2021-02-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/87
* Cleanup web socket configjoffrey-bion2021-02-08
|
* Add namespace in status checkjoffrey-bion2021-02-07
|
* Improve workding in READMEjoffrey-bion2021-02-07
|
* Return to initial subdomain seven-wondersjoffrey-bion2021-02-07
|
* Add namespace to k8s resourcesjoffrey-bion2021-02-07
|
* Use shory-lived k8s digitalocean credentials Joffrey Bion2021-02-07
| | | This is to avoid accumulating long lived tokens
* Remove heroku deploymentJoffrey Bion2021-02-07
|
* Add digital ocean deploymentJoffrey Bion2021-02-07
|
* Make k8s credentials short-livedJoffrey Bion2021-02-07
|
* Create deploy-digitalocean.ymlJoffrey Bion2021-02-07
|
* Temporarily change host name (DNS refresh)joffrey-bion2021-02-07
|
* Add kubernetes config (deployed on digital ocean)joffrey-bion2021-02-06
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/54
* Add auto-game with bots onlyjoffrey-bion2021-02-03
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/82
* Cleanupjoffrey-bion2021-02-02
|
* Filter only affordable transactionsjoffrey-bion2021-02-02
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/81
* Move prepareMove log before the actual preparationjoffrey-bion2021-02-02
| | | | This allows to see the attempted move in the logs in case of crash.
* Upgrade Krossbow to 1.1.5joffrey-bion2021-02-01
|
* Remove unnecessary Serializable on enumsjoffrey-bion2021-01-31
|
* Remove unnecessary core-js npm dependencyjoffrey-bion2021-01-30
|
* Upgrade Kotlin to 1.4.21 and corresponding UI depsjoffrey-bion2021-01-30
|
* Move from Gson to Kotlin Serialization for definitionsjoffrey-bion2021-01-29
|
* Clarify docker local runjoffrey-bion2021-01-28
|
* Add Heroku status badgejoffrey-bion2021-01-28
|
* Attempt at fixing PORT substitution for herokujoffrey-bion2021-01-28
|
* Split PR and CI/CD buildsjoffrey-bion2021-01-28
|
* Clarify docker image tags (sha and build)joffrey-bion2021-01-28
|
* Fix PORT variable substitution in Dockerfilejoffrey-bion2021-01-28
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/77
* Remove "missing feature" from README - it's done!Joffrey Bion2021-01-28
|
* Upgrade gradle wrapper to 6.8.1joffrey-bion2021-01-25
|
* Add missing branch in when statementjoffrey-bion2020-12-13
|
* Only transfer ownership to humansjoffrey-bion2020-12-13
| | | | | Resolve: https://github.com/joffrey-bion/seven-wonders/issues/73
* Add logging of BOT statusjoffrey-bion2020-12-13
| | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/71
* Improve synchronization in GameControllerjoffrey-bion2020-12-13
| | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/71
* Reduce number of TableState creationsjoffrey-bion2020-12-13
|
* Add docker tags based on commit SHAjoffrey-bion2020-12-12
|
* Remove heroku Procfile (unnecessary with Docker)joffrey-bion2020-12-12
|
* Cleanup dependsOn sw-ui in sw-serverjoffrey-bion2020-12-12
|
* Add Heroku release step in GitHub workflowjoffrey-bion2020-12-12
|
* Use env variables to generalize GitHub workflowjoffrey-bion2020-12-12
|
* Avoid too specific version for actions/cachejoffrey-bion2020-12-12
|
bgstack15