Commit Graph

17 Commits

Author SHA1 Message Date
cdbea281ed docs: cpp,dbal,client (3 files) 2025-12-26 06:17:12 +00:00
88431aca9e docs: dbal,cpp,txt (2 files) 2025-12-26 06:15:52 +00:00
6bf6fc0497 code: cpp,dbal,client (1 files) 2025-12-26 06:15:36 +00:00
14b5038ad3 code: cpp,prisma,nextjs (2 files) 2025-12-26 06:14:01 +00:00
1e66dcc6be code: cpp,frontends,cli (4 files) 2025-12-26 06:11:23 +00:00
5a39d253ee docs: cpp,client,frontends (4 files) 2025-12-26 06:10:51 +00:00
af4c7c7d77 code: cpp,dbal,client (1 files) 2025-12-26 06:07:44 +00:00
87421ea16a code: cpp,dbal,client (1 files) 2025-12-26 06:04:54 +00:00
a354fbe03f code: cpp,dbal,client (1 files) 2025-12-26 05:57:34 +00:00
3d93c98aa8 code: cpp,dbal,client (1 files) 2025-12-26 05:57:18 +00:00
43d9e0bdfd code: cpp,dbal,hpp (7 files) 2025-12-26 01:28:26 +00:00
7af923e226 docs: nextjs,frontends,dbal (5 files) 2025-12-26 01:22:20 +00:00
115b679983 docs: nextjs,frontends,session (86 files) 2025-12-26 00:03:46 +00:00
8fa6de14c0 stuff 2025-12-25 23:33:10 +00:00
e0e5b46fc3 config: cpp,yml,workflows (2 files) 2025-12-25 23:06:32 +00:00
copilot-swe-agent[bot]
aa841a710d Improve foundation: in-memory store, validation, comprehensive tests
Enhanced C++ DBAL with solid foundation (Option 3):
- In-memory data store for realistic CRUD persistence
- Comprehensive validation (email, username, slug, etc.)
- Conflict detection (unique usernames, emails, slugs)
- Proper error handling (validation, not found, conflict)
- Filtering and pagination support
- 12 comprehensive test suites (30+ test cases)
- All tests passing with meaningful assertions

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 22:58:29 +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