Commit Graph

901 Commits

Author SHA1 Message Date
duorameng 19584d583a fix: comment out debug/goroutines endpoint and support tunnel proxy in sync APIs 2026-06-25 21:33:51 +08:00
duorameng 60eb34e27b fix: remove unused imports in MasterView to fix tsc build 2026-06-25 21:33:50 +08:00
duorameng 1557801502 feat: add dev auto action build 2026-06-25 21:33:50 +08:00
duorameng 90f06de298 feat: add openconnect 2026-06-25 21:33:50 +08:00
engigu fac1582fe0 Merge pull request #138 from kesry/main
修复v7编译问题
2026-06-25 11:38:20 +08:00
kesry 416376cd1a 修复v7编译问题 2026-06-25 10:51:44 +08:00
engigu 167557a9a1 Merge pull request #137 from kesry/main
Update release.yml
2026-06-25 08:03:49 +08:00
kesry 0ff0ced7b3 Update release.yml 2026-06-24 14:50:15 +08:00
duorameng 431ebad77e docs: replace emojis with elegant SVG icons in home features and minor tweaks 2026-06-23 17:17:00 +08:00
duorameng dda35e0271 style(docs): restore Ubuntu Mono combined with Noto Sans SC for code blocks 2026-06-23 15:15:11 +08:00
duorameng 9affb64ff8 style(docs): optimize font display for code blocks using Ubuntu Mono 2026-06-23 14:40:45 +08:00
duorameng b0dd1dd0ae docs: use Noto Sans SC font exclusively for Windows users 2026-06-23 14:30:54 +08:00
duorameng 06d121416e docs: add hash check example and clarify tmp lifecycle in linux deps guide 2026-06-23 10:33:18 +08:00
duorameng 0b7b88e627 docs: clarify default apt source mirror in linux deps guide 2026-06-23 10:09:00 +08:00
duorameng 734df3d763 feat: update main cli description and add linux deps guide link to ui 2026-06-23 09:43:13 +08:00
duorameng c74d793b40 chore(version): rename panel name to baihu-panel in CLI output 2026-06-23 09:32:26 +08:00
duorameng 81a00d983a docs: globally rename panel name to baihu-panel and refactor linux dependencies guide 2026-06-23 09:30:18 +08:00
duorameng a745fb952c build(docker): upgrade golang base image to 1.26 to match go.mod 2026-06-22 19:13:31 +08:00
duorameng 67b05f4749 docs(changelog): update changelog for v1.1.16 and fix dependabot security alerts 2026-06-22 19:01:19 +08:00
duorameng d1f80b7986 docs(changelog): update changelog for v1.1.16 and fix dependabot security alerts 2026-06-22 18:53:44 +08:00
duorameng b3c71a5da2 fix(web): make task execution history page height responsive #134 2026-06-22 18:02:52 +08:00
duorameng ea4cbb0370 fix(notify): fix and optimize task execution log notification #133 2026-06-22 17:40:34 +08:00
duorameng ff90837f24 feat(web): add closable secret usage description #135 2026-06-22 17:14:03 +08:00
duorameng db24fdfa30 fix(#135): migrate old task envs and tags to data relations during restore 2026-06-22 09:44:42 +08:00
duorameng 05bbb05c37 ci(docker): only generate branch tags for non-release builds 2026-06-21 12:15:46 +08:00
duorameng d2d5ba1cad feat: add main bulid arm64 2026-06-21 12:10:22 +08:00
duorameng 071f882ab2 fix(notify): optimize log truncation by rune instead of byte #133 2026-06-21 11:52:44 +08:00
duorameng 2ee769b46a feat(monitor): persist active tab using localStorage #133 2026-06-21 11:42:26 +08:00
duorameng 9e35207925 feat: add version command to output current version number 2026-06-18 23:16:55 +08:00
duorameng 19374e7054 fix(terminal): prevent UTF-8 chunk truncation falling back to GBK
This fixes an issue where outputting large amounts of Chinese text caused the 4096-byte chunk to split a multi-byte UTF-8 character, falsely triggering the GBK fallback logic and resulting in garbled text.
2026-06-18 17:51:54 +08:00
duorameng 50daa79c0a style(ui): optimize monitor chart tooltip unit display on small screens 2026-06-18 10:53:31 +08:00
duorameng e2c934558c feat(task): support custom repo sync dir name and fix UI copy (#132) 2026-06-18 10:43:49 +08:00
duorameng 2141831075 feat(reposync): support custom directory name for repo sync (#132) 2026-06-18 09:59:53 +08:00
duorameng 15f9c47cb4 feat(ui): optimize file tree node hover tooltip with shadcn component 2026-06-18 09:52:48 +08:00
duorameng 562b7a1704 feat(languages): add dismissible hint for mise extension support 2026-06-18 09:16:45 +08:00
duorameng e7f16c5da8 style(monitor): optimize tabs styling and layout to match system theme 2026-06-18 08:55:09 +08:00
duorameng b135763280 feat: add support for custom cookie name via config to avoid multi-instance conflicts 2026-06-16 16:26:52 +08:00
duorameng 48db87ddae chore(docker): add openssh-client to base images 2026-06-16 11:40:36 +08:00
duorameng 2085cbbed2 fix: make demo disk usage static 2026-06-15 11:56:30 +08:00
duorameng 25532f2014 feat: add dynamic mock metrics for demo mode 2026-06-15 11:47:55 +08:00
duorameng 0d6f7c8a4e refactor: extract migration constants 2026-06-15 11:05:56 +08:00
duorameng 7a5d66e148 fix: add logging for postMigrations in early return (#131) 2026-06-15 10:49:25 +08:00
duorameng 71a633f76a fix: add logging for postMigrations (#131) 2026-06-15 10:48:18 +08:00
duorameng f8b288cef8 fix: ensure data migrations run even when schema is unchanged (#131) 2026-06-15 10:39:53 +08:00
duorameng 98d1256f55 fix: resolve data loss in task environments and tags migration (#131) 2026-06-15 10:28:38 +08:00
duorameng b54a7f476a style(monitor): optimize chart layout for large screens to be more compact and coordinated 2026-06-14 23:07:38 +08:00
engigu 80c8703661 Merge pull request #129 from little-sparkleeesss/main
feat(database): support configurable SSL mode for PostgreSQL and MySQL
2026-06-14 23:07:05 +08:00
little-sparkleeesss ae273d5b92 feat(database): support configurable SSL mode for PostgreSQL and MySQL
Add ssl_mode configuration option to allow users to customize SSL/TLS
policy for database connections instead of hardcoding sslmode=disable
for PostgreSQL and having no TLS support for MySQL.

Changes:
- database.Config, DatabaseConfig: add SSLMode field
- PostgreSQL DSN: replace hardcoded sslmode=disable with configurable
value
- MySQL DSN: append &tls=<SSLMode> parameter when SSLMode is set
- Full config pipeline: INI/env -> DatabaseConfig -> Config -> DSN ->
subprocess
- New env var BH_DB_SSL_MODE and ini key [database] ssl_mode
- Updated config example and documentation
2026-06-13 23:19:03 +08:00
duorameng 0533fe6c9c feat(monitor): hide host metrics in demo mode 2026-06-12 22:12:56 +08:00
duorameng 982d8bab62 chore(monitor): remove unused icon imports in Monitor.vue 2026-06-12 19:58:32 +08:00