trypost/tests/Feature/Automation
Paulo Castellano d84666360a refactor(linkedin): infer post format from media + unify account connection
Collapse LinkedIn to one content type per account kind (linkedin_post, linkedin_page_post). Publishers infer the publish format from the attached media — text, single image/video, multi-image carousel, or PDF document — matching how facebook_post/x_post already work; PDF is exclusive of any other attachment. Removes the editor variant picker, keeping only the PDF document title field. Includes a data migration collapsing the retired carousel/document content types.

Replace the two LinkedIn account cards with a single Connect LinkedIn button: one unified OAuth grant (linkedin-openid driver, union of scopes) then a post-callback identity picker to post as the personal profile (linkedin) or a company page the member administers (linkedin-page). The chosen organization is validated against the admin-verified list from the OAuth grant. Per-capability gating via LINKEDIN_ENABLED / LINKEDIN_PAGE_ENABLED supports profile-only or org-only self-hosting. Removes LinkedInPageController, LinkedInTokenSynchronizer, the standalone linkedin-page connect routes, and the unused redirect_page config.
2026-06-24 21:05:09 -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 refactor(linkedin): infer post format from media + unify account connection 2026-06-24 21:05:09 -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 fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -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 fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -03:00
DryRunTest.php fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -03:00
FeedInspectionTest.php fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -03:00
GenerateNodeValidationTest.php fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -03:00
PauseHaltsRunsTest.php Harden automations module: full-post generation, reliable runs, editor UX 2026-06-10 20:45:01 -03:00
VariablesTest.php fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -03:00
WebhookNodeValidationTest.php fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -03:00