Commit graph

12092 commits

Author SHA1 Message Date
Tomi Turtiainen 6ef9ae1862
refactor: Add dto for POST /credentials endpoint (#13306) 2025-02-19 17:50:42 +02:00
Tomi Turtiainen 87b3c508b3
fix(Code Node): Fix $items in Code node when using task runner (#13368) 2025-02-19 17:33:26 +02:00
Cornelius Suermann daa1fe9386
chore: Bump license-sdk to v2.16.1 (no-changelog) (#13351)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-02-19 16:56:30 +02:00
Alex Grozav c3dc66ee73
fix(editor): Correctly close node creator when selecting/deselecting a node (#13338) 2025-02-19 16:48:23 +02:00
कारतोफ्फेलस्क्रिप्ट™ 1d03c2c8ca
chore: More tests for Workflow.ts (#13349) 2025-02-19 15:44:39 +01:00
Alex Grozav 81282bd5c0
fix(editor): Reduce icon offset to align with square nodes (no-changelog) (#13342) 2025-02-19 16:36:24 +02:00
Milorad FIlipović db297f107d
feat(editor): Implement breadcrumbs component (#13317)
Co-authored-by: Rob Squires <robtf9@icloud.com>
2025-02-19 14:46:30 +01:00
Mutasem Aldmour 5439181e92
fix(core): Return original hooks errors to the frontend (#13365) 2025-02-19 14:23:01 +01:00
Michael Kret b7f12650f1
fix: Always clear popupWindowState before showing popup from form trigger (#13363) 2025-02-19 15:03:26 +02:00
Michael Kret 755734d349
fix(n8n Form Node): Redirection update (no-changelog) (#13104)
Co-authored-by: Dana <152518854+dana-gill@users.noreply.github.com>
2025-02-19 12:59:38 +00:00
कारतोफ्फेलस्क्रिप्ट™ 60ff82f648
refactor(core): Extract more code out in WorkflowExecute and add unit tests (#13327) 2025-02-19 13:42:37 +01:00
Michael Kret 14b6f8b972
feat(n8n Form Node): Limit wait time parameters (#13160) 2025-02-19 13:47:19 +02:00
Charlie Kolb 301f5a50d9
fix(editor): Disable fromAI override button for credentialsSelect (no-changelog) (#13314) 2025-02-19 12:27:37 +01:00
Alex Grozav 143cb22bc5
refactor(editor): Remove old canvas code (no-changelog) (#13343) 2025-02-19 13:10:40 +02:00
Dana 44121a92e5
test(Email Trigger (IMAP) Node): Improve email imap testing (#13255)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-02-19 11:20:33 +01:00
Tomi Turtiainen 2ab59d775b
refactor(core): Extend error hierarchy (#12267) 2025-02-18 17:47:11 +02:00
Cornelius Suermann 1e1f528466
fix(core): Avoid renewing the license on init to prevent excessive duplicate renewal calls (#13347) 2025-02-18 16:07:16 +01:00
Tomi Turtiainen 956637b614
refactor: Add dto for /credentials/new endpoint (#13307) 2025-02-18 16:26:37 +02:00
Ricardo Espinoza 59337019c1
refactor(core): Prepare workflowService.geyMany for union (#13303) 2025-02-18 08:34:58 -05:00
Eugene d0968a10d5
fix(core): Fix DB migrations for MySQL (#13261) 2025-02-18 13:16:46 +01:00
Koby O. adaee814ca
fix: Build on windows with cross-platform path compatibility (no-changelog) (#13211)
Co-authored-by: Yaakov O. <admin@yoventures.us>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-02-18 13:03:32 +01:00
कारतोफ्फेलस्क्रिप्ट™ f41e353887
fix(core): Ensure that 'workflow-post-execute' event has userId whenever it's available (#13326) 2025-02-18 10:23:57 +01:00
Shireen Missi e3b7243377
test(Google Sheets Node): Add tests for google sheet (no-changelog) (#13253) 2025-02-18 09:13:32 +00:00
Alex Grozav c90d0d9161
feat(editor): Change rename node keyboard shortcut to Space on new canvas (#11872) 2025-02-17 17:56:40 +02:00
Csaba Tuncsik a5401d06a5
fix(editor): Do not show credential details popup for users without necessary scopes with direct link (#13264)
Co-authored-by: Raúl Gómez Morales <raul00gm@gmail.com>
2025-02-17 16:16:47 +01:00
Csaba Tuncsik fa488f1561
fix(editor): Do not show project settings for users without permission with direct link (#13246) 2025-02-17 15:13:43 +01:00
github-actions[bot] 3a8b013a96
🚀 Release 1.80.0 (#13316)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-02-17 16:09:36 +02:00
Alex Grozav c881ea2c7b
fix(editor): Fix configurable node description margins and text alignment (#13318) 2025-02-17 16:08:13 +02:00
Ricardo Espinoza 82d2fa6e67
feat(core): Add method (getMany) to folder repository to filter, sort, and paginate folders (no-changelog) (#13290) 2025-02-17 09:05:12 -05:00
Ricardo Espinoza 5b82f34773
refactor(core): Update workflowRepository.getMany to use query builder (no-changelog) (#13207) 2025-02-17 08:59:42 -05:00
Milorad FIlipović d1e65a1cd5
fix(editor): Prevent pagination setting from being overwritten in URL (#13266) 2025-02-17 11:38:35 +01:00
Charlie Kolb 8e15ebf833
fix(Code Tool Node): Fix Input Schema Parameter not hiding correctly (#13245) 2025-02-17 11:31:29 +01:00
Milorad FIlipović b4380d0508
fix(editor): Fix page size resetting when filters are reset on workflows page (#13265) 2025-02-17 09:27:41 +01:00
Elias Meire 6377635bf0
fix(editor): Open autocompletion when starting an expression (#13249) 2025-02-14 15:09:20 +00:00
Tomi Turtiainen 052f17744d
fix(core): Redact credentials (#13263) 2025-02-14 16:46:21 +02:00
Elias Meire d116f121e3
fix(editor): Render assignments without ID correctly (#13252) 2025-02-14 12:04:40 +00:00
Danny Martini 66acb1bcb6
fix(core): Run full manual execution when a trigger is executed even if run data exists (#13194) 2025-02-14 11:00:47 +01:00
Milorad FIlipović 8e37088249
feat(editor): Add pagination to the workflows list (#13100) 2025-02-14 09:51:49 +01:00
Marc Littlemore 67a4ed18a1
fix: Display correct editor URL (#13251) 2025-02-13 15:35:35 +00:00
Iván Ovejero 64c5b6e060
fix(core): Reduce risk of race condition during workflow activation loop (#13186)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-02-13 17:10:43 +02:00
oleg 47c5688618
fix(AI Agent Node): Move model retrieval into try/catch to fix continueOnFail handling (#13165) 2025-02-13 15:47:41 +01:00
कारतोफ्फेलस्क्रिप्ट™ ba95f97d10
Merge tag 'n8n@1.79.0' 2025-02-13 12:35:44 +01:00
Eugene 0a2e29839c
feat(core): Change evaluation workflow input data format (no-changelog) (#13109) 2025-02-13 12:08:10 +01:00
Charlie Kolb 617f841e0d
fix(editor): Propagate isReadOnly to ResourceMapper Attempt to Convert Types switch (#13216) 2025-02-13 11:59:28 +01:00
Mutasem Aldmour 2a92032704
fix(editor): Add template id to metadata when saving workflows from json (#13172) 2025-02-13 11:40:51 +01:00
github-actions[bot] 652ca25ef5
🚀 Release 1.79.0 (#13241)
Co-authored-by: MarcL <1965510+MarcL@users.noreply.github.com>
2025-02-13 10:36:10 +00:00
Iván Ovejero 4f8dd3d7a8
refactor(core): Show deprecation warning if task runners are disabled (#13189) 2025-02-13 12:30:50 +02:00
Jon 0c6eb6eaef
chore: Add new schemas (no-changelog) (#13215) 2025-02-13 10:40:35 +01:00
Tomi Turtiainen f001edb2a2
refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
Charlie Kolb 11cf1cd23a
feat(editor): Expose View Execution links for erroneous sub-executions (#13185) 2025-02-13 09:44:52 +01:00
Jon 731a9a7945
feat: Add ConvertAPI cred only node (#12663)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-02-12 17:34:33 +00:00
Ricardo Espinoza 03f4ed8445
feat(core): Add migration to create model for folders feature (#13060) 2025-02-12 08:51:04 -05:00
कारतोफ्फेलस्क्रिप्ट™ aedea7a76c
fix(core): Handle missing json property on nodeSuccessData (#13219) 2025-02-12 14:09:44 +01:00
Shireen Missi 67cd05c6dc
fix(Microsoft OneDrive Node): Try to download file using downloadUrl (#13200)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-02-12 14:46:21 +02:00
autologie 56426e989f
fix(editor): Don't show 'Test workflow' button if the canvas is read-only (#13199) 2025-02-12 11:26:22 +01:00
autologie 77be25d337
fix(editor): Make connector buttons background opaque when dark mode is enabled system-wide (#13180) 2025-02-12 09:05:42 +01:00
Ria Scholz 9324e4ffe6
fix(Summarize Node): Not dealing with null values properly (#13044) 2025-02-12 08:09:38 +01:00
Elias Meire f2e35869c1
fix(Airtable Node): Use item at correct index in base/getSchema (#13174) 2025-02-11 17:14:17 +00:00
Jon 7ee6ce7ed2
docs: Update description for Telegram label (no-changelog) (#12780) 2025-02-11 17:11:16 +00:00
Elias Meire b6c0d96e43
fix(editor): Correctly compare old parameter value for nested parameters (#13179) 2025-02-11 17:08:55 +00:00
कारतोफ्फेलस्क्रिप्ट™ 90d6f0020c
refactor(core): Move more code out of NodeExecutionFunctions, and add additional tests (no-changelog) (#13195) 2025-02-11 17:51:50 +01:00
Eugene 02573b46e0
feat(core): Add error reporting for workflow evaluation (no-changelog) (#12838)
Co-authored-by: oleg <me@olegivaniv.com>
2025-02-11 16:03:41 +01:00
Iván Ovejero 17acf70591
perf(core): Batch workflow activation to speed up startup (#13191) 2025-02-11 15:12:55 +01:00
Michael Kret 6abb1f9374
fix(n8n Form Trigger Node): Update error in validateResponseModeConfiguration (no-changelog) (#13162) 2025-02-11 14:52:21 +02:00
Elias Meire 78644b0ec7
fix(editor): Fix alignment in RMC component (#13167) 2025-02-11 13:36:18 +01:00
Elias Meire 115a367cae
fix(Gmail Trigger Node): Prevent error for empty emails, improve type safety (#13171) 2025-02-11 12:45:55 +01:00
Csaba Tuncsik 4c19baea3d
fix(editor): Adjust project plus button color in dark mode (#13175) 2025-02-11 10:40:47 +01:00
Michael Kret da5e4be0fd
fix(Google Sheets Node): Do not delete row_number key from input item (#13158) 2025-02-11 10:01:37 +02:00
Tomi Turtiainen 67b951ee07
fix(core): Fix parsing of push messages (no-changelog) (#13136) 2025-02-10 19:47:03 +02:00
कारतोफ्फेलस्क्रिप्ट™ 298a7b0038
fix(core): Do not save credential overwrites data into the database (#13170) 2025-02-10 17:24:36 +01:00
कारतोफ्फेलस्क्रिप्ट™ dbb9475b7b
refactor(core): Remove NodeExecutionOutput. Add execution hints directly to the context (#13111) 2025-02-10 16:51:01 +01:00
Iván Ovejero 5dddf772cf
fix(core): Fix resuming executions on test webhooks from Wait nodes (#13168) 2025-02-10 16:43:54 +01:00
Elias Meire 8f25a06e6c
fix(editor): Fix '=' handling in expressions (#13129) 2025-02-10 16:41:55 +01:00
jeanpaul f057cfb46a
fix(OpenAI Node): Limit chat history to context window when using memory (#13137) 2025-02-10 15:41:13 +01:00
Shireen Missi df8f059504
fix(core): Same version of merge node behaves differently after n8n update (#13106)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-02-10 14:01:26 +00:00
कारतोफ्फेलस्क्रिप्ट™ a4c5334853
fix(core): Handle credential decryption failures gracefully on the API (#13166) 2025-02-10 13:40:31 +01:00
Michael Kret 5d05f7f436
fix(Google Sheets Node): RMC should correctly map columns if data location set in options (#13116)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-02-10 11:30:33 +02:00
Tomi Turtiainen da837feb26
fix(editor): Fix sending of push messages when connection is down (no-changelog) (#13133) 2025-02-10 10:53:40 +02:00
Charlie Kolb bde84205f9
fix(editor): Disable fromAI button for vector stores (#13125) 2025-02-10 09:51:18 +01:00
Milorad FIlipović 814e2a8924
fix(editor): Load only personal credentials when setting up a template (#12826) 2025-02-10 09:43:50 +01:00
autologie b17cbec3af
feat(editor): Add ‘execute workflow’ buttons below triggers on the canvas (#12769)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
2025-02-10 09:14:39 +01:00
Michael Kret e92556260f
feat(Microsoft Teams Node): New operation sendAndWait (#12964) 2025-02-10 09:31:45 +02:00
कारतोफ्फेलस्क्रिप्ट™ d41ca832dc
refactor(core): Move ExecutionLifecycleHooks to core (#13042) 2025-02-07 18:16:37 +01:00
Marc Littlemore cae98e733d
fix(core): Allow secrets manager secrets to be used in credentials (#13110) 2025-02-07 17:43:00 +01:00
कारतोफ्फेलस्क्रिप्ट™ 4577ce0846
refactor(core): Move more code out of NodeExecutionFunctions, and add unit tests (no-changelog) (#13131) 2025-02-07 17:35:51 +01:00
Ria Scholz ccdca6b39f
docs(Chat Trigger Node): Add option for loadPreviousSession (#13132) 2025-02-07 16:49:22 +01:00
Elias Meire cd8b300d5c
fix(Google Sheets Trigger Node): Do not return header row in rowAdded mode (#13119) 2025-02-07 12:57:18 +01:00
कारतोफ्फेलस्क्रिप्ट™ ac8c5527ca
chore(editor): Upgrade curlconverter, remove the custom patch (no-changelog) (#13124) 2025-02-07 12:48:38 +01:00
कारतोफ्फेलस्क्रिप्ट™ fc440eb68b
fix(core): Handle cancellation of waiting executions correctly (#13051) 2025-02-07 12:34:03 +01:00
कारतोफ्फेलस्क्रिप्ट™ be39d0a0f1
fix(core): Add an option to enable dual-stack lookup to support IPv6 for redis (#13118) 2025-02-07 12:06:12 +01:00
Csaba Tuncsik 8b28d6ce8e
refactor: Move cURL converter to frontend (#11432)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-02-07 12:05:04 +01:00
Milorad FIlipović 94789e0309
feat(editor): Add node_id to canvas events (no-changelog) (#13120) 2025-02-07 10:55:34 +01:00
jeanpaul 2b1eb049f2
fix(Basic LLM Chain Node): Use correct mimetype for binary data (#12978) 2025-02-07 09:49:11 +01:00
oleg 9e4e1ca1f4
fix(Call n8n Sub-Workflow Tool Node): Fix json type when using $fromAI (#13102) 2025-02-06 17:58:43 +01:00
oleg 577d5a1bff
refactor(Google Gemini Chat Model Node): Provide custom message mapper to N8nLlmTracing (no-changelog) (#13076) 2025-02-06 17:28:13 +01:00
jeanpaul 76e0c99613
feat(OpenAI Chat Model Node): Add reasoning effort option to control the amount of reasoning tokens to use (#13103) 2025-02-06 17:21:34 +01:00
oleg fff46fa75e
refactor(Call n8n Sub-Workflow Tool Node): Remove duplicate FromAIParser service (no-changelog) (#13105) 2025-02-06 17:19:27 +01:00
Tomi Turtiainen fff98b16bb
fix(editor): Fix issues with push connect reconnection (#13085) 2025-02-06 16:39:18 +02:00
Iván Ovejero e59d9830bf
fix(core): Fix high volume of node operation errors in Sentry (#13053) 2025-02-06 15:32:12 +01:00
Michael Kret 4c2546dc78
feat: Do not assign all paired items (no-changelog) (#11716) 2025-02-06 13:46:28 +00:00
Mutasem Aldmour 2eabca5613
fix(editor): Fix prompt in easy ai template (#13091) 2025-02-06 14:30:12 +01:00
कारतोफ्फेलस्क्रिप्ट™ a81344cfcd
Merge tag 'n8n@1.78.0' 2025-02-06 14:28:13 +01:00
कारतोफ्फेलस्क्रिप्ट™ 2b133aa201
feat(core): Add an option to allow community nodes as tools (#13075) 2025-02-06 14:17:15 +01:00
Charlie Kolb ff8b1c1108
feat(editor): Add docs link in $fromAI hover info tooltip (#13097) 2025-02-06 14:17:01 +01:00
github-actions[bot] 700dd916f6
🚀 Release 1.78.0 (#13096)
Co-authored-by: elsmr <8850410+elsmr@users.noreply.github.com>
2025-02-06 14:04:06 +01:00
Elias Meire 3ed827ed66
fix: Add version to new @n8n/composables package (no-changelog) (#13098) 2025-02-06 13:47:10 +01:00
कारतोफ्फेलस्क्रिप्ट™ 1593b6cb41
fix(core): Do not emit workflow-post-execute event for waiting executions (#13065) 2025-02-06 13:37:13 +01:00
Elias Meire a37c8e8fb8
fix(core): Only use new resource mapper type validation when it is enabled (#13099) 2025-02-06 13:21:13 +01:00
Alex Grozav ef87da4c19
feat: Add reusable frontend composables package (#13077)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2025-02-06 12:44:30 +02:00
Elias Meire 00e3ebc9e2
fix(editor): Code node overwrites code when switching nodes after edits (#13078) 2025-02-05 17:07:32 +01:00
oleg 16d59e98ed
fix(editor): Allow to re-open sub-connection node creator if already active (#13041) 2025-02-05 16:45:26 +01:00
Jon 2a33d07aa0
feat: Add new schema files (no-changelog) (#13062) 2025-02-05 12:48:45 +00:00
Charlie Kolb 32f2ac6773
fix(editor): Fix overrideField text overflow (no-changelog) (#13068) 2025-02-05 13:19:15 +01:00
Tim 0bc0fc6c12
feat(Facebook Graph API Node): Update node to support API v22.0 (#13024)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2025-02-05 12:18:16 +00:00
Ria Scholz be5e49d56c
feat(Summarize Node): Preserves original field data type (#13069) 2025-02-05 12:52:16 +01:00
Eugene a90529fd51
fix(AI Agent Node): Ignore SSL errors option for SQLAgent (#13052)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2025-02-05 12:35:05 +01:00
oleg b67a003e0b
feat(HTTP Request Tool Node): Relax binary data detection (#13048) 2025-02-05 12:14:31 +01:00
Charlie Kolb a7792684a6
chore: Fix CI type-checking issue (no-changelog) (#13067) 2025-02-05 11:53:39 +01:00
Charlie Kolb 2492c35e90
fix(editor): Move overrideButton and other options to the left to line up with container boundary (no-changelog) (#13061) 2025-02-05 11:25:32 +01:00
Jon 2c2d63157b
feat: Add support for client credentials with Azure Log monitor (#13038) 2025-02-05 08:51:09 +00:00
Charlie Kolb 21773764d3
feat(editor): Easy $fromAI Button for AI Tools (#12587) 2025-02-05 08:42:50 +01:00
Dana 182fc150be
feat(n8n Form Node): Respond with Text (#12979) 2025-02-04 18:35:25 +01:00
Dana ddc40ef7de
chore(n8n Form Node): Incorporate design feedback for Custom HTML (#12817) 2025-02-04 18:03:19 +01:00
Ricardo Espinoza b60011a180
feat(core): Add sorting to GET /workflows endpoint (#13029) 2025-02-04 10:52:35 -05:00
Csaba Tuncsik 18eaa5423d
fix(editor): Add telemetry to source control feature (#13016) 2025-02-04 15:51:32 +01:00
Charlie Kolb cc907fbca9
fix: Increment runIndex in WorkflowToolV2 tool executions to avoid reusing out of date inputs (#13008) 2025-02-04 13:02:50 +01:00
Elias Meire fdcff9082b
fix(core): Do not enable strict type validation by default for resource mapper (#13037) 2025-02-04 12:31:59 +01:00
autologie 3a908aca17
fix(editor): Fix position of connector buttons when the line is straight (#13034) 2025-02-04 12:18:07 +01:00
Danny Martini 884a7e23f8
fix(editor): Actually enforce the version and don't break for old values in local storage (#13025)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
2025-02-04 12:16:00 +01:00
कारतोफ्फेलस्क्रिप्ट™ f150f79ad6
fix(Google Cloud Firestore Node): Fix potential prototype pollution vulnerability (#13035) 2025-02-04 12:14:51 +01:00
Eugene 9deb75916e
feat(core): Enable usage as a tool for more nodes (#12930) 2025-02-04 10:47:46 +01:00
कारतोफ्फेलस्क्रिप्ट™ 65ec6ae0c8
refactor(core): Consolidate execution lifecycle hooks even more + additional tests (#12898) 2025-02-04 10:17:44 +01:00
Ricardo Espinoza 9bcbc2c2cc
feat: Allow setting API keys expiration (#12954) 2025-02-03 11:16:37 -05:00
कारतोफ्फेलस्क्रिप्ट™ e39928dde8
ci: Fix tests for declarative nodes (no-changelog) (#13013) 2025-02-03 15:04:03 +01:00
Danny Martini a15504329b
fix: Sync partial execution version of FE and BE, also allow enforcing a specific version (#12840)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-02-03 14:17:31 +01:00
कारतोफ्फेलस्क्रिप्ट™ a65a9e631b
feat(core): Handle Declarative nodes more like regular nodes (#13007) 2025-02-03 14:00:53 +01:00
Alex Grozav ac7bc4f191
fix(editor): Fix showing and hiding canvas edge toolbar when hovering (#13009) 2025-02-03 14:41:03 +02:00
jeanpaul 37d152c148
feat(OpenAI Chat Model Node, OpenAI Node): Include o3 models in model selection (#13005) 2025-02-03 12:56:07 +01:00
Elias Meire 8c2dbcfece
fix(editor): Prevent infinite loop in expressions crashing the browser (#12732) 2025-02-03 12:50:56 +01:00
Valentin Mocanu 1a2d39a158
fix(Wise Node): Use ISO formatting for timestamps (#10288) 2025-02-03 12:25:10 +01:00
कारतोफ्फेलस्क्रिप्ट™ e8635f2574
fix(core): "Respond to Webhook" should work with workflows with waiting nodes (#12806) 2025-02-03 12:24:11 +01:00
कारतोफ्फेलस्क्रिप्ट™ 18b6867785
ci: Update corepack before enabling it (no-changelog) (#13004) 2025-02-03 11:16:18 +01:00
Elias Meire 0063bbb30b
feat(editor): Display schema preview for unexecuted nodes (#12901) 2025-02-03 08:50:33 +01:00
Elias Meire ce1deb8aea
fix(editor): Make AI transform node read only in executions view (#12970) 2025-02-03 08:50:24 +01:00
Alex Grozav 1a915239c6
fix(editor): Update node issues when opening execution (#12972)
Some checks failed
Test Master / install-and-build (push) Has been cancelled
Test Master / Unit tests (18.x) (push) Has been cancelled
Test Master / Unit tests (20.x) (push) Has been cancelled
Test Master / Unit tests (22.4) (push) Has been cancelled
Test Master / Lint (push) Has been cancelled
Test Master / Notify Slack on failure (push) Has been cancelled
2025-01-31 19:08:50 +02:00
Mariana-na 7e1844757f
fix(GitHub Node): Don't truncate filenames retrieved from GitHub (#12923)
Co-authored-by: Dana Lee <dana@n8n.io>
2025-01-31 16:48:47 +00:00
Tomi Turtiainen b77bf86166
refactor(core): Make task broker an explicit component of task runner (#12782) 2025-01-31 17:39:06 +02:00
Alex Grozav c7a15d5980
fix(editor): Use correct connection index when connecting adjancent nodes after deleting a node (#12973)
Some checks failed
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Has been cancelled
2025-01-31 15:08:31 +02:00
Tomi Turtiainen 2774f35969
test: Add missing $rawParameter to list of known built-ins (#12976) 2025-01-31 14:42:38 +02:00
Michael Kret d47bfddd65
feat(Discord Node): New sendAndWait operation (#12894)
Co-authored-by: Dana <152518854+dana-gill@users.noreply.github.com>
2025-01-31 13:44:42 +02:00