Commit Graph

34 Commits

Author SHA1 Message Date
4749eed5d0 docs: cli,yml,workflows (2 files) 2025-12-26 06:25:47 +00:00
ce5830a06f config: yml,workflows,github (1 files) 2025-12-26 05:16:29 +00:00
689c858303 config: yml,workflows,github (6 files) 2025-12-26 04:33:59 +00:00
ff4d796342 docs: workflows,github,yml (9 files) 2025-12-26 04:29:26 +00:00
b2f3e4f293 docs: yml,workflows,github (12 files) 2025-12-26 02:34:39 +00:00
115b679983 docs: nextjs,frontends,session (86 files) 2025-12-26 00:03:46 +00:00
757b1f35fc config: yml,workflows,github (2 files) 2025-12-25 23:09:21 +00:00
e0e5b46fc3 config: cpp,yml,workflows (2 files) 2025-12-25 23:06:32 +00:00
f643db3746 config: hpp,dbal,cpp (3 files) 2025-12-25 23:05:45 +00:00
02482c8eef config: yml,workflows,github (1 files) 2025-12-25 21:42:37 +00:00
29de721cdc config: yml,workflows,github (1 files) 2025-12-25 21:42:06 +00:00
5f7b3c521a config: yml,workflows,github (1 files) 2025-12-25 21:40:35 +00:00
3537211368 feat(todos): Add comprehensive TODO lists for various project areas
- Created TODO files for Testing, DBAL, Frontend, Packages, Database, and Lua Scripting.
- Updated README with a quick reference table for all TODO files and their priorities.
- Added specific tasks for improving testing coverage, implementing DBAL features, enhancing frontend components, and refining package management.
- Included documentation tasks to ensure thorough coverage and clarity across all areas.
- Implemented initial unit tests for the useAuth hook and improved password generation logic.
- Enhanced package loader functionality to support modular package seed data retrieval.
- Updated page renderer to include public role in permission checks.
- Added comments for future unit tests in workflow engine and other critical areas.
2025-12-25 15:47:15 +00:00
517209f187 Enhance issue triage and PR management workflows with improved comment formatting and AI assistance suggestions 2025-12-25 13:56:09 +00:00
e328aa37a6 Refactor CI/CD workflows to set working directory and cache paths for Next.js frontend
Add AuthProvider component for user authentication management
Implement users API route with DBAL integration
Create layout component for application structure and metadata
Add Level1Client component for navigation handling
2025-12-25 13:46:55 +00:00
70088ee9cd code quality 2025-12-25 13:05:24 +00:00
2e3fdaf1a2 metrics 2025-12-25 13:01:34 +00:00
fda4ad333f fix some things 2025-12-25 12:39:17 +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]
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
copilot-swe-agent[bot]
c9de59a9e3 Add explicit permissions for workflow security
Set minimal read-only permissions for GITHUB_TOKEN to follow
security best practices and fix CodeQL alert.

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 22:31:16 +00:00
copilot-swe-agent[bot]
8b602f7bc9 Fix CI failures: Add conditional check for C++ source files
The C++ workflow was failing because no implementation files exist yet.
Added check-implementation job that verifies src/ directory exists before
running build/test jobs. All jobs now skip gracefully when C++ sources
are not yet implemented.

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 22:25:32 +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
7598143368 Generated by Spark: Check github workflow config ensures Copilot assists with entire SDLC 2025-12-24 19:37:40 +00:00
ae13a093cd Generated by Spark: repair: ### CI/CD (ci.yml)
1. **Prisma Dependencies Missing**
   - Status:  Failing
   - Issue: `@prisma/client` and `prisma` packages not installed
   - Fix: `npm install @prisma/client prisma`

2. **Prisma Schema Missing**
   - Status:  Failing
   - Issue: No `prisma/schema.prisma` file
   - Fix: Create Prisma schema file

3. **Test Script Missing**
   - Status:  Failing
   - Issue: `test:e2e` script not in package.json
   - Fix: Verify `package.json` has the script

### Code Review (`code-review.yml`)

- Status: ⚠️ Requires PR context
- Can be tested with custom event payload

### Auto Merge (`auto-merge.yml`)

- Status: ⚠️ Requires GitHub API access
- May not work fully in local environment
2025-12-24 19:29:27 +00:00
586054c2b6 Generated by Spark: Use 'act' to find out why actions are failing 2025-12-24 19:19:21 +00:00
45528d3bef Add Prisma setup and CI validation 2025-12-24 18:40:33 +00:00
a2adb4b4e1 Update .github/workflows/auto-merge.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-24 03:39:12 +00:00
fa193101f6 Update .github/workflows/code-review.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-24 03:39:02 +00:00
6dafe95244 Update .github/workflows/code-review.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-24 03:38:49 +00:00
91e2a1bca4 Update .github/workflows/code-review.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-24 03:38:37 +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
copilot-swe-agent[bot]
a2c90f0870 Add GitHub Action to detect and notify about merge conflicts
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 01:26:50 +00:00