Commit graph

3760 commits

Author SHA1 Message Date
Michael Kret 7df5eb1e4d
fix(n8n Form Node): Remove dependence on static data from the form completion page (no-changelog) (#12445) 2025-01-07 11:39:59 +02:00
Iván Ovejero 1b9100032f
fix(core): Allow index as top-level item key for Code node (#12469) 2025-01-06 15:03:36 +01:00
कारतोफ्फेलस्क्रिप्ट™ 39d5e0ff87
refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389)
Some checks failed
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Has been cancelled
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-01-06 10:21:24 +01:00
Dana d7cc789d79
fix(Supabase Node): Allow for filtering on the same field multiple times (#12429)
Some checks failed
Test Master / install-and-build (push) Has been cancelled
Test Master / Unit tests (18.x) (push) Has been cancelled
Test Master / Unit tests (20.x) (push) Has been cancelled
Test Master / Unit tests (22.4) (push) Has been cancelled
Test Master / Lint (push) Has been cancelled
Test Master / Notify Slack on failure (push) Has been cancelled
2025-01-03 18:03:01 +01:00
Tomi Turtiainen b6230b63f2
fix(HTTP Request Node): Fix typo in hint (#12439)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2025-01-03 10:34:44 +02:00
Dana a484ea160b
test(Cron Node): Add workflow test to Cron node (no-changelog) (#12383) 2025-01-02 08:01:45 +01:00
Danny Martini 2ca37f5f7f
fix(Postgres Node): Re-use connection pool across executions (#12346)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-12-27 09:15:37 +01:00
कारतोफ्फेलस्क्रिप्ट™ 471d7b9420
refactor(core): Move Logger to core (no-changelog) (#12310)
Some checks failed
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Has been cancelled
2024-12-23 13:46:13 +01:00
Dana 06b86af735
fix(Postgres Node): Account for JSON expressions (#12012)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-12-20 18:35:23 +01:00
Ivan Atanasov d4116630a6
feat: (Execute Workflow Node): Inputs for Sub-workflows (#11830) (#11837)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-12-20 17:01:22 +01:00
कारतोफ्फेलस्क्रिप्ट™ bafac73eb5
refactor: Impose import/order linting rule across nodes packages (no-changelog) (#12314) 2024-12-19 18:46:14 +01:00
jeanpaul 2e90eba47e
fix(OpenAI Node): Add quotes to default base URL (#12312) 2024-12-19 15:40:06 +01:00
कारतोफ्फेलस्क्रिप्ट™ 64c0414ef2
fix(Redis Node): Add support for username auth (#12274) 2024-12-19 10:58:26 +01:00
Dana 92af245d1a
fix(Extract from File Node): Detect file encoding (#12081)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-12-18 16:59:12 +01:00
Dana bf8142b474
test(Set Node): Improve tests for Set node in raw mode (#12215) 2024-12-18 15:29:13 +00:00
Elias Meire 5c445314f8
test(Gmail Node): Add test coverage (no-changelog) (#12278) 2024-12-18 15:09:23 +00:00
Jon 388a83dfbd
fix(Elasticsearch Node): Fix issue stopping search queries being sent (#11464) 2024-12-18 10:55:40 +00:00
Charlie Kolb 54b02acdd7
chore: Remove unused @ts-ignore's (no-changelog) (#12198)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-12-18 08:35:53 +01:00
Ricardo Espinoza 4d8e9cfc61
refactor: Move OpenAI Base URL option to credentials (#12175) 2024-12-17 09:12:15 -05:00
Dana f44e4904c8
test(Redis Node): Continue on Fail for Redis (no-changelog) (#12190)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-12-16 17:39:38 +00:00
Jon b8eae5f28a
fix(Linear Node): Fix issue with error handling (#12191) 2024-12-16 17:39:25 +00:00
Dana 0c15e30778
fix(Postgres Node): Allow users to wrap strings with $$ (#12034) 2024-12-16 17:02:48 +00:00
Dana a5e01cfa23
test(If Node): Error Handling (no-changelog) (#12209) 2024-12-16 16:52:28 +00:00
Jon b43bec99c0
test(Execution Data Node): Add tests (no-changelog) (#12208) 2024-12-16 16:36:19 +00:00
Michael Kret e98c7f160b
feat: Send and wait operation - freeText and customForm response types (#12106) 2024-12-16 15:30:11 +00:00
Mariana-na 39462abe1f
fix(Github Node): Fix fetch of file names with ? character (#12206) 2024-12-16 15:15:12 +00:00
CodeShakingSheep 80eea49cf0
fix(Invoice Ninja Node): Fix actions for bank transactions (#11511) 2024-12-16 13:59:00 +00:00
Jon d6b8e65abe
feat(MailerLite Node): Update node to support new api (#11933) 2024-12-16 13:44:52 +00:00
Shireen Missi a8e7a05856
test(Google Sheets Node): Add Tests for Google Sheet Node (no-changelog) (#12217) 2024-12-16 12:07:39 +00:00
Jon de75c7b529
test(Philips Hue Node): Add test coverage (no-changelog) (#12223) 2024-12-16 11:00:20 +00:00
Michael Kret 1fc9c59a57
fix(Slack Node): Tests (no-changelog) (#12239) 2024-12-16 09:40:35 +00:00
Mickaël Andrieu 58bab461c4
fix(MongoDB Node): Fix checks on projection feature call (#10563) 2024-12-16 09:28:54 +00:00
pbdco 14c33f666f
feat(Facebook Graph API Node): Update node to support API v21.0 (#12116) 2024-12-16 09:25:23 +00:00
Elias Meire a8720677eb
test(Respond to Webhook Node): Add test coverage (no-changelog) (#12201)
Some checks failed
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Has been cancelled
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2024-12-13 14:30:40 +00:00
Michael Kret 65b8e20049
fix(Notion Node): Tests (no-changelog) (#12196) 2024-12-13 11:06:19 +02:00
Michael Kret f4c2523419
fix(n8n Form Node): Completion page display if EXECUTIONS_DATA_SAVE_ON_SUCCESS=none (#11869) 2024-12-11 13:52:40 +02:00
Jon ed359586c8
feat(Redis Node): Add support for continue on fail / error output branch (#11714)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-12-10 16:58:19 +01:00
Jon eb7d5934ef
fix(FTP Node): Fix issue with creating folders on rename (#9340) 2024-12-10 14:33:09 +00:00
Iván Ovejero aece4c497a
chore(core): Stop reporting TypeError and AttributeError from Python sandbox to Sentry (#12078) 2024-12-09 09:17:26 +01:00
कारतोफ्फेलस्क्रिप्ट™ 60b3dccf93
feat(core): Parent workflows should wait for sub-workflows to finish (#11985) 2024-12-06 12:20:34 +01:00
Tomi Turtiainen f16de4db01
fix(Telegram Trigger Node): Fix header secret check (#12018) 2024-12-03 12:29:36 +02:00
Jon 7ad4badd2d
test(Telegram Node): Add some tests for Telegram (no-changelog) (#11043)
Some checks failed
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Has been cancelled
2024-12-02 19:02:08 +00:00
Jon 0a8a57e4ec
fix(Webflow Node): Fix issue with publishing items (#11982) 2024-12-02 18:51:25 +00:00
Jon f258cebe53
test: OpenWeatherMap node test (#11989)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Waiting to run
2024-12-02 17:11:45 +00:00
Dana 85f30b27ae
fix(GraphQL Node): Throw error if GraphQL variables are not objects or strings (#11904) 2024-12-02 17:15:49 +01:00
pemontto 3814f42ada
feat(HTTP Request Node): Add additional tests for HTTP response encoding (no-changelog) (#11655)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-12-02 17:13:16 +01:00
कारतोफ्फेलस्क्रिप्ट™ 969439ce56
fix(core): Fix .map calls on NodeExecutionOutput (no-changelog) (#11955) 2024-12-02 16:55:01 +01:00
Thomas B 90f8b09af0
docs: Update Skip SSL to mention it is insecure (no-changelog) (#11935) 2024-12-02 13:56:14 +00:00
Jon 1eb94bcaf5
fix(Webflow Node): Fix issue with pagination in v2 node (#11934) 2024-11-29 14:04:12 +00:00
Justin Ellingwood 96e6be7fe7
docs(Google Drive Node): Replace the description of the 'Can Share' capability in Google Drive (no-changelog) (#11827) 2024-11-28 10:08:46 +00:00