Commit Graph

94 Commits

Author SHA1 Message Date
Shuchang Zheng
40571c0b6f Add URL to action block (#1292) 2024-11-29 16:58:28 +03:00
Shuchang Zheng
a2d9b05bda Add download node (#1273) 2024-11-27 16:06:25 +03:00
Shuchang Zheng
e0aadac962 Add workflows settings in start node (#1270) 2024-11-26 21:41:18 +03:00
Shuchang Zheng
61f94af7f3 Fix a problem with duplicate edge created (#1269) 2024-11-26 20:03:53 +03:00
Shuchang Zheng
80f2d5ae96 Fix tooltip weird behavior in editable titles (#1268) 2024-11-26 19:49:25 +03:00
Shuchang Zheng
38c42b6b48 Wait min time should be 1 sec (#1267)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2024-11-26 18:47:29 +03:00
Shuchang Zheng
fcc83f6fe4 Add wait block (#1265) 2024-11-26 18:24:47 +03:00
Shuchang Zheng
1de4df2f31 Add login block (#1264) 2024-11-26 17:31:36 +03:00
Shuchang Zheng
6c33a6707b Add extraction node (#1259) 2024-11-25 23:44:54 +03:00
Shuchang Zheng
d52025472f Add navigation block (#1256)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2024-11-25 19:37:55 +03:00
Shuchang Zheng
ecba187381 Add scrollable for nodes panel (#1245) 2024-11-23 00:29:02 +03:00
Shuchang Zheng
cc4c7be225 Add action block (#1243) 2024-11-22 22:18:43 +03:00
Shuchang Zheng
c732b411ac Add validation block (#1242) 2024-11-22 19:48:06 +03:00
Shuchang Zheng
9b29ed1d5b Add collapsible for workflow run tasks table (#1219)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2024-11-19 21:54:38 +03:00
Shuchang Zheng
37fd1ffa99 Fix a bug where the first node wouldn't be added correctly (#1213) 2024-11-18 19:28:08 +03:00
Shuchang Zheng
3d6c1dd60c Disable download block (#1212) 2024-11-18 18:22:45 +03:00
Shuchang Zheng
17d9a56738 have a feature flag to decide if we should disable user_goal_check (#1192) 2024-11-14 11:11:29 -08:00
Shuchang Zheng
9dd4263f9a Add parameterKeys to textPrompt (#1191) 2024-11-14 20:57:16 +03:00
Shuchang Zheng
c1c2b5ca24 Only notify with actual changes (#1173) 2024-11-11 21:41:10 +03:00
Shuchang Zheng
b768ca0e86 Warn the user when they are quitting the workflow page (#1172) 2024-11-11 21:22:36 +03:00
Shuchang Zheng
2252148c5a Fix overflow of default value in parameters (#1156) 2024-11-07 18:22:24 +03:00
Shuchang Zheng
61d1c24ffc Fix a bug with loop block children order on save (#1154) 2024-11-07 17:35:46 +03:00
Shuchang Zheng
b73602dad4 Add secret parameter to workflow (#1150) 2024-11-06 23:29:38 +03:00
Shuchang Zheng
38780dba05 Fix block label update source parameter keys issue (#1135) 2024-11-05 15:26:42 +03:00
Shuchang Zheng
0a5c253ab6 Fix task retry tooltip (#1129) 2024-11-04 17:01:37 -05:00
Shuchang Zheng
8e8f41d3b6 Disable ReactFlow delete keycode for now (#1072) 2024-10-28 17:56:20 +03:00
Shuchang Zheng
4ad6072242 Rename workflow parameter to input parameter (#1071) 2024-10-28 15:37:37 +03:00
Shuchang Zheng
eedbac5768 Put play icon in front of Run in workflow header (#1055) 2024-10-25 19:12:30 +03:00
Shuchang Zheng
afae80f686 Show error message correctly on workflow save (#1046) 2024-10-24 15:34:54 +03:00
Shuchang Zheng
d6c16180ee Make collection id required (#1036) 2024-10-24 00:00:04 +03:00
Shuchang Zheng
fed24b46a8 Better represent available types for workflow parameters (#1033) 2024-10-23 17:35:02 +03:00
Shuchang Zheng
426acbc3e5 Improve run workflow form (#1032) 2024-10-23 17:12:36 +03:00
Shuchang Zheng
da92ccdc9f Add Start Node to workflows (#1026) 2024-10-22 20:02:24 +03:00
Shuchang Zheng
437f70427f Change the default font size in code editor to be 12 (#1021) 2024-10-21 21:56:53 +03:00
Shuchang Zheng
a592d405c4 Update file suffix help text (#994) 2024-10-17 22:09:55 +03:00
Shuchang Zheng
a239030830 Task block changes (#989) 2024-10-16 22:45:06 +03:00
Shuchang Zheng
a988fe9410 Make parameters panel max height shorter for smaller screens (#988) 2024-10-16 20:36:25 +03:00
Shuchang Zheng
7341b92046 Export workflow (#987) 2024-10-16 20:24:58 +03:00
Shuchang Zheng
e45c9e1288 handle continue on failure for loop node (#984) 2024-10-15 23:56:05 +03:00
Shuchang Zheng
ec2217a3fe Add continue on failure as passthrough and cache_actions property (#983) 2024-10-15 23:41:54 +03:00
Shuchang Zheng
575dd356fe add continue on failure in task block (#982) 2024-10-15 22:26:25 +03:00
Shuchang Zheng
e7583ac878 Add help to URL field of task block (#979) 2024-10-15 21:43:42 +03:00
Shuchang Zheng
afb39da5c3 Update loop node styles (#972)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2024-10-15 16:08:45 +03:00
Shuchang Zheng
628321e7ba Add help text to other nodes (#967) 2024-10-14 17:45:40 +03:00
Shuchang Zheng
f16a1b3779 Task node help text update (#963) 2024-10-11 23:19:14 +03:00
Shuchang Zheng
851b84cecf Make stream zoomable (#961) 2024-10-11 18:42:31 +03:00
Shuchang Zheng
9d20808786 Clone workflow (#959) 2024-10-11 16:48:26 +03:00
Shuchang Zheng
267adea411 Make scrollable areas more consistent (#952)
Co-authored-by: wintonzheng <null>
2024-10-10 16:59:03 +03:00
Shuchang Zheng
39776842f3 Change TOTP Labels to 2FA and ensure consistency between task block a… (#949)
Co-authored-by: wintonzheng <null>
2024-10-10 16:16:47 +03:00
Kerem Yilmaz
8f9c339144 Change limit field width and file suffix placeholder (#937) 2024-10-09 16:31:06 +03:00