Commit Graph

509 Commits

Author SHA1 Message Date
Nikolay Shebanov
096e535f1e feat(Google BigQuery Node): Add parameterized query support (#14302)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-07-29 09:53:12 +02:00
Ria Scholz
4bab296075 fix(Gmail Trigger Node): Filter sent emails from trigger results (#17691) 2025-07-29 09:37:05 +02:00
RomanDavydchuk
980878398e fix(Google Sheets Node): Get Rows operation returns an empty string when the cell has a value of 0 (#17642) 2025-07-28 11:43:33 +03:00
Dana
7657cce5a4 fix(Gmail Node): Set References and In-Reply-To only when user provides threadId (#16838) 2025-07-11 10:08:15 +02:00
Alex Grozav
d754ce922d feat: Upgrade nodes-base package to use modern tsconfig.json (no-changelog) (#16884) 2025-07-04 14:55:39 +03:00
Dana
71771a76c4 fix(Google Sheets Node): Include all headers (#16928) 2025-07-03 12:47:27 +02:00
Jon
2770645eb4 chore: NODE-3208 - Generate Schema Files (no-changelog) (#16860)
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
2025-07-02 09:29:17 +03:00
Iván Ovejero
422aa82524 chore: Lintfix nodes-base (#16877) 2025-07-01 15:05:40 +02:00
Eugene
91206ef3cc fix(Google Sheets Node): Inconsistent Google Sheet Tool update behavior due to wrong type of row_number field (#16632) 2025-06-27 08:23:10 +02:00
Ria Scholz
96f2705b6a fix(Google Workspace Admin Node): Fixes tooltip typo (no-changelog) (#16453) 2025-06-18 11:14:46 +02:00
Ria Scholz
7415125da5 fix(Google Workspace Admin Node): Fixes tooltip typo (no-changelog) (#16446) 2025-06-17 16:38:41 +02:00
RomanDavydchuk
bdc6e0f784 fix(Google Ads Node): Migrate from deprecated v17 API (#16388) 2025-06-17 17:03:00 +03:00
Dana
113d94cea2 fix(Gmail Node): Do not break threads while creating drafts (#16272)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-06-16 10:03:10 +02:00
Dana
47538e17ef fix(Google Sheets Node): Improve error message when row_number is null or undefined (#14560)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-06-05 16:02:15 +02:00
Jon
7639cfbaa7 chore: NODE-3065 - Generate Schema Files (no-changelog) (#15893) 2025-06-03 22:17:50 +01:00
कारतोफ्फेलस्क्रिप्ट™
7c806ff532 refactor(core): Refactor some imports to reduce baseline memory usage (#15916) 2025-06-03 11:23:44 +02:00
RomanDavydchuk
20604983cd fix(Google Drive Node): Incorrect MIME type when uploading files on cloud (#15478)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-05-23 10:08:01 +03:00
Elias Meire
1ffc33dcc6 fix(HTTP Request Node): Fix prototype pollution vulnerability (#15463) 2025-05-20 15:39:33 +02:00
Michael Kret
3e855b4485 fix(YouTube Node): Chunk file content before uploading (#15405) 2025-05-19 10:59:30 +01:00
Dana
8944d62c06 refactor(Google Sheets Node): Refactor Google Sheets (no-changelog) (#15339) 2025-05-13 15:29:12 +02:00
Eugene
a0a4476175 chore: Rename Test workflow -> Execute workflow (#15112) 2025-05-13 09:35:41 +02:00
Michael Kret
e0f5ba2c67 fix(Google Sheets Node): Return single row in read operation if combine conditions is OR and 'Return only First Matching Row' (#15095) 2025-05-06 18:32:00 +01:00
Jon
d0022c5700 chore: NODE-2911 - Generate Schema Files (no-changelog) (#15030)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-05-06 17:55:06 +01:00
Shireen Missi
f119ccbe3b chore: Fix failing unit tests (no-changelog) (#15073) 2025-05-02 20:52:32 +01:00
Stanimira Rikova
8a30c35c33 feat(Google Workspace Admin Node): Google Admin Node Overhaul implementation (#12271)
Co-authored-by: knowa <github@libertyunion.org>
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2025-05-02 17:27:08 +01:00
कारतोफ्फेलस्क्रिप्ट™
979f9e6327 refactor: Overhaul nodes-testing setup - Part 3 (no-changelog) (#14967) 2025-04-29 17:42:21 +02:00
कारतोफ्फेलस्क्रिप्ट™
91069f057e refactor: Overhaul nodes-testing setup - Part 2 (no-changelog) (#14873) 2025-04-24 17:37:26 +02:00
RomanDavydchuk
1593fe3de5 fix(Google Sheets Trigger Node): Filter by first data row on rowAdded event (#14731) 2025-04-22 16:05:47 +03:00
Shireen Missi
e1246ab65c test(YouTube Node): Add tests for YouTube Node (#14459)
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
2025-04-14 12:05:05 +03:00
Jon
5826ff2cec chore: NODE-2671 - Generate Schema Files (no-changelog) (#14438) 2025-04-10 18:05:45 +01:00
कारतोफ्फेलस्क्रिप्ट™
73e8d76e13 refactor: Overhaul nodes-testing setup - Part 1 (no-changelog) (#14303) 2025-04-01 10:15:13 +02:00
Dana
c5e2d2dddc fix(Google Sheets Node): Improve error message when row_number is null or undefined (#14229) 2025-03-31 16:47:50 +02:00
Alex Grozav
b9608647ca refactor: Convert all enums to const object types in nodes-base (no-changelog) (#14131) 2025-03-24 14:40:19 +02:00
Alex Grozav
8215e0b59f refactor: Migrate NodeConnectionType to const object type (no-changelog) (#14078)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-03-21 14:01:26 +02:00
Jon
ced8bcdd0c chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058) 2025-03-21 09:27:40 +01:00
Jon
31c0575999 chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873) 2025-03-18 15:19:10 +00:00
Ria Scholz
d6d5a66f5d feat: Add appendN8nAttribution option to sendAndWait operation (#13697)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-03-18 10:43:21 +01:00
Elias Meire
5670449025 test(Gmail Node): Add tests for Gmail node v1 (no-changelog) (#12461) 2025-03-14 17:13:12 +00:00
Dana
e633e91f69 fix(Google Sheets Node): Accommodate special characters when updating row (#13589) 2025-03-03 14:29:09 +01:00
Jon
acdd2da492 fix(Google Slides Node): Change wording to make the replace easier to use (no-changelog) (#13522) 2025-02-26 15:25:14 +00:00
Shireen Missi
2ef6f111d0 fix: Manually reverted PR 11716 Do not assign all paired items (no-changelog) (#13429) 2025-02-21 19:38:35 +00:00
Michael Kret
14b6f8b972 feat(n8n Form Node): Limit wait time parameters (#13160) 2025-02-19 13:47:19 +02:00
Shireen Missi
e3b7243377 test(Google Sheets Node): Add tests for google sheet (no-changelog) (#13253) 2025-02-18 09:13:32 +00:00
Jon
0c6eb6eaef chore: Add new schemas (no-changelog) (#13215) 2025-02-13 10:40:35 +01:00
कारतोफ्फेलस्क्रिप्ट™
90d6f0020c refactor(core): Move more code out of NodeExecutionFunctions, and add additional tests (no-changelog) (#13195) 2025-02-11 17:51:50 +01:00
Elias Meire
115a367cae fix(Gmail Trigger Node): Prevent error for empty emails, improve type safety (#13171) 2025-02-11 12:45:55 +01:00
Michael Kret
da5e4be0fd fix(Google Sheets Node): Do not delete row_number key from input item (#13158) 2025-02-11 10:01:37 +02:00
कारतोफ्फेलस्क्रिप्ट™
dbb9475b7b refactor(core): Remove NodeExecutionOutput. Add execution hints directly to the context (#13111) 2025-02-10 16:51:01 +01:00
Michael Kret
5d05f7f436 fix(Google Sheets Node): RMC should correctly map columns if data location set in options (#13116)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-02-10 11:30:33 +02:00
Michael Kret
e92556260f feat(Microsoft Teams Node): New operation sendAndWait (#12964) 2025-02-10 09:31:45 +02:00