Commit Graph

11 Commits

Author SHA1 Message Date
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]
def61b1da3 Fix Prisma client generation in CI/CD
- Fix import path from 'prisma/config' to '@prisma/config' in prisma.config.ts
- Add proper output path to generator in schema.prisma for monorepo structure
- Make dotenv import optional with try/catch for CI environments
- Prisma client now generates successfully in frontends/nextjs/node_modules/.prisma/client

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 16:39:50 +00:00
copilot-swe-agent[bot]
3db55d5870 Add ErrorLog model, database utilities, and ErrorLogsTab component
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 14:52:56 +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
6b3304ecaa docs: nextjs,frontends,prisma (6 files) 2025-12-26 01:16:23 +00:00
0b1a82a2b7 update: prisma,schema (1 files) 2025-12-26 00:16:14 +00:00
115b679983 docs: nextjs,frontends,session (86 files) 2025-12-26 00:03:46 +00:00
4b135fac92 things 2025-12-25 12:32:52 +00:00
copilot-swe-agent[bot]
9dc4506072 Phase 5: Testing & verification complete - All systems operational
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-25 03:57:40 +00:00
750c7eff4c Generated by Spark: Ensure we use Prisma for database layer 2025-12-24 18:55:21 +00:00
45528d3bef Add Prisma setup and CI validation 2025-12-24 18:40:33 +00:00