feat(automations): scheduled cycles, grouped runs, and run details UI#438
Open
Kazet111 wants to merge 14 commits intoSoju06:mainfrom
Open
feat(automations): scheduled cycles, grouped runs, and run details UI#438Kazet111 wants to merge 14 commits intoSoju06:mainfrom
Kazet111 wants to merge 14 commits intoSoju06:mainfrom
Conversation
…and add regression tests
…connect-only behavior
This was referenced Apr 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Dependency / merge order
This PR includes overlapping changes relative to #415 and should be merged after it.
mainRelated issue
Problem
The project did not yet have a dedicated automations subsystem.
That meant there was no built-in way to:
Changes
New backend automations module
202 Accepted)runningpartialsuccessfailedDatabase and run-cycle snapshot model
automation_run_cyclesautomation_run_cycle_accountsNew Automations UI
Request Logs visibility
OpenSpec
openspec/changes/add-automations-scheduled-pings/:automationsdelta specfrontend-architecturedelta specScreenshots
Testing
Added or updated coverage for:
Validation
openspec validate --specsuvx ruff check .uvx ruff format --check .uv run ty checkuv run pytestcd frontend && bun run lintcd frontend && bun run typecheckcd frontend && bun run test:coverageupgrade -> downgrade -> upgradeLatest local backend result:
1824 passed, 7 skipped, 4 warningsFrontend coverage result:
src/features/automationscoverage:91.89%statements79.51%branches91.78%linesResult
This PR introduces a new Automations subsystem with scheduling, grouped run cycles, stable cycle snapshots, per-account execution diagnostics, and dedicated UI management flows,
while partially delivering the functionality described in #433.