Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-11 | add new bot stats endpoint | Ilion Beyst | 1 | -0/+53 | |
2022-08-29 | show only completed matches in match log | Ilion Beyst | 1 | -0/+3 | |
2022-08-26 | add maps to matches api | Ilion Beyst | 2 | -2/+7 | |
2022-08-25 | add map info to matches | Ilion Beyst | 1 | -2/+23 | |
2022-08-25 | create db::maps module | Ilion Beyst | 2 | -0/+32 | |
2022-08-23 | create maps table | Ilion Beyst | 1 | -8/+2 | |
2022-08-12 | abstract matches pagination logic | Ilion Beyst | 1 | -42/+52 | |
2022-08-09 | create password reset utility | Ilion Beyst | 1 | -3/+25 | |
Co-authored-by: Wout Schellaert <wout.schellaert@gmail.com> | |||||
2022-08-08 | implement before and after filters for matches | Ilion Beyst | 1 | -5/+30 | |
2022-08-04 | list matches for a specific bot | Ilion Beyst | 1 | -0/+30 | |
2022-07-30 | list only public matches in API | Ilion Beyst | 1 | -22/+42 | |
2022-07-30 | add is_public to matches | Ilion Beyst | 1 | -0/+2 | |
2022-07-25 | limit amount of matches used by ranker | Ilion Beyst | 1 | -2/+5 | |
2022-07-24 | add bot detail page | Ilion Beyst | 1 | -0/+6 | |
2022-07-24 | basic user profile pages | Ilion Beyst | 1 | -2/+2 | |
2022-07-23 | store active version id in bots table | Ilion Beyst | 1 | -7/+41 | |
2022-07-23 | sort match players to ensure correct ordering | Ilion Beyst | 1 | -0/+5 | |
2022-07-12 | refactor: delay BotSpec construction in RunMatch | Ilion Beyst | 1 | -1/+1 | |
2022-07-07 | NewBotVersion | Ilion Beyst | 1 | -5/+6 | |
2022-07-06 | rename code_bundle to bot_version | Ilion Beyst | 2 | -10/+10 | |
2022-07-05 | migrate code_bundles to bot_versions | Ilion Beyst | 2 | -17/+18 | |
2022-06-10 | update RunMatch helper to allow for remote bots | Ilion Beyst | 1 | -2/+2 | |
2022-06-10 | allow match_player code_bundle_id to be null | Ilion Beyst | 1 | -7/+16 | |
2022-05-29 | save match winner in database | Ilion Beyst | 1 | -3/+10 | |
2022-05-17 | implement leaderboard endpoint | Ilion Beyst | 1 | -1/+28 | |
2022-05-09 | add ratings table | Ilion Beyst | 2 | -0/+28 | |
2022-04-28 | move match running logic to separate module | Ilion Beyst | 1 | -1/+1 | |
2022-04-09 | add validation to user registration | Ilion Beyst | 1 | -2/+6 | |
2022-03-13 | apply clippy suggestions | Ilion Beyst | 2 | -11/+10 | |
2022-03-12 | typo: maches -> matches | Ilion Beyst | 1 | -1/+1 | |
2022-03-11 | add information about match players to match API object | Ilion Beyst | 1 | -9/+46 | |
2022-03-10 | save match players in database | Ilion Beyst | 1 | -5/+5 | |
2022-02-27 | retrieve opponent from bots database | Ilion Beyst | 1 | -0/+4 | |
2022-02-27 | save all uploaded code bundles in database | Ilion Beyst | 1 | -2/+2 | |
2022-02-27 | make bot owner nullable | Ilion Beyst | 1 | -2/+2 | |
2022-02-15 | play matches async | Ilion Beyst | 1 | -1/+8 | |
2022-02-08 | store demo matches in database | Ilion Beyst | 2 | -10/+13 | |
2022-01-03 | add match_state to matches | Ilion Beyst | 1 | -0/+3 | |
2022-01-02 | serve match logs | Ilion Beyst | 1 | -1/+20 | |
2022-01-02 | store matches in database | Ilion Beyst | 2 | -0/+98 | |
2022-01-01 | minimal port of start_match logic | Ilion Beyst | 1 | -0/+7 | |
2022-01-01 | match form stubs | Ilion Beyst | 1 | -0/+5 | |
2021-12-31 | list uploaded code bundles on bot page | Ilion Beyst | 1 | -0/+6 | |
2021-12-30 | prototype bots pages | Ilion Beyst | 1 | -0/+6 | |
2021-12-30 | rename to planetwars-server | Ilion Beyst | 4 | -0/+210 | |