Commit Graph

  • e63fc13a8e chore(deps): add prisma and tsx packages cfngc4594 2025-03-06 10:45:39 +0800
  • ef3114e68b chore(docker): remove QEMU setup and platform specification cfngc4594 2025-03-06 10:27:51 +0800
  • 63fd9a4a45 chore(docker): change default USER to root in Dockerfile and remove user: root in Compose cfngc4594 2025-03-06 00:32:56 +0800
  • 1bdae1d458 chore(dockerignore): remove env* pattern from .dockerignore cfngc4594 2025-03-05 22:50:36 +0800
  • 2ac6457f01 chore(docker): update .dockerignore to exclude additional files and folders cfngc4594 2025-03-05 21:30:03 +0800
  • 0d29c56750 feat(language-server): add logging for URL creation in connectToLanguageServer cfngc4594 2025-03-05 19:21:35 +0800
  • f4ce0e594d feat(dockerfile): support bun.lockb file cfngc4594 2025-03-05 16:23:10 +0800
  • 4e1a185036 docs(readme): improve setup instructions with pre-built Docker images cfngc4594 2025-03-05 16:19:02 +0800
  • 3e94bf07a6 chore(docker): update docker compose configuration to use pre-built images cfngc4594 2025-03-05 15:58:44 +0800
  • 7ade2f8e90 fix(docker): update matrix strategy for clearer context and file assignment cfngc4594 2025-03-05 15:44:26 +0800
  • bb06fafe78 chore(workflow): refactor Docker build and push workflow with matrix strategy cfngc4594 2025-03-05 15:38:55 +0800
  • c29e62b1e0 chore(workflow): add Checkout step to GitHub Actions workflow cfngc4594 2025-03-05 14:54:50 +0800
  • 922872e3a9 fix(actions): update context path from './' to '.' cfngc4594 2025-03-05 14:50:02 +0800
  • 3895a2e5b7 fix(actions): correct Dockerfile path parameter to 'file' in GitHub Actions workflow cfngc4594 2025-03-05 14:44:23 +0800
  • e903df067b feat(workflow): add Docker build and push automation cfngc4594 2025-03-05 14:15:54 +0800
  • 5f79671aa5 refactor(code-editor): dynamically fetch lspConfig from LanguageServerConfig cfngc4594 2025-03-05 13:29:17 +0800
  • 9ef83d99b6 chore(images): replace demo image with new version cfngc4594 2025-03-05 10:30:27 +0800
  • 353aff9b4d refactor(header, reset-button, useCodeEditorStore): remove unnecessary value prop and refactor related components cfngc4594 2025-03-05 10:18:06 +0800
  • 3336a9f1d0 feat(config/problem): add TEMP_DEFAULT_EDITOR_VALUE cfngc4594 2025-03-05 09:36:38 +0800
  • a33033b48d refactor(config/judge.ts, types/judge.ts): split judge configuration and types cfngc4594 2025-03-05 09:27:00 +0800
  • 808dd96a50 feat(language-selector): update language selector logic and integrate LSP config cfngc4594 2025-03-05 08:46:44 +0800
  • d33f214450 refactor(button): refactor ResetButton to accept value prop cfngc4594 2025-03-05 08:34:54 +0800
  • 2a47b469b0 feat(language-server): add environment variable support for configuration cfngc4594 2025-03-05 08:33:38 +0800
  • 470fa306c2 feat(editor): add language icon support cfngc4594 2025-03-05 08:32:33 +0800
  • ca82b94b0f refactor: replace old SUPPORTED_LANGUAGES config with new EditorLanguageConfig config cfngc4594 2025-03-05 08:30:58 +0800
  • 753422ebf4 refactor: remove unused editor and language config files cfngc4594 2025-03-05 08:28:52 +0800
  • 527c52abbc feat(editor): refactor code editor with LSP support and state management cfngc4594 2025-03-05 00:33:19 +0800
  • 0c94bb2fa3 refactor(store): restructure code editor store and update configuration cfngc4594 2025-03-05 00:31:57 +0800
  • a920cbc4b8 refactor(utils): rename languageServerConfigs to LanguageServerConfig cfngc4594 2025-03-04 21:28:47 +0800
  • 398928d933 style(editor): format code style for consistency cfngc4594 2025-03-04 21:27:53 +0800
  • d89a45daa8 feat(editor): update loading state with padding and refactor dynamic import cfngc4594 2025-03-04 21:26:51 +0800
  • 0c1ecbcff2 feat(editor): initialize CoreEditorLsp component cfngc4594 2025-03-04 21:05:23 +0800
  • 598ca75829 feat(editor): add default editor options configuration cfngc4594 2025-03-04 21:02:16 +0800
  • af23dd3289 feat(editor): add language server connection via WebSocket cfngc4594 2025-03-04 20:58:06 +0800
  • 742a827072 feat(language-server): add configuration for C and C++ cfngc4594 2025-03-04 20:53:19 +0800
  • 1f417fb4e6 feat(shiki): improve Shiki highlighter initialization with dynamic theme and language support cfngc4594 2025-03-04 20:29:21 +0800
  • 6d9c6701d4 feat(monaco-theme): update Monaco theme configuration with label metadata cfngc4594 2025-03-04 20:29:07 +0800
  • ec9f3b2475 feat(editor-language): update language configurations and types for C and C++ cfngc4594 2025-03-04 20:28:41 +0800
  • d8fa37dd8a feat(theme): add MonacoTheme enum, configuration and hook cfngc4594 2025-03-04 20:06:33 +0800
  • f1ead3ae6c feat: update Dockerfile.cn for avoid docker pull error fly6516 2025-03-04 14:15:27 +0800
  • 4cd8478ccd fix: add missing user,usergroup creation fly6516 2025-03-03 23:46:20 +0800
  • eb4da92d13 fix: use origin method to compile fly6516 2025-03-03 23:38:47 +0800
  • 17160193d6 feat: Add addditional Dockerfile.cn and compose.cn.yml for faster compiling and avoiding network issues fly6516 2025-03-03 22:58:41 +0800
  • 6ebf8fe935 refactor(problem-submission-page): simplify result destructuring and memo dependencies cfngc4594 2025-03-03 18:36:22 +0800
  • 6cf241b57b refactor(settings-dialog): update sidebar navigation items and cleanup imports cfngc4594 2025-03-03 15:50:00 +0800
  • 70d30c6cc6 refactor(settings): integrate Zustand store for navigation state management cfngc4594 2025-03-03 15:39:32 +0800
  • 30f12d0cd7 feat(store): add Zustand store for setting navigation persistence cfngc4594 2025-03-03 15:38:06 +0800
  • 4f7f367320 feat(settings-dialog): improve scroll behavior with ScrollArea cfngc4594 2025-03-03 15:24:35 +0800
  • 07c625d310 feat(header): add SettingsDialog and toggle its visibility via SettingsButton cfngc4594 2025-03-03 15:10:06 +0800
  • 09ef2bf22a feat(components/ui): add Sidebar-13 component from shadcn/ui cfngc4594 2025-03-03 14:51:13 +0800
  • aa255fc2e1 refactor(store): rename useCodeEditorState to useCodeEditorStore in imports cfngc4594 2025-03-03 14:20:25 +0800
  • 64655d8118 refactor(code-editor-store): rename and add hydration state, update storage handling cfngc4594 2025-03-03 14:18:32 +0800
  • 8bf109679d feat(tabs-store): persist only problemTab and workspaceTab in local storage cfngc4594 2025-03-03 14:17:22 +0800
  • 2b6b7c54d5 feat(workspace): add tabs state management with zustand and loading skeleton cfngc4594 2025-03-03 13:57:08 +0800
  • faad41039a feat(problem): add tabs state management with zustand and loading skeleton cfngc4594 2025-03-03 13:56:25 +0800
  • 466caed5bd feat(store): add zustand store for tabs state management cfngc4594 2025-03-03 13:55:33 +0800
  • dcbfe4c3d7 style(judge): align equal signs and comments for better readability cfngc4594 2025-03-03 12:10:16 +0800
  • eab8743095 feat(header): add settings button to header cfngc4594 2025-03-03 11:40:05 +0800
  • 1d81013122 feat(components): add settings button component with tooltip cfngc4594 2025-03-03 11:39:02 +0800
  • 5045e6f8c6 feat(@workspace/@editor): add toolbar buttons to editor header cfngc4594 2025-03-03 10:41:57 +0800
  • 0e4f9e0be9 feat(@workspace/@editor): add ResetButton component cfngc4594 2025-03-03 10:40:56 +0800
  • 4dbe390e3f feat(@workspace/@editor): add UndoButton component cfngc4594 2025-03-03 10:40:44 +0800
  • 2ddfb02fe8 feat(@workspace/@editor): add RedoButton component cfngc4594 2025-03-03 10:40:31 +0800
  • 806509130c feat(@workspace/@editor): add FormatButton component cfngc4594 2025-03-03 10:40:17 +0800
  • 4aad78b671 feat(@workspace/@editor): add CopyButton component cfngc4594 2025-03-03 10:40:01 +0800
  • 4be37fdf1e feat(components/ui): add Tooltip component from shadcn/ui cfngc4594 2025-03-03 10:33:43 +0800
  • 11c2e2c317 fix(judge): modify timeout handling logic to resolve on time limit exceeded cfngc4594 2025-03-03 02:29:55 +0800
  • 03f3d9682a feat(judge): update container configuration and add limits for output and memory cfngc4594 2025-03-03 02:13:48 +0800
  • 578e33d4c4 feat(config/judge): update result codes and language configurations cfngc4594 2025-03-03 02:12:23 +0800
  • 524cce5a73 fix(code-editor): ensure localStorage access is safe in non-browser environments cfngc4594 2025-03-02 14:39:04 +0800
  • 8be38cee1d fix(store): ensure localStorage access is safe in non-browser environments cfngc4594 2025-03-02 14:37:44 +0800
  • bc5c9cc699 feat(judge): enhance code execution handling with detailed results and error handling cfngc4594 2025-03-02 14:19:29 +0800
  • 180dc5e310 feat(editor): update result state type to JudgeResult cfngc4594 2025-03-02 13:40:33 +0800
  • 3d1ab62fe9 feat(judge): update configuration with exit codes and result type cfngc4594 2025-03-02 13:39:31 +0800
  • 8fc113b348 chore(deps): update version constraints for monaco-editor and monaco-languageclient cfngc4594 2025-03-02 12:21:32 +0800
  • f170f004a2 docs(README): add version lock requirements for monaco-editor and monaco-languageclient cfngc4594 2025-03-02 12:20:04 +0800
  • eac2d633ca fix(deps): restrict shiki and @shikijs/monaco versions to <=2.5.0 due to API deprecation cfngc4594 2025-03-02 11:41:19 +0800
  • fd7cf716f5 docs(readme): improve README with detailed WSL setup and package compatibility info cfngc4594 2025-03-02 11:39:08 +0800
  • efdf5089fa feat(judge): add memory usage monitoring and handling cfngc4594 2025-03-02 01:30:38 +0800
  • 9dede32073 feat(judge): add memory limit configuration to LanguageConfigs cfngc4594 2025-03-02 01:19:16 +0800
  • 8b744f54f4 feat(judge): add timeout handling to runCode and improve error handling cfngc4594 2025-03-02 00:52:24 +0800
  • f4077d2f1d feat(judge): add timeout configuration to LanguageConfigs cfngc4594 2025-03-02 00:52:12 +0800
  • 6b7bd2c587 fix(submission): add newline to bash code block cfngc4594 2025-03-02 00:50:17 +0800
  • 2ebda52857 feat(code-editor): persist editor value in local storage cfngc4594 2025-03-02 00:05:42 +0800
  • c52748734f fix(judge): replace 'let' with 'const' for variables that are never reassigned cfngc4594 2025-03-01 23:22:15 +0800
  • 4ad9bac50b refactor(editor): update Monaco editor type imports and state to use editor from monaco-editor cfngc4594 2025-03-01 23:19:35 +0800
  • 1893faad00 feat(store): persist language setting in code editor state cfngc4594 2025-03-01 23:14:29 +0800
  • 10a0c7ab99 feat(playground): add submission page for displaying code execution results cfngc4594 2025-03-01 22:29:14 +0800
  • 164eb3f0f5 feat(code-runner): implement execution result persistence cfngc4594 2025-03-01 21:23:44 +0800
  • f63275334e feat(store): add result state to code editor store cfngc4594 2025-03-01 21:15:52 +0800
  • 38038dc7b1 fix(judge): ensure container remains running and capture stderr separately cfngc4594 2025-03-01 21:07:06 +0800
  • 83deae7a02 feat(playground): add submission layout component cfngc4594 2025-03-01 19:28:36 +0800
  • dc6794b0ca feat(playground): add submission footer component cfngc4594 2025-03-01 19:25:50 +0800
  • 4a8ad24dcc feat(playground): add submission tab to problem layout cfngc4594 2025-03-01 19:18:24 +0800
  • 04794a34c7 feat(components/run-code): add code execution with loading state cfngc4594 2025-03-01 17:12:32 +0800
  • 8069df5973 feat(judge): add server-side code execution and judging functionality cfngc4594 2025-03-01 17:10:19 +0800
  • 6ca75616d0 feat(config): add LanguageConfig interface and LanguageConfigs object cfngc4594 2025-03-01 16:29:26 +0800
  • 989a6ae0d2 feat(compose): add docker socket mount and root user permission configuration cfngc4594 2025-03-01 16:06:33 +0800
  • 09f47bcfc5 chore(deps): add tar-stream package cfngc4594 2025-02-28 21:15:16 +0800
  • 46da804f14 feat(layout): replace Banner component with Header component cfngc4594 2025-02-26 21:54:54 +0800