Jonathan Dobson
|
f9b2cb0fb3
|
BE: allow workflow run UI to show browser stream if workflow run has one (#3834)
|
2025-10-28 10:18:12 -04:00 |
|
Jonathan Dobson
|
353358ee17
|
Jon/backend hitl buffs (#3826)
|
2025-10-27 14:50:17 -04:00 |
|
LawyZheng
|
be2ceb31a8
|
get workflow runs by ids (#3824)
|
2025-10-27 00:35:52 +08:00 |
|
Jonathan Dobson
|
264b1751d4
|
Backend: implement InteractionBlock (#3810)
|
2025-10-24 16:34:14 -04:00 |
|
Stanislav Novosad
|
e8472df6d1
|
TaskV2: Ask AI if relocation is needed based on current url as the first step (#3761)
|
2025-10-22 13:58:40 -06:00 |
|
Celal Zamanoglu
|
5531367566
|
feat(workflows, runs, api): parameter metadata search/filter/display across workflows and runs (#3718)
Co-authored-by: Jonathan Dobson <jon.m.dobson@gmail.com>
|
2025-10-16 09:04:53 -04:00 |
|
Jonathan Dobson
|
427e674299
|
expose block runs for debug sessions (#3740)
|
2025-10-16 08:24:05 -04:00 |
|
Shuchang Zheng
|
ce35b37470
|
block level script run (#3710)
|
2025-10-14 16:17:03 -07:00 |
|
Stanislav Novosad
|
6fb2412d26
|
Cleanup some type related warning (#3706)
|
2025-10-14 12:00:17 -06:00 |
|
LawyZheng
|
dc832ea6db
|
support magic link login (#3702)
|
2025-10-14 16:24:14 +08:00 |
|
Celal Zamanoglu
|
27b925a906
|
[DB] Fix: align datetime writes with tz-naive columns (#3634)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
|
2025-10-12 09:57:38 +00:00 |
|
Stanislav Novosad
|
32e6aed8ce
|
Migrate credentials to Azure Key Vault (#3681)
|
2025-10-10 10:10:18 -06:00 |
|
Jonathan Dobson
|
c3ce5b1952
|
For code deletion via workflow save, only ask to delete published code (not pending) (#3682)
|
2025-10-10 11:52:08 -04:00 |
|
Jonathan Dobson
|
a3f6ff55eb
|
Don't show debugger runs in workflow run history (#3666)
|
2025-10-09 12:45:57 -04: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)
|
2025-10-08 15:57:01 +08:00 |
|
Shuchang Zheng
|
360def0de5
|
reorganize workflow updates so that we can sanely check if we need to prompt user about code cache deletion on the frontend (#3639)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
|
2025-10-07 16:56:53 -07:00 |
|
Jonathan Dobson
|
f908a88e0e
|
ensure default cache key for workflows is set (#3625)
|
2025-10-06 17:09:37 -04:00 |
|
Jonathan Dobson
|
a758b03861
|
make browser download timeout configurable for blocks and tasks (#3619)
|
2025-10-06 11:09:20 -04:00 |
|
Shuchang Zheng
|
1cfa23ae38
|
generate description for cached action (#3603)
|
2025-10-02 18:53:08 -07: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 |
|
Shuchang Zheng
|
db024d42bb
|
Delete workflow scripts (bust cache) when workflow definition is updated (#3580)
|
2025-10-01 13:49:42 -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 |
|
Jonathan Dobson
|
f2d32da914
|
Add endpoint for browser sessions history (#3548)
|
2025-09-29 09:29:47 -04:00 |
|
Shuchang Zheng
|
56b4d828c1
|
fix workflow_run.run_with override (#3543)
|
2025-09-27 11:18:17 -07:00 |
|
Shuchang Zheng
|
8c54475fda
|
fix mypy issue for org tokens (#3541)
|
2025-09-26 16:35:47 -07:00 |
|
Jonathan Dobson
|
2196d46a47
|
Revert "Add endpoint for browser sessions history" (#3538)
|
2025-09-26 16:14:52 -04:00 |
|
Jonathan Dobson
|
1f585a184b
|
Add endpoint for browser sessions history (#3537)
|
2025-09-26 16:07:27 -04:00 |
|
LawyZheng
|
1b3df07e53
|
workflow run sequential key (#3509)
|
2025-09-24 11:50:24 +08:00 |
|
stenn930
|
a29a2bc49b
|
Azure ClientSecretCredential support (#3456)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
|
2025-09-23 12:16:48 -04:00 |
|
Alex Angin
|
0b47482fcb
|
Feature/workflow history (#3432)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
|
2025-09-21 02:48:27 -04:00 |
|
Shuchang Zheng
|
9a9ee01253
|
only run script when generate_script is true (#3491)
|
2025-09-21 02:45:23 -04:00 |
|
Shuchang Zheng
|
c5280782b0
|
script gen post action (#3480)
|
2025-09-19 08:50:21 -07:00 |
|
LawyZheng
|
fffac33649
|
sequential workflow fix (#3473)
|
2025-09-19 10:17:52 +08:00 |
|
Jonathan Dobson
|
f283958a52
|
Jon/allow block scripts to be fetched with status (#3469)
|
2025-09-18 17:57:23 -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
|
6ee329866b
|
Smarter select_option & input_text actions (#3440)
|
2025-09-15 13:16:34 -07: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 |
|
LawyZheng
|
a05987768a
|
selfhost debugger support part 1 -- give a VNC support flag in backend (#3418)
|
2025-09-12 13:09:43 +08:00 |
|
LawyZheng
|
e4f1adc90f
|
fix wrong endpoint error (#3402)
|
2025-09-10 14:20:23 +08:00 |
|
LawyZheng
|
2c607037aa
|
fix skyvern error (#3367)
|
2025-09-05 11:39:57 +08:00 |
|
LawyZheng
|
e1901e281b
|
add skyvern defined error code (#3366)
|
2025-09-05 11:21:52 +08:00 |
|
Shuchang Zheng
|
687bf1e2c7
|
add generate_script to the task v2 table (#3332)
|
2025-08-31 15:08:01 +08:00 |
|
Shuchang Zheng
|
83b3cfb6af
|
script regeneration after ai fallback (#3330)
|
2025-08-31 11:46:31 +08:00 |
|
Jonathan Dobson
|
1067e9a076
|
Debugger Continuity (BE) (#3314)
|
2025-08-28 20:05:24 -04:00 |
|