Commit Graph

781 Commits

Author SHA1 Message Date
Kerem Yilmaz
b0aa181c68 Credit Card Parameter (#903) 2024-10-03 16:18:21 -07:00
Kerem Yilmaz
83d0879034 Context parameters in UI (#902) 2024-10-03 22:19:45 +03:00
Kerem Yilmaz
9e50456995 Use domain while getting totp instead of url (#901) 2024-10-02 19:02:55 -07:00
Kerem Yilmaz
36135a613b Bitwarden Security Upgrade (#900) 2024-10-02 15:16:08 -07:00
Kerem Yilmaz
4f6feae03e if bitwarden TOTP is not defined, do not pass totp as part of the credential to llm (#899) 2024-10-02 14:02:49 -07:00
Kerem Yilmaz
17c680d439 SendEmailBlock: Fail silently if file/folder is missing (#898) 2024-10-02 12:30:53 -07:00
Kerem Yilmaz
f9da9f63ed Make multi section openable in task form (#897)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2024-10-02 22:07:06 +03:00
Kerem Yilmaz
44627df9da Double Bitwarden call timeout for each retry (#896) 2024-10-02 11:05:29 -07:00
Kerem Yilmaz
c5399e73a1 Put headings in new task form pages (#895) 2024-10-02 18:27:33 +03:00
Kerem Yilmaz
054de55b11 Move navigation payload to base content (#894) 2024-10-02 17:45:05 +03:00
Suchintan
b98a9867ed Documentation edits made through Mintlify web editor 2024-10-01 09:36:26 -06:00
Kerem Yilmaz
b2e8c1e0cf Put edit workflow button in run page (#893) 2024-10-01 17:16:46 +03:00
Kerem Yilmaz
7a283ddf2c add workflow streaming (#892) 2024-09-30 21:36:24 +03:00
Kerem Yilmaz
5f4089edf5 workflow run streaming API (#887)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2024-09-30 09:56:34 -07:00
Kerem Yilmaz
81267129c8 change background color of prompt box (#891) 2024-09-30 19:30:53 +03:00
Kerem Yilmaz
59c28f9a02 Add error code mapping to task (#890) 2024-09-30 19:08:27 +03:00
Kerem Yilmaz
e6ccea1c86 Fix a bug with opening and closing sections in task form (#889) 2024-09-30 18:19:03 +03:00
Kerem Yilmaz
8b310a464f Task form redesign (#888) 2024-09-30 17:12:01 +03:00
Kerem Yilmaz
0b8f6ac1d8 Task creation UI updates (#886) 2024-09-26 22:28:54 +03:00
Kerem Yilmaz
84217e6294 Rounded corners for workflow header (#885) 2024-09-25 18:15:20 +03:00
Kerem Yilmaz
9f98fc94af Remove whitespace when blocks are renamed (#884) 2024-09-25 17:50:35 +03:00
Salih Altun
2e496e3992 update browserslist db (#883) 2024-09-25 17:25:27 +03:00
Kerem Yilmaz
dfc769f807 Change routing rules in workflow pages (#882) 2024-09-25 17:15:02 +03:00
LawyZheng
8a93c08d67 handle parsing context exception (#877) 2024-09-25 09:50:55 +08:00
LawyZheng
9cd925befa fix scrolling makes element invisible (#881) 2024-09-25 09:46:37 +08:00
Kerem Yilmaz
48675f2024 Refetch workflow run on mount if running (#880) 2024-09-24 22:16:01 +03:00
Kerem Yilmaz
0dd20d04e9 refetch logic for workflow runs page (#879) 2024-09-24 21:54:20 +03:00
LawyZheng
d0477d9721 fix custom select bug (#878) 2024-09-25 02:30:48 +08:00
LawyZheng
7e58ebca85 hardcode a hover style parsing (#876) 2024-09-25 02:01:26 +08:00
Kerem Yilmaz
d67aaeffb0 Multipage workflow improvements (#875) 2024-09-24 08:51:51 -07:00
LawyZheng
c27c2a55f9 fix dropdown menu detect bug (#874) 2024-09-24 12:44:06 +08:00
LawyZheng
e59eb2b2bc fix focus triggers dropdown menu (#873) 2024-09-23 22:36:37 +08:00
LawyZheng
ae9ca27919 remove useless code (#872) 2024-09-21 21:15:59 +08:00
LawyZheng
839320dd42 fix custom selection bug (#871) 2024-09-21 21:05:40 +08:00
Shuchang Zheng
76a256ffaa skip large size svg (#869)
Co-authored-by: LawyZheng <lawyzheng1106@gmail.com>
2024-09-21 10:21:00 +08:00
LawyZheng
aedaeb4433 skip invisible iframe (#870) 2024-09-21 09:30:34 +08:00
Shuchang Zheng
8ba4819f6d generate a random email for job application (#868) 2024-09-20 17:21:44 -07:00
Shuchang Zheng
aea2e8dd4b Fix release build - remove streamlit installation in Dockerfile (#867) 2024-09-20 13:07:30 -07:00
Kerem Yilmaz
0beb929cf3 Validate json and don't allow null parameter values when running workflow (#866) 2024-09-20 15:23:20 +03:00
Kerem Yilmaz
e9184bc399 Add ability to add default values to workflow parameters (#865) 2024-09-20 14:53:51 +03:00
Kerem Yilmaz
df463e042b User goal check bugfixes (#864) 2024-09-19 20:37:48 -07:00
LawyZheng
fb56cba6ba remove useless select support legacy (#863) 2024-09-20 10:55:07 +08:00
LawyZheng
1b2bdcb949 skip unnecessary select-dropdown check for input (#862) 2024-09-20 09:17:14 +08:00
Shuchang Zheng
c6775ad81f Avoid js function naming conflict - rename sleep to globalSleep (#861) 2024-09-19 16:54:58 -07:00
Shuchang Zheng
9a386c07b5 add disabled attr to element (#860) 2024-09-19 16:54:40 -07:00
Shuchang Zheng
ffaf3ab454 make totp_identifier parametrized in workflow (#847) 2024-09-19 15:20:15 -07:00
Kerem Yilmaz
30922a3f8c Only use json.dumps when workflow parameter type is json (#859) 2024-09-19 13:12:46 -07:00
Kerem Yilmaz
39c5f6233e Fix workflow reset issue upon update failure (#858) 2024-09-19 11:15:07 -07:00
Kerem Yilmaz
1f282e7443 Fix default value DB mapping (#857) 2024-09-19 11:09:19 -07:00
Kerem Yilmaz
37800bae32 Ensure save button and parameters have same style (#856) 2024-09-19 20:34:14 +03:00