Commit Graph

3262 Commits

Author SHA1 Message Date
147c503ac8 Merge pull request #1439 from johndoe6345789/copilot/create-old-folder-for-first-commit
Archive early commit contents to old/ folder
2026-01-08 23:00:48 +00:00
copilot-swe-agent[bot]
3e0b8de1b6 Replace old folder with contents from commit cc3f48a (actual first commit)
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 22:59:15 +00:00
copilot-swe-agent[bot]
92496b5620 Add old folder with contents from first commit (89e189a)
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 22:42:18 +00:00
copilot-swe-agent[bot]
9a602cafb6 Initial plan 2026-01-08 22:39:47 +00:00
89e189a288 Merge pull request #1434 from johndoe6345789/copilot/merge-gated-ci-workflows
Merge two gated CI workflows
2026-01-08 18:16:53 +00:00
152f0120fa Merge branch 'main' into copilot/merge-gated-ci-workflows 2026-01-08 18:16:46 +00:00
copilot-swe-agent[bot]
b173afae71 Complete merge: Remove gated-ci-atomic.yml and update documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 18:11:51 +00:00
8e713e5ff8 Merge pull request #1436 from johndoe6345789/copilot/fix-gate-2-1-unit-tests
Fix 22 failing unit tests in Gate 2.1
2026-01-08 18:08:00 +00:00
copilot-swe-agent[bot]
7e3851c93b Fix all 22 failing unit tests in Gate 2.1
- Fixed API client: Changed response.json().catch() to try-catch pattern (14 tests)
- Fixed auth middleware: Check for undefined user before accessing user.level (1 test)
- Fixed compiler: Treat empty string as undefined for map field (3 tests)
- Fixed retry tests: Use callCount variable instead of mock.calls.length (4 tests)
- Fixed unhandled rejection warnings: Add catch handlers in error tests

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 18:03:40 +00:00
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