Commit Graph

3303 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
6e7e068b12 Changes before error encountered
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 17:59:43 +00:00
copilot-swe-agent[bot]
58fe048857 Initial plan 2026-01-08 17:50:13 +00:00
copilot-swe-agent[bot]
1f0eb05b79 Initial plan 2026-01-08 17:45:44 +00:00
cddd61f3ef Merge pull request #1433 from johndoe6345789/copilot/fix-typescript-type-check-again
Fix Gate 1.2 TypeScript check via DBAL codegen integration + add GHCR multi-arch images
2026-01-08 17:44:42 +00:00
copilot-swe-agent[bot]
85890a9c02 Add comprehensive implementation summary for Gate 1.2 fixes and GHCR support
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 17:41:59 +00:00
copilot-swe-agent[bot]
eb0289d593 Address code review feedback: fix workflow step ID, improve YAML regex, remove error suppression
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 17:40:13 +00:00
copilot-swe-agent[bot]
9a757fd5df Add GHCR container image support with multi-arch builds and security scanning
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 17:37:44 +00:00
copilot-swe-agent[bot]
bf674e0da4 Update Gate 1.2 workflows to run DBAL codegen before TypeScript type check
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 17:35:14 +00:00
copilot-swe-agent[bot]
2e2a0f8218 Fix DBAL codegen to handle multi-document YAML and include sensitive fields with warnings
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 17:34:09 +00:00
copilot-swe-agent[bot]
97c659673b Initial plan 2026-01-08 17:22:41 +00:00
78e62b4bce Merge pull request #1431 from johndoe6345789/copilot/fix-eslint-unnecessary-conditions
Fix ESLint strict type checking errors across TypeScript codebase
2026-01-08 17:13:03 +00:00
copilot-swe-agent[bot]
2ffab4b4ba Fix all ESLint errors and warnings
- Fixed unnecessary conditional checks for optional properties in page.tsx
- Fixed unnecessary type assertions in page.tsx
- Fixed nullable object checks in test files
- Fixed nullable string checks in filtering.ts and validate-email.ts
- Removed unused eslint-disable directives across multiple files
- Fixed redundant type warning in monaco-editor-react.d.ts
- Generated Prisma types to resolve type errors

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 17:05:28 +00:00
copilot-swe-agent[bot]
00de4dca23 Initial plan 2026-01-08 16:49:21 +00:00
da04432b06 Merge pull request #1429 from johndoe6345789/copilot/fix-typecheck-errors
[WIP] Fix type checking errors in foundation types
2026-01-08 16:45:49 +00:00
copilot-swe-agent[bot]
5b49332c2f Fix all remaining TypeScript type errors - typecheck now passes
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 16:42:01 +00:00
copilot-swe-agent[bot]
208b2ec07a Fix remaining TypeScript errors in frontend and tests
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 16:30:58 +00:00
copilot-swe-agent[bot]
1a3ee146c1 Fix Promise await issues and add sx prop to fakemui components
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 16:21:35 +00:00
copilot-swe-agent[bot]
a4169bd56e Add YAML-based type generator for DBAL and generate types.generated.ts
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 16:16:46 +00:00
copilot-swe-agent[bot]
ba19f0b585 Initial plan 2026-01-08 16:07:51 +00:00
f550696332 Merge pull request #1427 from johndoe6345789/copilot/fix-typescript-errors
Fix TypeScript syntax errors in test files
2026-01-08 16:01:08 +00:00
copilot-swe-agent[bot]
1aa625327b Fix TypeScript syntax errors in test files
- Fixed ItemsPerPageSelector.test.tsx line 46: Added missing if statement and proper bracing
- Fixed retry.test.ts lines 148, 167, 176, 190: Moved eslint-disable comments to proper location
- All reported TypeScript compilation errors are now resolved

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 15:55:18 +00:00
copilot-swe-agent[bot]
add494f26c Initial plan 2026-01-08 15:50:10 +00:00
7fa453b670 Merge pull request #1424 from johndoe6345789/copilot/fix-lint-issues
Fix ESLint strict type-checking errors (137/140 issues resolved)
2026-01-08 15:46:16 +00:00
copilot-swe-agent[bot]
c7058874e0 Fix final batch of linting issues - 137 of 140 fixed! (3 parsing errors remain)
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 15:33:38 +00:00
copilot-swe-agent[bot]
7538a1b66e Fix fourth batch of linting issues (18 fixed, 28 remaining - 20 errors, 8 warnings)
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 15:24:46 +00:00
copilot-swe-agent[bot]
a3cb9c074f Fix third batch of linting issues (35 fixed, 52 remaining)
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 15:16:14 +00:00
copilot-swe-agent[bot]
c5ebdfe45a Fix second batch of linting issues (21 fixed, 87 remaining)
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 15:10:45 +00:00
copilot-swe-agent[bot]
48bf3bcbc4 Fix first batch of linting issues (32 fixed, 108 remaining)
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 15:03:17 +00:00
copilot-swe-agent[bot]
d81ba627f5 Initial plan 2026-01-08 14:54:54 +00:00
1ad651d453 Merge pull request #1422 from johndoe6345789/copilot/fix-playwright-test-suite-blocker
Fix Playwright test suite CI blocker: Add missing test scripts to frontends/nextjs
2026-01-08 14:54:12 +00:00
copilot-swe-agent[bot]
af45e9694d Add comprehensive resolution summary document
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 14:43:07 +00:00
copilot-swe-agent[bot]
df795327f8 Add missing E2E test scripts to frontends/nextjs/package.json
- Added test:unit script for unit tests
- Added test:e2e script referencing root Playwright config
- Added test:e2e:ui, test:e2e:headed, test:e2e:debug scripts
- Added test:e2e:report script
- Added test:e2e:dbal-daemon script for daemon-specific tests
- Fixed playwright.dbal-daemon.config.ts to use correct paths and health endpoint

This resolves the CI blocker where workflows running from frontends/nextjs
directory couldn't find these scripts.

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 14:40:53 +00:00
copilot-swe-agent[bot]
20e9472bb3 Initial plan 2026-01-08 14:29:06 +00:00
a4106eb9d8 Merge pull request #1418 from johndoe6345789/copilot/fix-run-playwright-test-blocker
Fix Playwright test discovery and webServer readiness detection
2026-01-08 14:28:43 +00:00
copilot-swe-agent[bot]
8623bfc0bd Add comprehensive Playwright fix summary documentation
Document all issues found and fixed:
- Test discovery picking up wrong files (unit tests)
- WebServer readiness check hanging on 404
- Missing database configuration
- Complete test results showing 4/5 passing
- Instructions for running tests
- Next steps for improvements

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 14:18:57 +00:00
copilot-swe-agent[bot]
84e91569c8 Fix webServer health check URL - Playwright tests now working
- Changed webServer url from http://localhost:3000 to /api/health endpoint
- Root path returns 404 (no configured homepage), causing Playwright to hang
- Health endpoint returns 200 OK, allowing Playwright to detect server readiness
- Added DATABASE_URL env var to webServer configuration
- Added stdout/stderr piping for better debugging

Tests now run successfully:
- 4/5 smoke tests passing
- Server starts and responds correctly
- Prisma connects and queries work
- Only expected failure is test checking for landing page buttons (404 page)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 14:16:50 +00:00
copilot-swe-agent[bot]
73f34d0a9e Add root playwright.config.ts to fix test discovery
- Create root-level playwright config that properly scopes test discovery
- Configure testMatch to only find *.spec.ts files (not unit tests)
- Point testDir to ./e2e explicitly
- Fix webServer command to generate Prisma and start Next.js dev server
- Resolves test discovery picking up Vitest unit tests causing import errors

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 14:05:25 +00:00
copilot-swe-agent[bot]
0f76c47f93 Initial plan 2026-01-08 13:51:22 +00:00
015a5c5533 Merge pull request #1413 from johndoe6345789/dependabot/npm_and_yarn/storybook-10.1.11
build(deps-dev): bump storybook from 8.6.15 to 10.1.11
2026-01-08 13:51:02 +00:00
66e8bb09fa Merge branch 'main' into dependabot/npm_and_yarn/storybook-10.1.11 2026-01-08 13:50:54 +00:00
130f40cb3d Merge pull request #1414 from johndoe6345789/dependabot/npm_and_yarn/storybook/react-vite-10.1.11
build(deps-dev): bump @storybook/react-vite from 8.6.15 to 10.1.11
2026-01-08 13:50:40 +00:00
0a6db264fc Merge branch 'main' into dependabot/npm_and_yarn/storybook/react-vite-10.1.11 2026-01-08 13:50:30 +00:00
2f6d54d255 Merge pull request #1415 from johndoe6345789/dependabot/npm_and_yarn/storybook/react-10.1.11
build(deps-dev): bump @storybook/react from 8.6.15 to 10.1.11
2026-01-08 13:49:53 +00:00
df21275872 Merge branch 'main' into dependabot/npm_and_yarn/storybook/react-10.1.11 2026-01-08 13:49:48 +00:00
19fe90cf65 Merge pull request #1404 from johndoe6345789/copilot/test-playwright-functionality
Investigate and repair Playwright tests - Fix Prisma 7 SQLite adapter usage and configure test infrastructure
2026-01-08 13:48:39 +00:00
26d41a6ce8 Merge branch 'main' into copilot/test-playwright-functionality 2026-01-08 13:48:32 +00:00
copilot-swe-agent[bot]
a144295709 Remove hardcoded absolute paths, use relative paths for database fallback
Fixed issue where absolute bot paths were hardcoded in Prisma configuration:
- Changed fallback from 'file:/home/runner/work/metabuilder/metabuilder/prisma/prisma/dev.db'
  to 'file:../../prisma/prisma/dev.db' in both files
- This makes the code portable and works regardless of deployment location
- Verified dev server starts correctly and database operations work with relative path

Files modified:
- frontends/nextjs/src/lib/config/prisma.ts
- dbal/development/src/adapters/prisma/context.ts

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 13:22:49 +00:00
copilot-swe-agent[bot]
ba3f8c670b Add .env file and fix Playwright webServer command to run from correct directory
The Playwright tests were timing out because:
1. Missing .env file with DATABASE_URL configuration
2. webServer command was running from wrong directory

Changes:
- Created frontends/nextjs/.env with DATABASE_URL and DBAL configuration
- Updated e2e/playwright.config.ts to use npm --prefix for correct path resolution
- Verified dev server starts successfully and responds to requests
- Database operations confirmed working (Prisma adapters functioning correctly)

Test status: Tests can now connect to server, infrastructure is ready

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 13:08:39 +00:00
0f4754f598 Merge pull request #1411 from johndoe6345789/copilot/implement-features-from-roadmap
Implement pagination components and authentication middleware from ROADMAP Phase 2
2026-01-08 12:41:26 +00:00
dependabot[bot]
ea14a170da build(deps-dev): bump @storybook/react from 8.6.15 to 10.1.11
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 8.6.15 to 10.1.11.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/renderers/react)

---
updated-dependencies:
- dependency-name: "@storybook/react"
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-08 12:05:29 +00:00