Commit Graph

25 Commits

Author SHA1 Message Date
3d2fc07026 feat(cli): add DBAL command handlers and package management functionality
- Introduced `dbal_commands.h` for handling DBAL operations via CLI.
- Implemented `package_commands.cpp` and `package_commands.h` for package management, including listing, running scripts, and generating packages.
- Created `lua_runner.cpp` and `lua_runner.h` to execute Lua scripts in a secure sandbox environment.
- Added `http_client.cpp` and `http_client.h` for making HTTP requests to a specified base URL.
- Updated `main.cpp` to initialize the HTTP client and dispatch commands based on user input.
2026-01-07 15:28:19 +00:00
76a667f259 Remove DBAL and package command implementations
- Deleted dbal_commands.h and package_commands.h files, removing DBAL command handlers and package command definitions.
- Removed package_commands.cpp, which contained the implementation of package commands including list, run, and generate functionalities.
- Eliminated lua_runner.cpp and lua_runner.h, which provided the Lua script execution environment and related functionalities.
- Removed main.cpp and http_client files, which were responsible for the CLI entry point and HTTP client interactions.
2026-01-07 14:57:40 +00:00
copilot-swe-agent[bot]
0ab852d227 Initial plan: Fix README styles documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-03 20:17:49 +00:00
Richard Ward
f2ebee76cf docs: package,production,dbal (20 files) 2025-12-30 23:47:16 +00:00
Richard Ward
d9932718d9 code: tools,detection,frontends (14 files) 2025-12-30 23:43:40 +00:00
Richard Ward
180f3a47ed code: runner,lua,frontends (1 files) 2025-12-30 23:43:13 +00:00
Richard Ward
434aa49e54 docs: production,dbal,hpp (5 files) 2025-12-30 23:41:52 +00:00
Richard Ward
bc2d17eda6 docs: txt,frontends,conanfile (1 files) 2025-12-30 23:41:23 +00:00
Richard Ward
d0b06c5cb0 code: http,frontends,client (3 files) 2025-12-30 22:37:10 +00:00
Richard Ward
371a8d3252 code: frontends,dbal,cpp (1 files) 2025-12-30 22:35:49 +00:00
Richard Ward
7df28dfa26 code: frontends,dbal,cpp (1 files) 2025-12-30 22:35:22 +00:00
Richard Ward
ff339fbf27 code: frontends,nextjs,schema (4 files) 2025-12-30 22:27:58 +00:00
Richard Ward
6c6de0379d docs: frontends,cli,http (3 files) 2025-12-30 21:47:36 +00:00
Richard Ward
8b201adf7a code: frontends,cli,dbal (3 files) 2025-12-30 21:47:08 +00:00
cfa1e5bfee feat: add new icon components including Envelope, ChatCircle, HardDrives, WarningCircle, CheckCircle, XCircle, TrendUp, ShieldWarning, LockKey, Crown, Sparkle, BookOpen, Tree, Broom, Export, UploadSimple, Funnel, FunnelSimple, MapTrifold, PushPinSimple, Buildings, GithubLogo, and GoogleLogo 2025-12-30 12:21:15 +00:00
4749eed5d0 docs: cli,yml,workflows (2 files) 2025-12-26 06:25:47 +00:00
7f8b1840a3 code: main,frontends,cpp (1 files) 2025-12-26 06:12:41 +00:00
69607959f9 docs: frontends,cli,dispatch (2 files) 2025-12-26 06:11:39 +00:00
1e66dcc6be code: cpp,frontends,cli (4 files) 2025-12-26 06:11:23 +00:00
ad0e07af72 code: frontends,dispatch,command (2 files) 2025-12-26 06:11:07 +00:00
5a39d253ee docs: cpp,client,frontends (4 files) 2025-12-26 06:10:51 +00:00
62374a10f9 docs: dbal,frontends,json (6 files) 2025-12-26 06:10:35 +00:00
4724b6017d docs: dbal,hpp,cpp (6 files) 2025-12-26 06:10:19 +00:00
dfef767c96 config: tsconfig,sql,json (2 files) 2025-12-26 06:09:31 +00:00
6d67b573dd config: sql,package,json (2 files) 2025-12-26 06:09:15 +00:00