Commit Graph

13841 Commits

Author SHA1 Message Date
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
Iván Ovejero
32b72011e6 refactor(core): Move second batch of repositories to @n8n/db (#15137) 2025-05-06 16:40:34 +02:00
Milorad FIlipović
cf03a28774 feat(editor): Preserve workflow list sort & page size preferences (#15101) 2025-05-06 16:14:06 +02:00
Iván Ovejero
c76245519c refactor(core): Set up @n8n/integration-test-utils package (#15098) 2025-05-06 15:27:19 +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
Lea
22022642bf fix: Center circular element in Milvus logo (#15078) 2025-05-06 14:12:36 +03:00
Iván Ovejero
75c1a4c5b3 fix(core): Fix task runner validation error on array of arrays (#15106) 2025-05-06 11:23:45 +02:00
Iván Ovejero
ade546fb48 refactor(core): Move first batch of repositories to @n8n/db (#15130) 2025-05-06 11:22:43 +02:00
oleg
939ff97ec4 fix: Revert AI nodes batching (#15129) 2025-05-06 11:18:11 +02:00
Iván Ovejero
ca0e7ffe3b refactor(core): Separate license state from license service (#15097) 2025-05-06 09:43:08 +02:00
Iván Ovejero
e86edf536f fix(core): Fix task runner logging to browser console (#15111) 2025-05-06 09:42:46 +02:00
oleg
07e6c7e13f feat(core): Improve nodeNameToToolName special characters normalization (#15126) 2025-05-06 09:31:43 +02:00
कारतोफ्फेलस्क्रिप्ट™
5b1aa062a7 refactor(core): Change log-level for unregistered pushRef logging (no-changelog) (#15117) 2025-05-06 09:21:28 +02:00
कारतोफ्फेलस्क्रिप्ट™
7d05cb2a37 refactor(core): Overhaul community packages installation code (#15104) 2025-05-05 15:55:10 +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
Charlie Kolb
1d4f63985b fix(core): Use manual tool description if neither resources or operations exist (#15093) 2025-05-05 11:44:28 +02:00
oleg
4b5f045281 feat(Anthropic Chat Model Node): Add configurable base URL for Anthropic API (#15063) 2025-05-05 09:57:10 +02:00
Charlie Kolb
54499fc6d1 chore: Include Linear URL in PR Template (no-changelog) (#14698) 2025-05-05 09:11:18 +02:00
Raúl Gómez Morales
c1760631cf fix(core): Manual execution defaults to Manual trigger (#15052)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-05-05 08:25:45 +02:00
Michael Kret
40d0702ed3 feat(Calendly Trigger Node): Deprecation notice for apiKey authentication (#15048) 2025-05-04 12:40:43 +01:00
Shireen Missi
f119ccbe3b chore: Fix failing unit tests (no-changelog) (#15073) 2025-05-02 20:52:32 +01:00
Ricardo Espinoza
e01bab58a5 feat(core): Add onlySharedWithMe filter to GET /credentials endpoint (no-changelog) (#14885)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-05-02 13:08:30 -04:00
Stanimira Rikova
8a30c35c33 feat(Google Workspace Admin Node): Google Admin Node Overhaul implementation (#12271)
Co-authored-by: knowa <github@libertyunion.org>
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2025-05-02 17:27:08 +01:00
Iván Ovejero
bd258be052 refactor(core): Move final batch of entities to @n8n/db (#15061) 2025-05-02 17:46:05 +02:00
Benjamin Schroth
f3e29d25ed feat: Optimize langchain calls in batching mode (#15011)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-05-02 17:09:31 +02: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
Iván Ovejero
20834abb56 refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
shortstacked
88afd66471 fix: Secure input handling in release workflow (no-changelog) (#15037) 2025-05-02 11:05:45 +01:00
Iván Ovejero
f8ead7d3eb refactor(core): Set up @n8n/backend-common package (#15051) 2025-05-02 11:34:13 +02:00
Shireen Missi
31003aacd1 fix(HTTP Request Node): Add support for Bearer Auth in HttpRequest node (#15043) 2025-05-02 10:33:46 +01: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
Benjamin Schroth
5fa41bd73a fix(core): Error in partial execution of vector stores (#15019) 2025-05-01 00:54:02 +02:00
Shireen Missi
154153d86f fix(Summarize Node): Fix spaces in Fields to Split By values converted to underscores (#15020) 2025-04-30 16:24:31 +01:00
Suguru Inoue
7dca5295e1 fix(editor): Fix an unstable unit test case (no-changelog) (#14989) 2025-04-30 17:21:06 +02:00
Cornelius Suermann
9e4cc32b78 fix: Use correct reference to 'test step' button (no-changelog) (#15018) 2025-04-30 16:28:52 +02:00
Ricardo Espinoza
b86fabf047 feat(core): Only show credentials shared with you in the overview section (no-changelog) (#14855)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-04-30 09:44:58 -04:00
Alex Grozav
833d8e3c18 refactor(editor): Refactor usePushConnection and introduce new queueing system (#14529) 2025-04-30 15:36:43 +03:00
Iván Ovejero
442cd094ee refactor(core): Separate list query entities from request types (#15015) 2025-04-30 13:34:50 +02:00
Mutasem Aldmour
b4a06aaff9 fix(core): Increment executionIndex in partial executions (no-changelog) (#14946)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-30 13:16:27 +02:00
Iván Ovejero
9c0e0f0d2e refactor(core): Decouple leadership-change handlers using decorators (#15009) 2025-04-30 12:59:57 +02:00
कारतोफ्फेलस्क्रिप्ट™
9541b5bb07 fix(core): Revert back to the extended query-parser on express 5 (#15016)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-04-30 12:51:58 +02:00
Suguru Inoue
c0b54832b3 feat(editor): Add "Rendered" display mode to the logs view (#14994) 2025-04-30 11:36:28 +02:00