1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00
Commit Graph

11083 Commits

Author SHA1 Message Date
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
Ricardo Espinoza
60491d979d
refactor(editor): Migrate Credentials.store to use composition API (no-changelog) (#9767) 2024-06-17 04:54:38 -04:00
Alex Grozav
076c35d193
refactor(editor): Migrate SettingsView to composition api (no-changelog) (#9746) 2024-06-17 11:53:40 +03:00
Ricardo Espinoza
4a1ff4878f
refactor(editor): Migrate CommunityNodes.store to use composition API (no-changelog) (#9766) 2024-06-17 04:53:25 -04:00
Ricardo Espinoza
0431f5a4ee
refactor(editor): Migrate MfaSetupModal.vue to use script setup (no-changelog) (#9765) 2024-06-17 04:52:38 -04:00
Ricardo Espinoza
21a9682862
refactor(editor): Migrate MfaView.vue to use script setup (no-changelog) (#9764) 2024-06-17 04:52:15 -04:00
Tomi Turtiainen
4541a8f2d1
refactor: Migrate Select to composition API (no-changelog) (#9750) 2024-06-17 10:23:30 +03:00
Tomi Turtiainen
666bab07fb
refactor: Migrate Popover to composition API (no-changelog) (#9751) 2024-06-17 10:08:21 +03:00
Tomi Turtiainen
f49e79cc0b
refactor: Migrate FormInputs to composition API (no-changelog) (#9756) 2024-06-17 10:08:04 +03:00
Tomi Turtiainen
ed2ad6c7ba
refactor: Migrate Option to composition API (no-changelog) (#9754) 2024-06-17 10:07:47 +03:00
Ricardo Espinoza
ac7a561379
refactor(editor): Migrate userHelpers mixin to composable (no-changelog) (#9737) 2024-06-15 09:41:23 -04:00
Alex Grozav
ca2e5d90ed
refactor(editor): Migrate TimeAgo component to composition API (no-changelog) (#9749) 2024-06-14 16:03:33 +03:00
Danny Martini
2cf4364ee0
fix: When editing nodes only show the credentials in the dropdown that the user is allowed to use in that workflow (#9718) 2024-06-14 14:48:49 +02:00
Tomi Turtiainen
2dad9ce44c
refactor: Migrate ResizeObserver to composition API (no-changelog) (#9745) 2024-06-14 14:56:41 +03:00
Tomi Turtiainen
8b4a9dbced
refactor: Migrate sizes to composition api (no-changelog) (#9748) 2024-06-14 14:30:38 +03:00
Tomi Turtiainen
e293683234
refactor: Migrate ColorCircles to composition api (no-changelog) (#9747) 2024-06-14 14:30:29 +03:00
Alex Grozav
db1cc24414
refactor(editor): Migrate SignupView to composition api (no-changelog) (#9743) 2024-06-14 14:03:21 +03:00
Csaba Tuncsik
e84d2538b6
fix(editor): Add telemetry to resource moving (#9720) 2024-06-14 10:49:48 +01:00
oleg
d62ca78a4c
refactor(editor): Migrate ErrorView component to Vue 3 (no-changelog) (#9740)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-06-14 10:37:52 +02:00
कारतोफ्फेलस्क्रिप्ट™
c8f0029bc5
ci: Move type-checking out of the build process (no-changelog) (#9730) 2024-06-13 16:46:25 +02:00
कारतोफ्फेलस्क्रिप्ट™
ab29ba9b58
ci: Refactor linting workflow (no-changelog) (#9714) 2024-06-13 13:10:51 +02:00
Iván Ovejero
cfef49e60a
refactor(core): Include logless case in crash recovery (no-changelog) (#9725) 2024-06-13 12:54:51 +02:00
oleg
28d1a5d00d
fix(AI Agent Node): Exclude tools agent from unsupported node versions (#9728)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-06-13 12:37:30 +02:00
Iván Ovejero
ceb7f074eb
fix(core): Update transactional email links for RBAC (#9727) 2024-06-13 12:27:49 +02:00
Iván Ovejero
6a43710859
refactor(core): Remove license from execution repository (no-changelog) (#9726) 2024-06-13 11:43:21 +02:00
Tomi Turtiainen
58f00bbacd
test: Use nanoid instead of UUID in e2e tests for wf names (no-changelog) (#9717) 2024-06-13 09:39:53 +03:00
Giulio Andreini
a9179896f6
fix(Slack Trigger Node): Wrong file naming fix (no-changelog) (#9719) 2024-06-13 08:37:42 +02:00
Iván Ovejero
797342343f
perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
Tomi Turtiainen
6c1a4c8ebf
fix: Fix sending pin data twice causing payload too large errors (#9710) 2024-06-12 15:11:39 +03:00
कारतोफ्फेलस्क्रिप्ट™
e08b4337c9
Merge tag 'n8n@1.46.0' 2024-06-12 14:04:49 +02:00
github-actions[bot]
bc93204f95
🚀 Release 1.46.0 (#9716)
Co-authored-by: netroy <netroy@users.noreply.github.com>
2024-06-12 13:56:04 +02:00
Milorad FIlipović
3b86f52b02
fix(editor): Improve touch device detection (#9675) 2024-06-12 13:49:41 +02:00
Danny Martini
dc17cf3a49
fix(editor): Render credentials editable when opening them from the node view (#9678) 2024-06-12 13:06:05 +02:00