Commit Graph

3273 Commits

Author SHA1 Message Date
6ddea3bdce Merge pull request #1444 from johndoe6345789/dependabot/npm_and_yarn/old/npm_and_yarn-eda7ca5f0b
build(deps): bump tmp from 0.0.33 to 0.2.5 in /old in the npm_and_yarn group across 1 directory
2026-01-09 01:38:48 +00:00
dependabot[bot]
1f236bca36 build(deps): bump tmp
Bumps the npm_and_yarn group with 1 update in the /old directory: [tmp](https://github.com/raszi/node-tmp).


Updates `tmp` from 0.0.33 to 0.2.5
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.0.33...v0.2.5)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-09 01:12:54 +00:00
72e367c209 Merge pull request #1443 from johndoe6345789/copilot/refactor-pipeline-structure
Consolidate 3 gated workflows into single unified pipeline
2026-01-09 01:11:43 +00:00
copilot-swe-agent[bot]
149c0f8715 Add final consolidation summary at repository root
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 23:26:05 +00:00
copilot-swe-agent[bot]
320aa270d4 Add comprehensive pipeline consolidation documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 23:24:33 +00:00
copilot-swe-agent[bot]
025b7d774f Update workflow documentation to reflect pipeline consolidation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 23:22:51 +00:00
copilot-swe-agent[bot]
01b639b1e0 Consolidate 3 pipelines into 1 unified gated-pipeline.yml
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 23:20:00 +00:00
copilot-swe-agent[bot]
49cfffbb2f Initial plan 2026-01-08 23:14:50 +00:00
f86e637da1 Merge pull request #1440 from johndoe6345789/copilot/update-roadmap-documentation
Document MetaBuilder evolution from Spark-based prototype to Next.js platform
2026-01-08 23:12:06 +00:00
copilot-swe-agent[bot]
759ec80a44 Add comprehensive project history and Spark version comparison to ROADMAP.md
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 23:05:48 +00:00
copilot-swe-agent[bot]
0bd8c7c2a7 Initial plan 2026-01-08 23:02:11 +00:00
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