1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-02-02 07:01:30 -08:00
Commit graph

3610 commits

Author SHA1 Message Date
Iván Ovejero a7ed8ee909
refactor: Remove unused disable directives from nodes-base () 2024-09-16 10:58:32 +02:00
कारतोफ्फेलस्क्रिप्ट™ cef64329a9
refactor(core): Simplify createDeferredPromise, and add tests (no-changelog) () 2024-09-13 15:53:03 +02:00
Iván Ovejero 05e609d714
build: Upgrade nodelinter to 1.16.2 (no-changelog) () 2024-09-12 16:53:36 +02:00
Shireen Missi 21936c88a8
fix(YouTube Node): Fix Date filters () 2024-09-11 09:44:35 +01:00
Shireen Missi 20b1cf2b75
feat(Lemlist Node): Add V2 to support more API operations () 2024-09-10 16:26:55 +01:00
Michael Kret 22c70d5069
fix: Google Contacts node warm up request, Google Calendar node events>getAll fields option () 2024-09-10 15:31:00 +03:00
Manuel Voppmann 4b2b5235db
docs: Fix broken PostgREST guide link in Supabase node () 2024-09-10 13:10:13 +01:00
Shireen Missi 540f79a38f
fix(Telegram Trigger Node): Use timing-safe string comparison (no-changelog) () 2024-09-10 13:02:38 +01:00
Shireen Missi 9f3e03d728
fix(Gmail Trigger Node): Change Gmail Trigger dedupe logic () 2024-09-10 08:55:04 +01:00
Elias Meire e9b8d99084
feat: Filter parameter: Improve loose type validation for booleans () 2024-09-09 08:54:36 +01:00
Iván Ovejero 156eb72ebe
fix(Email Trigger (IMAP) Node): Ensure connection close does not block deactivation () 2024-09-06 12:07:51 +02:00
Shireen Missi 08abaf9eb2
fix: Tweak the copy for Add more warnings to nodes (no-changelog) () 2024-09-06 09:24:48 +01:00
कारतोफ्फेलस्क्रिप्ट™ e50f0e6a4e
refactor(RabbitMQ Trigger Node): Improve type-safety, add tests, and fix issues with manual triggers () 2024-09-05 08:11:38 +02:00
Michael Kret 66ddb4a6f3
feat: More hints to nodes ()
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-09-04 16:33:10 +03:00
Eugene 022ddcbef9
feat(core): Execution curation ()
Co-authored-by: oleg <me@olegivaniv.com>
2024-09-02 15:20:08 +02:00
Shireen Missi 8603946e23
fix(Webhook Node): Add tests for utils (no-changelog) () 2024-09-02 13:18:13 +01:00
Michael Kret 81f4322d45
fix(Wait Node): Append n8n attribution option () 2024-08-30 14:28:25 +01:00
Michael Kret 9fa1a9aa99
fix: Disable errors obfuscation (no-changelog) () 2024-08-30 10:59:30 +03:00
Shireen Missi 405c55a1f7
fix(HTTP Request Node): Sanitize authorization headers () 2024-08-29 15:28:03 +01:00
Ricardo Espinoza c4eb3746d7
refactor: Use NodeConnectionType consistently across the code base (no-changelog) () 2024-08-29 09:55:53 -04:00
Danny Martini 9e1dac0465
fix(Gmail Trigger Node): Don't return date instances, but date strings instead () 2024-08-28 15:43:04 +02:00
Iván Ovejero bc958be93b
refactor(core): Convert verbose to debug logs () 2024-08-28 09:32:53 +02:00
Iván Ovejero c0e7620036
fix(Wait Node): Prevent waiting until invalid date () 2024-08-27 16:45:08 +02:00
कारतोफ्फेलस्क्रिप्ट™ be52176585
refactor(core): Allow custom types on getCredentials (no-changelog) () 2024-08-27 15:23:58 +02:00
Shireen Missi 4e15007577
fix(Google Sheets Trigger Node): Show sheet name is too long error () 2024-08-27 11:30:35 +01:00
Bram Kn 26f1af397b
feat: Add new credentials for the HTTP Request node ()
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-08-23 18:19:05 +01:00
oleg 84e54beac7
feat(editor): Implement workflowSelector parameter type () 2024-08-22 16:59:12 +02:00
कारतोफ्फेलस्क्रिप्ट™ 3428f28a73
fix(core): Scheduler tasks should not trigger on follower instances () 2024-08-22 11:46:13 +02:00
Jon 9bdb1d6dca
fix(Toggl Trigger Node): Update API version () 2024-08-21 10:43:48 +01:00
Oz Weiss 09c3a8b367
fix(Calendly Trigger Node): Fix issue with webhook url matching () 2024-08-21 10:42:45 +01:00
Michael Kret 61ac0c7775
fix: Filter component - improve errors () 2024-08-19 19:01:33 +03:00
Shireen Missi 6a0f2ca96b
fix(Read/Write Files from Disk Node): Better error handling when file name missing (no-changelog) () 2024-08-19 13:07:39 +01:00
CodeShakingSheep 129245da10
fix(Invoice Ninja Node): Fix payment types () 2024-08-19 12:08:46 +01:00
Michael Kret aea82cb744
fix: Better errors in Switch, If and Filter nodes ()
Co-authored-by: Shireen Missi <shireen@n8n.io>
2024-08-16 16:36:15 +01:00
Michael Kret f7fb02e92a
fix(Google Sheets Node): Update to returnAllMatches option ()
Co-authored-by: Shireen Missi <shireen@n8n.io>
2024-08-16 16:35:22 +01:00
Michael Kret ce46bf516a
fix(Google Sheets Node): Better error when column to match on is empty ()
Co-authored-by: Shireen Missi <shireen@n8n.io>
2024-08-16 15:59:59 +01:00
Jon 9d6ad88c14
fix(Respond to Webhook Node): Fix issue preventing the chat trigger from working ()
Co-authored-by: Shireen Missi <shireen@n8n.io>
2024-08-16 08:57:21 +01:00
Michael Kret c5a0c049ea
fix(Google Sheets Node): Update name and hint for useAppend option () 2024-08-15 17:01:35 +01:00
Jon e7ee10f243
feat(Facebook Graph API Node): Update node to support API v18 - v20 () 2024-08-15 14:40:50 +01:00
Michael Kret 0dc3e99b26
fix(n8n Form Trigger Node): Show basic authentication modal on wrong credentials () 2024-08-15 14:03:16 +03:00
Michael Kret 4dc34ba745
feat(AI Transform Node): Telemetry (no-changelog) () 2024-08-14 16:41:35 +03:00
Michael Kret 4d222ac19d
feat(AI Transform Node): New node ()
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-08-14 16:20:02 +03:00
Shireen Missi bae0116d78
fix: Remove node AI Transform node (no-changelog) () 2024-08-14 13:01:14 +02:00
Shireen Missi 413fc4584c
fix(Okta Node): Add missing codex file (no-changelog) () 2024-08-13 11:40:02 +01:00
Jon 9b647a9837
fix(n8n Form Trigger Node): Fix issue preventing v1 node from working () 2024-08-13 07:34:55 +01:00
Shireen Missi 5cac0f339d
feat(Okta Node): Add Okta Node ()
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Elias Meire <elias@meire.dev>
2024-08-12 16:49:06 +01:00
Michael Kret 0de9d56619
feat(AI Transform Node): New node ()
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-08-07 18:07:48 +03:00
Ria Scholz f744d7c100
feat(MySQL Node): Return decimal types as numbers () 2024-08-07 12:48:14 +02:00
pemontto bf8f848645
feat(Elasticsearch Node): Add bulk operations for Elasticsearch () 2024-08-07 10:42:07 +01:00
Javier Ferrer González 34334651e0
feat(Stripe Trigger Node): Add Stripe webhook descriptions based on the workflow ID and name () 2024-08-07 10:40:04 +01:00