1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00
Commit Graph

10876 Commits

Author SHA1 Message Date
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
Jon
b5c7c061b7
fix(HubSpot Trigger Node): Fix issue with ticketId not being set (#9403) 2024-05-16 13:38:15 +01:00
Jon
1377e212c7
fix(Mattermost Node): Change loadOptions to fetch all items (#9413) 2024-05-16 13:35:03 +01:00
Jon
92a1d65c4b
fix(Microsoft OneDrive Trigger Node): Fix issue with test run failing (#9386) 2024-05-16 11:33:35 +01:00
Michael Kret
5a3122f279
fix: PairedItems various fixes (no-changelog) (#9357) 2024-05-16 12:35:36 +03:00
Romain MARTINEAU
c9855e3dce
fix(core): Handle credential in body for oauth2 refresh token (#9179)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-05-16 10:46:15 +02:00
कारतोफ्फेलस्क्रिप्ट™
0d7358807b
fix(core): Add an option to disable STARTTLS for SMTP connections (#9415) 2024-05-16 10:45:58 +02:00
Iván Ovejero
38b498e73a
fix(editor): Fix outdated roles in variables labels (#9411) 2024-05-15 18:04:17 +02:00
Giulio Andreini
aad43d8cdc
fix(editor): Secondary button in dark mode (#9401) 2024-05-15 17:57:21 +02:00
Iván Ovejero
14fe9f268f
fix(editor): Fix blank Public API page (#9409) 2024-05-15 17:35:30 +02:00
कारतोफ्फेलस्क्रिप्ट™
68a6c81729
fix(Email Trigger (IMAP) Node): Handle attachments correctly (#9410) 2024-05-15 15:50:53 +02:00
Jon
bf549301df
feat: Add Slack trigger node (#9190)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
2024-05-15 13:54:32 +01:00
github-actions[bot]
8f254527e3
🚀 Release 1.42.0 (#9405)
Co-authored-by: netroy <netroy@users.noreply.github.com>
2024-05-15 12:16:42 +02:00
oleg
677f534661
feat(AI Agent Node): Implement Tool calling agent (#9339)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-05-15 12:02:21 +02:00
Mike Quinlan
1081429a4d
feat(Slack Node): Add block support for message updates (#8925) 2024-05-15 12:01:16 +02:00
guangwu
9e866591e1
fix: Small typo fix (no-changelog) (#8876) 2024-05-15 12:00:44 +02:00
Jon
ed22dcd88a
fix(Cortex Node): Fix issue with analyzer response not working for file observables (#9374) 2024-05-15 10:24:51 +01:00
कारतोफ्फेलस्क्रिप्ट™
1777f8cdb1
fix(editor): Temporarily disable tailwind (no-changelog) (#9394) 2024-05-14 17:20:31 +02:00
कारतोफ्फेलस्क्रिप्ट™
6059722fbf
feat(core): Allow using a custom certificates in docker containers (#8705)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2024-05-14 17:20:21 +02:00
Elias Meire
52936633af
feat(editor): Add examples for object and array expression methods (#9360)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2024-05-14 16:32:31 +02:00
Jon
78e7c7a9da
fix(Mattermost Node): Fix issue when fetching reactions (#9375) 2024-05-14 15:04:24 +01:00
कारतोफ्फेलस्क्रिप्ट™
82c8801f25
fix(Code Node): Bind helper methods to the correct context (#9380) 2024-05-14 14:08:51 +02:00
कारतोफ्फेलस्क्रिप्ट™
97d3c6465c
ci: Do not hoist workspace packages in custom builds (no-changelog) (#9388) 2024-05-14 14:08:37 +02:00
Elias Meire
7b45dc313f
feat(editor): Add examples for number & boolean, add new methods (#9358) 2024-05-13 16:28:27 +02:00
Michael Kret
da6088d0bb
feat(core): Node hints(warnings) system (#8954) 2024-05-13 15:46:02 +03:00