Commit graph

11884 commits

Author SHA1 Message Date
Iván Ovejero 36055032ba
refactor(core): Debug malformed execution at 1.61.0 2024-10-23 13:12:50 +02:00
github-actions[bot] 9e18a31208
🚀 Release 1.61.0 (#10968)
Co-authored-by: cstuncsik <5410822+cstuncsik@users.noreply.github.com>
2024-09-25 14:33:47 +02:00
Alex Grozav 9bd247f06b
fix(editor): Set correct connection type when auto-adding nodes in new canvas (no-changelog) (#10966) 2024-09-25 15:00:06 +03:00
कारतोफ्फेलस्क्रिप्ट™ 62159bd71c
fix(MySQL Node): Fix "Maximum call stack size exceeded" error when handling a large number of rows (#10965) 2024-09-25 13:15:44 +02:00
कारतोफ्फेलस्क्रिप्ट™ afbe884dad
refactor(core): Load dotenv as early as possible (no-changelog) (#10948) 2024-09-25 12:37:51 +02:00
Alex Grozav 5ce05b33d2
feat(editor): Allow unknown nodes on new canvas (no-changelog) (#10962) 2024-09-25 13:05:40 +03:00
Alex Grozav dd3b2cb62d
fix(editor): Fix node deletion undo/redo in new canvas (no-changelog) (#10935) 2024-09-25 12:59:54 +03:00
Csaba Tuncsik cf153ea085
fix(editor): Fix design system form component sizing (#10961) 2024-09-25 11:30:21 +02:00
oleg af20ccbbad
chore: Update Langchain to 0.3 (no-changelog) (#10958) 2024-09-25 11:21:54 +02:00
Danny Martini 36c472ee0a
fix(core): Clean run data correctly for the new partial execution flow (no-changelog) (#10951) 2024-09-25 10:34:00 +02:00
Alex Grozav a6cfb3b0c5
feat(editor): Show strikethrough line for all single main input and single main output nodes in new canvas (no-changelog) (#10925) 2024-09-25 11:28:07 +03:00
Michael Kret bdc0622f59
feat: Page size 1 option (#10957) 2024-09-25 11:15:10 +03:00
Jon 422c9463c8
feat(Slack Node): Add option to hide workflow link on message update (#10927)
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-09-25 08:48:45 +01:00
Jon 1ab94d60fd
feat(FTP Node): Add FTP node to Core Nodes > Other (no-changelog) (#10955) 2024-09-25 08:48:23 +01:00
Raúl Gómez Morales e069608022
fix(editor): Credentials scopes and n8n scopes mix up (#10930) 2024-09-25 08:38:15 +02:00
कारतोफ्फेलस्क्रिप्ट™ 6de4dfff87
feat(editor): Setup Sentry integration (#10945)
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-09-24 17:49:22 +02:00
Michael Kret c75990e063
fix(Google Sheets Node): Insert data if sheet is empty instead of error (#10942)
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-09-24 16:41:07 +01:00
Elias Meire ad60d49b42
fix(editor): Use correct output for connected nodes in schema view (#10928) 2024-09-24 16:14:39 +01:00
कारतोफ्फेलस्क्रिप्ट™ a81256aff5
fix(core): Fix sentry de-duplication by migrating from event-processors to beforeSend (no-changelog) (#10947) 2024-09-24 16:53:18 +02:00
Eugene dcc1c72fc4
feat(editor): Show a notice before deleting annotated executions (#10934) 2024-09-24 16:48:58 +02:00
कारतोफ्फेलस्क्रिप्ट™ 46beda05f6
fix(Notion Node): Allow UUID v8 in notion id checks (#10938) 2024-09-24 12:38:11 +02:00
Csaba Tuncsik 8db8817851
fix(editor): Fix source control push modal checkboxes (#10910) 2024-09-24 11:40:28 +02:00
Iván Ovejero 73daabbd0e
docs(core): Document access checks (#10929) 2024-09-24 11:02:39 +02:00
Jon 08ba9a36a4
feat(Brandfetch Node): Update to use new API (#10877)
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-09-23 21:19:16 +01:00
Mutasem Aldmour d74cff2030
fix: Hide assistant button when showing Click to connect (#10932) 2024-09-23 17:38:35 +02:00
Ricardo Espinoza f96977e6e4
refactor(editor): Migrate TemplatesWorkflowView.vue to composition API (#10918) 2024-09-23 11:33:25 -04:00
Milorad FIlipović f9515b9afa
refactor(editor): Migrate community nodes modals to composition api (no-changelog) (#10909)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2024-09-23 17:28:50 +02:00
Danny Martini 0290e38f99
fix(core): Remove subworkflow license check (#10893)
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-09-23 17:01:52 +02:00
Raúl Gómez Morales 4effb66952
refactor(editor): DuplicateWorkflowDialog.vue to script setup (#10902) 2024-09-23 09:49:48 -04:00
Elias Meire f9f303f562
fix(editor): Fix modal overflow when AI is enabled in code node (#10887) 2024-09-23 15:30:09 +02:00
Raúl Gómez Morales 8ac661ee98
refactor(editor): SettingsSidebar.vue to script setup (no-changelog) (#10709) 2024-09-23 09:17:29 -04:00
Elias Meire eac103e367
fix(core): Add executionData to expressions in pagination code (#10926) 2024-09-23 15:14:53 +02:00
Iván Ovejero 5c171c4bf0
refactor(core): Simplify subscriber handler setters (#10896) 2024-09-23 14:14:00 +02:00
Mutasem Aldmour 23c09eae42
fix: Ensure user id for early track events (#10885) 2024-09-23 14:13:06 +02:00
Mutasem Aldmour 557db9c170
fix: Enable Assistant on other credential views (#10931) 2024-09-23 14:06:38 +02:00
Ricardo Espinoza eae4e30aee
refactor(editor): Migrate TemplatesCollectionView.vue to composition API (#10917) 2024-09-23 07:52:58 -04:00
Ricardo Espinoza 6e0d9d2fd5
refactor(editor): Migrate TemplatesInfoCarousel.vue to composition API (#10919) 2024-09-23 07:52:40 -04:00
Ricardo Espinoza 39310c01fb
refactor(editor): Migrate SettingsLdapView.vue to composition API (#10916) 2024-09-23 07:52:08 -04:00
Ricardo Espinoza f75ca41fc0
refactor(editor): Remove unused PageAlert.vue component (#10915) 2024-09-23 07:51:56 -04:00
Ricardo Espinoza 99d4058e9d
refactor(editor): Migrate workflow.ee.store to composition API (#10912) 2024-09-23 07:51:41 -04:00
Milorad FIlipović 57ff3cc27b
fix(editor): Fix styling and typography in AI Assistant chat (#10895) 2024-09-23 13:05:15 +02:00
कारतोफ्फेलस्क्रिप्ट™ 67fb6d6fdd
refactor(core): Refactor execution post-execute promises (no-changelog) (#10809)
Co-authored-by: Danny Martini <danny@n8n.io>
2024-09-23 12:08:57 +02:00
Tomi Turtiainen 521bbfeee5
ci(benchmark): Prevent benchmarks from running concurrently (#10924) 2024-09-23 11:52:27 +03:00
Milorad FIlipović 9141d15823
refactor(editor): Migrate TagsTable to composition api (no-changelog) (#10898) 2024-09-23 10:17:50 +02:00
Milorad FIlipović bf28d0965c
fix(editor): Use :focus-visible instead for :focus for buttons (#10921) 2024-09-23 10:17:41 +02:00
Milorad FIlipović a2237d128f
fix(editor): Prevent node name input in NDV to expand unnecessarily (#10922) 2024-09-23 10:17:29 +02:00
Michael Kret 8cc10cc2c1
fix(HTTP Request Node): Do not modify request object when sanitizing message for UI (#10923) 2024-09-23 11:10:31 +03:00
कारतोफ्फेलस्क्रिप्ट™ 60ee0d4ce7
refactor(editor): Correct some prop types (no-changelog) (#10907) 2024-09-23 09:19:37 +02:00
कारतोफ्फेलस्क्रिप्ट™ 769ddfdd1d
refactor(core): Move some request DTOs to @n8n/api-types (no-changelog) (#10880)
Some checks failed
Test Master / install-and-build (push) Has been cancelled
Benchmark Docker Image CI / 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
2024-09-20 21:14:06 +02:00
Ricardo Espinoza 583d3a7acb
refactor: Clean all instances of isNpmAvailable (#10891) 2024-09-20 10:38:52 -04:00