Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | Reduce prometheus scraping period | joffrey-bion | 2021-02-13 |
| | |||
* | Add prometheus ServiceMonitor config | joffrey-bion | 2021-02-13 |
| | |||
* | Avoid exception in test (harmless, but still) | joffrey-bion | 2021-02-13 |
| | |||
* | Fix potential race in chooseName | joffrey-bion | 2021-02-13 |
| | |||
* | Rename some client functions | joffrey-bion | 2021-02-13 |
| | |||
* | Remove unnecessary settings param | joffrey-bion | 2021-02-13 |
| | |||
* | Fix lighthouse card data (bonus for grey instead of yellow) | joffrey-bion | 2021-02-12 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/121 | ||
* | Fix race when bots leave game | joffrey-bion | 2021-02-12 |
| | |||
* | Fix pulsing red (remove incorrect preparedMove field) | joffrey-bion | 2021-02-11 |
| | |||
* | Fix board summaries (again!) | joffrey-bion | 2021-02-11 |
| | |||
* | Fix closed issues workflow | joffrey-bion | 2021-02-11 |
| | |||
* | Make screen pulse red when everyone is waiting | joffrey-bion | 2021-02-11 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/109 | ||
* | Fix text inputs | joffrey-bion | 2021-02-11 |
| | |||
* | Fix some browser navigation paths | joffrey-bion | 2021-02-10 |
| | | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/60 | ||
* | Fix null value in input group | joffrey-bion | 2021-02-10 |
| | |||
* | Properly clean redux state when leaving a game | joffrey-bion | 2021-02-10 |
| | |||
* | Update JVM target to 15 | joffrey-bion | 2021-02-10 |
| | |||
* | Upgrade to Kotlin 1.4.30 | joffrey-bion | 2021-02-10 |
| | |||
* | Add proper name for checkout step on CI | joffrey-bion | 2021-02-10 |
| | |||
* | Add CI on non-main branches | joffrey-bion | 2021-02-10 |
| | |||
* | Align coroutines version | joffrey-bion | 2021-02-10 |
| | |||
* | Avoid discord notification for duplicates | joffrey-bion | 2021-02-10 |
| | |||
* | Clean unnecessary param | joffrey-bion | 2021-02-10 |
| | |||
* | Cleanup experimental annotations | joffrey-bion | 2021-02-10 |
| | |||
* | Better connection logs | joffrey-bion | 2021-02-10 |
| | |||
* | Properly start/stop sagas when using browser navigation | joffrey-bion | 2021-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 hover | joffrey-bion | 2021-02-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/99 | ||
* | Show full table card on hover | joffrey-bion | 2021-02-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/115 | ||
* | 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 discord notifications | joffrey-bion | 2021-02-10 |
| | |||
* | Remove key binding for name generation | joffrey-bion | 2021-02-10 |
| | | | | | | | This conflicts with usernames containing R Resolves: https://github.com/joffrey-bion/seven-wonders/issues/112 | ||
* | Show all cards as playable when special free card ability | joffrey-bion | 2021-02-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/110 | ||
* | Fix non-neighbour boards order | joffrey-bion | 2021-02-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/106 | ||
* | Add key binding for random name generation | joffrey-bion | 2021-02-09 |
| | |||
* | Add random username generation | joffrey-bion | 2021-02-09 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/95 | ||
* | Improve "join" tooltip for FINISHED games | joffrey-bion | 2021-02-09 |
| | |||
* | Add deployment notifications for discord | joffrey-bion | 2021-02-09 |
| | |||
* | Fix discord message payload | joffrey-bion | 2021-02-09 |
| | |||
* | Add closed issues workflow to send discord notifs | joffrey-bion | 2021-02-09 |
| | |||
* | Add rollback workflow | joffrey-bion | 2021-02-09 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/91 | ||
* | 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 |
| | |||
* | Fix bot logger | joffrey-bion | 2021-02-09 |
| | |||
* | Replace heroku badge with website online badge | Joffrey Bion | 2021-02-09 |
| | |||
* | Change URL to HTTPS | 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 |