n8n/packages/cli/src
Csaba Tuncsik 7bd83d7d33
Some checks failed
Test Master / install-and-build (push) Has been cancelled
Test Master / Unit tests (18.x) (push) Has been cancelled
Test Master / Unit tests (20.x) (push) Has been cancelled
Test Master / Unit tests (22.4) (push) Has been cancelled
Test Master / Lint (push) Has been cancelled
Test Master / Notify Slack on failure (push) Has been cancelled
fix(editor): Optionally share credentials used by the workflow when moving the workflow between projects (#12524)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-02-21 11:05:37 +01:00
..
__tests__ test: Add unit tests for CredentialsOverwrites (#13372) 2025-02-20 13:00:12 +01:00
auth
collaboration
commands chore(core): Stop reporting errors to Sentry for older releases (no-changelog) (#13323) 2025-02-20 12:38:54 +01:00
concurrency fix(core): Handle cancellation of waiting executions correctly (#13051) 2025-02-07 12:34:03 +01:00
config feat: Add temporary env variable N8N_FOLDERS_ENABLED (no-changelog) (#13374) 2025-02-19 19:34:29 -05:00
controllers refactor: Add dto for POST /credentials endpoint (#13306) 2025-02-19 17:50:42 +02:00
credentials fix(editor): Optionally share credentials used by the workflow when moving the workflow between projects (#12524) 2025-02-21 11:05:37 +01:00
databases fix(editor): Optionally share credentials used by the workflow when moving the workflow between projects (#12524) 2025-02-21 11:05:37 +01:00
decorators
deduplication
deprecation feat: Enable partial exections v2 by default (#13344) 2025-02-21 10:25:53 +01:00
environments.ee refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
errors refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
evaluation.ee feat(core): Add telemetry for workflow evaluation feature (no-changelog) (#13367) 2025-02-20 15:00:13 +01:00
eventbus
events refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
execution-lifecycle fix(core): Ensure that 'workflow-post-execute' event has userId whenever it's available (#13326) 2025-02-18 10:23:57 +01:00
executions refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
external-secrets.ee
ldap.ee
license
metrics feat(core): Hackmation - Add last activity metric (#13237) 2025-02-20 14:46:29 +02:00
mfa
middlewares feat(core): Add sorting to GET /workflows endpoint (#13029) 2025-02-04 10:52:35 -05:00
permissions.ee
posthog
public-api refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
push fix(core): Fix parsing of push messages (no-changelog) (#13136) 2025-02-10 19:47:03 +02:00
scaling fix(core): Ensure that 'workflow-post-execute' event has userId whenever it's available (#13326) 2025-02-18 10:23:57 +01:00
security-audit refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
services fix(core): Make sure middleware works with legacy API Keys (#13390) 2025-02-20 09:10:54 -05:00
shutdown
sso.ee
subworkflows
task-runners refactor(core): Make task broker an explicit component of task runner (#12782) 2025-01-31 17:39:06 +02:00
telemetry
types
user-management refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
utils refactor(core): Extract hooks out of workflow-execute-additional-data (no-changelog) (#12749) 2025-01-21 14:47:02 +01:00
validators
webhooks fix(n8n Form Node): Redirection update (no-changelog) (#13104) 2025-02-19 12:59:38 +00:00
workflows fix(editor): Optionally share credentials used by the workflow when moving the workflow between projects (#12524) 2025-02-21 11:05:37 +01:00
abstract-server.ts chore(API): Follow up design for credential callback (#12798) 2025-01-27 15:42:45 +00:00
activation-errors.service.ts
active-executions.ts fix(n8n Form Node): Redirection update (no-changelog) (#13104) 2025-02-19 12:59:38 +00:00
active-workflow-manager.ts fix(core): Reduce risk of race condition during workflow activation loop (#13186) 2025-02-13 17:10:43 +02:00
constants.ts feat: Allow multi API creation via the UI (#12845) 2025-01-29 07:42:01 -05:00
crash-journal.ts
credential-types.ts
credentials-helper.ts refactor: Add dto for POST /credentials endpoint (#13306) 2025-02-19 17:50:42 +02:00
credentials-overwrites.ts test: Add unit tests for CredentialsOverwrites (#13372) 2025-02-20 13:00:12 +01:00
db.ts
expression-evaluator.ts
external-hooks.ts fix(core): Return original hooks errors to the frontend (#13365) 2025-02-19 14:23:01 +01:00
generic-helpers.ts
help.ts
index.ts
interfaces.ts feat(core): Add method (getMany) to folder repository to filter, sort, and paginate folders (no-changelog) (#13290) 2025-02-17 09:05:12 -05:00
jest.d.ts
license.ts chore: Bump license-sdk to v2.16.1 (no-changelog) (#13351) 2025-02-19 16:56:30 +02:00
load-nodes-and-credentials.ts feat(editor): Easy $fromAI Button for AI Tools (#12587) 2025-02-05 08:42:50 +01:00
manual-execution.service.ts feat(editor): Add ‘execute workflow’ buttons below triggers on the canvas (#12769) 2025-02-10 09:14:39 +01:00
node-types.ts feat(core): Add an option to allow community nodes as tools (#13075) 2025-02-06 14:17:15 +01:00
requests.ts refactor: Add dto for POST /credentials endpoint (#13306) 2025-02-19 17:50:42 +02:00
response-helper.ts
secrets-helpers.ee.ts
server.ts refactor: Move cURL converter to frontend (#11432) 2025-02-07 12:05:04 +01:00
typed-emitter.ts
utils.ts
utlity.types.ts
wait-tracker.ts
workflow-execute-additional-data.ts feat(editor): Expose View Execution links for erroneous sub-executions (#13185) 2025-02-13 09:44:52 +01:00
workflow-helpers.ts refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
workflow-runner.ts fix(n8n Form Node): Redirection update (no-changelog) (#13104) 2025-02-19 12:59:38 +00:00