Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-26 | add maps to matches api | Ilion Beyst | 6 | -13/+45 | |
2022-08-25 | add map info to matches | Ilion Beyst | 2 | -2/+25 | |
2022-08-25 | create db::maps module | Ilion Beyst | 2 | -0/+32 | |
2022-08-23 | create maps table | Ilion Beyst | 5 | -13/+28 | |
2022-08-22 | create editor store | Ilion Beyst | 3 | -14/+38 | |
2022-08-22 | populate new index page | Ilion Beyst | 2 | -6/+93 | |
2022-08-22 | move rules to their own route | Ilion Beyst | 3 | -20/+18 | |
2022-08-21 | make scroll bars less ugly in chrome | Ilion Beyst | 2 | -19/+14 | |
2022-08-21 | extract leaderboard from editor | Ilion Beyst | 4 | -26/+32 | |
2022-08-21 | move bot editor to /editor | Ilion Beyst | 3 | -283/+310 | |
2022-08-20 | implement LinkButton component | Ilion Beyst | 4 | -3/+16 | |
2022-08-19 | create global scss styles | Ilion Beyst | 6 | -40/+32 | |
2022-08-16 | consume matches pagination api | Ilion Beyst | 2 | -7/+16 | |
2022-08-16 | return pagination object from list matches API | Ilion Beyst | 1 | -7/+30 | |
2022-08-15 | styling of next/prev buttons | Ilion Beyst | 5 | -16/+46 | |
2022-08-15 | link to all matches on bot page | Ilion Beyst | 1 | -1/+21 | |
2022-08-12 | allow filtering for bot matches | Ilion Beyst | 1 | -2/+22 | |
2022-08-12 | abstract matches pagination logic | Ilion Beyst | 1 | -42/+52 | |
2022-08-11 | save matches pagination cursor in url | Ilion Beyst | 1 | -21/+26 | |
2022-08-09 | create password reset utility | Ilion Beyst | 4 | -8/+92 | |
Co-authored-by: Wout Schellaert <wout.schellaert@gmail.com> | |||||
2022-08-09 | badly paginated matches | Ilion Beyst | 1 | -1/+47 | |
2022-08-08 | properly initialize fetch in ApiClient | Ilion Beyst | 1 | -2/+3 | |
2022-08-08 | implement before and after filters for matches | Ilion Beyst | 2 | -8/+32 | |
2022-08-07 | move match index to ApiClient | Ilion Beyst | 1 | -13/+12 | |
2022-08-06 | extend api_client for loading match data | Ilion Beyst | 2 | -45/+46 | |
2022-08-06 | introduce ApiClient | Ilion Beyst | 3 | -56/+92 | |
2022-08-05 | show recent matches on bots page | Ilion Beyst | 2 | -5/+23 | |
2022-08-05 | extract MatchList component | Ilion Beyst | 2 | -103/+97 | |
2022-08-04 | list matches for a specific bot | Ilion Beyst | 2 | -3/+47 | |
2022-08-02 | add parameters to recent_matches api endpoint | Ilion Beyst | 2 | -4/+26 | |
2022-08-01 | make name field optional | Ilion Beyst | 1 | -1/+1 | |
2022-07-31 | create a basic match table | Ilion Beyst | 1 | -9/+112 | |
2022-07-31 | add winner to match api responses | Ilion Beyst | 1 | -0/+2 | |
2022-07-30 | list only public matches in API | Ilion Beyst | 3 | -25/+47 | |
2022-07-30 | add is_public to matches | Ilion Beyst | 8 | -2/+17 | |
2022-07-25 | don't allow registering reserved usernames | Ilion Beyst | 1 | -0/+6 | |
2022-07-25 | add local development instructions to README | Ilion Beyst | 1 | -7/+16 | |
2022-07-25 | limit amount of matches used by ranker | Ilion Beyst | 3 | -4/+9 | |
2022-07-25 | rename bot_api to client_api | Ilion Beyst | 8 | -80/+93 | |
2022-07-24 | pull docker bots before running them | Ilion Beyst | 2 | -2/+45 | |
2022-07-24 | add placeholders for empty lists | Ilion Beyst | 2 | -0/+6 | |
2022-07-24 | create new bot flow | Ilion Beyst | 4 | -4/+140 | |
2022-07-24 | use absolute paths for login and register | Ilion Beyst | 1 | -2/+2 | |
2022-07-24 | remove global style overrides from visualizer | Ilion Beyst | 2 | -9/+1 | |
2022-07-24 | add bot detail page | Ilion Beyst | 8 | -104/+185 | |
2022-07-24 | basic user profile pages | Ilion Beyst | 7 | -11/+105 | |
2022-07-23 | store active version id in bots table | Ilion Beyst | 10 | -30/+88 | |
2022-07-23 | sort match players to ensure correct ordering | Ilion Beyst | 1 | -0/+5 | |
2022-07-23 | update README | Ilion Beyst | 2 | -0/+25 | |
2022-07-23 | support working_directory and command string | Ilion Beyst | 2 | -3/+25 | |