yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-19 00:21:43 +08:00
0e00fb586f docs: add 2026-05-18 work log
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-19 00:04:44 +08:00
39727f87f9 fix: preserve webbricks params for startup ui requests
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-18 23:49:57 +08:00
87ebf5a407 feat: allow sageclient startup URL
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-18 23:36:44 +08:00
388272b4ed fix: resolve redirects without encodedPath
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-18 23:32:34 +08:00
1f577fd137 fix: require supported JDK for sageclient sample
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-18 23:28:37 +08:00
d9b545577c test: add Sage client sample app
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-18 23:19:06 +08:00
4993e550db refactor: move Sage client bootstrap to app example
yumoqing pushed to main at yumoqing/llmage 2026-05-18 16:02:36 +08:00
3fea75395b bugfix
yumoqing pushed to main at yumoqing/pricing 2026-05-18 16:02:19 +08:00
c85b9527c3 bugfix
yumoqing pushed to main at yumoqing/rbac 2026-05-18 16:01:04 +08:00
0ac6c83ead bugfix
c0ea3baef1 Merge branch 'main' of git.opencomputing.cn:yumoqing/rbac
4f103000b9 feat: implement real-time cache invalidation via DB event binding
Compare 3 commits »
yumoqing pushed to main at yumoqing/rbac 2026-05-18 15:31:12 +08:00
d168326f09 bugfix
yumoqing pushed to main at yumoqing/rbac 2026-05-18 15:25:51 +08:00
3f2001378e bugfix
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-18 10:00:28 +08:00
9d3593f810 fix: use correct login endpoint up_login.dspy with password param
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-18 09:40:24 +08:00
a0a4b5698d fix: add User-Agent/Referer headers, GET index first for session cookie, handle non-JSON login response
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-18 09:36:15 +08:00
26ebfe132c fix: use java.net.URLEncoder for form encoding (removes Ktor FormDataContent dependency), simplify postForm to use Map<String, String>
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-18 09:31:36 +08:00
b342ae85c6 fix: rewrite SageClient and BricksHttp to use URL-encoded string body instead of FormDataContent (not available in Ktor common)
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-18 09:28:13 +08:00
e4f35ec39c fix: use FormDataContent for form POST requests (Ktor CIO engine requirement)
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-18 09:20:33 +08:00
605b5200ef fix: weight scope issue (use simple spacer), add CoroutineScope import
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-18 09:16:40 +08:00
b80d607d51 fix: resolve all compilation errors (weight import, asStateFlow, getCookies->get, CoroutineScope import, JsonPrimitive form values, ExperimentalMaterial3Api)
yumoqing pushed to main at yumoqing/bricks-mp 2026-05-18 09:10:43 +08:00
7b881747d3 fix: move Main.kt into shared/src/jvmMain, remove broken desktopApp module, add root repositories