Commit Graph

  • ea92ba9d67 feat(seed): update seed data to add editor language configurations cfngc4594 2025-03-16 19:43:21 +0800
  • af0ece8952 feat(judge): integrate Prisma for editor language configurations cfngc4594 2025-03-16 19:32:34 +0800
  • 0cb5484fbd chore(store): update result type and remove unused imports cfngc4594 2025-03-16 19:31:05 +0800
  • 2d4abc5141 chore(types): delete src/types/judge.ts file cfngc4594 2025-03-16 19:28:52 +0800
  • c32704af27 chore(prisma): run prisma migrate to add JudgeResult model cfngc4594 2025-03-16 19:07:55 +0800
  • a4f377037b feat(prisma): add JudgeResult model to store execution results cfngc4594 2025-03-16 19:05:16 +0800
  • c40403a78f docs(readme): remove shiki compatibility section after updating rehype-pretty-code, shiki, and @shikijs/monaco to latest versions cfngc4594 2025-03-16 18:19:56 +0800
  • 5da1629524 chore(deps): update rehype-pretty-code, shiki, and @shikijs/monaco packages cfngc4594 2025-03-16 18:15:43 +0800
  • eef2df3eb4 feat(prisma): add ExitCode enum to schema cfngc4594 2025-03-16 17:13:57 +0800
  • 2e7f9540fe feat(prisma): add ExitCode enum for handling problem outcomes cfngc4594 2025-03-16 17:11:29 +0800
  • f34a01e8f5 feat(judge): remove unused judge configuration file cfngc4594 2025-03-16 17:07:24 +0800
  • d67ddf6882 chore(prisma): run migration to add DockerConfig to EditorLanguageConfig cfngc4594 2025-03-16 16:45:59 +0800
  • aa34320295 feat(prisma): add DockerConfig model and update EditorLanguageConfig for Docker integration cfngc4594 2025-03-16 16:44:55 +0800
  • f3b9ae64f4 feat(code-editor): refactor to support dynamic language and LSP configuration cfngc4594 2025-03-16 16:36:02 +0800
  • 332e019e70 feat(workspace/editor): add language server config support and optimize data fetching logic cfngc4594 2025-03-16 16:24:58 +0800
  • 4dc3b44bf0 feat(workspace-editor): add languageServerConfigs support to WorkspaceEditorHeader cfngc4594 2025-03-16 16:06:33 +0800
  • 004bdb510b feat(language-selector): update to support multiple language server configurations cfngc4594 2025-03-16 15:59:59 +0800
  • acfeee5a26 refactor(language-server): replace EditorLanguageMetadata with EditorLanguageConfig and LanguageServerConfig for better type safety cfngc4594 2025-03-16 15:49:46 +0800
  • 31c5d86f2c chore(store): update CodeEditorStore for LSP config changes cfngc4594 2025-03-16 15:40:00 +0800
  • ff8eff5891 chore(config, types): remove deprecated language server and editor language files cfngc4594 2025-03-16 15:39:07 +0800
  • c1999bd386 refactor(utils): update getPath function to use EditorLanguageConfig from Prisma cfngc4594 2025-03-16 15:36:54 +0800
  • 4d13ba2c6d feat(prisma): add LanguageServerConfig model and relationship with EditorLanguageConfig cfngc4594 2025-03-16 14:39:23 +0800
  • eb7943ab7e feat(prisma): refactor Prisma schema to remove circular relation and simplify EditorLanguageConfig and LanguageServerConfig models cfngc4594 2025-03-16 14:37:25 +0800
  • 07ffcf439b refactor(code-editor-store): replace DefaultEditorLanguageConfig with DEFAULT_EDITOR_LANGUAGE constant cfngc4594 2025-03-16 14:28:25 +0800
  • b0bb5b5250 feat(editor-language): simplify language configuration to a constant cfngc4594 2025-03-16 14:27:28 +0800
  • ee4020f50f feat(workspace): pass editorLanguageConfigs to LanguageSelector and WorkspaceEditorHeader cfngc4594 2025-03-16 14:18:14 +0800
  • 4dbf6d774b chore(prisma): apply migration to remove id field from EditorLanguageConfig model cfngc4594 2025-03-16 14:12:02 +0800
  • 1bfa119b52 feat(prisma): remove id field from EditorLanguageConfig model and set language as unique cfngc4594 2025-03-16 14:09:34 +0800
  • 649637cceb chore(prisma): apply migration for editor language config model cfngc4594 2025-03-16 13:47:06 +0800
  • ae97115d24 feat(prisma): add model to store language configurations cfngc4594 2025-03-16 13:46:09 +0800
  • b0e00e7d69 feat(language-selector): integrate icons for languages in language selector cfngc4594 2025-03-16 13:33:16 +0800
  • 02f4fc1c3f feat(config): add mapping for EditorLanguage to icons cfngc4594 2025-03-16 13:31:08 +0800
  • 82d85d3b31 refactor(config): remove icon property from EditorLanguageConfig cfngc4594 2025-03-16 13:24:06 +0800
  • 939cd4b2f0 refactor(types): remove icon property from EditorLanguageMetadata type cfngc4594 2025-03-16 13:23:32 +0800
  • d1188f5ea6 chore(components): move features to components/features cfngc4594 2025-03-16 12:05:59 +0800
  • db4bc0dc73 chore(config): remove problem folder cfngc4594 2025-03-15 22:35:15 +0800
  • 672b627ed1 chore(app): remove playground folder cfngc4594 2025-03-15 22:34:23 +0800
  • 13217399d0 docs(readme): update Docker deployment instructions and add environment configuration details cfngc4594 2025-03-15 22:00:48 +0800
  • a399f0c2d5 docs(env): add PostgreSQL credentials, update DATABASE_URL format, and improve placeholders and comments cfngc4594 2025-03-15 21:37:56 +0800
  • 34266de048 feat(compose): add judge4c and postgres services, update lsp-c and lsp-cpp configurations, and change network to judge4c cfngc4594 2025-03-15 21:31:31 +0800
  • ef6de27957 chore(docker): delete compose.local.yml file cfngc4594 2025-03-15 21:20:08 +0800
  • a2007316e0 chore(docker): update Dockerfile to optimize build steps and remove redundant copying of .env file cfngc4594 2025-03-15 20:15:49 +0800
  • 86c58f87d3 chore(scripts): update postinstall script and remove prisma migrate deploy cfngc4594 2025-03-15 20:14:57 +0800
  • 3e4c58d953 refactor(AuthLayout): replace <a> with <Link> for better navigation cfngc4594 2025-03-15 00:11:51 +0800
  • 60ef253c1f feat(docker): add .env file copy step to Dockerfile cfngc4594 2025-03-14 23:51:36 +0800
  • 740bc1e00b feat(problemset): optimize database query by selecting specific fields cfngc4594 2025-03-14 18:59:44 +0800
  • cd50e73fc9 refactor(auth): extract saltRounds constant cfngc4594 2025-03-14 17:15:38 +0800
  • 116519a70b feat(auth): refactor sign up and sign in forms with react-hook-form and zod validation cfngc4594 2025-03-14 17:08:11 +0800
  • 468e72e9a8 feat(auth): add sign up and sign in functions with credentials cfngc4594 2025-03-14 17:06:19 +0800
  • abae72118a feat(components/ui): add Form component from shadcn/ui cfngc4594 2025-03-14 15:55:37 +0800
  • 0215644e6c refactor(auth): extract credentials sign-in and sign-up forms into separate components cfngc4594 2025-03-14 15:54:32 +0800
  • 5f49d6841e feat(layout): add Sonner Toaster for toast notifications cfngc4594 2025-03-14 15:36:29 +0800
  • 18d9b28e1e feat(components/ui): add Sonner component from shadcn/ui cfngc4594 2025-03-14 15:33:07 +0800
  • b94daca2cf chore(env): merge .env.local.example into .env.example cfngc4594 2025-03-14 15:29:58 +0800
  • 907d108714 feat(auth): implement custom credentials provider with session management cfngc4594 2025-03-14 14:39:26 +0800
  • bfaaf25732 feat(auth): add layout for authentication pages with redirect logic cfngc4594 2025-03-14 14:38:51 +0800
  • cb5c97a57f chore(public): add placeholder SVG image cfngc4594 2025-03-14 14:38:11 +0800
  • 2d872da445 feat(auth): add sign-in and sign-up pages cfngc4594 2025-03-14 14:37:32 +0800
  • 095af823e4 feat(auth): add sign-in and sign-up forms with GitHub sign-in option cfngc4594 2025-03-14 14:36:35 +0800
  • eadd276c29 feat(auth): add GitHubSignIn component cfngc4594 2025-03-14 14:35:07 +0800
  • 47c219bc4a refactor(avatar-button): replace sign-in handler with redirect to /sign-in cfngc4594 2025-03-14 14:34:05 +0800
  • e6e5ea98ea feat(auth): add validation schema using Zod cfngc4594 2025-03-14 14:22:58 +0800
  • 3cff6624c8 chore(deps): add uuid package cfngc4594 2025-03-14 14:18:09 +0800
  • 17dd98c78c refactor(utils): remove type annotation from getPath function cfngc4594 2025-03-14 11:04:12 +0800
  • f9ed3b4e39 chore(deps): add @types/bcrypt package cfngc4594 2025-03-14 11:03:06 +0800
  • e2dce21261 feat(components/ui): add Label component from shadcn/ui cfngc4594 2025-03-14 10:11:22 +0800
  • 015f46f873 chore(deps): add bcrypt and zod packages cfngc4594 2025-03-14 00:19:20 +0800
  • dbc1e8b814 chore(prisma): run migration for credentials-based auth changes cfngc4594 2025-03-14 00:18:56 +0800
  • eac20c8882 feat(prisma): allow nullable email/name and add password field in User model cfngc4594 2025-03-14 00:17:29 +0800
  • 60aef705d5 refactor(editor): replace loading skeleton with custom Loading component cfngc4594 2025-03-13 11:44:14 +0800
  • 2f037f8a78 feat(layout): add Suspense with fallback loading for problemset layout cfngc4594 2025-03-13 11:24:24 +0800
  • b78547a992 feat(run-code): add tooltip to button for better UX cfngc4594 2025-03-13 10:48:01 +0800
  • 574a98e58e chore(auth): move auth.ts to src/lib directory cfngc4594 2025-03-12 22:46:01 +0800
  • c6cba8f504 feat(playground-header): replace SettingsButton with AvatarButton cfngc4594 2025-03-12 21:17:50 +0800
  • e6b4be4758 feat(problemset-layout): add AvatarButton to problemset layout cfngc4594 2025-03-12 21:17:14 +0800
  • 171ee8abdc refactor(settings-button): update to use dropdown menu item instead of button cfngc4594 2025-03-12 21:15:44 +0800
  • d0235b0989 feat(avatar-button): add AvatarButton component with login/logout functionality cfngc4594 2025-03-12 21:14:18 +0800
  • 2679f52066 feat(RootLayout): add SettingsDialog component cfngc4594 2025-03-12 17:38:33 +0800
  • 118b96a7a8 fix(auth): change prisma import to default export cfngc4594 2025-03-12 15:55:42 +0800
  • 012e0f7d05 fix(problem): remove unnecessary parseInt conversion for problem id cfngc4594 2025-03-12 15:32:14 +0800
  • 24d94f3802 feat(prisma): add global Prisma client instance cfngc4594 2025-03-12 15:25:31 +0800
  • bc7b7e3b8a feat(components/ui): add Avatar component from shadcn/ui cfngc4594 2025-03-12 15:19:41 +0800
  • 89d9dbd01e feat(auth): add GitHub provider for authentication cfngc4594 2025-03-12 15:18:31 +0800
  • 6a0937390c chore(prisma): generate migration for authentication schema changes cfngc4594 2025-03-12 15:11:05 +0800
  • a3900d7c9c feat(prisma): refactor schema to support authentication and relational data cfngc4594 2025-03-12 15:09:01 +0800
  • 256a8614e3 feat(auth): integrate PrismaAdapter with NextAuth for database integration cfngc4594 2025-03-12 15:07:20 +0800
  • d3d280e618 refactor(prisma): replace global with globalThis for cross-platform compatibility cfngc4594 2025-03-12 15:06:08 +0800
  • 22b2824dc0 chore(deps): add @auth/prisma-adapter and update @prisma/client, prisma versions cfngc4594 2025-03-12 15:04:29 +0800
  • 18ab071ca6 feat(auth): create route.ts for NextAuth API handler cfngc4594 2025-03-12 15:02:02 +0800
  • 134cd38964 feat(auth): create auth.ts for authentication setup cfngc4594 2025-03-12 15:01:26 +0800
  • 78d04a34f2 chore(example): add AUTH_SECRET to .env.local.example cfngc4594 2025-03-12 15:00:03 +0800
  • 75c884e8cc chore(deps): add next-auth@beta package cfngc4594 2025-03-12 14:59:11 +0800
  • eab62706e0 feat(problemset): add dynamic rendering for ProblemsetPage cfngc4594 2025-03-12 13:57:57 +0800
  • c58ed38c03 feat(problemset): add sorting by id in problemset page cfngc4594 2025-03-12 12:52:50 +0800
  • 6d61e6e783 refactor(header): remove state management and add back button cfngc4594 2025-03-12 12:24:53 +0800
  • 97405a8657 feat(components): add back button component with tooltip cfngc4594 2025-03-12 12:22:41 +0800
  • 247e54c40c refactor(settings-dialog): integrate settings dialog state with store cfngc4594 2025-03-12 11:49:29 +0800
  • 83356993e9 refactor(settings-button): integrate settings dialog state with store cfngc4594 2025-03-12 11:48:41 +0800
  • efa16c8b77 refactor(store): rename useSettingNavStore to useSettingsStore and update state structure cfngc4594 2025-03-12 11:47:31 +0800
  • a7a50231d2 refactor(problems): use Suspense for lazy loading and adjust layout structure cfngc4594 2025-03-12 08:59:38 +0800