Jaakko Husso
539f4cc5be
feat(editor): Change text when all applied filters add results (no-changelog) ( #15198 )
2025-05-08 13:17:42 +03:00
Alex Grozav
345475e81d
fix(editor): Fix chat package build warning related to types (no-changelog) ( #15210 )
2025-05-08 12:18:04 +03:00
Alex Grozav
019ea8b17f
fix(editor): Remove withDefaults import warning during dev and build (no-changelog) ( #15207 )
2025-05-08 12:17:51 +03:00
Suguru Inoue
8229b0bcc2
feat(editor): Rollout improved log view ( #15202 )
2025-05-08 11:12:13 +02:00
Alex Grozav
c51a884617
fix(editor): Ensure editor state updates during execution by using throttle instead of debounce (no-changelog) ( #15133 )
2025-05-08 11:03:01 +03:00
Milorad FIlipović
1c65e82b38
feat(editor): Implement 'Shared with you' section in the main navigation ( #15140 )
2025-05-08 09:24:32 +02:00
Suguru Inoue
abdbe50907
test(editor): Add e2e test cases for the logs view ( #15060 )
2025-05-08 05:59:25 +02:00
Shireen Missi
b37387180c
chore: Clean up Schema Preview feature flag (no-changelog) ( #15191 )
2025-05-07 17:35:56 +01:00
Suguru Inoue
a149b04a09
fix(editor): Fix showing sub node logs when source is missing (no-changelog) ( #15170 )
2025-05-07 14:55:11 +02:00
oleg
86807978c1
fix(editor): Fix AI Node Logs View to Filter Duplicate Executions ( #15049 )
...
Co-authored-by: autologie <suguru@n8n.io >
2025-05-07 08:55:58 +02:00
Jaakko Husso
1e5cb55494
fix(editor): Fix workflow typings in a test with isArchived field (no-changelog) ( #15149 )
2025-05-06 18:33:49 +03:00
Marc Littlemore
e530fc61a9
fix: Folders typo in modal (no-changelog) ( #15142 )
2025-05-06 16:02:40 +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
Milorad FIlipović
cf03a28774
feat(editor): Preserve workflow list sort & page size preferences ( #15101 )
2025-05-06 16:14:06 +02:00
कारतोफ्फेलस्क्रिप्ट™
2bb190349b
refactor(core): Move more code into @n8n/permissions. Add aditional tests and docs (no-changelog) ( #15062 )
...
Co-authored-by: Danny Martini <danny@n8n.io >
2025-05-06 15:11:05 +02:00
oleg
cdcd059248
fix(editor): Increase hover delay and hit area for canvas toolbar edge ( #15125 )
2025-05-06 15:06:59 +02:00
oleg
dcf32679c3
fix(editor): Fix sticky button disappearing on window resize ( #15105 )
2025-05-06 14:43:03 +02:00
Alex Grozav
73a4a33da0
fix(editor): Fix context menu behaviour and rename shortcut indicator ( #15116 )
2025-05-06 14:38:16 +03:00
github-actions[bot]
b3205c25c7
🚀 Release 1.92.0 ( #15107 )
...
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com >
2025-05-05 14:23:05 +02:00
Ricardo Espinoza
aa4607e7b5
fix(editor): Only prompt for MFA code when email is updated ( #15065 )
2025-05-05 07:59:18 -04:00
Suguru Inoue
a4290dcb78
fix(editor): Nodes in disabled state appear in the logs (no-changelog) ( #15054 )
2025-05-02 13:24:23 +02:00
oleg
b5f85e7aae
fix(editor): Fix workflow-builder feedback tracking (no-changelog) ( #15040 )
2025-05-01 15:24:12 +02:00
oleg
3647fd4eba
fix(editor): Add missing uiStore import (no-changelog) ( #15038 )
2025-05-01 12:31:30 +02:00
Benjamin Schroth
54dcdedece
feat(editor): Support partial executions of tool nodes ( #14945 )
2025-05-01 08:32:47 +02:00
Cornelius Suermann
9e4cc32b78
fix: Use correct reference to 'test step' button (no-changelog) ( #15018 )
2025-04-30 16:28:52 +02:00
Alex Grozav
833d8e3c18
refactor(editor): Refactor usePushConnection and introduce new queueing system ( #14529 )
2025-04-30 15:36:43 +03:00
Suguru Inoue
c0b54832b3
feat(editor): Add "Rendered" display mode to the logs view ( #14994 )
2025-04-30 11:36:28 +02:00
Charlie Kolb
8613521aab
fix(editor): Hide $fromAI button for exact type matches only ( #14996 )
2025-04-29 17:46:33 +02:00
Mutasem Aldmour
3e43f9f8bc
fix(editor): Import form data with special characters from curl command correctly ( #14898 )
2025-04-29 17:15:17 +02:00
Csaba Tuncsik
598aa8e131
test(editor): Fix first project add button in closed sidebar ( #14991 )
2025-04-29 16:55:30 +02:00
Mutasem Aldmour
48f0c91a47
fix(editor): Close saving modal when workflow is new ( #14836 )
2025-04-29 15:48:25 +02:00
Suguru Inoue
8981e22dd4
fix(editor): "Trigger node not found" error when chat message is entered ( #14954 )
2025-04-29 13:45:30 +02:00
Ricardo Espinoza
eb465763cf
feat: Only show workflows shared with you in the overview page ( #14773 )
2025-04-28 13:42:05 -04:00
github-actions[bot]
56a5546b4e
🚀 Release 1.91.0 ( #14957 )
...
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com >
2025-04-28 17:21:51 +02:00
oleg
97055d5714
feat: AI workflow builder front-end (no-changelog) ( #14820 )
...
Co-authored-by: Giulio Andreini <g.andreini@gmail.com >
2025-04-28 15:38:32 +02:00
Suguru Inoue
0a2b740063
fix(editor): Data in input/output panel incorrectly mapped ( #14878 )
2025-04-28 14:30:44 +02:00
Milorad FIlipović
46df8b47d6
feat(editor): Show workflow breadcrumbs in canvas ( #14710 )
2025-04-28 13:37:55 +02:00
Michael Kret
be53453def
feat: Prevent webhook url takeover ( #14783 )
2025-04-28 14:29:32 +03:00
Raúl Gómez Morales
bfd85dd3c9
feat(editor): Add time range selector to Insights ( #14877 )
...
Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com >
2025-04-28 11:11:36 +02:00
Csaba Tuncsik
614579026d
fix(editor): Use redirect url also with SSO login ( #14893 )
2025-04-28 10:21:49 +02:00
Charlie Kolb
e8ca5e75a9
fix(editor): Disable browser route pushing for NDV URL (no-changelog) ( #14900 )
2025-04-25 15:57:51 +02:00
Suguru Inoue
e27e630af9
chore(core): Add temporary CLI option to enable logs view (no-changelog) ( #14899 )
2025-04-25 15:44:55 +02:00
Charlie Kolb
5ff073bd7b
feat(editor): Include NodeDetailsView in URL ( #14349 )
2025-04-25 10:57:22 +02:00
Suguru Inoue
40aadbf880
perf(editor): Improve performance of the new logs view ( #14861 )
2025-04-25 10:45:33 +02:00
Iván Ovejero
4bb165398c
chore: Add multi-main mode to debug info ( #14835 )
2025-04-25 09:40:45 +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
Mutasem Aldmour
92e2a8e61a
fix(editor): Show Transform Node in Panel only if available ( #14830 )
2025-04-24 09:59:22 +02:00
RomanDavydchuk
67240ee069
fix(editor): Handle if nodes are undefined/null in InputNodeSelect ( #14860 )
2025-04-24 10:17:40 +03:00
Dana
db887b6f29
fix(editor): Only show previews if the param is an expression ( #14720 )
...
Co-authored-by: Elias Meire <elias@meire.dev >
2025-04-24 09:08:43 +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