135 Commits

Author SHA1 Message Date
sheppy 4d84aaa84f feat: docker build & requirements fixes 2024-07-22 00:04:03 +02:00
Yannik Schmidt f59d7b23df fix: add missing valve dependency 2022-12-21 21:40:14 +01:00
Yannik Schmidt 4ae28f80db fix: dependencies 2022-12-21 21:37:56 +01:00
Yannik Schmidt 73ead3cdd3 remove outdated image from README 2022-01-15 08:18:59 +01:00
sheppy 6cc1cd7627 reduce tau value 2021-08-06 19:31:24 +02:00
sheppy 09772130c0 implement live game logging 2020-12-22 11:13:01 +01:00
sheppy f1746445b7 add safety cutoff to confidence 2020-12-13 18:47:51 +01:00
sheppy 6e9ed075cb fix ranking being zero indexed 2020-11-29 12:57:22 +01:00
sheppy e888316919 show only rank of active players etc 2020-09-30 13:20:37 +02:00
Yannik Schmidt 2be034c3fe raise value error if round was too short 2020-09-30 08:21:06 +02:00
Yannik Schmidt 39a5a89ccc implement last game for db 2020-09-28 06:03:08 +02:00
Yannik Schmidt 9d0e6440de add tool to manually set last played based on rounds db 2020-09-28 05:22:39 +02:00
Yannik Schmidt 40b2d237bf clarify status msg 2020-09-27 12:14:44 +02:00
Yannik Schmidt 183f050171 oder sql query before submit 2020-09-27 12:12:34 +02:00
Yannik Schmidt ecb6fa4152 implment collection of historical data 2020-09-27 10:38:35 +02:00
Yannik Schmidt dd598fb06a add db importer 2020-09-27 10:38:01 +02:00
Yannik Schmidt cc0995e43a line length and error on assert fail 2020-08-03 01:28:44 +02:00
sheppy e7cefa168e fix wrong return code (?!?) 2020-08-03 01:23:23 +02:00
sheppy 7f46c2d741 return 500 on fail 2020-06-22 21:45:05 +02:00
Yannik Schmidt 5e21681efa implement health query for monitoring 2020-06-22 21:31:33 +02:00
Yannik Schmidt 02dc8a8371 add action field to balance response 2020-06-21 19:05:25 +02:00
Yannik Schmidt 6e54904692 update db setup/instructions 2020-06-20 21:48:56 +02:00
Yannik Schmidt 32867bdc6f undo teamswap done in 31ecac6009 2020-06-20 21:47:01 +02:00
Yannik Schmidt 2277965dfc change norm calculation 2020-06-20 15:07:50 +02:00
Yannik Schmidt 4437eb2276 implement skip 2020-06-20 15:06:04 +02:00
Yannik Schmidt 6513451b83 implement round->sql support 2020-06-20 14:24:47 +02:00
Yannik Schmidt 31ecac6009 fix error in norm-calculation 2020-06-20 14:24:27 +02:00
Yannik Schmidt 993e8e5fa5 abs() possibly negative value in sqrt 2020-06-20 14:06:05 +02:00
Yannik Schmidt 1656a4495d fix timedeltas in Round.fromJson 2020-06-20 14:02:37 +02:00
Yannik Schmidt ec333a0fb1 add excludes to gitignore 2020-06-20 13:35:49 +02:00
Yannik Schmidt 9d764ac987 add player rank to player query 2020-06-19 01:53:05 +02:00
Yannik Schmidt d0c3403cba implement balance query 2020-06-19 01:43:10 +02:00
Yannik Schmidt 9bdad9a1c4 fix mu == sigma in toJson 2020-06-19 01:19:47 +02:00
Yannik Schmidt 18f5be0b4e asume teams in default format 2020-06-18 22:02:02 +02:00
Yannik Schmidt 5bc14e94ad fix typo 2020-06-18 21:44:00 +02:00
Yannik Schmidt 44943833a7 implement quality/prediction query 2020-06-18 21:24:50 +02:00
Yannik Schmidt 4aae81a950 remove open leaderboard functionality
made obsolete by https://github.com/FAUSheppy/open-web-leaderboard/commit/8ad6ae21e35026f500adedd2a1c684744b68cd27
2020-06-17 14:28:09 +02:00
Yannik Schmidt 31c5167258 improve first start instructions 2020-06-17 11:38:09 +02:00
sheppy a90085be3d change displayed to 2-sigma confidence 2020-06-17 00:25:40 +02:00
Yannik Schmidt f0b67f23c1 fix duration zero check 2020-06-16 20:48:32 +02:00
Yannik Schmidt 77286c8b4c check for missing winner-event 2020-06-16 20:45:08 +02:00
Yannik Schmidt 2ef05c4f03 fix handling of a change to observer 2020-06-16 20:42:52 +02:00
sheppy b052e56587 add end of round request 2020-06-16 20:22:42 +02:00
Yannik Schmidt c381f74956 Merge branch 'master' of gitlab.com:Sheppy_/skillbird 2020-06-16 20:09:53 +02:00
Yannik Schmidt 7dcff2b5c6 add import for single events 2020-06-16 20:09:43 +02:00
sheppy f6153a7f54 add some sanity checks 2020-06-16 20:09:06 +02:00
Yannik Schmidt f583957aa9 add helper script to import round json file 2020-06-15 19:50:12 +02:00
sheppy f6b420b7d7 add debug output for parsed round 2020-06-15 19:25:00 +02:00
sheppy c26e238c4d fix causally (dis-)connected if 2020-06-15 19:23:27 +02:00
sheppy c6a74cab3d fix print file=stderr 2020-06-15 19:12:14 +02:00