Commit Graph

247 Commits

Author SHA1 Message Date
Jonathan Dobson
e5106124e3 add endpoint and query for fetching script blocks for a wpid (#3164) 2025-08-11 19:21:44 -04:00
Shuchang Zheng
976d636b3a fix script creation post workflow run (#3160) 2025-08-10 22:57:00 -07:00
Shuchang Zheng
58bd43171e Script generation (#3157) 2025-08-10 13:16:46 -07:00
devsy-bot[bot]
1a3938a756 feat: migrate workflow use_cache field to generate_script (#3154)
Co-authored-by: devsy-bot <no-reply@devsy.ai>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-08-10 09:02:23 -07:00
Shuchang Zheng
16596e5c61 workflow script creation (#3151) 2025-08-09 13:11:16 -07:00
Shuchang Zheng
136fa70c48 add organization_id to script_blocks (#3150) 2025-08-08 20:24:44 -07:00
Shuchang Zheng
4bc5cb3b38 fix get active browser sessions (#3055) 2025-08-08 15:46:49 -07:00
Shuchang Zheng
bea8905a8c add script blocks table (#3125) 2025-08-08 14:23:31 -07:00
Jonathan Dobson
149cea6893 write finished_at to steps table (#3135) 2025-08-07 17:36:47 -04:00
Jonathan Dobson
4c219b7f05 always return debug sessions that are <30s fresh (#3132) 2025-08-07 17:08:50 -04:00
Jonathan Dobson
1a0f57248e add finished_at to steps table (#3129) 2025-08-07 11:35:07 -04:00
Shuchang Zheng
1a4bf1df1a projects -> scripts (#3123) 2025-08-06 22:23:38 -07:00
Jonathan Dobson
60ad36f839 Jon/sky 5803 create workflow scripts table (#3120) 2025-08-06 15:49:44 -04:00
Jonathan Dobson
173e8e0670 workflows GET fix (#3118) 2025-08-06 15:18:58 -04:00
Shuchang Zheng
31aa7d6973 add cache_key to workflows table (#3112) 2025-08-06 08:32:14 -07:00
Jonathan Dobson
9c8ed3a701 add duration to WorkflowRunBlock (#3106) 2025-08-05 15:52:10 -04:00
Shuchang Zheng
00c9446023 endpoint to get and update onepassword token (#3089) 2025-08-05 22:34:26 +08:00
LawyZheng
02576e5be3 feat: encrypt org auth tokens with AES (#3104) 2025-08-05 12:36:24 +08:00
Jonathan Dobson
df8275aa4b set status to failed when browser session fails to initially connect (#3101) 2025-08-04 15:14:05 -04:00
Jonathan Dobson
8718d3ca61 return None from db layer if no persistent browser session is found (rather than raising an error) (#3100) 2025-08-04 14:47:40 -04:00
Shuchang Zheng
fe3d5cec10 project run (#3097) 2025-08-04 00:33:34 -07:00
Shuchang Zheng
d4bdca174f remove workflow_permanent_id from projects table + add use_cache and cache_project_id to workflows table (#3090) 2025-08-01 17:07:08 -07:00
Shuchang Zheng
30eb580306 update token_type to string instead of enum (#3087) 2025-08-01 11:06:34 -07:00
Shuchang Zheng
4407ff198b Revert "add 1password service token support" (#3086) 2025-08-01 09:27:05 -07:00
Shuchang Zheng
7ad7bb05a4 add 1password service token support (#3085) 2025-08-01 09:21:08 -07:00
Shuchang Zheng
485dbb9662 remove update_debug_session (#3084) 2025-08-01 08:50:58 -07:00
Shuchang Zheng
edaca4a86b update project with project_revision_id (#3083) 2025-08-01 07:48:15 -07:00
Shuchang Zheng
758a9c28d4 update get_project desc query (#3078) 2025-08-01 07:25:05 -07:00
Shuchang Zheng
88018418af create_project + update/deploy_project (#3075) 2025-07-31 21:25:17 -07:00
Jonathan Dobson
7844b8372a fix backend logic for debugger browser session renewal (#3074) 2025-07-31 15:56:38 -04:00
Shuchang Zheng
26ee411ddc shu/add project files (#3072) 2025-07-31 09:28:17 -07:00
Jonathan Dobson
abf34f5fb9 add endpoint for making a new debug session (with a new browser session) SKY-5666 (#3069) 2025-07-31 11:43:05 -04:00
Jonathan Dobson
8f238fcfc7 add status column to debug_sessions table (#3068) 2025-07-31 09:50:22 -04:00
Jonathan Dobson
9193ef1210 add deleted_at column to debug_sessions table (#3066) 2025-07-30 19:42:21 -04:00
Shuchang Zheng
3a58834f27 Add projects table (#3063) 2025-07-30 15:57:12 -07:00
Jonathan Dobson
8ff1c5dfa2 Remove frontend hack for requesting persistent browser sessions, part ii (backend) (#3052) 2025-07-29 09:32:52 -04:00
LawyZheng
12cbe1b3d2 add webhook failure reason (#3046) 2025-07-29 00:12:44 +08:00
Jonathan Dobson
a90d08476f add debug_sessions table (#3045) 2025-07-28 10:23:02 -04:00
LawyZheng
03cc8a5a52 extend auto completion agent logic (#3010) 2025-07-22 14:25:47 +08:00
Suchintan
95c0ac4deb Add O3 as a model option (#3008)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-07-22 01:59:03 -04:00
Shuchang Zheng
3e309fdd50 update poll_interval value type (#3007) 2025-07-21 22:22:09 -07:00
Shuchang Zheng
764ac1928c browser session streaming fix and clean up wait_on_persistent_browser_address (#2983) 2025-07-18 00:16:07 -07:00
Shuchang Zheng
8263c97e16 browser session cleanup part 1 - fix create_persistent_browser_session return type (#2982) 2025-07-17 23:54:51 -07:00
LawyZheng
0a2e82f952 dns for browser session (#2972) 2025-07-17 14:50:05 +08:00
Shuchang Zheng
9d6e30f1de create task, task v2 and workflow run with browser_session_id (#2872) 2025-07-03 18:45:04 -07:00
Shuchang Zheng
70661ae5a0 add browser_session_id to these tables: tasks, workflow_runs & task v2 (#2869) 2025-07-03 11:57:00 -07:00
Shuchang Zheng
393387acb0 rename variable (#2865) 2025-07-03 17:03:01 +08:00
Prakash Maheshwaran
47f9f1dabb Clean up alembic migrations: fix HTTP request block columns and add parameters column (#2848)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-01 18:10:58 +00:00
Shuchang Zheng
43cab04454 Add Run id as a parameter to the artifacts table (#2799)
Co-authored-by: Suchintan Singh <suchintansingh@gmail.com>
2025-06-26 15:27:48 +00:00
Shuchang Zheng
27add941ff add artifacts_org_created_at_index for artifacts table (#2755) 2025-06-20 07:01:47 +08:00