Commit Graph

10750 Commits

Author SHA1 Message Date
oleg
2fa46b6faa feat(Custom n8n Workflow Tool Node): Add support for tool input schema (#9470)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-05-22 14:29:32 +02:00
Michael Kret
ef9d4aba90 fix: Update operations to run per item (#8967)
Co-authored-by: Elias Meire <elias@meire.dev>
2024-05-22 15:28:09 +03:00
Michael Kret
870412f093 feat(core): Node hints improvements (no-changelog) (#9387)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
2024-05-22 13:35:29 +03:00
Michael Kret
3761537880 fix(Gmail Trigger Node): Fetching duplicate emails (#9424) 2024-05-22 13:17:52 +03:00
Omar Ajoue
c1eef60ccd test: Add tests for license manager reinit method (#9471) 2024-05-22 10:26:49 +01:00
Jon
ffe034c72e feat(Linear Node): Add identifier to outputs (#9469) 2024-05-22 09:35:53 +01:00
Egor Malykh
7236a558b9 fix(RSS Feed Trigger Node): Use newest date instead of first item for new items (#9182)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2024-05-22 09:23:53 +01:00
Elias Meire
a591f63e3f feat(editor): Add examples for root expression methods (#9373) 2024-05-22 10:05:31 +02:00
pemontto
7cb431f506 fix(core): Fix typos in common error messages (no-changelog) (#9478) 2024-05-22 08:57:34 +01:00
Giulio Cinelli
9da93680c2 feat(Strava Node): Update to use sport type (#9462)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2024-05-22 08:49:51 +01:00
Elias Meire
62df4331d4 fix(editor): Emit change events from filter component on update (#9479) 2024-05-22 09:40:09 +02:00
Alex Grozav
0cb977bf2f fix(editor): Fix type errors for various utils files (no-changelog) (#9480) 2024-05-22 07:54:55 +03:00
Alex Grozav
eef5479e96 fix(editor): Fix design system typecheck errors (no-changelog) (#9447) 2024-05-21 20:53:19 +03:00
Iván Ovejero
d21ad15c1f fix(core): Fix 431 for large dynamic node parameters (#9384) 2024-05-21 19:11:02 +02:00
Csaba Tuncsik
96cf41f851 fix(editor): Fix project settings layout (#9475) 2024-05-21 15:49:55 +02:00
Elias Meire
711c46f205 refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
Csaba Tuncsik
cd751e7cc8 fix(editor): Fix rundata type errors (no-changelog) (#9443) 2024-05-21 13:19:56 +02:00
oleg
277511a9b5 refactor(editor): Refactor code completions mixins to composables (no-changelog) (#9459)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-05-21 12:07:04 +02:00
Guilherme Barile
5ef45e8559 fix(Telegram Node): Revert typo introduced in #8437 (no-changelog) (#9472) 2024-05-20 19:44:19 +01:00
Ricardo Espinoza
75919397d6 refactor(editor): Fix type errors in ResourcesListLayout.vue (no-changelog) (#9461) 2024-05-20 09:01:38 -04:00
Daniil Zobov
87f965e905 feat(Telegram Node): Add support for local bot api server (#8437)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2024-05-20 13:47:01 +01:00
Omar Ajoue
747012dcfd fix: Init license properly with multi main (no-changelog) (#9467) 2024-05-20 13:02:08 +01:00
कारतोफ्फेलस्क्रिप्ट™
bf2ee51e36 ci: Delete unused code in some backend tests (no-changelog) (#9456) 2024-05-17 18:43:50 +02:00
कारतोफ्फेलस्क्रिप्ट™
6f2d83bffd fix(core): Setup webhook stopping endpoint after the CORS middleware (no-changelog) (#9454) 2024-05-17 17:55:29 +02:00
Csaba Tuncsik
04dd4760e1 fix(editor): Fix i18n translation addition (#9451) 2024-05-17 17:18:15 +02:00
Ricardo Espinoza
18933edff1 refactor(editor): Fix type errors in NodeDetailsView.vue (no-changelog) (#9431) 2024-05-17 10:57:14 -04:00
Ricardo Espinoza
3a5412850c refactor(editor): Convert workflowActivate mixin into a composable (no-changelog) (#9423) 2024-05-17 10:03:39 -04:00
Milorad FIlipović
9c768a0443 fix(editor): Fix type errors in components/executions/workflow (#9448) 2024-05-17 15:14:59 +02:00
Alex Grozav
003a4ea620 fix(editor): Fix editor-ui tsconfig types for vue-tsc (no-changelog) (#9446) 2024-05-17 16:01:26 +03:00
oleg
69bb745cac refactor(editor): Fix types issues in src/components/Node/* (no-changelog) (#9444)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-05-17 14:46:11 +02:00
Milorad FIlipović
aac19d3285 fix: Fix type errors in community nodes components (#9445) 2024-05-17 14:11:55 +02:00
Mutasem Aldmour
b2c17034c2 refactor: Fix Enteprise type errors (#9442) 2024-05-17 13:58:26 +02:00
Elias Meire
feba07ba8b refactor: Fix type errors in completions code (#9439) 2024-05-17 13:36:34 +02:00
Alex Grozav
db1a40635d fix(editor): Fix External secrets typecheck (no-changelog) (#9434) 2024-05-17 14:16:00 +03:00
Jon
28e3e21177 fix(HTML Node): Fix typo preventing row attributes from being set in tables (#9440) 2024-05-17 11:51:22 +01:00
Giulio Andreini
2782534d78 feat(editor): Update Node Details View header tabs structure (#9425)
Co-authored-by: Elias Meire <elias@meire.dev>
2024-05-17 12:37:34 +02:00
Csaba Tuncsik
a7d3e59aef fix(editor): Fix type errors in i18n plugin (#9441) 2024-05-17 12:30:33 +02:00
Alex Grozav
6aec42069c fix(editor): Fix RBAC type errors (no-changelog) (#9435) 2024-05-17 13:29:47 +03:00
oleg
48588194b9 refactor(editor): Fix Types issues in @n8n/chat (no-changelog) (#9438)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-05-17 11:52:15 +02:00
Elias Meire
451e6590d6 refactor: Fix TypeScript errors workflow package (#9437) 2024-05-17 11:28:13 +02:00
Mutasem Aldmour
2967df2fe0 fix: Fix color picker type errors (#9436) 2024-05-17 11:25:13 +02:00
Csaba Tuncsik
bc05faf0a6 fix(editor): Fix workflow history TS errors (#9433) 2024-05-17 10:59:01 +02:00
Csaba Tuncsik
596c472ecc feat: RBAC (#8922)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Val <68596159+valya@users.noreply.github.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
Co-authored-by: Valya Bullions <valya@n8n.io>
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Danny Martini <despair.blue@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: oleg <me@olegivaniv.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Elias Meire <elias@meire.dev>
Co-authored-by: Giulio Andreini <andreini@netseven.it>
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Ayato Hayashi <go12limchangyong@gmail.com>
2024-05-17 10:53:15 +02:00
Iván Ovejero
b1f977ebd0 fix(core): Remove excess args from routing error (#9377) 2024-05-17 10:47:03 +02:00
Iván Ovejero
9b2ce819d4 fix(core): Retry before continue on fail (#9395) 2024-05-17 10:46:42 +02:00
Iván Ovejero
8069faa5fe fix(core): Do not report to Sentry trigger activation errors from ETIMEDOUT or ECONNREFUSED (no-changelog) (#9379) 2024-05-17 09:39:44 +02:00
oleg
ce3eb12a6b feat(OpenAI Node): Use v2 assistants API and add support for memory (#9406)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-05-16 16:24:19 +02:00
Elias Meire
40bce7f443 feat(editor): Add examples for Luxon DateTime expression methods (#9361)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2024-05-16 14:53:22 +02:00
Iván Ovejero
211823650b feat(editor): Expand supported Unicode range for expressions (#9420) 2024-05-16 14:42:47 +02:00
Jon
f13dbc9cc3 feat(Extract from File Node): Add option to set encoding for CSV files (#9392) 2024-05-16 13:38:40 +01:00