Commit Graph
3610 Commits
Author SHA1 Message Date
कारतोफ्फेलस्क्रिप्ट™andGitHub 52bf9203f0 feat(API): Add Public API endpoint for updating variables (#15315) 2025-05-12 16:50:24 +02:00
2674d7fe61 🚀 Release 1.93.0 (#15311)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2025-05-12 16:23:44 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 41179f71c1 refactor(core): Move settings repository to @n8n/db (#15310) 2025-05-12 15:21:13 +02:00
Iván OvejeroandGitHub 32bea87fa2 refactor(core): Remove unused deprecated license methods (#15251) 2025-05-12 13:52:35 +02:00
Michael KretandGitHub e7c095d047 fix: Community nodes - setting page empty state (#15305) 2025-05-12 14:40:11 +03:00
Suguru InoueandGitHub 81caedb319 fix(editor): Revert log view rollout (no-changelog) (#15309) 2025-05-12 13:35:18 +02:00
Benjamin SchrothandGitHub 8b467e3f56 feat(core): Implement partial execution for all tool nodes (#15168) 2025-05-12 12:31:17 +02:00
Guillaume JacquartandGitHub 3be05556f9 feat(core): Check license config for insights max retention (#15256) 2025-05-12 09:43:58 +02:00
Jaakko HussoandGitHub 15e62e6dfa fix(editor): Correct WF counts on folder with archived filter (no-changelog) (#15195) 2025-05-10 11:38:36 +03:00
Jaakko HussoandGitHub 403f08b6e3 feat(core): Archive workflows when removing folders without transfer (#15057) 2025-05-10 11:37:42 +03:00
Iván OvejeroandGitHub 1f6a36e26e refactor(core): Move shared workflow and shared credentials repositories to @n8n/db (#15255) 2025-05-09 17:10:25 +02:00
Guillaume JacquartandGitHub e34bca779b fix(core): Fix Insights concurrency issues for legacy sqlite (#15028) 2025-05-09 16:52:24 +02:00
Iván OvejeroandGitHub 591aee5e62 refactor(core): Improve workflow activation logs (#15180) 2025-05-09 14:55:20 +02:00
ae27b48ee7 feat(core): Implement Insights pruning system (#14468)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-05-09 14:51:58 +02:00
Justin EllingwoodandGitHub 33030eae7d docs: Fix links and update headers in breaking changes file (no-changelog) (#15023) 2025-05-09 11:19:29 +01:00
24638420bd feat: Community Nodes in the Nodes Panel (#13923)
Co-authored-by: Dana Lee <dana@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-05-09 11:14:41 +01:00
Iván OvejeroandGitHub f2ee990a57 refactor(core): Move third batch of repositories to @n8n/db (#15166) 2025-05-09 09:57:54 +02:00
Iván OvejeroandGitHub 3079059e96 refactor(core): Tear down OrchestrationService (#15100) 2025-05-09 09:45:27 +02:00
Jaakko HussoandGitHub 077f4bf846 fix(editor): Don't count archived WFs on tag usage counts (no-changelog) (#15199) 2025-05-08 21:08:53 +03:00
Jaakko HussoandGitHub cfea538f1c feat(core): Add telemetry events for archive and unarchive (no-changelog) (#15224) 2025-05-08 16:55:22 +03:00
392e91480a fix(core): Add mechanism to prevent concurrent compaction on Insights (#14988)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-05-08 12:18:51 +02:00
Suguru InoueandGitHub 8229b0bcc2 feat(editor): Rollout improved log view (#15202) 2025-05-08 11:12:13 +02:00
Marc LittlemoreandGitHub 662358cc43 chore: Update license-sdk for extra renewal debugging (no-changelog) (#15175) 2025-05-07 20:53:48 +01:00
Guillaume JacquartandGitHub 12b681fc41 fix(core): Prioritize workflow execution with existing execution data on worker (#15165) 2025-05-07 14:52:32 +02:00
Iván OvejeroandGitHub c6ceee2bee refactor(core): Expand error message for unknown webhook request (#15178) 2025-05-07 14:45:57 +02:00
Ricardo EspinozaandGitHub 715127fa87 feat(core): Add endpoint to transfer folder to another project (no-changelog) (#15005) 2025-05-07 07:51:03 -04:00
Iván OvejeroandGitHub 0659ba957c fix(core): Do not cache dynamic webhooks (#15176) 2025-05-07 13:21:33 +02:00
Iván OvejeroandGitHub 90f662e229 chore(core): Remove role table (#15172) 2025-05-07 13:11:36 +02:00
Iván OvejeroandGitHub 985f554501 fix(core): Support task runner in execute and execute-batch commands (#15147) 2025-05-06 17:53:36 +02:00
Jaakko HussoandGitHub 3a13139f78 feat(core): Change workflow deletions to soft deletes (#14894)
Adds soft‑deletion support for workflows through a new boolean column `isArchived`.

When a workflow is archived we now set `isArchived` flag to true and the workflows
stays in the database and is omitted from the default workflow listing query.

Archived workflows can be viewed in read-only mode, but they cannot be activated.

Archived workflows are still available by ID and can be invoked as sub-executions,
so existing Execute Workflow nodes continue to work. Execution engine doesn't
care about isArchived flag.

Users can restore workflows via Unarchive action at the UI.
2025-05-06 17:48:24 +03:00
Iván OvejeroandGitHub 32b72011e6 refactor(core): Move second batch of repositories to @n8n/db (#15137) 2025-05-06 16:40:34 +02:00
Iván OvejeroandGitHub c76245519c refactor(core): Set up @n8n/integration-test-utils package (#15098) 2025-05-06 15:27:19 +02:00
2bb190349b refactor(core): Move more code into @n8n/permissions. Add aditional tests and docs (no-changelog) (#15062)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-05-06 15:11:05 +02:00
Iván OvejeroandGitHub ade546fb48 refactor(core): Move first batch of repositories to @n8n/db (#15130) 2025-05-06 11:22:43 +02:00
Iván OvejeroandGitHub ca0e7ffe3b refactor(core): Separate license state from license service (#15097) 2025-05-06 09:43:08 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 5b1aa062a7 refactor(core): Change log-level for unregistered pushRef logging (no-changelog) (#15117) 2025-05-06 09:21:28 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 7d05cb2a37 refactor(core): Overhaul community packages installation code (#15104) 2025-05-05 15:55:10 +03:00
b3205c25c7 🚀 Release 1.92.0 (#15107)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-05-05 14:23:05 +02:00
c1760631cf fix(core): Manual execution defaults to Manual trigger (#15052)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-05-05 08:25:45 +02:00
e01bab58a5 feat(core): Add onlySharedWithMe filter to GET /credentials endpoint (no-changelog) (#14885)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-05-02 13:08:30 -04:00
Iván OvejeroandGitHub bd258be052 refactor(core): Move final batch of entities to @n8n/db (#15061) 2025-05-02 17:46:05 +02:00
Iván OvejeroandGitHub 20834abb56 refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
Iván OvejeroandGitHub f8ead7d3eb refactor(core): Set up @n8n/backend-common package (#15051) 2025-05-02 11:34:13 +02:00
Benjamin SchrothandGitHub 54dcdedece feat(editor): Support partial executions of tool nodes (#14945) 2025-05-01 08:32:47 +02:00
b86fabf047 feat(core): Only show credentials shared with you in the overview section (no-changelog) (#14855)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-04-30 09:44:58 -04:00
Iván OvejeroandGitHub 442cd094ee refactor(core): Separate list query entities from request types (#15015) 2025-04-30 13:34:50 +02:00
b4a06aaff9 fix(core): Increment executionIndex in partial executions (no-changelog) (#14946)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-30 13:16:27 +02:00
Iván OvejeroandGitHub 9c0e0f0d2e refactor(core): Decouple leadership-change handlers using decorators (#15009) 2025-04-30 12:59:57 +02:00
9541b5bb07 fix(core): Revert back to the extended query-parser on express 5 (#15016)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-04-30 12:51:58 +02:00
Iván OvejeroandGitHub 1de95ead0d refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00