Commit Graph

3348 Commits

Author SHA1 Message Date
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
कारतोफ्फेलस्क्रिप्ट™
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
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
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
Ricardo Espinoza
03f4ed8445 feat(core): Add migration to create model for folders feature (#13060) 2025-02-12 08:51:04 -05: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
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
Iván Ovejero
5dddf772cf fix(core): Fix resuming executions on test webhooks from Wait nodes (#13168) 2025-02-10 16:43:54 +01:00
कारतोफ्फेलस्क्रिप्ट™
a4c5334853 fix(core): Handle credential decryption failures gracefully on the API (#13166) 2025-02-10 13:40:31 +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
कारतोफ्फेलस्क्रिप्ट™
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
कारतोफ्फेलस्क्रिप्ट™
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
कारतोफ्फेलस्क्रिप्ट™
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
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
कारतोफ्फेलस्क्रिप्ट™
1593b6cb41 fix(core): Do not emit workflow-post-execute event for waiting executions (#13065) 2025-02-06 13:37:13 +01: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
कारतोफ्फेलस्क्रिप्ट™
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
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
कारतोफ्फेलस्क्रिप्ट™
e8635f2574 fix(core): "Respond to Webhook" should work with workflows with waiting nodes (#12806) 2025-02-03 12:24:11 +01:00
Tomi Turtiainen
b77bf86166 refactor(core): Make task broker an explicit component of task runner (#12782) 2025-01-31 17:39:06 +02:00
Eugene
1ca6a9799a feat(core): Keep track of test case executions during test run (no-changelog) (#12787) 2025-01-31 12:27:35 +01:00
Cornelius Suermann
d9d64083d3 fix: Resolve race condition causing unnecessary license renewals (#12966)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-01-31 12:23:04 +01:00
Dana
0da1114981 feat(n8n Form Node): Add Hidden Fields (#12803) 2025-01-29 16:56:47 +01:00
Eugene
0f345681d9 chore: Add basic telemetry events to workflow evaluation (no-changelog) (#12890)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2025-01-29 16:00:22 +01:00
कारतोफ्फेलस्क्रिप्ट™
9446304d66 Merge tag 'n8n@1.77.0' 2025-01-29 13:54:36 +01:00
Ricardo Espinoza
ad3250ceb0 feat: Allow multi API creation via the UI (#12845) 2025-01-29 07:42:01 -05:00
github-actions[bot]
812619e375 🚀 Release 1.77.0 (#12918)
Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
2025-01-29 13:18:50 +01:00
Tomi Turtiainen
8da4f351e1 test(core): Add integration test for JS task runner (#12804)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-01-29 12:00:07 +01:00
Iván Ovejero
647dc198c2 refactor(core): Small improvements to external hooks (#12915) 2025-01-29 11:14:06 +01:00
कारतोफ्फेलस्क्रिप्ट™
05b5f95331 refactor(core): Make external hooks type-safe, and add tests (#12893) 2025-01-29 10:33:39 +01:00
Cornelius Suermann
f32eef85bd fix(core): Renew license on startup for instances with detached floating entitlements (#12884) 2025-01-28 21:02:24 +01:00
कारतोफ्फेलस्क्रिप्ट™
69a97bd32d refactor(core): Move all execution lifecycle telemetry events to lifecycle hooks (no-changelog) (#12816) 2025-01-28 13:45:30 +01:00
Elias Meire
d981b5659a feat(API): Add route for schema static files (#12770) 2025-01-28 09:53:04 +01:00
कारतोफ्फेलस्क्रिप्ट™
1d33b9f4a7 ci: Revert path change for n8n-logo.png (#12874) 2025-01-28 08:49:33 +01:00