duorameng
5a5c4c27b5
style: fix log retention input width and add unit labels in task and repo dialogs
2026-06-05 11:59:44 +08:00
duorameng
f5e85589f5
fix: remove QL script comment parsing config from regular task dialog
2026-06-05 11:50:18 +08:00
duorameng
2db410d3ec
feat: restore task log cleanup strategy ui in task dialog
2026-06-05 11:44:37 +08:00
duorameng
6b7d52b4c4
feat: add android arm64 build for agent in release workflow
2026-06-03 18:49:41 +08:00
duorameng
176093f58c
feat: add android arm64 cross-compilation support
2026-06-03 18:31:08 +08:00
engigu
77ce2e7033
Merge pull request #108 from mvanhorn/feat/107-zip-download
...
feat: add zip download for folders in the file manager
2026-06-03 17:56:41 +08:00
Matt Van Horn
9a2ca526a7
feat: add zip download for folders in file manager
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-03 01:27:35 -07:00
duorameng
6c81c2a32f
fix(docker): correct spelling of scripts path for mise trust
2026-06-03 16:13:03 +08:00
duorameng
afbcd28bec
chore(docker): auto trust mise config path to bypass prompt
2026-06-03 15:22:32 +08:00
duorameng
1863ed58cf
feat: add OpenAPI support for task creation
2026-06-01 17:22:02 +08:00
duorameng
f954b3946a
docs: clarify custom WebUI development approach with fork option
2026-05-29 11:56:35 +08:00
duorameng
d607305f9c
docs: update WebUI description in README with link to guide
2026-05-29 11:52:42 +08:00
duorameng
323a58e041
feat: implement custom WebUI support with dynamic frontend replacement
...
- Add WebUI service and controller for managing custom frontend packages
- Allow overriding default static assets when custom WebUI is activated
- Add Make commands for packing custom WebUI distributions
- Update UI settings to support uploading, activating and deleting WebUIs
- Document WebUI feature in README and changelog
2026-05-29 11:50:09 +08:00
duorameng
41af3cf9e0
feat: add copy button and optimize layout for terminal builtin commands
2026-05-28 08:33:45 +08:00
duorameng
09b910dc24
feat: throw error when env vars missing in task and env scripts
2026-05-28 08:14:36 +08:00
duorameng
d9f47daf29
fix(sdk): handle api error response code correctly and improve missing token hints
...
- Fixed an issue where the request function silently resolved on HTTP 200 even when the JSON body contained an API error (e.g. code 401). Now explicitly throws when code != 200.
- Improved error messages when OpenAPI or Notify tokens are completely missing, explicitly instructing the user to configure them in the panel.
2026-05-27 17:46:03 +08:00
duorameng
20d0ab54d1
feat(builtin): modularize builtin SDK and add environment/task management capability with updated examples and docs
2026-05-26 15:54:35 +08:00
duorameng
db1d4f24f7
fix(ci): copy builtin dir in Dockerfile.minimal and disable auto latest tag
2026-05-26 10:15:18 +08:00
duorameng
7f339be5e2
chore(base): update action base rebuild time
2026-05-25 08:36:05 +08:00
engigu
5fd56e4ab1
Merge pull request #103 from acooler15/disable-flavor-latest-for-metadata
...
ci(github workflows): disable auto latest tag for release docker images
2026-05-25 08:29:45 +08:00
engigu
1e8ddde5ee
Merge pull request #104 from acooler15/upgrade-action-version
...
Upgrade action version
2026-05-25 08:26:23 +08:00
acooler15
d1c9d0a66f
ci(github workflows): use go mod to set go version instead of hardcoding
...
将两个GitHub Actions工作流中的Go版本配置从硬编码的1.24改为通过go.mod文件读取,避免版本不一致问题
Signed-off-by: acooler15 <acooler15@foxmail.com >
2026-05-24 11:41:03 +08:00
acooler15
60a6c93ac5
ci(github workflows): disable auto latest tag for release docker images
...
add flavor: latest=false to prevent docker build from automatically building the latest tag, only build tags based on semver version
Signed-off-by: acooler15 <acooler15@foxmail.com >
2026-05-24 10:43:09 +08:00
acooler15
c7734b7fcd
ci: upgrade GitHub Actions to support Node.js 24
...
Node.js 20 EOL, upgrade all Node-dependent GitHub Actions to support Node.js 24.
### Changes:
**Node.js version upgrade:**
| Workflow | From | To |
|----------|------|-----|
| docs-deploy.yml | Node 20 | Node 24 |
| release.yml | Node 20 | Node 24 |
**Node-dependent Action version upgrades:**
| Action | From | To |
|--------|------|-----|
| actions/setup-node | v4 | v6 |
| actions/checkout | v4 | v6 |
| actions/setup-go | v5 | v6 |
| docker/setup-qemu-action | v3 | v4 |
| docker/setup-buildx-action | v3 | v4 |
| docker/login-action | v3 | v4 |
| docker/metadata-action | v5 | v6 |
| docker/build-push-action | v6 | v7 |
| actions/upload-artifact | v4 | v7 |
| actions/download-artifact | v4 | v8 |
| actions/upload-pages-artifact | v3 | v5 |
| actions/deploy-pages | v4 | v5 |
| actions/configure-pages | v4 | v6 |
**Modified Workflow files:**
- .github/workflows/build-base.yml
- .github/workflows/deploy.yml
- .github/workflows/docker-amd64.yml
- .github/workflows/docker-arm64.yml
- .github/workflows/docs-deploy.yml
- .github/workflows/release.yml
2026-05-24 10:08:54 +08:00
duorameng
55e490d5e6
chore: udpate readme.md
2026-05-22 17:40:55 +08:00
duorameng
61764789c8
chore: udpate readme.md
2026-05-22 17:37:58 +08:00
duorameng
fcacb84661
fix(web): add agent toggle to medium layout and reduce log toolbar padding
2026-05-22 17:18:56 +08:00
duorameng
4c283a60d5
refactor: extract path logic to path.go and run go fmt on codebase
2026-05-22 14:52:51 +08:00
duorameng
b6fd889661
chore(db): increase GORM slow SQL threshold to 500ms
2026-05-22 09:41:50 +08:00
duorameng
020f2cd583
fix: increase xterm.js line height to prevent character clipping on mobile devices
2026-05-21 16:07:08 +08:00
duorameng
4076924704
refactor: extract StatusDot common component and unify status indicator styles across history, tasks, and agents pages
2026-05-21 15:36:20 +08:00
duorameng
05e38f08c6
style: move status indicator to the beginning of the row as small dots in history page
2026-05-21 15:12:15 +08:00
duorameng
efb1625675
feat: disable popup dialog when clicking command on execution history page
2026-05-21 15:04:09 +08:00
duorameng
f132ebe287
fix(web): optimize rendering performance of large text logs using xterm.js ( #102 )
2026-05-21 14:22:19 +08:00
duorameng
3988309f43
style(settings): optimize backup and restore page layout
2026-05-20 10:06:49 +08:00
duorameng
a0ec228c23
style(settings): optimize site settings page layout
2026-05-20 09:54:39 +08:00
duorameng
1f3c65f2c9
docs(settings): add agent scheduler configurations note in scheduler settings view
2026-05-20 09:45:04 +08:00
duorameng
2b7a3f8ebc
feat(task): support exporting repository sync command with optimized format
2026-05-20 09:30:48 +08:00
duorameng
0e1a95a3f8
feat: implement agent custom scheduler config and queue model #101
2026-05-19 20:23:05 +08:00
duorameng
b7fd473bc9
docs(nginx): update recommended nginx config to use to preserve ports
2026-05-19 15:32:42 +08:00
duorameng
a807522eed
fix(network): handle port mismatch in CSRF Origin check caused by nginx Host configuration
2026-05-19 15:31:11 +08:00
duorameng
cded935c4d
style(logs): translate cleanup categories to Chinese and optimize log detail mobile layout
2026-05-19 09:40:16 +08:00
duorameng
a31c4b9f03
feat(deps): implement batch installation, manifest parsing/importing, and responsive mobile UI/UX improvements
2026-05-18 19:25:48 +08:00
duorameng
9b4826bbee
Revert "feat(deps): implement batch installation and manifest-based (requirements.txt/package.json) parser and importer"
...
This reverts commit cbdcbed7a0 .
2026-05-18 17:53:11 +08:00
duorameng
cbdcbed7a0
feat(deps): implement batch installation and manifest-based (requirements.txt/package.json) parser and importer
2026-05-18 17:51:40 +08:00
duorameng
79e0f44aaa
perf(constant): prioritize CWD parent check in ResolveAppRootDir
2026-05-18 17:30:00 +08:00
duorameng
28346bf6b4
fix: decouple project root resolution from custom BH_CONFIG_PATH env
2026-05-18 17:26:30 +08:00
duorameng
e8feeb0fcd
fix(constant): resolve path variables absolutely relative to project root to prevent relative path CWD resolution bugs
2026-05-18 17:21:12 +08:00
duorameng
3a244fad85
chore: update all tab style
2026-05-14 18:44:38 +08:00
duorameng
856cdfc137
feat: add scheduler log display
2026-05-14 17:49:59 +08:00