Commit graph

2858 commits

Author SHA1 Message Date
Tomi Turtiainen cdd0ab4031
refactor(core): Rename ActiveWebhooks to LiveWebhooks (no-changelog) (#10355) 2024-08-13 09:49:24 +03:00
कारतोफ्फेलस्क्रिप्ट™ 8ab3d6b62b
ci: Upgrade axios to address CVE-2024-39338 (no-changelog) (#10365) 2024-08-12 19:42:49 +02:00
कारतोफ्फेलस्क्रिप्ट™ 1ad7afbb82
ci: Upgrade picocolors to address AIKIDO-2024-10093 (no-changelog) (#10362) 2024-08-12 19:42:36 +02:00
कारतोफ्फेलस्क्रिप्ट™ 1668edd98c
ci: Upgrade @apidevtools/json-schema-ref-parser to address AIKIDO-2024-10043 (no-changelog) (#10363) 2024-08-12 18:00:23 +02:00
Tomi Turtiainen 9d7caacc69
fix: Require mfa code for password change if its enabled (#10341) 2024-08-12 17:08:55 +03:00
Iván Ovejero 021d9981b6
ci: Fix scaling mode tests (no-changelog) (#10351) 2024-08-12 13:34:37 +02:00
Iván Ovejero 5255793afe
fix(core): Enforce shutdown timer and sequence on SIGINT for main (#10346)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-08-12 11:41:21 +02:00
Iván Ovejero b044e783e7
fix(core): Account for cancelling an execution with no workers available (#10343) 2024-08-12 11:03:51 +02:00
Iván Ovejero 8728b63aeb
refactor(core): Port scaling mode config (no-changelog) (#10321) 2024-08-12 11:03:37 +02:00
Iván Ovejero 6b52bebf52
refactor(core): Tear down internal hooks (no-changelog) (#10340) 2024-08-12 10:13:15 +02:00
Iván Ovejero 78984986a6
fix(core): Prevent XSS in user update endpoints (#10338) 2024-08-12 10:06:15 +02:00
Iván Ovejero 4f392b5e3e
fix(core): Prevent XSS via static cache dir (#10339)
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
2024-08-09 16:40:50 +02:00
Tomi Turtiainen 484737735a
refactor(core): Extract webhook request handler to own file (#10301)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2024-08-09 17:08:15 +03:00
Val 697bc90b0b
feat: Allow sharing to and from team projects (no-changelog) (#10144) 2024-08-09 12:59:28 +02:00
कारतोफ्फेलस्क्रिप्ट™ 1869c396f3
fix(core): Do not load ScalingService in regular mode (no-changelog) (#10333)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-08-08 17:35:17 +02:00
कारतोफ्फेलस्क्रिप्ट™ b6c47c0e32
fix(core): Rate limit MFA activation and verification endpoints (#10330) 2024-08-08 15:01:07 +02:00
Iván Ovejero ee03400c25
refactor(core): Decouple emailing and workflow sharing from internal hooks (no-changelog) (#10326) 2024-08-08 12:33:18 +02:00
Iván Ovejero ee8c9a5b24
refactor(core): Stop reporting disk I/O error to Sentry (no-changelog) (#10324) 2024-08-08 12:04:34 +02:00
Iván Ovejero aa95059cf0
test(core): Add tests for scaling service (no-changelog) (#10320)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-08-08 09:42:16 +02:00
Iván Ovejero a0b021bbe7
test(core): Expand log streaming event relay tests (no-changelog) (#10322) 2024-08-08 09:36:25 +02:00
Michael Kret 0de9d56619
feat(AI Transform Node): New node (#9990)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-08-07 18:07:48 +03:00
Iván Ovejero 9b977e80f6
refactor(core): Decouple lifecycle events from internal hooks (no-changelog) (#10305) 2024-08-07 16:09:42 +02:00
Iván Ovejero b232831f18
refactor(core): Remove skipped telemetry tests (no-changelog) (#10319) 2024-08-07 15:11:22 +02:00
Jan Oberhauser 171173c7e8 Merge tag 'n8n@1.54.0' 2024-08-07 14:12:34 +02:00
Iván Ovejero e31d017bdd
refactor(core): Centralize scaling mode (no-changelog) (#9835) 2024-08-07 13:50:46 +02:00
github-actions[bot] 89cd12bb6c
🚀 Release 1.54.0 (#10315)
Co-authored-by: tomi <tomi@users.noreply.github.com>
2024-08-07 13:17:18 +03:00
Val fa17391dbd
feat: Return scopes on executions (no-changelog) (#10310) 2024-08-07 10:19:09 +01:00
Tomi Turtiainen c8d322a9ba
refactor(core): Reorganize webhook related components under src/webhooks (no-changelog) (#10296)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-08-07 11:23:44 +03:00
Jon 2a8f1753e8
docs: Fix links to license files in readme (no-changelog) (#10257)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-08-06 15:21:57 +01:00
Iván Ovejero 98115e95df
fix(core): Ensure OAuth token data is not stubbed in source control (#10302) 2024-08-06 10:56:02 +02:00
कारतोफ्फेलस्क्रिप्ट™ 1eba7c3c76
fix(core): Revert transactions until we remove the legacy sqlite driver (#10299)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-08-05 18:10:16 +02:00
Iván Ovejero 42a0b594d6
fix(core): Fix user telemetry bugs (#10293) 2024-08-05 13:24:26 +02:00
Iván Ovejero 7fb3f62a36
refactor(core): Remove stray log from telemetry event relay (no-changelog) (#10295) 2024-08-05 12:59:27 +02:00
Iván Ovejero c0f3693e8a
refactor(core): Decouple user events from internal hooks (no-changelog) (#10292) 2024-08-05 12:07:42 +02:00
कारतोफ्फेलस्क्रिप्ट™ 88086a41ff
feat(core): Support community packages in scaling-mode (#10228) 2024-08-05 11:52:06 +02:00
Tomi Turtiainen afa43e75f6
test(core): Move unit tests closer to testable components (no-changelog) (#10287) 2024-08-05 12:12:25 +03:00
Michael Kret 8131d66f8c
fix(core): Webhook and form baseUrl missing (#10290) 2024-08-05 11:04:47 +03:00
Iván Ovejero acbae928f2
refactor(core): Port cache config (no-changelog) (#10286) 2024-08-02 17:10:03 +02:00
Iván Ovejero aa0a470dce
refactor(core): Clean up event relays (no-changelog) (#10284) 2024-08-02 16:52:49 +02:00
कारतोफ्फेलस्क्रिप्ट™ 0faf46f4f8
refactor(core): Move instanceRole to InstanceSettings (no-changelog) (#10242) 2024-08-02 15:18:33 +02:00
Iván Ovejero 7056e50b00
feat(core): Allow filtering executions and users by project in Public API (#10250) 2024-08-02 14:16:17 +02:00
Tomi Turtiainen ae50bb95a8
fix(core): Make execution and its data creation atomic (#10276)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-08-02 13:46:35 +03:00
Iván Ovejero c3e2e84065
refactor(core): Mark schema env vars used by cloud hooks (no-changelog) (#10283) 2024-08-02 12:25:57 +02:00
कारतोफ्फेलस्क्रिप्ट™ 47a68b0220
ci: Fix DB tests (no-changelog) (#10282) 2024-08-02 12:20:34 +02:00
Iván Ovejero 84efbd9b9c
feat(core): Support create, delete, edit role for users in Public API (#10279) 2024-08-02 12:06:17 +02:00
Iván Ovejero a533916628
refactor(core): Decouple post workflow execute event from internal hooks (no-changelog) (#10280) 2024-08-02 12:05:06 +02:00
Iván Ovejero 07d7b247f0
feat(core): Allow transferring credentials in Public API (#10259) 2024-08-02 12:02:38 +02:00
Iván Ovejero 489ce10063
feat(core): Support create, read, update, delete projects in Public API (#10269) 2024-08-02 12:02:05 +02:00
Iván Ovejero dc8c94d036
ci: Introduce lint rule no-type-unsafe-event-emitter (no-changelog) (#10254) 2024-08-02 12:01:42 +02:00
Iván Ovejero 432ac1da59
fix(core): Surface enterprise trial error message (#10267) 2024-08-02 12:01:10 +02:00