Commit graph

363 commits

Author SHA1 Message Date
Ilion Beyst
71d37e758f implement LinkButton component 2022-08-20 19:55:21 +02:00
Ilion Beyst
329fc73b94 create global scss styles 2022-08-19 19:57:57 +02:00
Ilion Beyst
87f6a9c455 consume matches pagination api 2022-08-16 20:00:49 +02:00
Ilion Beyst
03ca884c40 return pagination object from list matches API 2022-08-16 19:23:53 +02:00
Ilion Beyst
a1c7866f87 styling of next/prev buttons 2022-08-15 20:46:13 +02:00
Ilion Beyst
4dcccb589d link to all matches on bot page 2022-08-15 20:05:00 +02:00
Ilion Beyst
7ba9fcee64 allow filtering for bot matches 2022-08-12 20:54:34 +02:00
Ilion Beyst
84748fd60e abstract matches pagination logic 2022-08-12 20:21:39 +02:00
Ilion Beyst
7c4314ae23 save matches pagination cursor in url 2022-08-11 23:06:53 +02:00
Ilion Beyst
406c726601 create password reset utility
Co-authored-by: Wout Schellaert <wout.schellaert@gmail.com>
2022-08-09 23:27:22 +02:00
Ilion Beyst
58c1c5f9fb badly paginated matches 2022-08-09 20:43:02 +02:00
Ilion Beyst
00356d669c properly initialize fetch in ApiClient 2022-08-08 19:12:29 +02:00
Ilion Beyst
cf52ab6f7f implement before and after filters for matches 2022-08-08 18:31:11 +02:00
Ilion Beyst
db7980504f move match index to ApiClient 2022-08-07 10:57:15 +02:00
Ilion Beyst
6f0c1093ac extend api_client for loading match data 2022-08-06 16:12:00 +02:00
Ilion Beyst
4672a08462 introduce ApiClient 2022-08-06 15:23:02 +02:00
Ilion Beyst
70c79646ae show recent matches on bots page 2022-08-05 20:28:51 +02:00
Ilion Beyst
6e75cac7cc extract MatchList component 2022-08-05 19:21:32 +02:00
Ilion Beyst
3113f762d8 list matches for a specific bot 2022-08-04 21:48:25 +02:00
Ilion Beyst
3c2f4977e4 add parameters to recent_matches api endpoint 2022-08-02 20:12:34 +02:00
Ilion Beyst
aafb785645 make name field optional 2022-08-01 00:16:24 +02:00
Ilion Beyst
8f65a7d3e2 create a basic match table 2022-07-31 21:04:48 +02:00
Ilion Beyst
15c1aa9d59 add winner to match api responses 2022-07-31 21:04:13 +02:00
Ilion Beyst
e8dbb01933 list only public matches in API 2022-07-30 19:49:08 +02:00
Ilion Beyst
ee5c67c092 add is_public to matches 2022-07-30 17:03:32 +02:00
Ilion Beyst
fd6664b8e7 set up docs route 2022-07-28 20:32:10 +02:00
Ilion Beyst
18aede91be setup mdsvex 2022-07-27 21:04:51 +02:00
Ilion Beyst
1d280c62e2 don't allow registering reserved usernames 2022-07-25 22:51:31 +02:00
Ilion Beyst
4099e3ab6e add local development instructions to README 2022-07-25 22:46:13 +02:00
Ilion Beyst
c30222cf9a limit amount of matches used by ranker 2022-07-25 22:26:58 +02:00
Ilion Beyst
67276bd0bb rename bot_api to client_api 2022-07-25 22:16:50 +02:00
Ilion Beyst
93c4306b10 pull docker bots before running them 2022-07-24 23:08:51 +02:00
Ilion Beyst
14b51033fc add placeholders for empty lists 2022-07-24 18:09:04 +02:00
Ilion Beyst
90dfc3dec4 create new bot flow 2022-07-24 18:05:20 +02:00
Ilion Beyst
99987f8444 use absolute paths for login and register 2022-07-24 17:49:31 +02:00
Ilion Beyst
109aaf2758 remove global style overrides from visualizer 2022-07-24 17:01:22 +02:00
Ilion Beyst
ccfe86729e add bot detail page 2022-07-24 16:45:29 +02:00
Ilion Beyst
33664eff2c basic user profile pages 2022-07-24 15:15:42 +02:00
Ilion Beyst
4a582e8079 store active version id in bots table 2022-07-23 23:40:25 +02:00
Ilion Beyst
f19a70e710 sort match players to ensure correct ordering 2022-07-23 14:47:24 +02:00
Ilion Beyst
5e560b23f8 update README 2022-07-23 00:38:44 +02:00
Ilion Beyst
500061375c support working_directory and command string 2022-07-23 00:38:34 +02:00
Ilion Beyst
1cf20810c5 enable ssl for grpc client 2022-07-22 23:50:52 +02:00
Ilion Beyst
fe2f382e04 allow configuring grpc server url 2022-07-22 23:06:59 +02:00
Ilion Beyst
b0725c21df planetwars-client: configure bot config path and opponent name 2022-07-22 22:27:12 +02:00
Ilion Beyst
1011015b29 show match url in planetwars_client 2022-07-21 21:42:47 +02:00
Ilion Beyst
b84e9be9d6 re-enable bot_api server 2022-07-21 20:29:01 +02:00
Ilion Beyst
c6293d8e32 delete old planetwars-cli code 2022-07-21 19:19:40 +02:00
Ilion Beyst
31f8271db6 update client for oneof messages 2022-07-20 23:43:19 +02:00
Ilion Beyst
73c536b4a6 wrap bot api in oneof for extendability 2022-07-20 23:21:06 +02:00