Commit Graph

  • 1863ed58cf feat: add OpenAPI support for task creation duorameng 2026-06-01 17:18:38 +08:00
  • f954b3946a docs: clarify custom WebUI development approach with fork option duorameng 2026-05-29 11:56:35 +08:00
  • d607305f9c docs: update WebUI description in README with link to guide duorameng 2026-05-29 11:52:42 +08:00
  • 323a58e041 feat: implement custom WebUI support with dynamic frontend replacement duorameng 2026-05-29 11:49:01 +08:00
  • 41af3cf9e0 feat: add copy button and optimize layout for terminal builtin commands duorameng 2026-05-28 08:33:45 +08:00
  • 09b910dc24 feat: throw error when env vars missing in task and env scripts duorameng 2026-05-28 08:14:36 +08:00
  • d9f47daf29 fix(sdk): handle api error response code correctly and improve missing token hints duorameng 2026-05-27 17:46:03 +08:00
  • 20d0ab54d1 feat(builtin): modularize builtin SDK and add environment/task management capability with updated examples and docs duorameng 2026-05-26 15:53:13 +08:00
  • db1d4f24f7 fix(ci): copy builtin dir in Dockerfile.minimal and disable auto latest tag duorameng 2026-05-26 10:15:18 +08:00
  • 7f339be5e2 chore(base): update action base rebuild time duorameng 2026-05-25 08:36:05 +08:00
  • 5fd56e4ab1 Merge pull request #103 from acooler15/disable-flavor-latest-for-metadata engigu 2026-05-25 08:29:45 +08:00
  • 1e8ddde5ee Merge pull request #104 from acooler15/upgrade-action-version engigu 2026-05-25 08:26:23 +08:00
  • d1c9d0a66f ci(github workflows): use go mod to set go version instead of hardcoding acooler15 2026-05-24 11:40:14 +08:00
  • 60a6c93ac5 ci(github workflows): disable auto latest tag for release docker images acooler15 2026-05-24 10:42:35 +08:00
  • c7734b7fcd ci: upgrade GitHub Actions to support Node.js 24 acooler15 2026-05-24 10:07:34 +08:00
  • 55e490d5e6 chore: udpate readme.md duorameng 2026-05-22 17:40:55 +08:00
  • 61764789c8 chore: udpate readme.md duorameng 2026-05-22 17:37:58 +08:00
  • fcacb84661 fix(web): add agent toggle to medium layout and reduce log toolbar padding duorameng 2026-05-22 17:18:56 +08:00
  • 4c283a60d5 refactor: extract path logic to path.go and run go fmt on codebase duorameng 2026-05-22 14:52:51 +08:00
  • b6fd889661 chore(db): increase GORM slow SQL threshold to 500ms duorameng 2026-05-22 09:41:50 +08:00
  • 020f2cd583 fix: increase xterm.js line height to prevent character clipping on mobile devices duorameng 2026-05-21 16:07:08 +08:00
  • 4076924704 refactor: extract StatusDot common component and unify status indicator styles across history, tasks, and agents pages duorameng 2026-05-21 15:34:33 +08:00
  • 05e38f08c6 style: move status indicator to the beginning of the row as small dots in history page duorameng 2026-05-21 15:12:15 +08:00
  • efb1625675 feat: disable popup dialog when clicking command on execution history page duorameng 2026-05-21 15:04:09 +08:00
  • f132ebe287 fix(web): optimize rendering performance of large text logs using xterm.js (#102) duorameng 2026-05-21 14:21:38 +08:00
  • 3988309f43 style(settings): optimize backup and restore page layout duorameng 2026-05-20 10:06:49 +08:00
  • a0ec228c23 style(settings): optimize site settings page layout duorameng 2026-05-20 09:54:39 +08:00
  • 1f3c65f2c9 docs(settings): add agent scheduler configurations note in scheduler settings view duorameng 2026-05-20 09:39:34 +08:00
  • 2b7a3f8ebc feat(task): support exporting repository sync command with optimized format duorameng 2026-05-20 09:30:48 +08:00
  • 0e1a95a3f8 feat: implement agent custom scheduler config and queue model #101 duorameng 2026-05-19 20:23:05 +08:00
  • b7fd473bc9 docs(nginx): update recommended nginx config to use to preserve ports duorameng 2026-05-19 15:32:42 +08:00
  • a807522eed fix(network): handle port mismatch in CSRF Origin check caused by nginx Host configuration duorameng 2026-05-19 15:31:11 +08:00
  • cded935c4d style(logs): translate cleanup categories to Chinese and optimize log detail mobile layout duorameng 2026-05-19 09:39:19 +08:00
  • a31c4b9f03 feat(deps): implement batch installation, manifest parsing/importing, and responsive mobile UI/UX improvements duorameng 2026-05-18 19:24:45 +08:00
  • 9b4826bbee Revert "feat(deps): implement batch installation and manifest-based (requirements.txt/package.json) parser and importer" duorameng 2026-05-18 17:53:11 +08:00
  • cbdcbed7a0 feat(deps): implement batch installation and manifest-based (requirements.txt/package.json) parser and importer duorameng 2026-05-18 17:51:40 +08:00
  • 79e0f44aaa perf(constant): prioritize CWD parent check in ResolveAppRootDir duorameng 2026-05-18 17:30:00 +08:00
  • 28346bf6b4 fix: decouple project root resolution from custom BH_CONFIG_PATH env duorameng 2026-05-18 17:26:30 +08:00
  • e8feeb0fcd fix(constant): resolve path variables absolutely relative to project root to prevent relative path CWD resolution bugs duorameng 2026-05-18 17:21:12 +08:00
  • 3a244fad85 chore: update all tab style duorameng 2026-05-14 18:44:38 +08:00
  • 856cdfc137 feat: add scheduler log display duorameng 2026-05-14 17:49:59 +08:00
  • 51bee50ce4 chore: update docker entrypoiny start duorameng 2026-05-14 14:51:39 +08:00
  • 667b5542e4 fix: cmd builtininstall print duorameng 2026-05-14 11:56:50 +08:00
  • 6da8dbed5a chore: update cmd task visual format duorameng 2026-05-14 11:16:08 +08:00
  • 1e0213e7e6 chore: cmd task run repo duorameng 2026-05-14 10:04:07 +08:00
  • 66e6153345 chore: refactor cmd base caller duorameng 2026-05-14 09:55:35 +08:00
  • d08a53f2b2 chore: update dev host duorameng 2026-05-14 09:02:16 +08:00
  • c211a19dd8 fix: try to fix cmd lost init envs duorameng 2026-05-13 18:00:57 +08:00
  • 9c3af05753 feat: add cmd task call -- add docs duorameng 2026-05-13 17:25:28 +08:00
  • f498c4fcd5 feat: add cmd task call duorameng 2026-05-13 17:17:50 +08:00
  • da2b003b83 chore: refactor logs structure duorameng 2026-05-13 08:57:44 +08:00
  • 449c3a7d1f chore: redesign file page icon #90 duorameng 2026-05-13 08:25:08 +08:00
  • d6b3ad6ae9 chore: refactor lint code duorameng 2026-05-12 18:42:18 +08:00
  • d187b1e1f3 fix: remark get and set -- refactor task params #100 duorameng 2026-05-12 16:36:57 +08:00
  • e37deac281 fix: remark get and set #100 duorameng 2026-05-12 16:27:07 +08:00
  • 2b0f37b7ea fix: try to fix page size #99 duorameng 2026-05-12 11:55:03 +08:00
  • fb617ae24c chore: add env deps isntall docs #91 duorameng 2026-05-11 20:19:11 +08:00
  • 97ab8d8927 fix: pre and post command execute #95 duorameng 2026-05-11 19:49:55 +08:00
  • 02fe448c0f fix: retry times count error #96 duorameng 2026-05-11 19:40:18 +08:00
  • 213ef25e2b fix: agent update logs erorr #97 duorameng 2026-05-11 19:34:32 +08:00
  • 3897bfc281 feat: add push message - wxpusher #98 duorameng 2026-05-11 19:24:04 +08:00
  • 0dad9dd541 chore: message page list support sharedworker.js duorameng 2026-05-09 09:02:43 +08:00
  • f5f761e7ef chore: update command help desc duorameng 2026-05-09 08:51:08 +08:00
  • 9c174d8db2 chore: history page support sharedworker.js duorameng 2026-05-09 08:42:15 +08:00
  • 95a7de599e chore: delete useless files engigu 2026-05-08 23:17:12 +08:00
  • 93b193439f chore: update scheduler execute command log engigu 2026-05-08 22:07:38 +08:00
  • a3871e75b7 feat: add pre and post command duorameng 2026-05-08 20:18:00 +08:00
  • 2f88fa0718 chore: update repo sync duorameng 2026-05-08 18:04:34 +08:00
  • 8649dbbd19 chore: update repo sync workdirt duorameng 2026-05-08 18:00:25 +08:00
  • df7cba97a8 chore: update repo sync apth duorameng 2026-05-08 12:02:12 +08:00
  • b412941983 chore: refact repo parser.ts duorameng 2026-05-07 20:18:19 +08:00
  • 4bf9ea8802 chore: add sharedworker for task stauts duorameng 2026-05-07 20:12:30 +08:00
  • e5f9081a64 fix: sync script task table data duorameng 2026-05-07 19:26:55 +08:00
  • 580e28b80b fix: sync script cron expr duorameng 2026-05-07 19:08:00 +08:00
  • 8aa2e42711 chore: update cli docs duorameng 2026-05-07 09:22:40 +08:00
  • 6a4796c2e2 chore: add base image auto build engigu 2026-05-07 00:02:26 +08:00
  • 09b2675c65 chore: update repo pull way engigu 2026-05-06 23:55:59 +08:00
  • 92a42bb926 fix: repo mobile style engigu 2026-05-06 23:35:00 +08:00
  • 6bce5685c7 chore: refact reposync duorameng 2026-05-06 18:02:35 +08:00
  • 31d904ec4f chore: update repo regrex engigu 2026-05-05 22:23:05 +08:00
  • a4b0a2e602 chhore: update readme duorameng 2026-04-30 16:48:41 +08:00
  • d8fcafcd94 chore: try to add stop task more info --fix pass status #75 duorameng 2026-04-30 16:11:25 +08:00
  • 40e37b797c chore: try to add stop task more info #75 duorameng 2026-04-30 16:08:22 +08:00
  • cfdf186b93 chore: add db log masking duorameng 2026-04-30 15:53:13 +08:00
  • 404a1a4bfe feat: add task running status #88 duorameng 2026-04-30 15:44:45 +08:00
  • 03cdb38ef6 fix: build error duorameng 2026-04-30 11:30:14 +08:00
  • 3691f8acb5 fix: build error duorameng 2026-04-30 11:28:15 +08:00
  • 5e8e20862d chore: rewrite env page duorameng 2026-04-30 11:21:36 +08:00
  • 6921ab008b chore: agent page rewrite duorameng 2026-04-30 09:12:07 +08:00
  • 7a8333f915 chore: update sentence loading error duorameng 2026-04-30 09:01:02 +08:00
  • d4a93e9bdc fix:binary run node module duorameng 2026-04-29 21:06:10 +08:00
  • b369a79131 feat: add task pin #89 duorameng 2026-04-29 18:23:32 +08:00
  • 1c4aea9111 feat: add task pin #89 duorameng 2026-04-29 18:16:33 +08:00
  • 685d79b54e feat: add task pin #89 duorameng 2026-04-29 18:02:43 +08:00
  • b4709ef873 chore: adjust zip upload logical #90 duorameng 2026-04-29 16:49:48 +08:00
  • ba6d92ec72 fix: large log error coding duorameng 2026-04-29 14:09:15 +08:00
  • a1899298d5 fix: logs error coding duorameng 2026-04-29 09:06:05 +08:00
  • 32e04d5ea2 chore: buffer opt duorameng 2026-04-28 17:15:01 +08:00
  • 4b698474b3 chore: add log size limit duorameng 2026-04-28 14:33:43 +08:00
  • dc9ebdbf69 chore: update ws security duorameng 2026-04-27 14:35:22 +08:00