aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/game
AgeCommit message (Collapse)Author
2024-08-10feat: implement watch pagensfisis
2024-08-08feat(backend/worker): calculate code hash in api-servernsfisis
2024-08-08fix(backend): fix an issue where game type is not setnsfisis
2024-08-08feat(backend/worker): enable `revive` in `golangci-lint`nsfisis
2024-08-08feat(backend/woerker): enable `errcheck` in `golangci-lint`nsfisis
2024-08-08feat(backend/worker): enable `unused`, `gofmt` and `goimports` in ↵nsfisis
`golangci-lint`
2024-08-08feat(backend): aggregate testcase resultsnsfisis
2024-08-08feat(backend): implement processTaskResults() partiallynsfisis
2024-08-08refactor(backend): add Queue.Enqueue*() variantsnsfisis
2024-08-08feat(backend): split task into smaller task typesnsfisis
2024-08-08refactor: rename task result's "result" to "status" for consistencynsfisis
2024-08-08feat(backend): rename testcase_executions to testcase_resultsnsfisis
2024-08-08feat(backend): separate game hub worker channelnsfisis
* processing incoming WebSocket messages * processing task results
2024-08-08feat(backend): fix an issue where testcase execution results are sent to all ↵nsfisis
players
2024-08-08refactor(backend): move ownership of channel to send task resultsnsfisis
2024-08-05fix(backend): fix code submissionnsfisis
2024-08-05fix(backend): fix typo on message typesnsfisis
2024-08-05feat: show execution result in play pagensfisis
2024-08-05feat(backend): enqueue exec task when players submit their codensfisis
2024-08-05feat: implement task queuensfisis
2024-08-05feat(backend): wait for all players to enternsfisis
2024-08-05feat(backend): disallow to connect to watch page in multiplayer modensfisis
2024-08-05feat(backend): return `game_type` in API responsensfisis
2024-08-04chore: remove admin APIs to communicate between app-server and api-servernsfisis
2024-08-03feat: partially implement submit actionnsfisis
2024-08-01refactor(backend): `Id` to `ID` in echo path paramsnsfisis
2024-08-01refactor(backend): `Id` to `ID` in oapi-codegennsfisis
2024-08-01feat: change procedure of game startingnsfisis
2024-07-31feat: "iOSDC 2024" to "iOSDC Japan 2024"nsfisis
2024-07-31feat: implement /admin/games and /admin/games/{gameId}nsfisis
2024-07-31feat(backend): enable `nullable-type` option of `oapi-codegen` for strict ↵nsfisis
handling of nullable OpenAPI types
2024-07-29fix(backend): fix an issue where game hub is closed unexpectedlynsfisis
2024-07-29refactor(backend)nsfisis
2024-07-29feat: authenticate WebSocket connection by short-lived access tokennsfisis
2024-07-29feat: partially implement watchingnsfisis
2024-07-29refactor(backend): enable emit_pointers_for_null_types in sqlcnsfisis
2024-07-29feat: handle code and execresult messagesnsfisis
2024-07-29feat(backend): partially implement gamingnsfisis
2024-07-28refactor(backend): move game-related code to game modulensfisis