Commit graph

3227 commits

Author SHA1 Message Date
Charlie Kolb b54a31d8ef
wip commit 2024-11-14 12:54:03 +01:00
Charlie Kolb 66b6ca4cc0
Merge remote-tracking branch 'origin/ado-2808-1' into ADO-2810/fe-add-debug-button-to-json-view 2024-11-14 10:12:46 +01:00
Mutasem Aldmour edcb74ad5c
merge in master 2024-11-13 19:52:46 +01:00
github-actions[bot] a91abeeff5
🚀 Release 1.68.0 (#11725)
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
Co-authored-by: ShireenMissi <94372015+ShireenMissi@users.noreply.github.com>
2024-11-13 19:06:31 +01:00
Mutasem Aldmour 63e74f5e5e
add debug button to empty items 2024-11-13 19:00:34 +01:00
Mutasem Aldmour e6b2daaa03
type 2024-11-13 18:51:58 +01:00
Mutasem Aldmour 17a14d84ef
refactor/add tests 2024-11-13 18:49:41 +01:00
Mutasem Aldmour e661444272
font size 2024-11-13 17:31:33 +01:00
Michael Kret 0fd684d90c
feat: Github star button in-app (#11695) 2024-11-13 16:10:34 +00:00
oleg b22142ddb8
fix(editor): Fix canvasNodes reactivity in canvas chat (no-changelog) (#11717) 2024-11-13 15:33:02 +01:00
Elias Meire ca8cb455ba
fix(editor): Prevent error being thrown in RLC while loading (#11676) 2024-11-13 13:47:27 +00:00
Michael Kret 9bd79fceeb
fix(Switch Node): Maintain output connections (#11162) 2024-11-13 13:30:56 +02:00
Michael Kret f0492bd3bb
fix(n8n Form Node): Open form page if form trigger has pin data (#11673) 2024-11-13 13:13:50 +02:00
Charlie Kolb 5c484a4d1b
cleanup 2024-11-13 12:05:00 +01:00
Charlie Kolb 8504a61094
Add working wip version 2024-11-13 11:54:28 +01:00
oleg a412ab7ebf
feat(editor): Redesign Canvas Chat (#11634) 2024-11-13 11:05:19 +01:00
Charlie Kolb 93a6f858fa
feat(editor): Restrict when a ChatTrigger Node is added automatically (#11523) 2024-11-13 11:00:02 +01:00
Mutasem Aldmour 9a376b5381
type fix 2024-11-12 17:43:36 +01:00
Mutasem Aldmour 938db40f96
fix: reduce redundancy, fix bug in items count 2024-11-12 17:39:47 +01:00
Mutasem Aldmour f746da04ac
address design feedback 2024-11-12 17:24:04 +01:00
Mutasem Aldmour 9e70cb1b05
Merge branch 'master' of github.com:n8n-io/n8n into ado-2808-1 2024-11-12 17:06:41 +01:00
Csaba Tuncsik 3e0c6cb3d2
refactor(editor): Move executions under projects (#11541)
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-11-12 17:01:22 +01:00
Alex Grozav e3871dbfe2
fix(editor): Fix node type properties not updating regression (no-changelog) (#11700) 2024-11-12 17:58:56 +02:00
Eugene a025848ec4
fix(editor): Fix duplicate chat trigger (#11693) 2024-11-12 13:45:18 +01:00
Iván Ovejero 88295c7049
perf(editor): Add lint rules for optimization-friendly syntax (#11681) 2024-11-12 13:28:51 +01:00
Mutasem Aldmour 020d860360
Merge branch 'master' of github.com:n8n-io/n8n into ado-2808-1 2024-11-12 13:14:37 +01:00
Ricardo Espinoza 7b20c1e93d
fix(editor): Ignore all node run messages after a success message is sent (no-changelog) (#11668) 2024-11-12 06:58:46 -05:00
Mutasem Aldmour ba0502e589
refactor 2024-11-12 12:15:23 +01:00
Mutasem Aldmour c240d9d654
refactor 2024-11-12 12:13:11 +01:00
Mutasem Aldmour ba2c2f55b5
lint 2024-11-12 12:09:31 +01:00
Mutasem Aldmour f11fb63273
fix: correct run count 2024-11-12 12:07:54 +01:00
Mutasem Aldmour 893eb5c42d
fix: type 2024-11-12 11:55:39 +01:00
Mutasem Aldmour 96f5faf6f5
Merge branch 'master' of github.com:n8n-io/n8n into ado-2808-1 2024-11-12 11:53:23 +01:00
oleg 565f8cd8c7
feat(editor): Improve how we show default Agent prompt and Memory session parameters (#11491) 2024-11-12 11:33:20 +01:00
Mutasem Aldmour af2da6ae72
Merge branch 'master' of github.com:n8n-io/n8n into ado-2808-1 2024-11-12 11:06:24 +01:00
Mutasem Aldmour 668df93867
fix: add tooltip 2024-11-12 10:54:03 +01:00
Mutasem Aldmour cdd662545d
fix: update error 2024-11-12 10:46:06 +01:00
Mutasem Aldmour f32039647b
feat: add subexecution count 2024-11-12 10:43:11 +01:00
Elias Meire 23caf43e30
fix(editor): Do not show hover tooltip when autocomplete is active (#11653) 2024-11-11 17:15:11 +00:00
Elias Meire 4dbf2f4256
fix(editor): Fix hiding SQL query output when trying to select (#11649) 2024-11-11 17:14:53 +00:00
Mutasem Aldmour 785b30e675
fix: refactor more 2024-11-11 17:53:14 +01:00
Elias Meire 41dea522fb
fix(editor): Fix collapsing nested items in expression modal schema view (#11645) 2024-11-11 16:45:27 +00:00
Elias Meire 8f695f3417
fix(editor): Fix scrolling in code edit modal (#11647) 2024-11-11 16:45:18 +00:00
Elias Meire d9d01c42db
test(editor): Add unit test for inputpanel component (#11644)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-11-11 16:19:50 +00:00
Mutasem Aldmour ad990236eb
fix: refactor to update types 2024-11-11 16:56:00 +01:00
Alex Grozav b0ba24cbbc
fix(editor): Show node executing status shortly before switching to success on new canvas (#11675) 2024-11-11 14:58:26 +02:00
Ricardo Espinoza c0aa67b8f0
fix(editor): Prevent deleting a sticky note while editing (no-changelog) (#11576) 2024-11-11 07:02:26 -05:00
Alex Grozav f1e2df7d07
feat(editor): Improve workflow loading performance on new canvas (#11629) 2024-11-11 13:35:20 +02:00
Mutasem Aldmour 9d6f0c5dec
fix: handle better case when workflow id is missing 2024-11-11 10:57:10 +01:00
Mutasem Aldmour 2db0b140bd
feat: move below selector 2024-11-11 10:29:43 +01:00