Commit Graph

10887 Commits

Author SHA1 Message Date
Elias Meire
600013a1ab feat: Add support for dark mode node icons and colors (#9412)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2024-06-06 13:34:30 +02:00
Jon
68e856d155 fix(Gotify Node): Fix issue with self signed certificates not working (#9647) 2024-06-06 12:22:37 +01:00
Iván Ovejero
65cd2e8803 refactor(core): Support writing tests in cli/src (no-changelog) (#9646) 2024-06-06 12:18:47 +02:00
Michael Kret
b45f3dc9fb fix(n8n Form Trigger Node): Error if Respond to Webhook and respond node not in workflow (#9641) 2024-06-06 13:12:52 +03:00
Danny Martini
6187cc5762 feat(core): Implement project:viewer role (#9611) 2024-06-06 11:55:48 +02:00
Milorad FIlipović
e9e3b254fe fix(editor): Prevent running workflows using keyboard shortcuts if execution is disabled (#9644) 2024-06-06 10:41:40 +02:00
pemontto
7aea8243fe fix(Jira Software Node): Fix the order by feature (#9639) 2024-06-06 08:58:59 +01:00
Ria Scholz
9853ecc5bc fix(X (Formerly Twitter) Node): Change how tweet id is retrieved from quote URL (#9635)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-06-06 09:02:38 +02:00
कारतोफ्फेलस्क्रिप्ट™
be0dee2a15 Merge tag 'n8n@1.45.0' 2024-06-05 17:36:58 +02:00
github-actions[bot]
07dae514c7 🚀 Release 1.45.0 (#9637)
Co-authored-by: despairblue <despairblue@users.noreply.github.com>
2024-06-05 17:29:26 +02:00
Tomi Turtiainen
0ac86ac76b refactor(editor): Fix eslint errors in Node.vue (no-changelog) (#9628) 2024-06-05 18:04:09 +03:00
Elias Meire
9dbea7393a fix: Make AWS credential work with global AWS services (#9631) 2024-06-05 16:53:45 +02:00
pemontto
a946ead46e fix(Jira Software Node): Fix comments limit and add sorting (#9634) 2024-06-05 15:26:15 +01:00
Csaba Tuncsik
c92765dcdb fix(editor): Filter credentials by project ID also for new workflow (#9615) 2024-06-05 15:58:15 +02:00
oleg
e7f616290f fix(AI Agent Node): Improve Tools agent empty tool input message (#9622)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-06-05 14:39:20 +02:00
Milorad FIlipović
a8bb53f4e3 fix(editor): Improve error messages around pinned data (#9632) 2024-06-05 13:48:55 +02:00
Michael Kret
37531cdb7d fix: Prevent NodeApiError rewraping (no-changelog) (#9627) 2024-06-05 14:21:32 +03:00
Iván Ovejero
411ffbda7f fix(core): Ensure ID is a positive integer when fetching execution (#9629) 2024-06-05 13:05:07 +02:00
Iván Ovejero
f94090b48c ci: Fix typecheck for nodes-base (no-changelog) (#9630) 2024-06-05 12:33:02 +02:00
कारतोफ्फेलस्क्रिप्ट™
1563bf571d refactor(core): Move curl endpoint to its own controller (no-changelog) (#9605) 2024-06-05 10:43:09 +02:00
Iván Ovejero
375b347b0f refactor(core): Restore test for execution pagination in Public API (no-changelog) (#9621) 2024-06-05 10:14:01 +02:00
कारतोफ्फेलस्क्रिप्ट™
044607e2a0 ci: Consistent tsconfig setup for backend packages and fix pnpm typecheck for composite packages (no-changelog) (#9604)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2024-06-05 09:50:48 +02:00
Elias Meire
84f091d3e5 fix(HTTP Request Node): Sanitize secrets of predefined credentials (#9612) 2024-06-05 09:25:39 +02:00
Milorad FIlipović
5361e9f69a feat(editor): Update sticky content when checkbox state changes (#9596)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-06-05 09:01:45 +02:00
Tomi Turtiainen
744c94d94b fix(editor): Commit theme change from Save button (#9619) 2024-06-05 09:38:26 +03:00
Tomi Turtiainen
d6a046b8ad refactor: Update typings of /me/settings and /users/:id/settings endpoints (no-changelog) (#9620) 2024-06-05 09:35:43 +03:00
oleg
5322802992 feat(editor): Chat Trigger tweaks (#9618)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-06-04 17:24:18 +02:00
Milorad FIlipović
42ceec6879 fix(editor): Shrink #node-view-background to viewport size (no-changelog) (#9616) 2024-06-04 15:29:42 +02:00
कारतोफ्फेलस्क्रिप्ट™
afa41969e5 ci: Remove the cyclic peer-dependency (no-changelog) (#9617) 2024-06-04 15:27:29 +02:00
Alex Grozav
f6a466cd87 feat(editor): Add remove node and connections functionality to canvas v2 (#9602) 2024-06-04 15:36:27 +03:00
Danny Martini
202c91e7ed feat(core): Allow transferring credentials from any project to any team project (#9563) 2024-06-04 13:54:48 +02:00
Milorad FIlipović
245c63f216 fix(editor): Skip disabled nodes when detecting workflow issues (#9610) 2024-06-04 13:26:57 +02:00
कारतोफ्फेलस्क्रिप्ट™
87faa58045 ci: Upgrade pnpm (no-changelog) (#9606) 2024-06-04 11:44:44 +02:00
Michael Kret
b91e50fc92 feat: Run once for each item tooltip (#9486)
Co-authored-by: Elias Meire <elias@meire.dev>
2024-06-04 10:18:17 +03:00
Ricardo Espinoza
631f077c18 fix(editor): Type errors in VariablesView.vue (no-changelog) (#9558) 2024-06-03 13:17:01 -04:00
कारतोफ्फेलस्क्रिप्ट™
08d9c9a787 fix(core): Start WaitTracker only in the main container (#9600) 2024-06-03 17:43:24 +02:00
Danny Martini
d6db8cbf23 feat(core): Allow transferring workflows from any project to any team project (#9534) 2024-06-03 16:57:04 +02:00
oleg
68420ca6be refactor(editor): Fix NodeView/Canvas related TS errors (#9581)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-06-03 16:33:20 +02:00
कारतोफ्फेलस्क्रिप्ट™
3298914bc4 refactor(core): Remove dead code that disabled auto-generated ids during import (no-changelog) (#9601) 2024-06-03 16:12:31 +02:00
Alex Grozav
1a982d51b3 refactor(editor): Fix typecheck for design-system and chat packages (no-changelog) (#9599) 2024-06-03 16:04:21 +03:00
Iván Ovejero
485838446f refactor(core): Remove crash recovery from error executions (no-changelog) (#9551) 2024-06-03 14:35:03 +02:00
Csaba Tuncsik
4eb6edc73a refactor(editor): Fix type errors (no-changelog) (#9584) 2024-06-03 14:24:26 +02:00
Milorad FIlipović
c1b1ee57b1 fix(editor): Fix type errors in NodeCredentials (no-changelog) (#9567) 2024-06-03 13:54:00 +02:00
Mutasem Aldmour
3745313064 fix(editor): Attempt to make cloud plan tests less flaky (no-changelog) (#9595) 2024-06-03 12:51:40 +02:00
Mutasem Aldmour
5686e2222c fix: Force type safety in design system (no-changelog) (#9586)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-06-03 12:50:41 +02:00
कारतोफ्फेलस्क्रिप्ट™
05dba623eb ci: Update Chromatic setup (no-changelog) (#9344) 2024-06-03 12:39:55 +02:00
Michael Kret
f50c73a3cb fix(Code Node): Replace tab character with spaces in placeholder (no-changelog) (#9577) 2024-06-03 12:53:01 +03:00
Elias Meire
6268276746 refactor(editor): Fix typescript issues in composables and misc files (no-changelog) (#9583) 2024-06-03 11:34:51 +02:00
कारतोफ्फेलस्क्रिप्ट™
7be616e583 feat(core): Allow customizing rate limits on a per-route basis, and add rate limiting to more endpoints (#9522)
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2024-06-03 11:20:51 +02:00
Michael Kret
cda1e3f6e5 fix: Do not show [object Object] in error message when validating type (no-changelog) (#9591) 2024-06-03 12:09:48 +03:00