Commit Graph

  • 4a17552093 bugs: fix bugs in coding template fly6516 2025-04-15 17:03:50 +0800
  • 73effbd561 bugs: fix bugs in coding template fly6516 2025-04-15 16:40:03 +0800
  • a9ea06a56a bugs: fix bugs in coding template fly6516 2025-04-15 16:40:03 +0800
  • 7073d5ddf4 feat: change template for running feature fly6516 2025-04-15 16:09:59 +0800
  • 8b276ae91e chore(docker): add compose.cn.yml file cfngc4594 2025-04-15 13:27:08 +0800
  • a2bf1fc7a1 chore(deps): add react-world-flags package cfngc4594 2025-04-15 01:03:35 +0800
  • d98522d643 feat(i18n): add locale management and configuration cfngc4594 2025-04-14 23:15:41 +0800
  • 30922a25bb feat(i18n): integrate next-intl and dynamic locale support in RootLayout cfngc4594 2025-04-14 22:43:27 +0800
  • 8673e4615a feat(i18n): integrate next-intl plugin for internationalization cfngc4594 2025-04-14 21:49:16 +0800
  • e7e8b5da8b chore(deps): add next-intl package cfngc4594 2025-04-14 21:46:03 +0800
  • 5465450143 feat(auth): update sign-in and sign-up flow with redirect support cfngc4594 2025-04-14 21:27:06 +0800
  • 799ab3ccd1 refactor(avatar-button): remove unnecessary account and notification items from dropdown menu cfngc4594 2025-04-14 17:59:52 +0800
  • c540a04c36 feat(problemset): add status icons for problem set page, support completed and attempted states cfngc4594 2025-04-14 17:35:31 +0800
  • 0694e4dea0 feat(problemset): add completion status indicator for problems cfngc4594 2025-04-14 17:22:01 +0800
  • 59e133f29c feat(submissions-table): update table to display detailed status message cfngc4594 2025-04-14 16:53:58 +0800
  • 55a9d79965 feat: add missing i18n in sign up and login in page,add i18n in table.tsx fly6516 2025-04-14 16:47:13 +0800
  • 69d03f89da refactor(problem): remove TestResult tab and adjust tab positions cfngc4594 2025-04-14 16:25:10 +0800
  • d58723bd47 delete(features): remove src/app/(app)/problems/[id]/features folder cfngc4594 2025-04-14 16:22:10 +0800
  • 207697c592 feat(submission-details): display last failed test case details and error messages cfngc4594 2025-04-14 15:38:02 +0800
  • b18dedcc23 feat(judge): create testcaseResult for TLE and update relation field cfngc4594 2025-04-14 15:33:18 +0800
  • 675c828fe2 feat(submissions): include detailed testcase data in problem submissions query cfngc4594 2025-04-14 15:30:59 +0800
  • f53807338a refactor(submission-table): switch to SubmissionWithTestcaseResult to support testcase results cfngc4594 2025-04-14 14:15:16 +0800
  • 44ec30e988 refactor(store): replace Submission with SubmissionWithTestcaseResult in dockview store cfngc4594 2025-04-14 14:12:15 +0800
  • 1ad8dbab47 feat(types/prisma): add submission and testcase result query types cfngc4594 2025-04-14 14:11:29 +0800
  • 81f89f7b16 refactor(schema): rename TestcaseResult fields to camelCase cfngc4594 2025-04-14 11:33:19 +0800
  • 983c66bdbb feat: activate config.ts to control settings fly6516 2025-04-14 10:40:22 +0800
  • fbf563dfdf refactor(details): move panel cleanup logic into useEffect cfngc4594 2025-04-14 10:40:08 +0800
  • ce4a0e64c9 feat(store): persist submission state in dockview store cfngc4594 2025-04-14 10:39:06 +0800
  • 9b82088110 feat(judge): add language-specific compilation commands for C and C++ cfngc4594 2025-04-14 10:28:39 +0800
  • 2a4d741a76 feat(submissions): show language label alongside icon in submissions table cfngc4594 2025-04-14 10:26:57 +0800
  • 06b6032436 feat: fix bugs in avatar-button.tsx and settings-dialog.tsx because of wrong translation coding fly6516 2025-04-14 10:05:11 +0800
  • 3bd2b5f075 feat: add basic modules translation fly6516 2025-04-14 05:12:05 +0800
  • 01c2cd6eef refactor(description-form): simplify form to use basic input instead of markdown editor cfngc4594 2025-04-13 22:45:33 +0800
  • c82b75b300 feat(dockview-store): add submission state management cfngc4594 2025-04-13 22:44:05 +0800
  • b35ef0208a feat(submissions-table): add click handler to open details panel cfngc4594 2025-04-13 22:43:01 +0800
  • 2d06b778e6 feat(problems): add Details panel for submission details view cfngc4594 2025-04-13 22:42:08 +0800
  • 9364f273eb feat: add basic messages and auto-select language feature fly6516 2025-04-13 19:13:45 +0800
  • db620ceae3 feat(judge): add memory usage tracking for accepted solutions cfngc4594 2025-04-13 17:28:13 +0800
  • 03c47f76d2 feat(judge): set executionTime as max testcase runtime on AC cfngc4594 2025-04-13 13:39:36 +0800
  • e7ad3a66e6 style(testcase-form): reorder input props and make inputs read-only cfngc4594 2025-04-13 13:22:47 +0800
  • 8b3faf4a42 feat(submissions): improve submission table with icons and better status display cfngc4594 2025-04-13 13:18:10 +0800
  • 105802a209 feat(problem): add parallel routes cfngc4594 2025-04-13 12:06:08 +0800
  • a559c326a8 feat(problem): refactor layout and page components cfngc4594 2025-04-13 11:56:01 +0800
  • a897e00a72 chore(dockview): remove unused Dockview configuration file cfngc4594 2025-04-13 11:54:07 +0800
  • 54998d5c1b feat(dockview): update DockView component to support external onApiReady callback cfngc4594 2025-04-13 11:53:06 +0800
  • 0de139f29c refactor(bot-toggle): inline Bot panel config and remove DefaultDockviewOptions dependency cfngc4594 2025-04-13 11:41:58 +0800
  • 56782b83fc refactor(components): migrate DockView to dynamic panel/tab components with store-based API exposure and autoAdd flag cfngc4594 2025-04-13 11:35:29 +0800
  • 737965dc91 style(submissions-table): replace odd row styling with even row check logic cfngc4594 2025-04-13 11:23:58 +0800
  • 7d7e503c8e feat(judge): add revalidation for problem page after submission cfngc4594 2025-04-13 11:16:26 +0800
  • fd50e72518 fix(prisma): rename Submission relations to submissions for consistency cfngc4594 2025-04-13 11:13:18 +0800
  • 8809dbdb1a feat(run-code): activate Submissions panel after running code cfngc4594 2025-04-12 13:38:57 +0800
  • d9d9db16fe refactor(bot): simplify layout and improve UI rendering in Bot component cfngc4594 2025-04-12 13:17:48 +0800
  • 72a868402c feat(header): add BotVisibilityToggle to header component cfngc4594 2025-04-12 10:55:41 +0800
  • f78196d7e0 feat(components): add bot visibility toggle component cfngc4594 2025-04-12 10:53:32 +0800
  • 3b1c2fc41b refactor(problem): replace inline dockview options with default config cfngc4594 2025-04-12 10:47:23 +0800
  • 69e06ecfc6 feat(dockview): add Zustand store for dockview API management cfngc4594 2025-04-12 10:41:52 +0800
  • faf7f45425 feat(dockview): add configuration for panel layout cfngc4594 2025-04-12 10:40:59 +0800
  • 7963d38388 feat(submissions): add submissions table component and display on problem page cfngc4594 2025-04-11 17:44:45 +0800
  • bb644113f4 chore(deps): add date-fns package cfngc4594 2025-04-11 17:43:17 +0800
  • 82b0705bdb feat(problem-store): add submissions to problem store state and provider cfngc4594 2025-04-11 17:42:52 +0800
  • ad43eb9b0a refactor(status): extract status logic into separate module cfngc4594 2025-04-11 17:41:04 +0800
  • 31441aed89 chore(tailwind): include lib directory in content paths cfngc4594 2025-04-11 17:27:42 +0800
  • a81be5c0f9 feat(judge): implement full testcase support and result recording cfngc4594 2025-04-11 16:01:44 +0800
  • 4da3723195 feat(types): add getAllProblemsWithTestcases and ProblemWithTestcases cfngc4594 2025-04-11 15:58:37 +0800
  • 24f78ab811 chore(prisma): add seed data for testcase_result model cfngc4594 2025-04-11 15:57:24 +0800
  • 2de1674b22 feat(prisma): add testcase_result model and related relations cfngc4594 2025-04-11 15:56:24 +0800
  • 1c0612372b feat(prisma): add TestcaseResult model and relations to Submission and Testcase cfngc4594 2025-04-11 15:53:56 +0800
  • d64f95b4e7 refactor(judge): rewrite judge service to use database submissions cfngc4594 2025-04-11 09:52:56 +0800
  • dc939085bb refactor(hooks): move show-status-toast.tsx from lib to hooks cfngc4594 2025-04-11 09:47:31 +0800
  • 93b5a68426 chore(config): update Tailwind content paths to include hooks and remove pages cfngc4594 2025-04-11 09:46:11 +0800
  • 6e22822383 chore(toast): rename show-exit-code-toast.tsx to show-status-toast.tsx cfngc4594 2025-04-10 22:42:41 +0800
  • 5e3b75a36b feat(prisma): add submission table and related relations cfngc4594 2025-04-10 22:26:45 +0800
  • 7dbf06b99f feat(prisma): add user and problem relations to Submission model cfngc4594 2025-04-10 22:24:40 +0800
  • 895c3f779d refactor(judge): fetch timeLimit and memoryLimit from Problem instead of DockerConfig cfngc4594 2025-04-10 21:59:11 +0800
  • 82428bbd09 chore(seed): remove timeLimit and memoryLimit from DockerConfig data cfngc4594 2025-04-10 21:57:11 +0800
  • 17c6be8a65 feat(prisma): migrate timeLimit and memoryLimit to Problem model cfngc4594 2025-04-10 21:55:32 +0800
  • feee3a2580 feat(prisma): move timeLimit and memoryLimit from DockerConfig to Problem model cfngc4594 2025-04-10 21:54:30 +0800
  • 84ebd17be9 style(playground): adjust header layout and z-index for centered RunCode button cfngc4594 2025-04-10 20:38:39 +0800
  • 10c1716019 style(bot): simplify layout and optimize className order cfngc4594 2025-04-10 10:44:39 +0800
  • 2f2c8ab112 refactor(problems): improve testcase scroll layout using ScrollArea cfngc4594 2025-04-10 10:41:36 +0800
  • c4e9c5b566 feat(seed): add expected output for test data cfngc4594 2025-04-10 10:39:24 +0800
  • e2914d1e18 feat(schema): add expectedOutput field to Testcase model cfngc4594 2025-04-10 10:19:17 +0800
  • 11fac9b3d6 feat(prisma): add expectedOutput field to Testcase model cfngc4594 2025-04-10 10:16:05 +0800
  • 3f10c08a6c feat(testcase): add dynamic testcase card and form for problem view cfngc4594 2025-04-09 21:26:06 +0800
  • 51b9d7fa72 feat(seed): add testcases for test data cfngc4594 2025-04-09 21:13:26 +0800
  • f1f2a70c0e refactor(problem-store): consolidate problem data structure into ProblemWithDetails cfngc4594 2025-04-09 20:38:53 +0800
  • 5698a6b81f feat(types): add problem and testcase details types with prisma include cfngc4594 2025-04-09 20:24:57 +0800
  • a02335b255 feat(problem-store): add testcases to store state and provider cfngc4594 2025-04-09 19:41:55 +0800
  • e6614a0aa2 feat(types/prisma): implement getTestcaseWithData with TestcaseWithData type cfngc4594 2025-04-09 19:37:47 +0800
  • 1813d4ed79 chore(prisma): migrate to add Testcase and TestcaseData models cfngc4594 2025-04-09 19:31:51 +0800
  • 521a185d7c feat(prisma): add Testcase and TestcaseData models with relation to Problem cfngc4594 2025-04-09 19:28:00 +0800
  • 0f71444f9f style(dockview): adjust border radius and tab spacing in abyss-spaced cfngc4594 2025-04-09 15:06:22 +0800
  • 46f2a3512f chore(deps): bump prisma and @prisma/client to v6.6.0 cfngc4594 2025-04-09 11:44:37 +0800
  • c5add2a42c docs(readme): improve WSL network config and add TLS troubleshooting guide cfngc4594 2025-04-09 11:43:39 +0800
  • cb940f8608 refactor(problemset): simplify layout by removing Suspense wrapper cfngc4594 2025-04-08 18:52:13 +0800
  • 41d68a4b15 docs(readme): reorganize deployment sections and add local development details cfngc4594 2025-04-08 18:36:12 +0800
  • c320ff9a00 chore(docker): switch to pre-built docker images from remote registry cfngc4594 2025-04-08 16:07:54 +0800
  • 536ae29dd1 chore(docker): rename compose files to local variants cfngc4594 2025-04-08 16:06:22 +0800
  • 9dc3ab6c8f feat(docker): update docker-compose.yml with environment variables and remote Docker configuration cfngc4594 2025-04-08 14:11:09 +0800
  • ca815d5b80 chore(env): update .env.example with PostgreSQL host/port and Docker remote access configuration cfngc4594 2025-04-08 14:04:06 +0800