Commit Graph

34 Commits

Author SHA1 Message Date
fb373d607f feat: implement Python code execution via subprocess with timeout and error handling 2025-05-14 03:23:36 +00:00
d73618a004 chore: remove trailing whitespace and normalize line endings across all source files 2025-05-05 12:33:08 +00:00
455a79070c feat: add optional use_strict parameter to enable strict mode in config 2025-05-05 12:31:35 +00:00
53d7afd31d chore: remove trailing whitespace from readme file and fix formatting 2025-05-05 12:09:21 +00:00
e802a1d3ed feat: add AppImage build support with desktop integration and packaging scripts
Implement AppImage packaging pipeline including desktop file generation, icon bundling, and AppStream metadata. The build script creates a portable Linux executable with automatic desktop integration using linuxdeploy and appimagetool. Key additions include the .desktop launcher file, application icon in multiple resolutions, and AppStream metainfo for software center compatibility. The packaging process compiles the application, bundles all runtime dependencies, and generates a self-contained AppImage binary in the dist/ directory.
2025-04-08 22:00:21 +00:00
750c647db6 feat: add strict mode enforcement to validation pipeline with error handling 2025-04-08 08:17:27 +00:00
78c11a84de fix: correct glob pattern to match nested directories in build script 2025-04-07 08:24:38 +00:00
21ed704f1e fix: correct glob pattern to match nested directories in build script 2025-04-07 08:24:11 +00:00
95e3678ef9 chore: redirect stderr to stdout in shell command execution 2025-04-03 03:38:30 +00:00
70c2912748 chore: remove trailing whitespace from README.md line 42 2025-03-30 12:34:25 +00:00
b7f5fb8909 feat: add mkdir directory creation support via vibe tool
Implement the mkdir command in the vibe tool to allow users to create directories directly from the command line interface. This addition enables programmatic directory creation without requiring manual shell commands, improving workflow automation and integration capabilities within the vibe ecosystem.
2025-03-28 22:11:55 +00:00
67723e1663 feat: implement user authentication flow with JWT token generation and validation 2025-03-28 22:03:34 +00:00
c7b3ce20fd chore: remove trailing whitespace from README.md line 42 2025-03-28 22:00:17 +00:00
2b4ab30071 chore: remove trailing whitespace and normalize line endings across all source files 2025-03-28 05:56:36 +00:00
e3871bca6f feat: add initial project structure with empty placeholder files 2025-03-28 04:37:22 +00:00
92e11aa9ba feat: implement transaction processing with rollback and commit support
Add core transaction management including begin, commit, and rollback operations
with proper state tracking and error handling for concurrent access patterns.
2025-03-28 01:41:15 +00:00
35cba4728c chore: remove trailing whitespace from README.md formatting 2025-03-27 22:08:00 +00:00
5441a7fbf0 chore: remove trailing whitespace from README.md line 42 2025-03-22 02:15:49 +00:00
2a7d3b132b feat: add process output capture and display in workflow runner
The commit introduces a new feature to capture and display output from executed processes within the workflow runner. This includes adding a dedicated output buffer that collects stdout and stderr streams during process execution, implementing a display mechanism that shows the output in real-time or upon completion, and updating the relevant data structures to store process output alongside other execution metadata. The change modifies the core execution loop to pipe process output into the new buffer and exposes it through the workflow result interface for downstream consumption.
2025-03-21 08:19:41 +00:00
67e2ebe853 feat: add user_id index to profiles table for faster lookups
The profiles table previously lacked an index on the user_id column, causing full table scans during user lookups. This change adds a B-tree index on user_id to optimize query performance for profile retrieval operations.
2025-03-21 00:15:40 +00:00
2212de195d fix: correct null pointer dereference in user profile avatar loader 2025-03-19 20:25:34 +00:00
c90fc42afc chore: remove trailing whitespace from README.md formatting 2025-03-16 21:46:09 +00:00
72994aa10f chore: remove outdated placeholder content from project root readme 2025-03-16 06:36:13 +00:00
ce1909d79a fix: add try-catch block to handle database connection timeout in user service 2025-03-05 22:53:35 +00:00
4dd41be6c1 chore: replace placeholder branding with final logo and color scheme 2025-03-03 16:06:05 +00:00
ab2d32752c chore: remove trailing whitespace from README.md line 42 2025-03-03 13:51:13 +00:00
aa4deaac76 refactor: extract user authentication logic into dedicated service class with dependency injection 2025-03-03 13:09:28 +00:00
cbcb041f68 feat: add user_id index to profiles table for faster lookups 2025-03-03 12:57:16 +00:00
05bdda7b9b feat: implement core application logic with working prototype functionality 2025-03-03 12:51:57 +00:00
6de6f66d3c fix: correct null pointer dereference in user profile avatar loader 2025-03-03 08:52:28 +00:00
3a9557fd39 feat: add descriptive error messages for validation failures in user input 2025-03-03 08:48:50 +00:00
b0815889e0 feat: add bash command execution support to the application 2025-03-03 08:39:19 +00:00
4e0acebe44 chore: remove trailing whitespace from README.md line 42 2025-03-03 07:32:41 +00:00
eb11666887 chore: remove trailing whitespace from README.md line 42 2025-03-03 07:07:17 +00:00