Commit Graph

12293 Commits

Author SHA1 Message Date
oleg
434d31ce92 fix(editor): Fix run index input for RunData view in sub-nodes (#11538) 2024-11-05 16:47:45 +01:00
कारतोफ्फेलस्क्रिप्ट™
dfd785bc08 fix(editor): Do not overwrite the webhookId in the new canvas (#11562) 2024-11-05 15:06:23 +01:00
Alex Grozav
463d101f35 fix(editor): Fix emitting n8nReady notification via postmessage on new canvas (#11558) 2024-11-05 15:17:41 +02:00
Alex Grozav
ef54760064 feat: Upload sourcemaps to Sentry on release (no-changelog) (#11557)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-11-05 14:48:51 +02:00
Alex Grozav
5ca781bf3a refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
Jon
63d454b776 feat(Convert to File Node): Add delimiter convert to csv (#11556) 2024-11-05 13:17:01 +01:00
Ricardo Espinoza
981a852648 fix(editor): Do not show success message if there is an error saving credentials (no-changelog) (#11548) 2024-11-05 06:55:55 -05:00
Ricardo Espinoza
e80f7e0a02 fix: Toast not aligned to the bottom when AI assistant disable (#11549) 2024-11-05 06:52:52 -05:00
कारतोफ्फेलस्क्रिप्ट™
38da319507 chore(editor): Delete some of the unused code (no-changelog) (#11554) 2024-11-05 12:11:54 +01:00
Alex Grozav
1f25e8e096 fix(editor): Add optional chaining to error handler (no-changelog) (#11500) 2024-11-05 13:02:55 +02:00
oleg
8b398256a8 feat(Anthropic Chat Model Node): Add support for Haiku 3.5 (#11551) 2024-11-05 11:50:10 +01:00
oleg
fc49dc63cc test: Skip flaky 39-projects e2e tests (no-changelog) (#11553) 2024-11-05 11:22:31 +01:00
Tomi Turtiainen
3edecffd71 refactor: Move runner types to runner package (#11552) 2024-11-05 10:32:15 +01:00
कारतोफ्फेलस्क्रिप्ट™
6854f94875 refactor(editor): Convert some smaller components to composition api (no-changelog) (#11546)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2024-11-04 20:09:34 -05:00
Mutasem Aldmour
611967decc refactor(editor): Migrate components to composition API (#11497) 2024-11-04 17:00:06 -05:00
कारतोफ्फेलस्क्रिप्ट™
3eb05e6df9 chore(core): Change NodeOperationError default level to warning (no-changelog) (#11542) 2024-11-04 17:43:11 +01:00
कारतोफ्फेलस्क्रिप्ट™
6b9353c80f fix(core): Save exeution progress for waiting executions, even when progress saving is disabled (#11535)
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-11-04 17:12:22 +01:00
कारतोफ्फेलस्क्रिप्ट™
19a5c2fcf1 refactor(core): Extract hook context out of NodeExecutionFunctions (no-changelog) (#11537) 2024-11-04 16:27:23 +01:00
Eugene
0817f8571a chore: Update @langchain/* packages to latest versions (no-changelog) (#11460)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2024-11-04 15:21:52 +01:00
Tomi Turtiainen
9355fc3578 refactor: Encapsulate task runner startup to module (#11531) 2024-11-04 16:12:29 +02:00
कारतोफ्फेलस्क्रिप्ट™
d49686c6f2 ci: Start collecting code-coverage on every PR (no-changelog) (#11536) 2024-11-04 15:08:04 +01:00
कारतोफ्फेलस्क्रिप्ट™
e8757e58f6 fix(core): Do not delete waiting executions when saving of successful executions is disabled (#11458) 2024-11-04 14:45:41 +01:00
Ricardo Espinoza
23677062d9 refactor(editor): Migrate small components to composition API (#11509) 2024-11-04 08:06:00 -05:00
Alex Grozav
5e2e205394 feat(editor): Update panning and selection keybindings on new canvas (#11534) 2024-11-04 14:36:54 +02:00
Raúl Gómez Morales
5f3deea60f refactor(editor): ResourceListLayout to script setup (#11526) 2024-11-04 13:07:21 +01:00
कारतोफ्फेलस्क्रिप्ट™
e10968b26f fix(editor): Respect user's dark-mode preference even before the application is loaded (no-changelog) (#11530) 2024-11-04 13:07:06 +01:00
Danny Martini
d1153f51e8 fix(core): Don't send a executionFinished event to the browser with no run data if the execution has already been cleaned up (#11502)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-11-04 13:04:22 +01:00
कारतोफ्फेलस्क्रिप्ट™
da18e1ad29 refactor(core): Extract load-options context out of NodeExecutionFunctions (no-changelog) (#11461) 2024-11-04 12:35:07 +01:00
कारतोफ्फेलस्क्रिप्ट™
a092b8e972 fix(core): Use the correct docs URL for regular nodes when used as tools (#11529) 2024-11-04 12:31:17 +01:00
कारतोफ्फेलस्क्रिप्ट™
097c2542d0 refactor(core): Extract webhook context out of NodeExecutionFunctions (no-changelog) (#11455) 2024-11-04 11:43:19 +01:00
कारतोफ्फेलस्क्रिप्ट™
1be7de6180 refactor(core): Extract trigger context out of NodeExecutionFunctions (no-changelog) (#11453) 2024-11-04 11:13:44 +01:00
Tomi Turtiainen
e4aa1d01f3 feat: Only send needed data to task runner (no-changelog) (#11487) 2024-11-04 11:13:09 +02:00
कारतोफ्फेलस्क्रिप्ट™
2104fa1733 refactor(core): Extract poll context out of NodeExecutionFunctions (no-changelog) (#11449) 2024-11-04 09:49:52 +01:00
Iván Ovejero
ce963e8824 refactor(core): Port pruning config (#11507) 2024-11-04 09:09:12 +01:00
aya
60c1ace64b fix(Edit Image Node): Fix Text operation by setting Arial as default font (#11125)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-11-01 16:49:48 +00:00
Alex Grozav
63efefcd24 refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
Milorad FIlipović
d0dce57c14 refactor(editor): Migrate ParameterOptions to composition API (no-changelog) (#11501) 2024-11-01 16:11:54 +01:00
Ricardo Espinoza
78e7d8dc8c fix(editor): When cloud users click on "How to update your n8n version" auto-login them before redirecting to the dashboard (no-changelog) (#11467) 2024-11-01 11:01:54 -04:00
Alex Grozav
602355a5c1 fix(editor): Add optional chaining to nodeExecutionRunData in node execution status (no-changelog) (#11370) 2024-11-01 16:40:13 +02:00
Mutasem Aldmour
02b77367bd refactor: Clean up hooks and fake doors (no-changelog) (#11498) 2024-11-01 15:23:41 +01:00
Iván Ovejero
c5191e697a fix(core): Account for double quotes in instance base URL (#11495) 2024-11-01 15:06:25 +01:00
Alex Grozav
aa7bb3ac08 fix(editor): Add optional chaining to execution socket event (no-changelog) (#11499) 2024-11-01 15:41:00 +02:00
Alex Grozav
4ef804c8d3 fix(editor): Add optional chaining to currentWorkflow in NodeSettings (no-changelog) (#11371) 2024-11-01 15:36:32 +02:00
Mutasem Aldmour
c773181a3a refactor: Move page components to composables (no-changelog) (#11494) 2024-11-01 14:11:42 +01:00
Mutasem Aldmour
ca2a583b5c fix: Show Pinned data in demo mode (#11490) 2024-11-01 14:04:58 +01:00
Csaba Tuncsik
5b5bd7291d fix(editor): Auto focus first fields on SignIn, SignUp and ForgotMyPassword views (#11445) 2024-11-01 13:59:04 +01:00
Cornelius Suermann
7d6dccbecb Merge tag 'n8n@1.66.0' 2024-11-01 09:24:12 +01:00
Jon
b137e13845 feat(Intercom Node): Update credential to new style (#11485) 2024-10-31 16:38:11 +00:00
Mutasem Aldmour
130c942f63 fix: Bring back nodes panel telemetry events (#11456) 2024-10-31 16:29:51 +01:00
github-actions[bot]
dd7d374185 🚀 Release 1.66.0 (#11488)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2024-10-31 17:07:37 +02:00