aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-08-11refactor(backend): define OpenAPI spec of fortee login APInsfisis
2024-08-11refactor: move openapi.yaml to openapi/nsfisis
2024-08-11feat(frontend): improve top page stylingnsfisis
2024-08-11fix(frontend): fix layout shiftnsfisis
2024-08-10feat(frontend): change score displaynsfisis
2024-08-10fix(frontend): provide stable keynsfisis
2024-08-10Merge branch 'feat/watch-page'nsfisis
2024-08-10feat(frontend): show status indicator iconnsfisis
2024-08-10feat: implement watch pagensfisis
2024-08-10chore: add `make all` and `make reset` for local devnsfisis
2024-08-10feat: extends watcher message typesnsfisis
2024-08-10feat(frontend): partially implement watch pagensfisis
2024-08-10feat(backend): include `verification_steps` in `Game` objectnsfisis
2024-08-10feat(backend): include `players` in `Game` objectnsfisis
2024-08-10Merge branch 'feat/security'nsfisis
2024-08-10fix(frontend): fix favicon pathnsfisis
2024-08-10fix(backend): fix base path of login/logout pages on local envnsfisis
2024-08-10feat(frontend): set secure attribute of cookiensfisis
2024-08-10feat: configure JWT secretnsfisis
2024-08-10fix(frontend): fix base path of admin dashboardnsfisis
2024-08-10fix(frontend): fix base path of assetsnsfisis
2024-08-10feat: add GitHub workflow to update submodule of `nsfisis/nil.ninja`nsfisis
2024-08-10feat: prepend base pathnsfisis
2024-08-09chore: update compose.prod.yamlnsfisis
2024-08-09chore: update Makefile.prodnsfisis
2024-08-09Merge branch 'feat/auth-fortee'nsfisis
2024-08-09feat: support authentication via forteensfisis
2024-08-08fix(backend): fix admin game edit pagensfisis
2024-08-08Merge branch 'feat/code-hash'nsfisis
2024-08-08feat(backend/worker): calculate code hash in api-servernsfisis
2024-08-08feat(backend): add `code_hash` to `submissions` tablensfisis
2024-08-08Merge branch 'feat/worker-auth'nsfisis
2024-08-08feat(worker): re-enable authentication between api-server and workernsfisis
2024-08-08fix(backend): fix an issue where game type is not setnsfisis
2024-08-08Merge branch 'feat/golangci-lint'nsfisis
2024-08-08feat(backend/worker): enable `revive` in `golangci-lint`nsfisis
2024-08-08feat(backend/worker): enable `stylecheck` 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/worker): introduce `golangci-lint`nsfisis
2024-08-08Merge branch 'feat/taskqueue'nsfisis
2024-08-08fix(backend): fix an issue where stdout and stderr of testcase results are ↵nsfisis
discarded
2024-08-08chore(backend): update fixturesnsfisis
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): generate taskqueue/processor_wrapper.go by go generatensfisis
2024-08-08refactor(backend): wrap taskqueue.processornsfisis
2024-08-08refactor(backend): organize gen/ directorynsfisis
2024-08-08feat(backend): split task into smaller task typesnsfisis