Commit Graph

12569 Commits

Author SHA1 Message Date
कारतोफ्फेलस्क्रिप्ट™
b145f52972 chore(editor): Update frontend dev tooling (no-changelog) (#12045) 2024-12-04 17:58:19 +01:00
Alex Grozav
4ac5f9527b fix(editor): Load node types in demo and preview modes (#12048)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-12-04 18:43:35 +02:00
Ricardo Espinoza
95d56fee8d fix: Allow disabling MFA with recovery codes (#12014)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-12-04 10:02:06 -05:00
Danny Martini
2b6a72f128 fix: Chat triggers don't work with the new partial execution flow (#11952) 2024-12-04 15:33:46 +01:00
github-actions[bot]
0e26f58ae6 🚀 Release 1.71.0 (#12037)
Co-authored-by: mutdmour <4711238+mutdmour@users.noreply.github.com>
2024-12-04 14:14:45 +01:00
Mutasem Aldmour
abc851c0cf fix: Load workflows with unconnected Switch outputs (#12020) 2024-12-04 13:44:25 +01:00
कारतोफ्फेलस्क्रिप्ट™
bd693162b8 feat(editor): Persist user's preferred display modes on localStorage (#11929) 2024-12-04 13:40:08 +01:00
Tomi Turtiainen
872535a40c fix(core): Opt-out from optimizations if $item is used (#12036) 2024-12-04 14:32:28 +02:00
Iván Ovejero
75ed749172 chore: Upgrade launcher to 0.7.0-rc (#12033) 2024-12-04 13:55:01 +02:00
Tomi Turtiainen
2e6845afcb fix(core): Use the configured timezone in task runner (#12032) 2024-12-04 13:32:44 +02:00
Alex Grozav
8616b17cc6 fix(editor): Fix node showing as successful if errors exists on subsequent runs (#12019) 2024-12-04 11:40:49 +01:00
Csaba Tuncsik
67aa0c9107 fix(editor): Use optional chaining for all members in execution data when using the debug feature (#12024) 2024-12-04 11:05:16 +01:00
Alex Grozav
6af9c82af6 fix(editor): Fix canvas keybindings using splitter keys such as zooming using + key (#12022) 2024-12-04 09:35:41 +02:00
कारतोफ्फेलस्क्रिप्ट™
d3bb0b6d41 ci: Trigger workflow tests on release PRs (no-changelog) (#12010) 2024-12-03 14:11:27 +01:00
Ricardo Espinoza
70706d81e1 refactor: Standardize MFA code and recovery code naming across code base (#12011) 2024-12-03 07:15:29 -05:00
Tomi Turtiainen
f16de4db01 fix(Telegram Trigger Node): Fix header secret check (#12018) 2024-12-03 12:29:36 +02:00
Jon
7ad4badd2d test(Telegram Node): Add some tests for Telegram (no-changelog) (#11043) 2024-12-02 19:02:08 +00:00
Jon
0a8a57e4ec fix(Webflow Node): Fix issue with publishing items (#11982) 2024-12-02 18:51:25 +00:00
Mutasem Aldmour
9f78b16efc chore: Clean up welcome sticky feature (no-changelog) (#11987) 2024-12-02 19:35:54 +01:00
Mutasem Aldmour
fb5cf4beea fix: Remove duplicate error reporting for endpoints (no-changelog) (#11959)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-12-02 19:34:42 +01:00
Jon
f258cebe53 test: OpenWeatherMap node test (#11989) 2024-12-02 17:11:45 +00:00
कारतोफ्फेलस्क्रिप्ट™
d4e8d6778c ci: Fix flaky credentials saving in e2e tests (no-changelog) (#11919) 2024-12-02 17:28:08 +01:00
Dana
85f30b27ae fix(GraphQL Node): Throw error if GraphQL variables are not objects or strings (#11904) 2024-12-02 17:15:49 +01:00
pemontto
3814f42ada feat(HTTP Request Node): Add additional tests for HTTP response encoding (no-changelog) (#11655)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-12-02 17:13:16 +01:00
कारतोफ्फेलस्क्रिप्ट™
969439ce56 fix(core): Fix .map calls on NodeExecutionOutput (no-changelog) (#11955) 2024-12-02 16:55:01 +01:00
oleg
967340a293 fix(editor): Fix copy/paste keyboard events in canvas chat (#12004) 2024-12-02 16:08:48 +01:00
Eugene
28487edb13 chore: Upgrade LangChain packages to latest versions (no-changelog) (#11771)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-12-02 15:35:23 +01:00
Eugene
80a2093388 feat(core): Collect and aggregate metrics from the evaluation workflow execution (no-changelog) (#11945)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-12-02 15:26:27 +01:00
Csaba Tuncsik
d74423c751 fix(editor): Resolve going back from Settings (#11958) 2024-12-02 14:57:22 +01:00
Thomas B
90f8b09af0 docs: Update Skip SSL to mention it is insecure (no-changelog) (#11935) 2024-12-02 13:56:14 +00:00
Eugene
43dd2a06c9 feat(core): API endpoints for Test Runs (no-changelog) (#11882) 2024-12-02 13:52:40 +01:00
Eugene
b0e9085ffc chore: Get past execution's start and destination nodes while running tests (no-changelog) (#11983) 2024-12-02 13:52:09 +01:00
Iván Ovejero
e68c9da30c fix(core): Validate node name when creating NodeOperationErrror (#11999) 2024-12-02 12:43:25 +01:00
Milorad FIlipović
0ffc8591a0 fix(editor): Simplify workflow payload to AI Assistant (no-changelog) (#11975) 2024-12-02 11:53:21 +01:00
कारतोफ्फेलस्क्रिप्ट™
8d71307da0 fix(core): Fix push for waiting executions (#11984) 2024-11-29 16:14:05 +01:00
Jon
1eb94bcaf5 fix(Webflow Node): Fix issue with pagination in v2 node (#11934) 2024-11-29 14:04:12 +00:00
Raúl Gómez Morales
af0398a5e3 fix(editor): Fix community check (#11979) 2024-11-29 13:57:14 +00:00
Danny Martini
40a41dd192 refactor(core): Extract disabled node filtering out of findSubgraph (#11941) 2024-11-29 12:58:53 +01:00
Iván Ovejero
c5d6a74623 chore: Upgrade to Turborepo 2.3.3 (#11969) 2024-11-29 12:21:15 +01:00
oleg
1e25774541 feat(editor): Canvas chat UI & UX improvements (#11924) 2024-11-29 11:24:17 +01:00
Alex Grozav
5f6f8a1bdd fix(editor): Fix pin data showing up in production executions on new canvas (#11951) 2024-11-29 12:02:16 +02:00
Michael Kret
40a7445f08 feat(AI Transform Node): Node Prompt improvements (#11611) 2024-11-28 21:36:25 +02:00
कारतोफ्फेलस्क्रिप्ट™
fcbf0ea771 ci: Report test-workflows errors to Sentry (no-changelog) (#11944) 2024-11-28 17:33:25 +01:00
कारतोफ्फेलस्क्रिप्ट™
41e9e39b5b fix(core): Improve header parameter parsing on http client responses (#11953) 2024-11-28 15:53:18 +01:00
Alex Grozav
439a1cc4f3 fix(editor): Fix bug causing connection lines to disappear when hovering stickies (#11950) 2024-11-28 16:22:20 +02:00
कारतोफ्फेलस्क्रिप्ट™
5bcb6a3505 ci: Fix the lockfile (no-changelog) 2024-11-28 15:06:06 +01:00
Csaba Tuncsik
fc797188d6 fix(editor): Unify executions card label color (#11949) 2024-11-28 14:58:53 +01:00
Raúl Gómez Morales
6be8e86c45 fix(editor): Handle source control initialization to prevent UI form crashing (#11776) 2024-11-28 14:53:48 +01:00
कारतोफ्फेलस्क्रिप्ट™
f1ecd9b68c fix(core): Stop reporting ExpressionError to Sentry (no-changelog) (#11943) 2024-11-28 14:49:21 +01:00
कारतोफ्फेलस्क्रिप्ट™
461b39c5df fix(HTTP Request Node): Use iconv-lite to decode http responses, to support more encoding types (#11930) 2024-11-28 14:31:54 +01:00