jialin and jialin
0274bcb8cd
chore: update ui 1.0.14
2026-05-19 14:09:07 +08:00
jialin and jialin
bf09784fad
chore: update ui 1.0.13
2026-05-18 13:28:52 +08:00
jialin and jialin
87c8a3a64d
feat: add instance recreate action
2026-05-15 16:22:07 +08:00
jialin and jialin
451d5bfe47
fix: show inject params, update ui 1.0.11
2026-05-14 11:54:51 +08:00
jialin and jialin
96b50538ed
feat: add antv/g6
2026-05-13 17:58:31 +08:00
jialin and jialin
beb74b3c47
fix: update lock.yaml
2026-05-13 10:52:44 +08:00
jialin and jialin
4e49c399d0
fix: dashboard colors, users rank
2026-05-12 19:01:11 +08:00
jialin and jialin
e25d48cc89
fix: update react-route version
2026-05-11 20:09:37 +08:00
gitlawr and jialin
75d7eff63b
chore: bump @gpustack/core-ui to ^1.0.10
...
1.0.10 ships the fix for the rolldown-emitted `require("react")` shim
that broke 1.0.9 runtime (the dist bundle no longer calls the
runtime require helper for react / react-dom). Pin the OSS host's
package.json spec accordingly and regenerate the lockfile.
Side fix in `pages/login/index.tsx`: 1.0.10's `CoreHooks` type
makes `useCurrentUser` and `useTableFetch` required. The login
page's CoreUIProvider never needed them (no current-user reads
and no tables), so cast the hooks block to `any` rather than
mounting stubs that would never run.
2026-05-11 19:30:21 +08:00
gitlawr and jialin
8618718b71
chore: sync pnpm-lock.yaml with package.json
...
Two pre-existing drifts between package.json and pnpm-lock.yaml were
breaking `pnpm install --frozen-lockfile` in CI:
- `@gpustack/core-ui` was bumped to `^1.0.9` in package.json without
regenerating the lockfile (lockfile still pinned the prior 1.0.6
resolution). Pin to `^1.0.7` instead — 1.0.9 ships a packaging
glitch that surfaces a `Calling \`require\` for "react"` exception
at module init under MFSU, so the matching enterprise build was
already reverted; 1.0.7 is the last known-good across both repos.
- `react-router-dom` had `^6.30.3` in package.json but `6.30.3`
(no caret) in the lockfile spec. Match the lockfile to keep the
intentional pin from the original add.
`pnpm install --frozen-lockfile` now passes locally.
2026-05-11 19:30:21 +08:00
jialin and jialin
ea7fa63079
chore(deps): add react-route
2026-05-11 14:47:45 +08:00
jialin and jialin
898c7f1be2
refactor: dashboard usage
2026-05-06 12:27:22 +08:00
jialin and jialin
7794e57bb1
fix: update lock file
2026-04-29 18:21:24 +08:00
jialin and jialin
7c15bb6ef6
chore(deps): update ui 1.0.5
2026-04-29 18:09:55 +08:00
jialin and jialin
26880b4612
refactor: usage chart
2026-04-29 09:29:04 +08:00
jialin and jialin
0ffc2ee924
chore: update ui version
2026-04-27 21:10:34 +08:00
jialin and jialin
e4992e8313
fix: custom logos
2026-04-27 21:10:34 +08:00
jialin and jialin
519020077a
chore: update lock file
2026-04-24 14:28:30 +08:00
jialin and jialin
48b357b1c6
chore: update hooks import
2026-04-24 14:28:30 +08:00
jialin and jialin
a86bfe7fd3
chore: upgrade antd 6.3.3
2026-03-17 16:35:55 +08:00
jialin
293c53d8dd
chore: keep error message visiable on hover
2026-02-08 19:44:43 +08:00
jialin and Lawrence Li
a2be7f6b36
chore: backend api
2026-01-30 20:48:55 +08:00
jialin
10b2a8b4f9
fix: editor incompatibility with firefox79
2026-01-09 20:51:48 +08:00
jialin
0f7a475ec9
feat: add context length
2026-01-06 17:21:32 +08:00
jialin
17de9d98f4
chore(deps): upgrade antd to v6
2026-01-06 17:21:32 +08:00
jialin
a815e71bfe
chore: show existing when add file
2025-10-23 11:52:49 +08:00
jialin
49c6bb71a1
feat: identicon
2025-10-17 10:15:55 +08:00
jialin
903500dcfa
chore: infinite scroller
2025-10-13 19:55:08 +08:00
jialin
54703c67c1
feat: yaml editor
2025-10-13 14:40:26 +08:00
jialin
336bafd6ce
chore: cluster docker provider
2025-09-16 11:26:17 +08:00
jialin
4f91443957
chore: upgrade antd lib to 5.25.4
2025-09-16 11:26:17 +08:00
jialin
0c1057d554
refactor: credential table columns
2025-09-16 11:26:17 +08:00
jialin
2ca712435a
fix: markdown view \n do not work
2025-08-13 19:50:54 +08:00
jialin
cf70bd2dc1
refactor: login form based on sso auth
2025-08-13 12:15:16 +08:00
forrestzhou and jialin
4bdde365cf
add sso login logic
2025-08-12 17:19:04 +08:00
jialin
a6825f7ee3
feat: clean markdown content
2025-06-25 14:35:00 +08:00
jialin
34af730934
feat: model usage
2025-06-24 16:54:03 +08:00
jialin
1b6cfdbdc4
fix: evaluate status add lock state
2025-06-12 09:57:25 +08:00
jialin
ed28bcdfb0
fix: set default spec to form
2025-06-03 15:16:52 +08:00
jialin
f288c9a9ad
perf: embedding calc in worker process
2025-05-25 11:15:50 +08:00
jialin
bb47b4475e
chore: per-commit lint
2025-03-03 14:30:55 +08:00
jialin
4c77151877
chore: render katex in markdown
2025-02-18 19:51:22 +08:00
jialin
ea34431cf7
chore: react-markdown
2025-02-17 13:49:55 +08:00
jialin
c60015bd09
chore: stt player ui
2025-02-17 13:49:55 +08:00
jialin
95f7f5535f
fix: do not rerender after editing the markdown
2025-02-11 15:31:16 +08:00
jialin
0de0426f72
fix: logs page by the data after parsing
2025-01-12 17:04:12 +08:00
jialin
ebe8a40202
chore: update lock.yaml
2025-01-09 18:00:07 +08:00
jialin
fb4666195c
fix(style): catalog size tags overflow
2025-01-09 09:26:42 +08:00
jialin
bca56bfaad
chore: painting cache
2024-12-27 14:56:06 +08:00
jialin
4391705c9a
chore: model item action list order
2024-12-20 18:27:29 +08:00