yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-19 11:55:01 +08:00
a3fc40e281 bugfix
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-19 11:53:23 +08:00
4b29ed0f87 bgfix
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-18 23:48:31 +08:00
ffd36a3c51 fix: get_module_dbname returns pipeline for all modules
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-18 23:45:06 +08:00
668bc55ed8 feat: get_module_dbname in pipeline_app.py + ServerEnv registration
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-18 23:42:59 +08:00
36c7aa3648 fix(build): config sync only password_key, databases are app-specific
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-18 23:31:38 +08:00
e92008c52b fix(build): link appbase wwwroot for get_code.dspy
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-18 23:29:00 +08:00
756c0ac0cc fix(build): xls2ui CRUD for all pipeline modules (core/ops/dist/sdlc)
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-18 23:24:55 +08:00
495bbb1422 fix(build): auto-sync config from Sage (password_key + sage DB)
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-18 23:19:16 +08:00
d2a3f216dc fix(build): wwwroot symlinks to pkgs/ modules
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-18 23:18:01 +08:00
59bcc3da9f fix(build): bricks dist → wwwroot/bricks link
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-18 23:03:21 +08:00
126f0c0a68 fix(build): link module wwwroot directories
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-18 22:53:22 +08:00
f5d7e15290 fix(build): bricks dist mkdir + tenant module
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-18 22:44:49 +08:00
3c9fdcf444 feat: UI pages, build.sh, deployment scripts, model uitype fixes
yumoqing pushed to master at yumoqing/MiniPlayer 2026-07-17 21:55:55 +08:00
d74543e3ed fix(iOS): simplify recorder to local file only, add app icon
yumoqing pushed to master at yumoqing/MiniPlayer 2026-07-17 21:47:04 +08:00
1832672081 fix(iOS): add MTAudioProcessingTap for audio capture, fix PTS timing
yumoqing pushed to master at yumoqing/MiniPlayer 2026-07-17 21:40:44 +08:00
bfe81cbc82 feat(iOS): replace HLS segment download with AVPlayer screen capture
yumoqing pushed to master at yumoqing/MiniPlayer 2026-07-17 21:36:55 +08:00
d0cecebe69 fix(iOS): add User-Agent header to all HLS segment + playlist requests
yumoqing pushed to master at yumoqing/MiniPlayer 2026-07-17 21:31:54 +08:00
1f8ecb9bcb fix(iOS): replace FileHandle(forWritingTo:) with Data concatenation for TS merge
yumoqing pushed to master at yumoqing/MiniPlayer 2026-07-17 21:28:19 +08:00
f73bc4532e fix(iOS): show recorder errors as full-screen overlay instead of fleeting toast
yumoqing pushed to master at yumoqing/MiniPlayer 2026-07-17 21:21:19 +08:00
04fb3acecc fix(iOS): use UIKit UIActivityViewController directly instead of SwiftUI .sheet