Commit Graph

14506 Commits

Author SHA1 Message Date
Milorad FIlipović
c1ac8c19ef
fix(editor): Fix item count element wrap in input panel (no-changelog) (#16920) 2025-07-03 14:19:11 +02:00
Csaba Tuncsik
19ac32659f
refactor(editor): Update users list on user settings page (#16244)
Co-authored-by: Andreas Fitzek <andreas.fitzek@n8n.io>
2025-07-03 13:57:14 +02:00
Iván Ovejero
50d80ee620
refactor(core): Set up @n8n/errors package (#16918) 2025-07-03 13:32:57 +02:00
Michael Kret
044022f004
fix: Evaluation nodes - add missing test function and credentialTest to methods (#16734) 2025-07-03 12:13:45 +01:00
Dana
71771a76c4
fix(Google Sheets Node): Include all headers (#16928) 2025-07-03 12:47:27 +02:00
Andreas Fitzek
b013b6dabe
chore(core): Ensure updatedAt is always set for tags in source control feature (#16949) 2025-07-03 13:21:00 +03:00
shortstacked
91fe5109b5
fix: Add cleaner logging to build script (no-changelog) (#16952) 2025-07-03 12:37:30 +03:00
Iván Ovejero
faea69cbc2
fix(core): Initialize source control unconditionally (#16929) 2025-07-03 11:06:23 +02:00
Iván Ovejero
5b9897c3a2
fix(editor): Refetch module settings on manual license activation (#16943) 2025-07-03 11:06:10 +02:00
Milorad FIlipović
14dd09cf3d
fix(editor): Fix button spacing (no-changelog) (#16953) 2025-07-03 11:01:15 +02:00
Mutasem Aldmour
8a5383adcb
fix(editor): Fix icon sizes in expanding parameters (no-changelog) (#16890) 2025-07-03 10:59:39 +02:00
Andreas Fitzek
c5a371bb89
chore(core): Always load oidc and add runtime license checks (#16947) 2025-07-03 10:40:10 +02:00
Milorad FIlipović
1e96d5436e
fix(editor): Don't show email banner if cloud info is missing (no-changelog) (#16948) 2025-07-03 10:25:09 +02:00
Andreas Fitzek
716cb9aaca
fix(editor): Clear error states before copy to editor action (#16922) 2025-07-03 10:19:14 +02:00
Benjamin Schroth
58fd1ec325
fix(AI Agent Node): Fix tool-usage with fallback mechanism (#16898) 2025-07-03 09:48:44 +02:00
Nikhil Kuriakose
29bf4a46bd
fix(editor): Show shared with me only on multi user instances (#16770) 2025-07-03 09:07:11 +02:00
Marty Sullivan
e54613f75f
fix(Code Node): Only Block os.system vs Blocking import os (#16885) 2025-07-03 08:59:34 +02:00
Iván Ovejero
8aecd327c6
refactor(core): Improve top-level key validation in task runner (#16882) 2025-07-03 08:58:58 +02:00
Duda Nogueira
4813c011ec
feat: Weaviate Vector Store Node for Langchain (#16856) 2025-07-03 09:35:47 +03:00
Daria
2d2818cdf8
feat(editor): Implement execute step mechanism for focused panel (no-changelog) (#16891)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-07-02 19:23:48 +03:00
Milorad FIlipović
5c5c06aa58
fix(editor): Fix flaky composable test (no-changelog) (#16927) 2025-07-02 17:21:49 +02:00
Ricardo Espinoza
31bd88fde9
feat: Send user_email and user_role for event User signed up in cloud deployments (no-changelog) (#16904) 2025-07-02 08:18:56 -04:00
Jaakko Husso
3a733b9127
fix(editor): Show correct error messages on Ask AI (#16913) 2025-07-02 14:00:23 +03:00
Alex Grozav
7ebde66eed
feat(editor): Update grid size to 16px for better alignment (#16869) 2025-07-02 13:19:26 +03:00
Andreas Fitzek
657e5a3b3a
feat(core): Allow enforcement of MFA usage on instance (#16556)
Co-authored-by: Marc Littlemore <marc@n8n.io>
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
2025-07-02 11:03:10 +02:00
Iván Ovejero
060acd2db8
chore: Lintfix frontend packages (#16896) 2025-07-02 10:31:11 +02:00
Suguru Inoue
8fda3fb2aa
fix(editor): Make JSON copy button work in PiP window (#16887) 2025-07-02 09:53:28 +02:00
Suguru Inoue
ee463f08b6
fix(editor): Sync log selection doesn't work for renamed nodes (#16878) 2025-07-02 09:53:17 +02:00
Milorad FIlipović
0ce3875f09
fix(editor): Update default positions for AI sub-nodes (no-changelog) (#16870)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-07-02 09:34:14 +02:00
Jon
2770645eb4
chore: NODE-3208 - Generate Schema Files (no-changelog) (#16860)
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
2025-07-02 09:29:17 +03:00
कारतोफ्फेलस्क्रिप्ट™
9f8d3d3bc8
refactor(core): Overhaul commands setup. Add support for module commands (#16709)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-07-01 19:14:22 +02:00
Mutasem Aldmour
346bc84093
fix(editor): Fix mapping field icon sizes (#16886) 2025-07-01 17:08:01 +02:00
Tomi Turtiainen
830e068509
fix(core): Remove unneeded cookies from webhook requests (#16736)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-07-01 16:49:44 +03:00
Iván Ovejero
af52a0d1ed
fix(core): Apply same VM wrapper to both modes in task runner (#16872) 2025-07-01 15:18:30 +02:00
shortstacked
852657c17e
feat: Add testcontainers and Playwright (no-changelog) (#16662)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-07-01 14:15:31 +01:00
Iván Ovejero
422aa82524
chore: Lintfix nodes-base (#16877) 2025-07-01 15:05:40 +02:00
Milorad FIlipović
38c2e6184c
fix(editor): Make sure connectors are clickable when overlapped by node description (#16765) 2025-07-01 14:33:43 +02:00
Jaakko Husso
697a57f386
fix(editor): Skip community node types request on preview mode (no-changelog) (#16876) 2025-07-01 15:11:28 +03:00
Iván Ovejero
9ffca02016
chore: Lintfix @n8n/nodes-langchain (#16868) 2025-07-01 14:08:51 +02:00
shortstacked
1958b89d38
fix: Intercepts are defined before login (no-changelog) (#16873) 2025-07-01 12:05:25 +01:00
Andreas Fitzek
7c8a152490
chore(core): Add inviteAcceptUrl to users list schema (#16871) 2025-07-01 12:46:49 +02:00
Daria
503beea8d1
feat(editor): Refactor the executable node logic (no-changelog) (#16848) 2025-07-01 12:29:49 +03:00
Mutasem Aldmour
c51842bd52
fix(editor): Increase icon sizes in parameters (no-changelog) (#16866) 2025-07-01 11:20:06 +02:00
Benjamin Schroth
47bf4b77d3
feat: Implement streaming response node on ChatTrigger and Webhook (no-changelog) (#16761) 2025-07-01 11:03:23 +02:00
Milorad FIlipović
8e62c80d48
fix(editor): Fix inifnite loading in Resource Locator Dropdown under certain conditions (#16773) 2025-07-01 10:57:18 +02:00
Iván Ovejero
06f49c294a
refactor(core): Lint to enforce lazyloading in modules (#16843)
Co-authored-by: Juuso Tapaninen <juuso@n8n.io>
2025-07-01 10:45:30 +02:00
Alex Grozav
4abb6a6aa1
fix(editor): Only show node executing spinner if workflow is executing (no-changelog) (#16846) 2025-07-01 11:44:28 +03:00
Suguru Inoue
4124b96a00
feat(editor): Log view improvements (#16489) 2025-07-01 09:30:17 +02:00
RomanDavydchuk
c11e4bd0a8
feat(Mistral AI Node): New node (#16631)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-07-01 09:19:01 +03:00
Csaba Tuncsik
9517d11a7e
fix(editor): Disable all potential eslint rule conflicts with prettier (#16832) 2025-06-30 19:30:48 +02:00