Commit graph

11171 commits

Author SHA1 Message Date
कारतोफ्फेलस्क्रिप्ट™ 2d19aef540
fix(HTTP Request Node): Respect the original encoding of the incoming response (#9869) 2024-07-11 17:03:52 +02:00
Jon e84ab35c4a
fix(Telegram Trigger Node): Fix issue with videos not being downloaded (#10007) 2024-07-11 15:36:09 +01:00
jeanpaul 28ca7d6a2d
feat(Text Classifier Node): Add Text Classifier Node (#9997)
Co-authored-by: oleg <me@olegivaniv.com>
2024-07-11 16:24:03 +02:00
Michael Kret 4a3b97cede
fix: Filter component - array contains comparison not correct when ignore case option set to true (#10012) 2024-07-11 17:06:07 +03:00
Alex Grozav 1aae65dfdc
feat(editor): Add ability to add a node between two nodes in new canvas (no-changelog) (#10006) 2024-07-11 17:05:51 +03:00
Iván Ovejero d651be4e01
fix(core): Ensure executions cannot resume if already running (#10014) 2024-07-11 15:49:05 +02:00
Alex Grozav c2adaa58cd
feat(editor): Add clear execution button to new canvas (no-changelog) (#10010) 2024-07-11 16:37:01 +03:00
Eugene 071130a2dc
feat(Google Vertex Chat Model Node): Add support for Google Vertex AI Chat models (#9970)
Co-authored-by: oleg <oleg@n8n.io>
2024-07-11 14:41:10 +02:00
Michael Kret 519e57bda5
feat: Better error when calling expression function on input that is undefined or null (#10009) 2024-07-11 15:36:39 +03:00
Iván Ovejero e3c138ffd2
refactor(core): Remove unused Sentry report from WaitTracker (no-changelog) (#10008) 2024-07-11 12:44:09 +02:00
Alex Grozav 57dfefd0f6
feat(editor): Add support for fallback nodes and new addNodes node render type in new canvas (no-changelog) (#10004) 2024-07-11 13:03:46 +03:00
Elias Meire f9e9d274b9
feat(editor): Render trigger node on canvas v2 (no-changelog) (#10001) 2024-07-11 10:30:11 +02:00
github-actions[bot] de9590e10e
🚀 Release 1.50.0 (#10000)
Co-authored-by: netroy <netroy@users.noreply.github.com>
2024-07-10 17:23:31 +02:00
कारतोफ्फेलस्क्रिप्ट™ cc26616198
ci: Fix trim-fe-packageJson.js (no-changelog) 2024-07-10 17:19:55 +02:00
कारतोफ्फेलस्क्रिप्ट™ aeac7b6247
ci: Fix script path in the publishing workflow 2024-07-10 17:08:00 +02:00
Alex Grozav a45899765c
feat(editor): Add support for configurable configuration nodes in new canvas (no-changelog) (#9991) 2024-07-10 17:51:18 +03:00
कारतोफ्फेलस्क्रिप्ट™ d2ca8b4b42
ci: Ensure that all published packages have consistent provenance data in package.json (#9994) 2024-07-10 16:43:21 +02:00
Danny Martini 2e6b03b2cb
fix(core): Prevent multiple values in the execution metadata for the same key and executionId (#9953) 2024-07-10 12:47:43 +02:00
Stanley Yoshinori Takamatsu 3a179439c7
feat(Telegram Node): Add support to Keyboard Button Mini Apps (#9511) 2024-07-10 11:43:51 +01:00
कारतोफ्फेलस्क्रिप्ट™ 6107798516
fix(core): Aborting manual trigger tests should call closeFunction (#9980) 2024-07-10 12:37:35 +02:00
Alex Grozav 504bb704d3
feat(editor): Open node creator when cancelling a connection in new canvas (no-changelog) (#9978) 2024-07-10 12:22:31 +03:00
Alex Grozav 2107de2f4a
feat(editor): Add stop current execution button in new canvas (no-changelog) (#9968) 2024-07-10 11:53:27 +03:00
Elias Meire 90e3f56a9d
feat(editor): Add execution indication to canvas v2 (no-changelog) (#9984) 2024-07-10 10:36:00 +02:00
Elias Meire 32ddcee782
feat(editor): Add ability to execute a specific node to canvas v2 (no-changelog) (#9986) 2024-07-10 09:56:39 +02:00
Jon 9577d9c847
feat(Orbit Node): Deprecate Orbit nicely (#9962) 2024-07-10 08:30:49 +01:00
कारतोफ्फेलस्क्रिप्ट™ e8e3d44146
fix(editor): Fix the regression in runWorkflow, introduced in #9977 (no-changelog) (#9988) 2024-07-10 08:52:19 +02:00
कारतोफ्फेलस्क्रिप्ट™ c8ad7ccd72
fix(core): Ensure correct Cache-Control header on / as well (no-changelog) (#9983) 2024-07-09 18:39:43 +02:00
Iván Ovejero 7e972c78af
fix(core): Clear active execution on cancellation in scaling mode (#9979) 2024-07-09 17:09:39 +02:00
कारतोफ्फेलस्क्रिप्ट™ 761229e4d2
fix(core): Use Custom cache-control headers force cache-revalidation on /types/*.json (no-changelog) (#9981) 2024-07-09 17:09:31 +02:00
Danny Martini 0f495986f8
fix(core): Allow owner and admin to edit nodes with credentials that haven't been shared with them explicitly (#9922) 2024-07-09 16:25:50 +02:00
Danny Martini adb83155ca
fix(core): Don't execute 'workflowExecuteBefore' hook on execution continuations (#9905) 2024-07-09 15:11:33 +02:00
Alex Grozav 4e2f0adb2a
feat(editor): Add workflow action to switch between new and old canvas (no-changelog) (#9969) 2024-07-09 15:58:36 +03:00
कारतोफ्फेलस्क्रिप्ट™ b5b96eb43e
ci: Remove unused dependencies (no-changelog) (#9973) 2024-07-09 14:48:24 +02:00
कारतोफ्फेलस्क्रिप्ट™ 058ae5d3f6
fix(editor): Use workflowHelpers.getWebhookUrl to determine webhook/form test URL (no-changelog) (#9977) 2024-07-09 14:15:08 +02:00
oleg df783151b8
feat(Chat Trigger Node): Add support for file uploads & harmonize public and development chat (#9802)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-07-09 13:45:41 +02:00
Ricardo Espinoza 501bcd80ff
refactor(editor): Migrate OutputPanel.vue to composition API (no-changelog) (#9958) 2024-07-08 11:19:27 -04:00
Ricardo Espinoza f40f9b0287
refactor(editor): Migrate users.store to composition API (no-changelog) (#9960) 2024-07-08 10:21:03 -04:00
Ricardo Espinoza 4ff4534454
refactor(editor): Remove getters with arguments from communityNodes.store.ts (#9964) 2024-07-08 10:13:30 -04:00
Alex Grozav cc27b57953
feat(editor): Add prompt to save when leaving with unsaved changes in new canvas (no-changelog) (#9967) 2024-07-08 15:57:42 +03:00
adrian-martinez-onestic cb1bbf5fd3
feat(Google Cloud Firestore Node): Add support for service account and document creation with id (#9713)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-07-08 13:40:52 +02:00
Alex Grozav 8f970b5d37
feat(editor): Add execute workflow functionality and statuses to new canvas (no-changelog) (#9902)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2024-07-08 13:25:18 +03:00
कारतोफ्फेलस्क्रिप्ट™ 1807835740
ci: Pass env variables down in e2e dev tasks (no-changelog) (#9966) 2024-07-08 11:38:14 +02:00
Ricardo Espinoza 1ae64ec4fb
refactor(editor): Rename $emits to emits where we use defineEmits (no-changelog) (#9959) 2024-07-06 13:54:36 -04:00
Michael Kret d1821eba92
fix(Google Sheets Node): Append fails if cells have some default values added by data validation rules (#9950) 2024-07-06 01:05:08 +03:00
कारतोफ्फेलस्क्रिप्ट™ b910ed6847
ci: Use turbo for build cache (no-changelog) (#9696) 2024-07-05 17:43:52 +02:00
कारतोफ्फेलस्क्रिप्ट™ bbb2296b3d
ci: Make pinning e2e test work locally (no-changelog) (#9954)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2024-07-05 16:52:12 +02:00
कारतोफ्फेलस्क्रिप्ट™ 2a2c79886d
feat(editor): Manually release @n8n/chat@0.19.1 (no-changelog) 2024-07-05 14:48:37 +02:00
Alex Grozav aca38a8f9c
feat: Simplify n8n/chat build process (no-changelog) (#9952)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-07-05 15:44:19 +03:00
jeanpaul 0f5dea37f4
fix(core): Add DB host to n8n environment variables for dev-containers (no-changelog) (#9951) 2024-07-05 12:20:56 +02:00
कारतोफ्फेलस्क्रिप्ट™ c7d4b471c4
refactor(core): Move backend config to a separate package (no-changelog) (#9325) 2024-07-05 11:43:27 +02:00