summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Disable auto-embeds in Discord notificationsjoffrey-bion2021-02-17
|
* Use automatic sayReady call to synchronize STOMP subscriptions before first turnjoffrey-bion2021-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.
* Add prepared card indicatorjoffrey-bion2021-02-17
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/62
* Upgrade blueprintjsjoffrey-bion2021-02-17
|
* Add blueprintjs Spinner componentjoffrey-bion2021-02-17
|
* Remove unused receiverjoffrey-bion2021-02-16
|
* Ensure disconnected players are removedjoffrey-bion2021-02-16
|
* Fix copy-guild move (points are now counted properly)joffrey-bion2021-02-16
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/126
* Fix PLAY_LAST effect at end of age (Babylon B)joffrey-bion2021-02-16
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/125
* Better naming isEmpty->areEmptyjoffrey-bion2021-02-16
|
* Add basic metricsjoffrey-bion2021-02-16
|
* Fix player icon size in GameBrowserjoffrey-bion2021-02-15
|
* Add blueprintjs's Text componentjoffrey-bion2021-02-15
|
* Fix transactions selector layoutjoffrey-bion2021-02-15
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/101
* Ellipsize player names so that they don't grow too muchjoffrey-bion2021-02-15
|
* Center player names in lobbyjoffrey-bion2021-02-15
|
* Use profiles to avoid sending local logs to Lokijoffrey-bion2021-02-14
|
* Add timestamp to logsjoffrey-bion2021-02-14
|
* Cleanup monitoring configjoffrey-bion2021-02-14
|
* Add auto-deployment of all kubernetes files in kubernetes/ folderjoffrey-bion2021-02-14
|
* Add Loki logback appender to push server logs to the free cloud hosted Loki ↵Titouan BION2021-02-13
| | | | instance provided by Grafana.com
* Rename 'application' label of Prometheus exported metrics to match a more ↵Titouan BION2021-02-13
| | | | Kubernetes-like name convention
* Add metrics labels for default Spring Boot grafana boardjoffrey-bion2021-02-13
| | | | https://grafana.com/grafana/dashboards/6756
* Reduce prometheus scraping periodjoffrey-bion2021-02-13
|
* Add prometheus ServiceMonitor configjoffrey-bion2021-02-13
|
* Avoid exception in test (harmless, but still)joffrey-bion2021-02-13
|
* Fix potential race in chooseNamejoffrey-bion2021-02-13
|
* Rename some client functionsjoffrey-bion2021-02-13
|
* Remove unnecessary settings paramjoffrey-bion2021-02-13
|
* Fix lighthouse card data (bonus for grey instead of yellow)joffrey-bion2021-02-12
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/121
* Fix race when bots leave gamejoffrey-bion2021-02-12
|
* Fix pulsing red (remove incorrect preparedMove field)joffrey-bion2021-02-11
|
* Fix board summaries (again!)joffrey-bion2021-02-11
|
* Fix closed issues workflowjoffrey-bion2021-02-11
|
* Make screen pulse red when everyone is waitingjoffrey-bion2021-02-11
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/109
* Fix text inputsjoffrey-bion2021-02-11
|
* Fix some browser navigation pathsjoffrey-bion2021-02-10
| | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/60
* Fix null value in input groupjoffrey-bion2021-02-10
|
* Properly clean redux state when leaving a gamejoffrey-bion2021-02-10
|
* Update JVM target to 15joffrey-bion2021-02-10
|
* Upgrade to Kotlin 1.4.30joffrey-bion2021-02-10
|
* Add proper name for checkout step on CIjoffrey-bion2021-02-10
|
* Add CI on non-main branchesjoffrey-bion2021-02-10
|
* Align coroutines versionjoffrey-bion2021-02-10
|
* Avoid discord notification for duplicatesjoffrey-bion2021-02-10
|
* Clean unnecessary paramjoffrey-bion2021-02-10
|
* Cleanup experimental annotationsjoffrey-bion2021-02-10
|
* Better connection logsjoffrey-bion2021-02-10
|
* Properly start/stop sagas when using browser navigationjoffrey-bion2021-02-10
| | | | | | | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/116 Related: https://github.com/joffrey-bion/seven-wonders/issues/114 Related: https://github.com/joffrey-bion/seven-wonders/issues/60
* Bring wonder to the foreground on hoverjoffrey-bion2021-02-10
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/99
bgstack15