Commit Graph

241 Commits

Author SHA1 Message Date
Jaakko Husso
0b7bca29f8 feat(editor): Add 'Whats new' section and modal (#16664) 2025-06-26 16:41:49 +03:00
Daria
4d211a0794 feat(editor): Improve style of Canvas action buttons (#16724) 2025-06-26 15:36:19 +03:00
Charlie Kolb
4e94488622 feat(editor): Change default node names depending on node operation and resource (#16188) 2025-06-12 13:57:26 +02:00
Charlie Kolb
21b84ef4e7 chore: Add e2e tests for Subworkflow Conversion (no-changelog) (#16220) 2025-06-11 14:30:35 +02:00
Charlie Kolb
d17a15ef9a Revert "feat(editor): Change default node names depending on node ope… (#16169) 2025-06-10 11:34:08 +02:00
Charlie Kolb
c92701cbdf feat(editor): Change default node names depending on node operation and resource (#15954) 2025-06-10 08:50:46 +02:00
Robert Squires
92cf3cedbb refactor(editor): Reka UI inline text edit component (#15752) 2025-06-04 08:56:25 +01:00
Raúl Gómez Morales
5bc4e5d846 feat(editor): Add "Change owner" option to editor (#15792) 2025-06-03 09:59:07 +02:00
Jaakko Husso
e860dd6d2e feat(editor): Combine 'Move to Folder' and 'Change owner' modals (#15756)
This new modal also allows transferring entire folders to other projects and users.
2025-05-28 23:41:07 +03:00
कारतोफ्फेलस्क्रिप्ट™
e9dc66b3ff ci: Remove unused canvas v1 related code from e2e tests (#15704) 2025-05-26 17:32:02 +02:00
Nikhil Kuriakose
d14fb4dde3 fix(editor): Close Workflow URL Import Modal after import (#15177)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-05-09 14:06:41 +02: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
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
Jaakko Husso
ce5a237d0d chore: Remove AI assistant experiment's feature flag. (no-chanelog) (#14430) 2025-04-07 11:15:29 +03:00
Jaakko Husso
2dfd4205eb chore: Remove template credential experiment's feature flag. (no-changelog) (#14429) 2025-04-07 11:14:14 +03:00
Milorad FIlipović
1f56a24bbd fix(editor): Addressing internal testing feedback for folders (no-changelog) (#13997) 2025-03-20 15:48:10 +01:00
Milorad FIlipović
31493a0cac fix(editor): Address folders feature feedback (no-changelog) (#13859) 2025-03-13 17:29:15 +01:00
Ricardo Espinoza
17738c5096 fix(core): Do not validate email when LDAP is enabled (#13605) 2025-03-03 19:15:52 +01:00
Milorad FIlipović
c4f3293778 fix(editor): Add workflows to the store when fetching current page (#13583) 2025-02-28 11:53:42 +01:00
Csaba Tuncsik
1c5f1cab37 fix(editor): Fix and re-enable e2e test (no-changelog) (#13535) 2025-02-28 07:10:09 +01:00
Csaba Tuncsik
c021a7e4b2 fix(editor): Show scrollbar in Element UI popup (#13259) 2025-02-26 11:53:37 +01:00
Raúl Gómez Morales
b2293b7ad5 feat(editor): Evaluation feature Phase one readiness (no-changelog) (#13383)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2025-02-21 12:58:28 +01:00
Csaba Tuncsik
073b05b10c fix(editor): Fix workflow moving E2E tests (#13396)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-02-20 16:35:15 +01:00
Milorad FIlipović
d1e65a1cd5 fix(editor): Prevent pagination setting from being overwritten in URL (#13266) 2025-02-17 11:38:35 +01:00
Elias Meire
8f25a06e6c fix(editor): Fix '=' handling in expressions (#13129) 2025-02-10 16:41:55 +01:00
Elias Meire
00e3ebc9e2 fix(editor): Code node overwrites code when switching nodes after edits (#13078) 2025-02-05 17:07:32 +01:00
Alex Grozav
afbbfa3a90 feat: Update e2e tests to run on new canvas (no-changelog) (#12784) 2025-01-24 14:38:54 +02:00
Alex Grozav
2d3b643f6e test: Update e2e tests for canvas specific actions (no-changelog) (#12614) 2025-01-21 10:30:27 +02:00
Raúl Gómez Morales
1eeb788d32 feat(editor): VariablesView Reskin - Add Filters for missing values (#12611) 2025-01-20 10:59:15 +01:00
Alex Grozav
980d0bcb5e test: Update node creator e2e tests to work with new canvas (no-changelog) (#12530) 2025-01-09 18:06:55 +02:00
oleg
803960e092 test(editor): Add deprecation warnings for e2e page classes (no-changelog) (#12489) 2025-01-08 09:36:44 +01:00
Alex Grozav
f7eb901489 test: Update template credentials setup e2e test for new canvas (no-changelog) (#12487) 2025-01-07 17:02:06 +02:00
Eugene
30f9c033db feat(Google Vertex Chat Model Node): Add an option to specify GCP region (#12300) 2025-01-07 15:09:59 +01:00
Ivan Atanasov
d4116630a6 feat: (Execute Workflow Node): Inputs for Sub-workflows (#11830) (#11837)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-12-20 17:01:22 +01:00
Milorad FIlipović
3af93b945f test(editor): Update templates tests for new canvas (no-changelog) (#12246) 2024-12-16 16:58:43 +01:00
Charlie Kolb
d937e5abe8 chore: Update NDV e2e tests for Canvas V2 (#12214) 2024-12-13 16:48:56 +01:00
Raúl Gómez Morales
6a5830959f perf(editor): SchemaView performance improvement by ≈90% 🚀 (#12180) 2024-12-12 14:03:59 +01:00
Raúl Gómez Morales
5300e0ac45 fix(editor): Update the universal create button interaction (#12105) 2024-12-11 15:23:55 +01:00
Alex Grozav
e6985f79db test: Update 20-workflow-executions e2e tests for new canvas (#12136) 2024-12-11 12:12:47 +02:00
Alex Grozav
1c52bf9362 fix(editor): Prepare e2e suite for inline-expression-editor for new canvas (no-changelog) (#12110)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2024-12-10 15:35:51 +02:00
Ricardo Espinoza
70706d81e1 refactor: Standardize MFA code and recovery code naming across code base (#12011) 2024-12-03 07:15:29 -05:00
कारतोफ्फेलस्क्रिप्ट™
d4e8d6778c ci: Fix flaky credentials saving in e2e tests (no-changelog) (#11919) 2024-12-02 17:28:08 +01:00
Eugene
10e011d71e chore: Fix flaky cypress tests (no-changelog) (#11894) 2024-11-26 13:57:00 +01:00
Raúl Gómez Morales
b38ce14ec9 feat(editor): Add universal Create Resource Menu (#11564)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
2024-11-19 15:47:10 +01:00
Mutasem Aldmour
fd3254d587 feat(core): Improve debugging of sub-workflows (#11602) 2024-11-14 23:04:43 +01:00
Mutasem Aldmour
f4ca4b792f test: Fix flaky tags tests (no-changelog) (#11746) 2024-11-14 20:02:06 +01:00
oleg
de04c93f2c test: Enable Canvas V2 E2E Testing (#11321)
Co-authored-by: Alex Grozav <alex@grozav.com>
2024-10-21 15:13:09 +02:00
Mutasem Aldmour
054fe9745f fix: Ensure NDV params don't get cut off early and scrolled to the top (#11252) 2024-10-21 13:34:57 +02:00
Milorad FIlipović
3b2f63e248 fix(editor): Fix pin data button disappearing after reload (#11198) 2024-10-21 12:05:05 +02:00
Charlie Kolb
cd15e959c7 feat(editor): Separate node output execution tooltip from status icon (#11196) 2024-10-21 09:35:23 +02:00