trypost/tests/Feature/Automation
Paulo Castellano 730cb9d156 Tidy automation backend: run duration, folded migrations, imports
- Add AutomationRun::durationInMilliseconds() as the single source of truth
  for the Invocations list and metrics, replacing the duplicated inline diff.
- Fold the variables and root_run_id columns into their create migrations
  (this branch isn't in production) and drop the standalone alters.
- Import Illuminate\Http\Response (aliased) instead of referencing it inline.
2026-06-13 16:30:32 -03:00
..
Automation Add Workflow/Invocations/Metrics/Settings tabs to automations 2026-06-12 19:19:46 -03:00
Command Denormalize automation trigger_type into an indexed column 2026-06-13 15:26:54 -03:00
Node Back fixed-set automation strings with enums and consts 2026-06-13 15:04:24 -03:00
Run Add expression autocomplete, side-panel editor, and richer HTTP fetch 2026-06-12 11:31:58 -03:00
Tree Structure brand voice and make generated copy platform-aware 2026-06-12 17:09:39 -03:00
Trigger Dispatch post-trigger automations asynchronously via job 2026-06-10 17:46:46 -03:00
AutomationCrudTest.php Tighten automation conventions: pagination, imports, i18n, enums 2026-06-13 13:59:52 -03:00
AutomationEncryptionTest.php Add strict_types to automation files and AutomationNodeState factory 2026-06-10 17:26:50 -03:00
AutomationModelTest.php Tidy automation backend: run duration, folded migrations, imports 2026-06-13 16:30:32 -03:00
DetailTabsTest.php Add Workflow/Invocations/Metrics/Settings tabs to automations 2026-06-12 19:19:46 -03:00
DryRunTest.php Add Workflow/Invocations/Metrics/Settings tabs to automations 2026-06-12 19:19:46 -03:00
GenerateNodeValidationTest.php Structure brand voice and make generated copy platform-aware 2026-06-12 17:09:39 -03:00
PauseHaltsRunsTest.php Harden automations module: full-post generation, reliable runs, editor UX 2026-06-10 20:45:01 -03:00
VariablesTest.php Enhance automation functionality: Introduce workflow variables and improve node validation 2026-06-11 15:47:29 -03:00
WebhookNodeValidationTest.php Validate webhook payload template is JSON before it can run 2026-06-13 16:03:19 -03:00