Commit Graph

7 Commits

Author SHA1 Message Date
jared 7656f4a151 Add execution cleanup functionality
Changes:
- Added DELETE /api/executions/:id endpoint
- Added "Clear Completed" button to Executions tab
- Deletes all completed and failed executions
- Broadcasts execution_deleted event to update all clients
- Shows count of deleted executions

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-07 22:36:51 -05:00
jared cff058818e Fix quick command executions not appearing in execution tab
Changes:
- Create execution record in database when quick command is sent
- Store initial log entry with command details
- Broadcast execution_started event to update UI
- Display quick commands as "[Quick Command]" in execution list
- Fix worker communication to properly track all executions

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-07 20:24:11 -05:00
jared 05c304f2ed Updated websocket handler 2026-01-07 20:20:18 -05:00
jared 20cff59cee updates aesthetic 2026-01-07 20:12:16 -05:00
jared bb247628b0 Workflow & Command system 2025-11-30 13:03:18 -05:00
jared eafe0bbf5a Update public/index.html 2025-11-29 19:38:51 -05:00
jared dcca2b9e50 Initial PULSE server commit with Authelia SSO integration 2025-11-29 19:26:20 -05:00