Commit Graph

448 Commits

Author SHA1 Message Date
Kerem Yilmaz
8be94d7928 Implement get workflow runs endpoint (#558) 2024-07-05 16:39:42 -07:00
LawyZheng
690c1a1a96 support shadow dom (#555) 2024-07-05 02:54:49 +08:00
LawyZheng
be97d0bdb1 add step prepare and browser clean up (#554) 2024-07-05 02:17:34 +08:00
Kerem Yilmaz
7cdd986bde Remove email file count limit (#552) 2024-07-04 00:55:58 -07:00
LawyZheng
cd0d563070 use css selector instead of xpath (#551) 2024-07-04 10:45:47 +08:00
Kerem Yilmaz
80c7c43bd6 Implement upload_file endpoint (#550) 2024-07-03 18:33:01 -07:00
Kerem Yilmaz
c8a1158b4b Fix typo (#549) 2024-07-03 18:08:13 -07:00
Kerem Yilmaz
0a11e225d6 Implement upload_file endpoint (#548) 2024-07-03 18:07:02 -07:00
Kerem Yilmaz
21b9eea446 Implement upload_file endpoint (#547) 2024-07-03 17:54:31 -07:00
Shuchang Zheng
03a1b6d92c the port number for the new UI is 8080 (#544) 2024-07-03 14:56:41 -07:00
Shuchang Zheng
4a9b89f54f allow any origins to pass request to skyvern backend by default; make the ALLOWED_ORIGINS configurable through environment (#543) 2024-07-03 13:36:17 -07:00
Salih Altun
52a13280f3 Show currently active key in settings (#542) 2024-07-03 23:34:30 +03:00
LawyZheng
b791cc1ae5 add timeout for page.content() (#541) 2024-07-03 17:17:24 +08:00
Kerem Yilmaz
22566f01ce Mark options of disabled select non-interactable (#540) 2024-07-03 16:38:50 +08:00
Salih Altun
7479918680 Change shell scripts to run new UI (#533) 2024-07-02 19:20:47 +03:00
Kerem Yilmaz
42e299a9d9 Add container util + ghost footer (#539) 2024-07-02 18:02:45 +03:00
Kerem Yilmaz
09af0b8ac6 Add new diagnostic tabs (#538) 2024-07-02 17:24:27 +03:00
LawyZheng
98713b0584 cancel stop loading window (#535) 2024-07-02 12:33:09 +08:00
Kerem Yilmaz
257ba1601e Decorate bounding boxes with element_ids to improve Skyvern accuracy (+ a few more changes) (#536) 2024-07-02 00:24:52 -04:00
LawyZheng
eb7478a58a enable step created->failed (#534) 2024-07-01 10:12:26 +08:00
Kerem Yilmaz
27da621f44 add api key expired message to the 403 when an api key is expired/invalid (#532) 2024-06-29 23:55:05 -07:00
Kerem Yilmaz
6a6119b406 get_valid_org_auth_tokens (#531) 2024-06-28 18:10:13 -07:00
Kerem Yilmaz
dba3d7fcc6 Fix download to S3 block (#529) 2024-06-28 13:20:48 -07:00
Salih Altun
393196a13a Add is_saved_task parameter (#528) 2024-06-27 23:38:59 +03:00
Kerem Yilmaz
63adc860ef is_saved_task parameter for workflows (#526) 2024-06-27 12:53:08 -07:00
LawyZheng
c44a3076c0 fix invisible svg bug (#525) 2024-06-27 20:24:28 +08:00
Shuchang Zheng
b7af52d037 when updating a step to canceled status, we can skip terminal status check when is_last = true (#524) 2024-06-26 17:58:10 -07:00
Kerem Yilmaz
6fa95dd7d2 fix step validate error (#523)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2024-06-26 16:08:09 -07:00
Kerem Yilmaz
47c1a6f0e8 Task cancelling frontend (#522) 2024-06-27 01:57:24 +03:00
Kerem Yilmaz
bf81b7df53 shu/task cancel agent logic (#521) 2024-06-26 15:25:15 -07:00
Kerem Yilmaz
8155be9ff2 Parameterize bitwarden_collection_id (#520) 2024-06-26 08:55:48 -07:00
Kerem Yilmaz
0031e6b470 Parameterize email recipients (#519) 2024-06-26 08:51:30 -07:00
LawyZheng
df71ee0598 fix action parsing bug (#518) 2024-06-26 15:00:37 +08:00
Kerem Yilmaz
2b37e0cb81 Add text in new task sections (#517) 2024-06-26 09:18:59 +03:00
Suchintan
de1e7bd106 Docs - fix link (#516) 2024-06-26 01:21:59 -04:00
Suchintan
6071ce039a Fix images - docs (#515) 2024-06-26 00:38:51 -04:00
Kerem Yilmaz
3778094a9f Open task in new tab when cmd or ctrl (#514)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2024-06-25 23:36:01 +03:00
Kerem Yilmaz
e056c491a1 Salih/post streaming cleanup (#513) 2024-06-25 22:39:25 +03:00
Kerem Yilmaz
a0a3aa6f83 Task streaming frontend (#512)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2024-06-25 22:18:44 +03:00
Kerem Yilmaz
fe1c7214f7 make LOG_LEVEL configurable (#510) 2024-06-25 11:23:27 -07:00
Shuchang Zheng
f2ceb9f88d make log_exception optional for s3 file download - there are expected cases when the file is not there and the function returns None (#511) 2024-06-25 10:21:28 -07:00
LawyZheng
ccaf34c49b fix scraping failed (#509) 2024-06-25 13:03:55 +08:00
LawyZheng
73d9f17bd0 support svg element (#508) 2024-06-25 12:16:10 +08:00
LawyZheng
6a472da51e re-enable iframe (#507) 2024-06-25 11:54:06 +08:00
LawyZheng
76255c01b1 use 'click' for radio button (#506) 2024-06-25 10:26:14 +08:00
Shuchang Zheng
e9846b9e3f user get_curr_org as the authentication function for generate_task api (#505) 2024-06-24 16:03:05 -07:00
Shuchang Zheng
6d2face353 add websockets as a dependency (#504) 2024-06-24 14:33:15 -07:00
LawyZheng
35e336d6f4 optimize normal select (#503) 2024-06-25 01:46:54 +08:00
LawyZheng
6140cc59f0 try to fix screenshot timeout (#502) 2024-06-24 23:14:45 +08:00
Kerem Yilmaz
623c8c09b7 Add JSON validation to task creation (#501)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2024-06-24 15:07:21 +03:00