Commit Graph

26 Commits

Author SHA1 Message Date
Ricardo Espinoza
d76f05ba3d fix: Stop telemetry events to Posthog (#16788) 2025-06-30 09:08:47 -04:00
कारतोफ्फेलस्क्रिप्ट™
7c806ff532 refactor(core): Refactor some imports to reduce baseline memory usage (#15916) 2025-06-03 11:23:44 +02:00
Alex Grozav
e704077864 refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03:00
Alex Grozav
de4c5fc716 refactor(editor): Extract root store into @n8n/stores package (no-changelog) (#15412) 2025-05-16 14:18:16 +03:00
Suguru Inoue
0c4398fd2f feat(editor): Show sub workflow runs in the log view (#15163) 2025-05-13 14:14:01 +02:00
Shireen Missi
b37387180c chore: Clean up Schema Preview feature flag (no-changelog) (#15191) 2025-05-07 17:35:56 +01:00
Jaakko Husso
3a13139f78 feat(core): Change workflow deletions to soft deletes (#14894)
Adds soft‑deletion support for workflows through a new boolean column `isArchived`.

When a workflow is archived we now set `isArchived` flag to true and the workflows
stays in the database and is omitted from the default workflow listing query.

Archived workflows can be viewed in read-only mode, but they cannot be activated.

Archived workflows are still available by ID and can be invoked as sub-executions,
so existing Execute Workflow nodes continue to work. Execution engine doesn't
care about isArchived flag.

Users can restore workflows via Unarchive action at the UI.
2025-05-06 17:48:24 +03:00
Suguru Inoue
c0b54832b3 feat(editor): Add "Rendered" display mode to the logs view (#14994) 2025-04-30 11:36:28 +02:00
Suguru Inoue
0a2b740063 fix(editor): Data in input/output panel incorrectly mapped (#14878) 2025-04-28 14:30:44 +02:00
Suguru Inoue
84cee1d12d fix(editor): Changes to workflow after execution should not affect logs (#14703) 2025-04-24 12:24:26 +02:00
Elias Meire
022f4755c2 fix(editor): Fix schema view bugs (#14734)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-04-24 08:53:02 +02:00
Suguru Inoue
454e5c77ad fix(editor): Styling/UX improvements on the new logs view (#14789) 2025-04-23 15:31:12 +02:00
कारतोफ्फेलस्क्रिप्ट™
3e5e3a585c refactor(core): Trim down NodeHelpers (no-changelog) (#14829) 2025-04-23 13:46:46 +02:00
Suguru Inoue
1e0853b24a feat(editor): Log details panel (#14409)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-17 13:44:40 +02:00
Mutasem Aldmour
74de4037be fix(editor): Fix same order of buttons in run data selector (#14677) 2025-04-17 09:32:07 +02:00
कारतोफ्फेलस्क्रिप्ट™
11a36b758d fix(editor): Restrict what binary-data types can be viewed in the UI (#14685) 2025-04-16 18:05:19 +02:00
Charlie Kolb
a12c9522d5 fix(editor): Show Execute previous Node panel after disabled node in Schema view (#14443) 2025-04-15 10:12:45 +02:00
Charlie Kolb
744e2da3f9 fix(editor): Support 'View Execution' links with multiple branches (#14345) 2025-04-02 14:55:55 +02:00
Alex Grozav
ee64fdc5cb fix(editor): Upgrade vue-i18n to latest version (no-changelog) (#14130) 2025-03-26 15:20:43 +02:00
Alex Grozav
8215e0b59f refactor: Migrate NodeConnectionType to const object type (no-changelog) (#14078)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-03-21 14:01:26 +02:00
Tuukka Kantola
eb91111ddf refactor(editor): Change UI and monospace fonts (#13839) 2025-03-17 21:13:57 +01:00
Elias Meire
e157217d8c fix(editor): Switch schema preview feature flag to multivariant (no-changelog) (#13983) 2025-03-17 11:07:53 +01:00
Jaakko Husso
3cd34b5af6 fix(editor): Fix opening 'Schema' view by default after opening binary nodes (#13676) 2025-03-05 15:20:13 +01:00
Jaakko Husso
5eddf00fa1 fix(editor): Copy JSON from selected run if node has been multiple times (#13673) 2025-03-04 17:19:51 +02:00
Milorad FIlipović
24681f843c fix(editor): Enable pin data button to also un-pin (#13642) 2025-03-03 16:17:59 +01:00
Alex Grozav
f5743176e5 refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00