Commit graph

202 commits

Author SHA1 Message Date
Shuchang Zheng
ce35b37470
block level script run (#3710) 2025-10-14 16:17:03 -07:00
LawyZheng
dc832ea6db
support magic link login (#3702)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-10-14 16:24:14 +08:00
Stanislav Novosad
32e6aed8ce
Migrate credentials to Azure Key Vault (#3681) 2025-10-10 10:10:18 -06:00
LawyZheng
9cf6034952
add idx_job_id for workflow run (#3655) 2025-10-09 16:30:40 +08:00
pedrohsdb
fc0f2b87ca
add 2fa type tracking to credentials (#3647) 2025-10-08 11:38:34 -07:00
LawyZheng
0c3b5488cc
fix sequential run issue (#3643)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-10-08 15:57:01 +08:00
Jonathan Dobson
a758b03861
make browser download timeout configurable for blocks and tasks (#3619) 2025-10-06 11:09:20 -04:00
Shuchang Zheng
7e5c4b3a03
fix workflow_runs.code_gen to enforce code generate only for task v2 block run (#3597) 2025-10-02 16:06:54 -07:00
Shuchang Zheng
f97b53975f
add ai_fallback to workflow_runs (#3581) 2025-10-01 14:13:56 -07:00
Jonathan Dobson
29d2d6f3c5
add debug_session_id column to workflow_runs table, and accept from a… (#3571) 2025-10-01 07:21:08 -04:00
Jonathan Dobson
2a3cc647a5
migrate generate_script -> run_with (BE) (#3550) 2025-09-29 15:14:15 -04:00
Shuchang Zheng
81f1317381
index for created_at for multiple tables (#3526) 2025-09-25 08:09:47 -07:00
LawyZheng
1b3df07e53
workflow run sequential key (#3509) 2025-09-24 11:50:24 +08:00
Jonathan Dobson
2abb947611
add run_with to workflow_runs table (#3478) 2025-09-19 10:28:17 -04:00
LawyZheng
3e12133af9
support proxy select for pbs (#3461) 2025-09-18 17:21:46 +08:00
LawyZheng
7dd1d5241c
denpendent workflow run (#3457) 2025-09-18 13:32:55 +08:00
Shuchang Zheng
3bd0f8672b
add status column to the workflow_scripts table (#3450) 2025-09-17 08:07:32 -07:00
Alex Angin
323952169e
Issue-2756: updated alembic setup to account for asyncpg mode (#3431) 2025-09-16 00:33:51 -04:00
Shuchang Zheng
720ebac72c
add workflow_run.script_run and mark ai_fallback_triggered when the script falls back to ai run (#3433) 2025-09-14 22:53:52 -07:00
stenn930
8df506660e
Azure Vault credential support (#3394) 2025-09-12 10:01:57 -07:00
LawyZheng
f65bae5662
self host debug support part 2 - add vnc support flag in debug session model (#3419) 2025-09-12 21:16:48 +08:00
Shuchang Zheng
b7515919d7
Pedro/migrate context call to main prompt (#3400) 2025-09-11 13:49:05 -07:00
Shuchang Zheng
687bf1e2c7
add generate_script to the task v2 table (#3332)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-08-31 15:08:01 +08:00
Shuchang Zheng
494b009ef9
add db index idx_workflow_scripts_wpid_cache_key_value (#3331) 2025-08-31 14:10:05 +08:00
Jonathan Dobson
1067e9a076
Debugger Continuity (BE) (#3314)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-08-28 20:05:24 -04:00
Shuchang Zheng
916ab6c067
flag to control ai fallback (#3313) 2025-08-29 05:24:17 +08:00
Shuchang Zheng
e13ad75dd3
Script - credential / secret integration (#3279) 2025-08-22 18:54:40 -07:00
Jonathan Dobson
f57d17f11e
add created_by column to actions table (#3273) 2025-08-22 09:47:17 -04:00
LawyZheng
c0a31fe0a6
support cdp for task and workflow (#3244) 2025-08-21 11:16:22 +08:00
Shuchang Zheng
976d636b3a
fix script creation post workflow run (#3160)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-08-10 22:57:00 -07:00
Shuchang Zheng
eaf7009d30
fix workflow generate_script db migration (#3159) 2025-08-10 18:09:24 -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
136fa70c48
add organization_id to script_blocks (#3150)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-08-08 20:24:44 -07:00
Shuchang Zheng
bea8905a8c
add script blocks table (#3125)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-08-08 14:23:31 -07: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)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-08-06 22:23:38 -07:00
Jonathan Dobson
60ad36f839
Jon/sky 5803 create workflow scripts table (#3120)
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Build Skyvern SDK and publish to PyPI / check-version-change (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / run-ci (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / build-sdk (push) Has been cancelled
2025-08-06 15:49:44 -04:00
Shuchang Zheng
31aa7d6973
add cache_key to workflows table (#3112) 2025-08-06 08:32:14 -07:00
LawyZheng
02576e5be3
feat: encrypt org auth tokens with AES (#3104)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-08-05 12:36:24 +08:00
Shuchang Zheng
d4bdca174f
remove workflow_permanent_id from projects table + add use_cache and cache_project_id to workflows table (#3090)
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Has been cancelled
Run tests and pre-commit / Frontend Lint and Build (push) Has been cancelled
Publish Fern Docs / run (push) Has been cancelled
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
26ee411ddc
shu/add project files (#3072)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-07-31 09:28:17 -07: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)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2025-07-30 19:42:21 -04:00
Shuchang Zheng
3a58834f27
Add projects table (#3063) 2025-07-30 15:57:12 -07:00
LawyZheng
12cbe1b3d2
add webhook failure reason (#3046)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
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
0a2e82f952
dns for browser session (#2972) 2025-07-17 14:50:05 +08:00