Commit graph

11971 commits

Author SHA1 Message Date
कारतोफ्फेलस्क्रिप्ट™ 4aa135912c
fix(editor): Make submit in ChangePasswordView work again (#11227) 2024-10-11 18:12:12 -04:00
github-actions[bot] ce67d8a78b
🚀 Release 1.62.4 (#11217)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2024-10-10 19:04:06 +02:00
कारतोफ्फेलस्क्रिप्ट™ 3e048535b7
fix(editor): Bring back the "Forgot password" link on SigninView (#11216) 2024-10-10 19:01:05 +02:00
github-actions[bot] 9888be1e63
🚀 Release 1.62.3 (#11151)
Co-authored-by: ivov <44588767+ivov@users.noreply.github.com>
2024-10-08 11:11:32 +02:00
Ricardo Espinoza 9660d643e3
fix(core): Add down method to AddApiKeysTable1724951148974 migration (no-changelog) (#11118) 2024-10-08 10:52:55 +02:00
Tomi Turtiainen d1fe22b987
fix: Fix transaction handling for 'revert' command (#11145) 2024-10-08 10:52:38 +02:00
github-actions[bot] 73f15dd732
🚀 Release 1.62.2 (#11136)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2024-10-07 14:11:56 +02:00
कारतोफ्फेलस्क्रिप्ट™ e530bf52a3
fix(core): Allow loading nodes from multiple custom directories (#11130) 2024-10-07 13:54:29 +02:00
Danny Martini 563a0fc446
fix(core): Print errors that happen before the execution starts on the worker instead of just on the main instance (#11099) 2024-10-07 13:54:20 +02:00
कारतोफ्फेलस्क्रिप्ट™ f91fae565c
fix(core): Always set startedAt when executions start running (#11098)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2024-10-07 13:54:10 +02:00
github-actions[bot] 3c7556542c
🚀 Release 1.62.1 (#11068)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2024-10-02 16:37:44 +02:00
github-actions[bot] 86069321a1
🚀 Release 1.62.0 (#11056)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2024-10-02 16:19:12 +02:00
कारतोफ्फेलस्क्रिप्ट™ 49c71469f4
ci: @n8n/task-runner package setup (no-changelog) (#11067) 2024-10-02 16:14:57 +02:00
Tomi Turtiainen 4546649c61
feat: Separate task runner server from main http server (no-changelog) (#11062) 2024-10-02 16:38:42 +03:00
Iván Ovejero 8d9eb162ae
chore: Add verbose removal to breaking changes (#11053) 2024-10-02 14:35:31 +02:00
Ricardo Espinoza 9c43fb301d
fix(editor): Format action names properly when action is not defined (#11030) 2024-10-02 08:16:33 -04:00
Tomi Turtiainen 74fa259b37
feat: Make task runners work with n8n from npm (no-changelog) (#11015) 2024-10-02 15:16:02 +03:00
oleg 6105bfeb4b
chore: Exclude @n8n/task-runner from global dev script (no-changelog) (#11058)
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
Benchmark Docker Image CI / build (push) Waiting to run
2024-10-02 13:32:46 +02:00
oleg ef5b7cf9b7
feat(core): Implement Dynamic Parameters within regular nodes used as AI Tools (#10862) 2024-10-02 13:31:22 +02:00
Val ae37035aad
fix: Task Runner Auth CI fail with busy event loop (no-changelog) (#11057) 2024-10-02 14:27:28 +03:00
manuelbcd a8d1a1ea85
feat: Add Sysdig API credentials for SecOps (#7033)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2024-10-02 12:13:51 +01:00
oleg a7af98183c
fix(Github Document Loader Node): Pass through apiUrl from credentials & fix log output (#11049) 2024-10-02 11:29:01 +02:00
CodeShakingSheep 50b723836e
feat(Invoice Ninja Node): Add more query params to getAll requests (#9238)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-10-02 11:09:53 +02:00
Tomi Turtiainen 4db82a91b4
refactor(benchmark): Expand js code node benchmark (#11052) 2024-10-02 12:04:53 +03:00
Val 27d83e0d91
feat: Initial Code Task Runners support (no-changelog) (#10698)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-10-02 09:31:56 +01:00
Iván Ovejero bdaadf10e0
fix(core): Fix ownerless project case in statistics service (#11051) 2024-10-02 10:31:17 +02:00
Iván Ovejero 113a2e7401
refactor(core): Bring job options into scaling service (#11050) 2024-10-02 10:31:07 +02:00
Milorad FIlipović 8a30f92156
feat: Add more context to support chat (#11014) 2024-10-02 10:00:20 +02:00
Danny Martini 5903592a23
fix(core): Fix new partial execution flow not working with workflows with multiple disabled nodes in a row (no-changelog) (#11024) 2024-10-02 08:12:38 +02:00
Alex Grozav 3191912168
fix(editor): Fix success state for disabled nodes in new canvas (no-changelog) (#11039)
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-10-01 21:06:33 +03:00
Alex Grozav e04b980dff
feat(editor): Improve edges and connection lines rendering on new canvas (no-changelog) (#11036) 2024-10-01 16:43:47 +03:00
Eugene e7199dbfcc
feat(editor): Remove execution annotation feature flag (#11020) 2024-10-01 15:24:52 +02:00
oleg 72b70d9d98
feat(editor): Support node-creator actions for vector store nodes (#11032) 2024-10-01 14:10:08 +02:00
Iván Ovejero 3a9c65e1cb
refactor(core): Modernize logger service (#11031)
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
Benchmark Docker Image CI / build (push) Waiting to run
2024-10-01 12:16:09 +02:00
Elias Meire f92637a9fe
test(n8n Form Trigger Node): Add tests, extract testing util for webhook triggers (no-changelog) (#11023) 2024-10-01 10:40:43 +01:00
Iván Ovejero cd916480c2
fix(core): Handle Redis disconnects gracefully (#11007)
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
Benchmark Docker Image CI / build (push) Waiting to run
2024-09-30 16:36:27 +02:00
Alex Grozav 805a1140c9
fix(editor): Update new canvas connection checks (no-changelog) (#11019) 2024-09-30 17:09:17 +03:00
oleg b5f4afe12e
fix(Chat Trigger Node): Fix Allowed Origins paramter (#11011) 2024-09-30 15:42:37 +02:00
Tomi Turtiainen d2238b9eac
refactor: Enable import/order rule for n8n-core (#11016) 2024-09-30 16:38:56 +03:00
Ricardo Espinoza e54a396088
refactor: Move api-keys endpoints to their own controller (#11000) 2024-09-30 09:10:22 -04:00
Eugene 77fec195d9
fix(Text Classifier Node): Default system prompt template (#11018) 2024-09-30 15:07:20 +02:00
Alex Grozav 3ff3e05e75
feat(editor): Add support for maxConnections in new canvas (no-changelog) (#10994) 2024-09-30 15:23:51 +03:00
Eugene b20d2eb403
fix(editor): Color scheme for a markdown code blocks in dark mode (#11008) 2024-09-30 13:41:46 +02:00
Alex Grozav fe871d89a9
feat(editor): Improve ai nodes, handles and connections design in new canvas (no-changelog) (#10969) 2024-09-30 14:29:30 +03:00
Iván Ovejero a62a9db8fa
chore: Upgrade Turborepo to 2.1.2 (#11017) 2024-09-30 12:58:39 +02:00
Alex Grozav c09ae3c18c
feat(editor): Improve sticky note experience on new canvas (no-changelog) (#11010)
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-09-30 13:27:37 +03:00
कारतोफ्फेलस्क्रिप्ट™ 6120b3a053
ci: Auto-format CSS/SCSS in the pre-commit hook (no-changelog) (#11012) 2024-09-30 11:31:11 +02:00
कारतोफ्फेलस्क्रिप्ट™ bb2895689f
feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
Iván Ovejero 63e6f1fa38
refactor(core): Organize all event maps (#10997) 2024-09-30 10:44:03 +02:00
oleg 3a65bdc1f5
fix(AI Agent Node): Fix output parsing and empty tool input handling in AI Agent node (#10970) 2024-09-30 10:09:39 +02:00