Commit Graph

41 Commits

Author SHA1 Message Date
Alex Grozav
c044bc36e9 fix(editor): Use nodes and connection from passed in workflow in RunData (no-changelog) (#17628) 2025-07-24 15:52:48 +03:00
Suguru Inoue
456c4e8167 fix(editor): Fix layout of binary data preview in the log view (#17584) 2025-07-24 11:57:12 +02:00
Alex Grozav
c30dbc6dd4 refactor(editor): Remove part of getCurrentWorkflow usages (#16148) 2025-07-24 12:51:32 +03:00
Suguru Inoue
46635c5941 fix(editor): Render HTML in the log view (#17586) 2025-07-24 10:21:41 +02:00
Shireen Missi
a2f21a7615 feat(editor): Add settings icons to the node on canvas (#15467) 2025-07-23 14:32:28 +01:00
Suguru Inoue
f2581effa4 chore(editor): Suppress warnings from vue-i18n (#17325) 2025-07-16 15:18:16 +02:00
Suguru Inoue
ded2e71d41 feat(editor): Show input panel for mapping in embedded NDV (no-changelog) (#17227) 2025-07-15 12:10:53 +02:00
Csaba Tuncsik
8fff83032c fix(editor): Open failed node in failed execution from sub-workflow node (#17076)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-07-10 09:30:27 +02:00
Suguru Inoue
f252a39197 fix(editor): Make search work for "rendered" display type (#16910) 2025-07-09 19:29:16 +02:00
Suguru Inoue
3be5823b97 fix(editor): Mitigate performance issue in FE manual executions (#17119) 2025-07-09 11:26:11 +02:00
Suguru Inoue
d3330b6bcc feat(editor): Collapse button on table view (#16993) 2025-07-07 10:54:59 +02:00
Elias Meire
6ef38411d8 feat(editor): NDV UI overhaul experiment (#14209)
Co-authored-by: jakeranallo <jake.ranallo@gmail.com>
2025-07-04 17:14:17 +02:00
Iván Ovejero
060acd2db8 chore: Lintfix frontend packages (#16896) 2025-07-02 10:31:11 +02:00
Suguru Inoue
4124b96a00 feat(editor): Log view improvements (#16489) 2025-07-01 09:30:17 +02:00
Alex Grozav
ed2cb3c701 feat(editor): Update icons to Lucide icons (#16231)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
2025-06-30 17:11:09 +02:00
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