edd521d0a1
config: package,json,zip (3 files)
2025-12-26 01:09:09 +00:00
8e627bc643
Add configuration files and scripts for Next.js frontend setup
2025-12-25 14:42:29 +00:00
b1986e43f4
tidy up project structure
2025-12-25 13:30:05 +00:00
b3e17e7dd4
feat: Add troubleshooting guide and enhance act scripts
...
- Created a new troubleshooting guide in README.md for common issues and testing problems.
- Updated package.json to include new act commands for linting, type checking, building, and diagnosing workflows.
- Added a pre-commit hook script to validate workflows before commits.
- Enhanced run-act.sh script with logging, Docker checks, and improved output formatting.
- Improved test-workflows.sh with an interactive menu and performance tracking.
- Introduced setup-act.sh for quick setup and testing of act integration.
2025-12-25 13:16:45 +00:00
fda4ad333f
fix some things
2025-12-25 12:39:17 +00:00
afd1b104bc
tidy
2025-12-25 11:26:45 +00:00
2bc29addf5
remove tailwind
2025-12-25 10:49:08 +00:00
c00dcb0da2
lil fix
2025-12-25 10:44:04 +00:00
e44ada9dc7
Rename project and clean up dependencies
...
Updated project name and removed several dependencies.
2025-12-25 10:36:07 +00:00
3b3ca56d20
Merge branch 'main' into copilot/fix-typescript-strictness
2025-12-25 07:07:14 +00:00
copilot-swe-agent[bot]
1cf310b0c1
Phase 1: Add TypeScript typecheck to CI and enable strict mode
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-25 04:55:38 +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
copilot-swe-agent[bot]
b309b20ccc
Implement C++ daemon with CMake, Ninja build system
...
Created complete C++ implementation:
- Core library (client, errors, capabilities)
- Query engine (AST, builder, normalizer)
- Utilities (UUID generation, exponential backoff)
- SQLite adapter and connection pool
- Daemon server with security manager
- Unit, integration, and conformance tests
Build system:
- CMakeLists.txt with optional Conan dependencies
- Renamed build assistant to .cjs for ES module compatibility
- Fixed conanfile.txt format for Conan 2.x
- All tests passing, daemon runs successfully
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-24 22:46:00 +00:00
1009807afb
Generated by Spark: Now use a tool like playwright to fetch the page, download a screenshot and have a look at it
2025-12-24 21:02:06 +00:00
01934f5c68
Generated by Spark: 0s
...
1s
1s
4s
Run npm ci
npm error code EUSAGE
npm error
npm error `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm error
npm error Missing: prisma@6.19 .1 from lock file
npm error
npm error Clean install a project
npm error
npm error Usage:
npm error npm ci
npm error
npm error Options:
npm error [--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
npm error [--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
npm error [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
npm error [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit]
npm error [--no-bin-links] [--no-fund] [--dry-run]
npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
npm error [-ws|--workspaces] [--include-workspace-root] [--install-links]
npm error
npm error aliases: clean-install, ic, install-clean, isntall-clean
npm error
npm error Run "npm help ci" for more info
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2025-12-24T20_34_10_607Z-debug-0.log
Error: Process completed with exit code 1.
2025-12-24 20:39:57 +00:00
b46848f254
Generated by Spark: C++ code should have Conan and Ninja, little js build assistant for C++
2025-12-24 20:34:01 +00:00
5cd62c08e8
Generated by Spark: Each package in package folder has a unit tests folder
2025-12-24 19:51:20 +00:00
45528d3bef
Add Prisma setup and CI validation
2025-12-24 18:40:33 +00:00
copilot-swe-agent[bot]
b0330ca702
Fix e2e test timeouts and add act script for local workflow testing
...
- Updated playwright config to use correct port (5000 instead of 5173)
- Fixed e2e tests to navigate from landing page before testing login
- Simplified tests to focus on UI rendering rather than full auth flows
- Added run-act.sh script for running GitHub Actions locally
- Added npm scripts: act, act:lint, act:e2e
- Updated README with act documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-24 12:49:50 +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]
086740d449
Create weak link between packages folder and main project
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-24 00:59:45 +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
dependabot[bot]
34525dab53
Bump vite from 7.2.6 to 7.3.0
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.2.6 to 7.3.0.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.3.0/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-23 23:02:37 +00:00
dependabot[bot]
4306991814
Bump zod from 3.25.76 to 4.2.1
...
Bumps [zod](https://github.com/colinhacks/zod ) from 3.25.76 to 4.2.1.
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.2.1 )
---
updated-dependencies:
- dependency-name: zod
dependency-version: 4.2.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-23 23:02:20 +00:00
dependabot[bot]
f956b1addc
Bump typescript from 5.7.3 to 5.9.3
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.7.3 to 5.9.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.9.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 5.9.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-23 23:02:07 +00:00
dependabot[bot]
e320b9f244
Bump marked from 15.0.12 to 17.0.1
...
Bumps [marked](https://github.com/markedjs/marked ) from 15.0.12 to 17.0.1.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v15.0.12...v17.0.1 )
---
updated-dependencies:
- dependency-name: marked
dependency-version: 17.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-23 23:01:51 +00:00
d1b659ea65
Generated by Spark: Import / export packages as zips, various images and other asserts can go in same zip
2025-12-23 22:43:58 +00:00
456c3d25a4
Generated by Spark: Implement real Lua interpreter integration for executing custom scripts
2025-12-23 21:12:13 +00:00
4e70317184
Generated by Spark: It's really nice but I want to make the UI of everything using a drag and drop GUI with a monaco editor for the off chance we want custom code. If your nervous about putting javascript in the code box, maybe we could find a javascript lua library. This might mean we want a login system, so we hide the admin panel behind a login page, we could set some default credentials. You will need to catalogue all the material ui components and wire them into a generic gui editor.
2025-12-23 20:51:59 +00:00
a024526c87
Initial commit
2025-12-23 20:23:31 +00:00