Commit Graph

58 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
3afbd7228b Add SQLite adapter for Prisma 7 runtime
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 17:01:37 +00:00
copilot-swe-agent[bot]
e4db8a0bdc Fix Prisma 7 monorepo setup - install at root level
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 16:56:34 +00:00
copilot-swe-agent[bot]
37f48497a0 Update dependencies to latest versions and refactor API calls
- Updated Prisma from 6.19.1 to 7.2.0 (major version)
- Migrated Prisma schema to remove datasource URL (Prisma 7.x requirement)
- Updated PrismaClient initialization to pass datasourceUrl
- Fixed API route handlers to accept NextRequest parameter
- Updated MUI Grid component to include component prop for v7 compatibility
- Added AWS SDK dependencies to DBAL development module
- Created stub implementations for GitHub workflow log analysis functions

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 14:37:27 +00:00
copilot-swe-agent[bot]
b5cf9a1bbc Initial exploration - identify broken symlinks causing lint failure
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 04:11:16 +00:00
19bab1e7e4 Merge branch 'main' into dependabot/npm_and_yarn/prisma/client-7.2.0 2025-12-27 01:35:10 +00:00
dependabot[bot]
8c786a9cbc build(deps-dev): bump prisma from 6.19.1 to 7.2.0
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 6.19.1 to 7.2.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.2.0/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-26 11:19:16 +00:00
dependabot[bot]
fe96b08d5e build(deps): bump @prisma/client from 6.19.1 to 7.2.0
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 6.19.1 to 7.2.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.2.0/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-26 11:18:56 +00:00
edd521d0a1 config: package,json,zip (3 files) 2025-12-26 01:09:09 +00:00
c866a19810 config: lock,bun,package (3 files) 2025-12-25 21:38:18 +00:00
c0c0225641 config: package,lock,json (2 files) 2025-12-25 21:29:22 +00:00
b5ea0e38fa config: package,lock,json (3 files) 2025-12-25 21:12:56 +00:00
b1986e43f4 tidy up project structure 2025-12-25 13:30:05 +00:00
fda4ad333f fix some things 2025-12-25 12:39:17 +00:00
afd1b104bc tidy 2025-12-25 11:26:45 +00:00
1c7d78f529 npm i 2025-12-25 10:51:26 +00:00
aa8df36f2f Merge branch 'main' into renovate/tailwindcss-monorepo 2025-12-25 10:31:23 +00:00
renovate[bot]
8fb3559158 Update tailwindcss monorepo to v4.1.18 2025-12-25 10:30:56 +00:00
eed05a4d6e Merge branch 'main' into renovate/framer-motion-12.x-lockfile 2025-12-25 10:30:22 +00:00
renovate[bot]
2e1f4b24ca Update dependency framer-motion to v12.23.26 2025-12-25 10:29:34 +00:00
abea25fe0b Merge branch 'main' into renovate/eslint-plugin-react-refresh-0.x-lockfile 2025-12-25 10:29:23 +00:00
renovate[bot]
5a403df0d7 Update dependency eslint-plugin-react-refresh to v0.4.26 2025-12-25 08:37:55 +00:00
renovate[bot]
d81241c815 Update dependency eslint to v9.39.2 2025-12-25 08:37:47 +00:00
copilot-swe-agent[bot]
b04e86ddbe Fix npm ci error by updating package-lock.json
The package-lock.json was out of sync with package.json, causing npm ci to fail with missing @aws-sdk/client-s3@3.958.0. Ran npm install to regenerate the lock file and sync all dependencies.

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-25 07:15:47 +00:00
6a9e35f7ce Merge pull request #22 from johndoe6345789/renovate/tanstack-query-monorepo
Update dependency @tanstack/react-query to v5.90.12
2025-12-25 07:10:07 +00:00
renovate[bot]
7f228205e6 Update dependency @types/jszip to v3.4.1 2025-12-25 07:09:30 +00:00
renovate[bot]
e31760ee48 Update dependency @tanstack/react-query to v5.90.12 2025-12-25 07:09:24 +00:00
copilot-swe-agent[bot]
72c3c40620 Wire up DBAL with server-side integration and API route example
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-25 03:08:21 +00:00
copilot-swe-agent[bot]
3e9a3174d0 Phase 2: Fix Next.js build configuration and TypeScript errors
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-25 02:25:09 +00:00
copilot-swe-agent[bot]
7a3acb38a9 Phase 1: Next.js 15 migration setup and core structure
Converted project from Vite SPA to Next.js 15 with App Router:

**Dependencies:**
- Installed Next.js 15.1.6 with React 19
- Added @next/third-parties and sharp for optimization
- Updated package.json scripts for Next.js dev/build

**App Structure:**
- Created app/ directory with App Router
- Setup root layout with font optimization (IBM Plex Sans, Space Grotesk, JetBrains Mono)
- Created providers for ThemeProvider and QueryClient
- Implemented file-based routing structure

**Configuration:**
- next.config.ts with standalone output for Docker
- Image optimization config
- Webpack config for DBAL and Lua (Fengari) support
- Path aliases (@/, @/dbal)
- CORS headers for API routes

**Authentication:**
- Created AuthProvider context for client-side auth
- Middleware for route protection
- Session cookie validation
- Role-based redirects

**Routing Structure:**
```
app/
├── layout.tsx              # Root layout
├── providers.tsx           # Client providers
├── page.tsx                # Home (Level 1)
├── level1-client.tsx       # Client wrapper
├── login/                  # Login page
├── (auth)/                 # Protected routes
│   ├── dashboard/          # Level 2
│   ├── admin/              # Level 3
│   ├── builder/            # Level 4
│   └── supergod/           # Level 5
├── api/                    # API routes
└── _components/            # Shared components
```

**Features:**
- Server-side rendering ready
- Automatic code splitting
- Font optimization with next/font
- Image optimization configured
- Auth middleware protection
- Session management
- Role-based access control

**Migration Guide:**
- Created NEXTJS_MIGRATION.md with complete roadmap
- Phase 1 complete 
- Phase 2-5 in progress

**Compatibility:**
- All existing components preserved
- DBAL integration maintained
- Prisma unchanged
- Docker deployment ready (pending Dockerfile update)
- Tailwind CSS working
- Shadcn/ui components compatible

Next: Implement API routes, convert level components, update Docker.

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-25 01:22:00 +00:00
fa78d11724 Merge branch 'main' into codex/github-mention-migrate-project-to-prisma 2025-12-24 18:43:45 +00:00
b3428070c4 Merge remote-tracking branch 'origin/main' 2025-12-24 18:42:03 +00:00
929e05767c Generated by Spark: Fix all reported errors. 2025-12-24 18:42:02 +00:00
45528d3bef Add Prisma setup and CI validation 2025-12-24 18:40:33 +00:00
d1fdbeafa3 Merge branch 'main' into dependabot/npm_and_yarn/eslint/js-9.39.2 2025-12-24 11:39:09 +00:00
daaf3b244a Merge branch 'main' into dependabot/npm_and_yarn/tailwindcss/vite-4.1.18 2025-12-24 11:38:46 +00:00
14d1c5867b Merge branch 'main' into dependabot/npm_and_yarn/uuid-13.0.0 2025-12-24 11:38:19 +00:00
dependabot[bot]
c841eac27c Bump @tailwindcss/vite from 4.1.17 to 4.1.18
Bumps [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) from 4.1.17 to 4.1.18.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/@tailwindcss-vite)

---
updated-dependencies:
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-24 11:28:29 +00:00
dependabot[bot]
105d483c25 Bump react-hook-form from 7.67.0 to 7.69.0
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.67.0 to 7.69.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.67.0...v7.69.0)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-version: 7.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-24 11:28:29 +00:00
dependabot[bot]
400f87097d Bump uuid from 11.1.0 to 13.0.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 to 13.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v11.1.0...v13.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-24 11:28:27 +00:00
dependabot[bot]
50f4c6a471 Bump @eslint/js from 9.39.1 to 9.39.2
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.39.1 to 9.39.2.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-24 11:28:23 +00:00
dependabot[bot]
a0513d9da7 Bump octokit from 4.1.4 to 5.0.5
Bumps [octokit](https://github.com/octokit/octokit.js) from 4.1.4 to 5.0.5.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](https://github.com/octokit/octokit.js/compare/v4.1.4...v5.0.5)

---
updated-dependencies:
- dependency-name: octokit
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-24 11:22:24 +00:00
copilot-swe-agent[bot]
098dadb12f Add CI/CD workflows, ESLint config, and Playwright e2e tests
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 02:20:06 +00:00
1533c14aa1 Merge branch 'main' into copilot/create-weak-link-packages-folder 2025-12-24 02:08:46 +00:00
900c06ed35 Merge pull request #1 from johndoe6345789/dependabot/npm_and_yarn/marked-17.0.1
Bump marked from 15.0.12 to 17.0.1
2025-12-24 01:03:54 +00:00
76edc37052 Merge pull request #2 from johndoe6345789/dependabot/npm_and_yarn/typescript-5.9.3
Bump typescript from 5.7.3 to 5.9.3
2025-12-24 01:03:37 +00:00
d226168941 Merge pull request #3 from johndoe6345789/dependabot/npm_and_yarn/zod-4.2.1
Bump zod from 3.25.76 to 4.2.1
2025-12-24 01:03:22 +00:00
023b0961c3 Merge pull request #4 from johndoe6345789/dependabot/npm_and_yarn/vite-7.3.0
Bump vite from 7.2.6 to 7.3.0
2025-12-24 01:02:52 +00:00
copilot-swe-agent[bot]
d16e919faf Optimize setup script to skip if packages already exist
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 01:02:24 +00:00
copilot-swe-agent[bot]
c7b4e66fff Initial plan for weak link between packages folder and main project
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 00:54:37 +00:00
dependabot[bot]
7b69aca5ab Bump react-dom from 19.2.0 to 19.2.3
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.0 to 19.2.3.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-23 23:02:51 +00:00