judge4c/src
cfngc4594 d64f95b4e7 refactor(judge): rewrite judge service to use database submissions
- Change return type from JudgeResult to Submission
- Add database operations to persist submission records
- Improve error handling and container cleanup
- Update compile and run functions to work with submissions
- Add proper status updates throughout the process
2025-04-11 09:52:56 +08:00
..
actions refactor(judge): rewrite judge service to use database submissions 2025-04-11 09:52:56 +08:00
app style(bot): simplify layout and optimize className order 2025-04-10 10:44:39 +08:00
components refactor(hooks): move show-status-toast.tsx from lib to hooks 2025-04-11 09:47:31 +08:00
config feat(layout): refactor problem layout to use DockView for organizing content sections 2025-04-04 18:13:14 +08:00
hooks refactor(hooks): move show-status-toast.tsx from lib to hooks 2025-04-11 09:47:31 +08:00
lib refactor(hooks): move show-status-toast.tsx from lib to hooks 2025-04-11 09:47:31 +08:00
providers refactor(problem-store): consolidate problem data structure into ProblemWithDetails 2025-04-09 20:38:53 +08:00
stores refactor(problem-store): consolidate problem data structure into ProblemWithDetails 2025-04-09 20:38:53 +08:00
styles style(dockview): adjust border radius and tab spacing in abyss-spaced 2025-04-09 15:06:22 +08:00
types feat(types): add problem and testcase details types with prisma include 2025-04-09 20:24:57 +08:00