Commit Graph

3825 Commits

Author SHA1 Message Date
Ricardo Espinoza cc39c50737 perf(core): Improvements to GET /workflows endpoint (#17086) 2025-07-08 14:40:55 -04:00
Iván Ovejero f3ef0a713c refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
Marc Littlemore 32fbb5cf6a chore: Fix OpenAPI docs script (#17128) 2025-07-08 18:24:32 +01:00
Benjamin Schroth 57b914dcd9 fix(core): Improve handling of disabled Set Metrics node (#17085) 2025-07-08 19:16:08 +02:00
Marc Littlemore b980897adf chore: Enable logging for OpenAPI doc generation (#17126) 2025-07-08 17:52:54 +01:00
Iván Ovejero 608dcdee4d fix(core): Fix warning on empty OIDC discovery endpoint (#17103) 2025-07-08 13:13:28 +02:00
Jaakko Husso 878026aff6 fix(n8n Form Node): Make customizing form custom styles possible on mobile screens and on form end redirect (#17060) 2025-07-08 12:02:42 +03:00
Tomi Turtiainen 779f2e6304 Merge tag 'n8n@1.102.0' 2025-07-08 11:25:36 +03:00
Israel Shenkar 0cc54ecf6d feat(core): Add workflow name label to workflow metrics (#16837)
Co-authored-by: Marc Littlemore <marc@n8n.io>
2025-07-08 09:11:03 +01:00
Eugene 4ca9826d7e chore(core): Add first-shot evaluation for the T2WF (no-changelog) (#16996) 2025-07-07 18:35:13 +02:00
github-actions[bot] 0547d6f5d2 🚀 Release 1.102.0 (#17075)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-07-07 17:13:34 +02:00
Iván Ovejero 982a7a11f5 refactor(core): Port SSO config (#17044) 2025-07-07 16:59:35 +02:00
Marc Littlemore eab10a6753 chore: Minor update for OpenAPI project schema descriptions (#17070) 2025-07-07 15:09:10 +01:00
Iván Ovejero f817fb4e74 fix(core): Fix worker view (#17052) 2025-07-07 12:06:40 +02:00
Iván Ovejero 6efff79d72 perf(core): Eliminate unnecessary license server calls (#17047) 2025-07-07 10:55:40 +02:00
Marc Littlemore aad712e408 chore: Add GitHub workflow to sync public API docs (no-changelog) (#15985) 2025-07-07 09:26:33 +01:00
Tomi Turtiainen 3b14830966 fix(HTTP Request Node): Fix paginated requests with HttpBearerAuth (#17005) 2025-07-04 21:53:01 +03:00
jeanpaul e982d9144b feat: Make the 'set output' node optional if you inserted a 'set metrics' node (no-changelog) (#16955) 2025-07-04 14:55:23 +02:00
Alex Grozav d754ce922d feat: Upgrade nodes-base package to use modern tsconfig.json (no-changelog) (#16884) 2025-07-04 14:55:39 +03:00
Guillaume Jacquart 5733999de5 chore(core): Add error log for more detail when git phases fail (#16994) 2025-07-04 13:36:04 +02:00
Tomi Turtiainen 945098d789 fix(core): Fix evaluation of N8N_SKIP_AUTH_ON_OAUTH_CALLBACK (#16944) 2025-07-04 12:11:17 +02:00
Benjamin Schroth 5a5848aa42 feat(AI Agent Node): Implement streaming on AI agent node (no-changelog) (#16897) 2025-07-04 09:21:48 +02:00
Iván Ovejero 7317f67797 feat(core)!: Introduce insecure mode in task runner (#16911) 2025-07-04 08:32:49 +02:00
Iván Ovejero 50d80ee620 refactor(core): Set up @n8n/errors package (#16918) 2025-07-03 13:32:57 +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
Iván Ovejero faea69cbc2 fix(core): Initialize source control unconditionally (#16929) 2025-07-03 11:06:23 +02:00
Andreas Fitzek c5a371bb89 chore(core): Always load oidc and add runtime license checks (#16947) 2025-07-03 10:40:10 +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
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
कारतोफ्फेलस्क्रिप्ट™ 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
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
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
Andreas Fitzek 7c8a152490 chore(core): Add inviteAcceptUrl to users list schema (#16871) 2025-07-01 12:46:49 +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 c76d94b364 feat: Modernize build and testing for workflow package (no-changelog) (#16771) 2025-06-30 20:02:16 +03:00
Iván Ovejero cb1103e742 fix(core): Prevent mutation of credential type parents (#16841) 2025-06-30 17:32:51 +02:00
Tomi Turtiainen acb27edca6 Merge tag 'n8n@1.101.0' 2025-06-30 16:44:49 +03:00
Dana 6edd47dd65 feat(editor): Allow users to update verified nodes from the node settings panel (#16447)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-06-30 15:43:26 +02:00
Ricardo Espinoza d76f05ba3d fix: Stop telemetry events to Posthog (#16788) 2025-06-30 09:08:47 -04:00
github-actions[bot] 173cbe48f1 🚀 Release 1.101.0 (#16835)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-06-30 14:31:31 +02:00
Guillaume Jacquart 624a720978 chore(core): Fix wording on error and add additional logs for debug (#16784) 2025-06-30 14:13:55 +02:00
Mutasem Aldmour 641e970edd fix(core): Remove default for manual trigger in manual executions (#16829) 2025-06-30 13:56:11 +02:00
Jaakko Husso 22a240e74b fix(core): Prevent accidentally moving folders to their sub folders (#16808) 2025-06-30 13:44:48 +03:00
Guillaume Jacquart 3ba8a84d2b feat(core): Add a new by-time insights route that return only time saved data (#16727) 2025-06-27 11:45:31 +02:00
Elias Meire 0775fd859e build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
Guillaume Jacquart e163141b72 fix(core): Return default tags-mappings and folders value when file not found (#16747) 2025-06-27 09:36:01 +02:00
Jaakko Husso 0b7bca29f8 feat(editor): Add 'Whats new' section and modal (#16664) 2025-06-26 16:41:49 +03:00
Danny Martini 20418c7966 refactor(core): Add workflowId to all job processor logs (#16726) 2025-06-26 12:31:12 +02:00
Guillaume Jacquart 7e376e087e feat(core): Send email notification when a user invited to a project (#16687) 2025-06-26 11:43:59 +02:00