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
duorameng
51bee50ce4
chore: update docker entrypoiny start
2026-05-14 14:51:39 +08:00
duorameng
667b5542e4
fix: cmd builtininstall print
2026-05-14 11:56:50 +08:00
duorameng
6da8dbed5a
chore: update cmd task visual format
2026-05-14 11:16:08 +08:00
duorameng
1e0213e7e6
chore: cmd task run repo
2026-05-14 10:04:07 +08:00
duorameng
66e6153345
chore: refactor cmd base caller
2026-05-14 09:55:35 +08:00
duorameng
d08a53f2b2
chore: update dev host
2026-05-14 09:02:16 +08:00
duorameng
c211a19dd8
fix: try to fix cmd lost init envs
2026-05-13 18:00:57 +08:00
duorameng
9c3af05753
feat: add cmd task call -- add docs
2026-05-13 17:25:28 +08:00
duorameng
f498c4fcd5
feat: add cmd task call
2026-05-13 17:17:50 +08:00
duorameng
da2b003b83
chore: refactor logs structure
2026-05-13 08:57:44 +08:00
duorameng
449c3a7d1f
chore: redesign file page icon #90
2026-05-13 08:25:08 +08:00
duorameng
d6b3ad6ae9
chore: refactor lint code
2026-05-12 18:42:18 +08:00
duorameng
d187b1e1f3
fix: remark get and set -- refactor task params #100
2026-05-12 16:36:57 +08:00
duorameng
e37deac281
fix: remark get and set #100
2026-05-12 16:27:07 +08:00
duorameng
2b0f37b7ea
fix: try to fix page size #99
2026-05-12 11:55:03 +08:00
duorameng
fb617ae24c
chore: add env deps isntall docs #91
2026-05-11 20:19:11 +08:00
duorameng
97ab8d8927
fix: pre and post command execute #95
2026-05-11 19:51:36 +08:00
duorameng
02fe448c0f
fix: retry times count error #96
2026-05-11 19:40:18 +08:00
duorameng
213ef25e2b
fix: agent update logs erorr #97
2026-05-11 19:34:32 +08:00
duorameng
3897bfc281
feat: add push message - wxpusher #98
2026-05-11 19:24:04 +08:00
duorameng
0dad9dd541
chore: message page list support sharedworker.js
2026-05-09 09:02:43 +08:00