Commit graph

13334 commits

Author SHA1 Message Date
Marc Littlemore d612f8e6ab
Merge 4c51440121 into d2dd1796a8 2025-03-05 17:06:37 +01:00
कारतोफ्फेलस्क्रिप्ट™ d2dd1796a8
chore: Lintfix and format (no-changelog) (#13705)
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
2025-03-05 16:50:43 +01:00
Elias Meire 9e83ff51da
fix(editor): Support pasting values that start with = (#13699) 2025-03-05 16:13:27 +01:00
कारतोफ्फेलस्क्रिप्ट™ 906770a06a
fix(core): Pass NODE_PATH to task runners (#13652) 2025-03-05 16:10:42 +01:00
Iván Ovejero 9bedd87744
fix(core): Fix task runner error report from user-defined function (#13706) 2025-03-05 16:04:09 +01:00
Jaakko Husso 3cd34b5af6
fix(editor): Fix opening 'Schema' view by default after opening binary nodes (#13676) 2025-03-05 15:20:13 +01:00
Elias Meire 8790a0df3d
feat(editor): Schema preview UI updates (#13578)
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
2025-03-05 10:29:13 +01:00
Elias Meire c821f1c532
fix(editor): Render credential-only nodes when loading from the backend (#13689)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-03-05 10:27:54 +01:00
Alex Grozav 53656a0255
fix(editor): Fix using option.value as for loop key (no-changelog) (#13458)
Co-authored-by: Elias Meire <elias@meire.dev>
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-03-05 10:12:23 +01:00
Milorad FIlipović 97ca702f8c
fix(editor): Expand error view to full output panel width (#13688) 2025-03-05 09:17:35 +01:00
Charlie Kolb 4f6d76cd25
fix(editor): Don't flag uiStore as dirty on node selected (#13641)
Some checks failed
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) Has been cancelled
2025-03-04 17:49:03 +01:00
Jaakko Husso 5eddf00fa1
fix(editor): Copy JSON from selected run if node has been multiple times (#13673) 2025-03-04 17:19:51 +02:00
Charlie Kolb 72c535f583
fix(editor): Adjust MappingFields parameterInput width to account for delete button (no-changelog) (#13677) 2025-03-04 16:13:05 +01:00
Jon 5fe33efc94
fix(S3 Node): Fix issue when connecting to Supabase storage (#13667) 2025-03-04 14:37:48 +00:00
Marc Littlemore 4c51440121
rebase + fix test issues 2025-03-04 14:33:11 +00:00
Elias Meire d3ead68059
fix(editor): Fix code node displays lint messages in wrong location (#13664) 2025-03-04 13:59:30 +00:00
कारतोफ्फेलस्क्रिप्ट™ be441fb91f
chore: Add unit tests for findTriggerForPartialExecution (#13541)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-03-04 13:31:36 +01:00
Alex Grozav 77425f04cf
fix(editor): Fix GCP icon size for external secrets modal (#13672) 2025-03-04 14:23:37 +02:00
Ricardo Espinoza 2c03f8640e
feat(editor): Add scrolling to API keys list (no-changelog) (#13658) 2025-03-04 12:43:02 +01:00
Elias Meire 2a5738aebe
fix(editor): Ignore required module type declaration error in code node (#13628) 2025-03-04 12:31:51 +01:00
Marc Littlemore a8eaf4b8af
test: clean up settings respository mocking 2025-03-04 10:55:46 +00:00
Marc Littlemore cf0a23838e
test: remove unnecessary variable 2025-03-04 10:55:45 +00:00
Marc Littlemore a79a1bf4e2
test: refactor to simplify service setup 2025-03-04 10:55:45 +00:00
Marc Littlemore f07bc7939a
test: add tests for findAndAuthenticateLdapUser 2025-03-04 10:55:45 +00:00
Marc Littlemore 4e1f8ae30f
tests: final ldap tests 2025-03-04 10:55:45 +00:00
Marc Littlemore 3ae6edc194
test: runSync initial tests 2025-03-04 10:55:45 +00:00
Marc Littlemore 136e0583f8
wip 2025-03-04 10:55:45 +00:00
Marc Littlemore f6952b41f1
test: tests for searchWithAdminBinding() 2025-03-04 10:55:45 +00:00
Marc Littlemore 04cd02a971
test: tests for validUser() 2025-03-04 10:55:45 +00:00
Marc Littlemore 14c71201f7
test: add tests for updateConfig() 2025-03-04 10:55:45 +00:00
Marc Littlemore 800b53aaf4
test: add tests for loadConfig 2025-03-04 10:55:45 +00:00
Marc Littlemore 00eed37d6c
test: add setConfig tests 2025-03-04 10:55:45 +00:00
Marc Littlemore 819961426a
test: add more tests + mock ldapts client 2025-03-04 10:55:45 +00:00
Iván Ovejero 23d543fc64
test(core): Suggestions for LDAP tests (#11586) 2025-03-04 10:55:45 +00:00
Marc Littlemore 7e0c7c76b6
test: add initial ldap service unit tests 2025-03-04 10:55:17 +00:00
कारतोफ्फेलस्क्रिप्ट™ 093cc982b8
fix(core): Pick up release version and date from package.json (no-changelog) (#13666) 2025-03-04 11:35:07 +01:00
Jaakko Husso 9ba9443460
fix(editor): Fix save keybind in expression editor and unfocused node details view (#13640) 2025-03-04 10:01:45 +02:00
Charlie Kolb 6d7e346e4f
fix(editor): Allow pinned data for Code node AI generation (#13638) 2025-03-04 08:28:38 +01:00
कारतोफ्फेलस्क्रिप्ट™ 0a570f9bc8
Merge tag 'n8n@1.82.0' 2025-03-03 19:22:15 +01:00
Ricardo Espinoza 17738c5096
fix(core): Do not validate email when LDAP is enabled (#13605) 2025-03-03 19:15:52 +01:00
github-actions[bot] 552c4260c0
🚀 Release 1.82.0 (#13639)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-03-03 17:45:11 +00:00
Milorad FIlipović 24681f843c
fix(editor): Enable pin data button to also un-pin (#13642) 2025-03-03 16:17:59 +01:00
Mutasem Aldmour d9e3cfe13f
fix(Call n8n Workflow Tool Node): Return all items from subexecution (#13393) 2025-03-03 15:33:02 +01:00
Shireen Missi b7f7121cb8
fix(GitHub Node): Fix workflow resource locator (#13599) 2025-03-03 14:09:38 +00:00
Csaba Tuncsik 850d458858
fix(editor): Fix sidebar logo container layout (#13203) 2025-03-03 14:48:27 +01:00
Ricardo Espinoza 1909b74350
fix(core): Stop enforcing max numbers of API keys limit (no-changelog) (#13631) 2025-03-03 14:32:50 +01:00
Dana e633e91f69
fix(Google Sheets Node): Accommodate special characters when updating row (#13589) 2025-03-03 14:29:09 +01:00
Dana 20dfaa3be6
fix(n8n Form Trigger Node): Sanitize HTML for formNode (#13595) 2025-03-03 14:28:54 +01:00
Alex Grozav c1fe785174
fix(editor): Add rewriteFramesIntegration to sentry (no-changelog) (#13634) 2025-03-03 15:12:11 +02:00
oleg 5ac8691946
fix(editor): Fix RLC dropdown vanishing when focusing search input (#13579) 2025-03-03 14:05:35 +01:00