Commit graph

11065 commits

Author SHA1 Message Date
Iván Ovejero 199dff4fb3
refactor(core): Decouple event bus from internal hooks (no-changelog) (#9724) 2024-06-20 12:32:22 +02:00
कारतोफ्फेलस्क्रिप्ट™ e4463c62b4
refactor(core): Extract duplicate utility functions and add unit tests (no-changelog) (#9814) 2024-06-20 12:09:23 +02:00
Iván Ovejero 283d1ca583
refactor(core): Rename usage metrics method per suggestion (no-changelog) (#9810) 2024-06-20 11:02:30 +02:00
oleg c0a6acaef6
refactor(editor): Migrate InlineNameEdit & InlineTextEdit components to Vue 3 syntax (no-changelog) (#9755)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-06-20 10:38:08 +02:00
Michael Kret b7aea957b8
feat: Do not show errors not processed by n8n (no-changelog) (#9598)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-06-20 08:45:00 +03:00
Taylor Hoffmann 4740162232
refactor(editor): Translate sidebar "Help" label (no-changelog) (#9732) 2024-06-19 21:36:24 +02:00
Ricardo Espinoza 89b8d04fcd
refactor(editor): Migrate nodeTypes.store to use composition API (no-changelog) (#9795) 2024-06-19 12:34:38 -07:00
ekadin-mtc 15d631c412
feat(JWT Node): Add an option to allow a "kid" (key ID) header claim (#9797)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-06-19 21:28:55 +02:00
Ricardo Espinoza 106b0ac1a0
refactor(editor): Migrate VersionCard.vue to use composition API (no-changelog) (#9799) 2024-06-19 12:36:38 -04:00
Ricardo Espinoza f6b8b8d956
refactor(editor): Migrate versions.store to use composition API (no-changelog) (#9798) 2024-06-19 08:34:58 -07:00
Val adbd0d17ab
fix: Changes to workflow staticData erroneously updating updatedAt (#9790) 2024-06-19 14:44:55 +01:00
Danny Martini 4ac9266820
fix(core)!: $(...).[last,first,all]() defaulting to the first output instead of the output that connects the nodes (#9760) 2024-06-19 15:10:30 +02:00
Jon 77bf16667b
fix(Elasticsearch Node): Fix issue with self signed certificates (#9805) 2024-06-19 13:20:30 +01:00
कारतोफ्फेलस्क्रिप्ट™ 65c5609ab5
feat(core): Use WebCrypto to generate all random numbers and strings (#9786) 2024-06-19 13:33:57 +02:00
Iván Ovejero cfc4db00e3
refactor(core): Send active workflow IDs during license renewal (#9804) 2024-06-19 12:35:42 +02:00
कारतोफ्फेलस्क्रिप्ट™ de3981cbde
ci: Publish packages to NPM with provenance statements (no-changelog) (#9806) 2024-06-19 12:15:13 +02:00
Iván Ovejero 11fe48b3dc
fix(editor): Revert header toggle fix (#9800) 2024-06-19 10:03:09 +02:00
कारतोफ्फेलस्क्रिप्ट™ 3b70330ff6
refactor(core): Auto-register controllers at startup (no-changelog) (#9781) 2024-06-19 09:57:40 +02:00
Michael Kret be2635e50e
feat: HTTP request tool (#9228) 2024-06-19 10:54:13 +03:00
Iván Ovejero 4131408e5e
fix(core): Ensure execution recovery skips successful executions (#9793) 2024-06-19 09:45:50 +02:00
कारतोफ्फेलस्क्रिप्ट™ e3e20b48eb
refactor(editor): Use typed-mocks to speed up tests and type-checking (no-changelog) (#9796) 2024-06-19 07:41:27 +02:00
Ricardo Espinoza 41e06be6fd
refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
Iván Ovejero 653953e2bd
ci: Fix typecheck to fix build (no-changelog) (#9792) 2024-06-18 17:05:01 +02:00
Alex Grozav b0d7cfa2ab
refactor(editor): Migrate nodeBase mixin to composable (no-changelog) (#9742) 2024-06-18 16:35:26 +03:00
Iván Ovejero c58621ab79
feat(core): Expand crash recovery to cover queue mode (#9676) 2024-06-18 15:22:02 +02:00
Elias Meire 7e44cd7f16
refactor(editor): Enable @typescript-eslint/no-base-to-string lint rule, fix errors (no-changelog) (#9783) 2024-06-18 15:04:29 +02:00
Elias Meire e3cbce5028
refactor: Refactor input components to composition API (no-changelog) (#9744) 2024-06-18 15:04:08 +02:00
Michael Kret 8f94dcc0e9
fix(Slack Node): Do not try to parse block if it's already object (#9643)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-06-18 13:50:44 +03:00
Elias Meire 1a3f72b751
fix(editor): Error dropdown in resource locator disappears when search filter is required (#9681) 2024-06-18 11:11:10 +02:00
Iván Ovejero 7c358e5baa
fix(core): Ensure followers do not recover executions from logs (#9785) 2024-06-18 10:52:38 +02:00
कारतोफ्फेलस्क्रिप्ट™ 2d02c73fbd
refactor(core): Refactor cli command tests (no-changelog) (#9731) 2024-06-18 10:50:39 +02:00
oleg fb73ec3994
refactor(editor): Refactor BinaryDataDisplay components to Vue 3 syntax (no-changelog) (#9753)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-06-18 10:50:28 +02:00
Elias Meire d1163533a6
feat(Set Node): Preserve binary data by default (#9668)
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-06-18 10:32:51 +02:00
oleg 0524f588f6
refactor(editor): Migrate BreakpointsObserver component to Vue 3 syntax (no-changelog) (#9758)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-06-18 10:13:11 +02:00
Elias Meire b7d356f49c
fix(editor): Fix node icon in node creator header (#9782) 2024-06-18 10:05:18 +02:00
कारतोफ्फेलस्क्रिप्ट™ 08c6e9b571
refactor(editor): Replace mixed style of defineProps with the new style (no-changelog) (#9787) 2024-06-18 09:55:10 +02:00
Ricardo Espinoza 1e8716a607
fix(editor): Set default value for isProductionExecutionPreview in NodeDetaillsView.vue (no-changelog) (#9788) 2024-06-18 08:17:27 +02:00
कारतोफ्फेलस्क्रिप्ट™ 876bcbb04c
fix(core): Make enterprise trial requests via the backend (no-changelog) (#9784) 2024-06-17 19:56:52 +02:00
Ricardo Espinoza f7d7404907
refactor(editor): Migrate NodeDetailsView.vue to use script setup (no-changelog) (#9762) 2024-06-17 09:53:35 -07:00
Danny Martini be7249f568
fix(editor): Use segments/graphemes when creating the compact sidebar entries (#9776) 2024-06-17 18:50:29 +02:00
Iván Ovejero 551fb6d7a2
fix(editor): Active toggle incorrectly displayed as inactive in execution view (#9778) 2024-06-17 18:24:56 +02:00
कारतोफ्फेलस्क्रिप्ट™ 292bbb3f9f
fix(SalesforceTrigger Node): Add missing codex (no-changelog) (#9722) 2024-06-17 15:03:12 +02:00
Tomi Turtiainen a484862576
fix: Fix ColorCircles and Sizes initial render (no-changelog) (#9780)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-06-17 15:51:00 +03:00
Alex Grozav 12604fe1da
feat(editor): Add capability to open NDV and rename node (no-changelog) (#9712) 2024-06-17 15:46:55 +03:00
कारतोफ्फेलस्क्रिप्ट™ 87cb199745
fix(editor): Use BroadcastChannel instead of window.opener for OAuth callback window (#9779) 2024-06-17 13:41:49 +02:00
Val a1046607bf
feat: Add custom data to public API execution endpoints (#9705) 2024-06-17 12:38:10 +01:00
Iván Ovejero d615711728
refactor(core): Remove unused execution status warning (no-changelog) (#9759) 2024-06-17 13:00:04 +02:00
Iván Ovejero f7352b6a8f
refactor(core): Make PruningService.init and WaitTracker.init consistent (no-changelog) (#9761) 2024-06-17 12:49:40 +02:00
Tomi Turtiainen 7c70b782a1
refactor: Migrate Pagination to composition API (no-changelog) (#9752) 2024-06-17 13:43:06 +03:00
Csaba Tuncsik 403947a6a4
test: Add resource moving modal tests (no-changelog) (#9775) 2024-06-17 11:31:21 +02:00