trypost/app/Enums/Automation
Paulo Castellano 605261e1b8 Back fixed-set automation strings with enums and consts
Replace magic strings across the automation domain with backed PHP enums
(HttpMethod, AuthType, DelayUnit, ScheduleField) and mirrored TS consts
(http-method, auth-type, delay-unit, schedule-field, condition-operator,
publish-mode), plus the existing Condition\Handle / Operator / Publish\Mode.

Also:
- require scheduled_offset via concrete-index required_if instead of
  defaulting to 60 when the publish mode is scheduled
- fail the webhook node explicitly when the resolved url is empty
- localize node failure messages (fetch_rss/http/webhook)
- cast resolver/strtoupper inputs to string so a present-null config value
  degrades gracefully instead of crashing
- list automations with config('app.pagination.default'), drop the perPage param
2026-06-13 15:04:24 -03:00
..
Condition Tighten automation conventions: pagination, imports, i18n, enums 2026-06-13 13:59:52 -03:00
Node feat(automations): implement automation features and UI enhancements 2026-05-24 09:17:19 -03:00
NodeRun feat(automations): implement automation features and UI enhancements 2026-05-24 09:17:19 -03:00
Publish feat(automations): implement automation features and UI enhancements 2026-05-24 09:17:19 -03:00
Run feat(automations): implement automation features and UI enhancements 2026-05-24 09:17:19 -03:00
Trigger feat(automations): implement automation features and UI enhancements 2026-05-24 09:17:19 -03:00
AuthType.php Back fixed-set automation strings with enums and consts 2026-06-13 15:04:24 -03:00
DelayUnit.php Back fixed-set automation strings with enums and consts 2026-06-13 15:04:24 -03:00
HttpMethod.php Back fixed-set automation strings with enums and consts 2026-06-13 15:04:24 -03:00
ScheduleField.php Back fixed-set automation strings with enums and consts 2026-06-13 15:04:24 -03:00
Status.php feat(automations): implement automation features and UI enhancements 2026-05-24 09:17:19 -03:00