michelia and jialin
abe705c034
fix(usage): fetch full trend/export series via page=-1
...
Trend charts and breakdown exports need the complete date series. The old
perPage=10000 workaround (and the missing page param on the token trend,
which fell back to perPage=20) dropped low-traffic — often most recent —
buckets, leaving gaps in the charts (#5690 ).
Send page=-1 (the backend's no-pagination sentinel) for the token trend,
the storage/instances trend charts and table exports, the resource export
dialog, and the summary-tab date trends.
2026-06-27 22:27:42 +08:00
jialin and jialin
8b34f68824
feat(cluster): resource topology entrance
2026-06-26 22:14:37 +08:00
jialin and jialin
e37828a2cd
fix: resource topology ux
2026-06-26 22:14:37 +08:00
jialin and jialin
4709661f93
fix(tts): reset form fields to initialvalues after model changed
2026-06-25 14:34:15 +08:00
jialin and jialin
1d7543f19c
chore: adjust colors generator
2026-06-25 14:34:15 +08:00
jialin and jialin
1cf146ca32
fix(usage): dynamic bar color value
2026-06-24 20:54:16 +08:00
jialin and jialin
b05c510776
fix: add warning tips when deleting ssh key
2026-06-24 20:54:16 +08:00
jialin and jialin
e79d5f8962
fix(usage): selection maxTagCount
2026-06-24 20:54:16 +08:00
hibig and jialin
5503fdc21e
chore: bump @gpustack/core-ui to v1.0.32
2026-06-24 19:00:22 +08:00
gitlawr and jialin
36a1038d12
feat(login): render SSO button data-driven from /auth/config
...
The backend now advertises the active external auth provider on
``/auth/config`` as a single ``external_auth: {type, login_url} | null``
field (replacing the per-provider ``is_oidc`` / ``is_saml`` booleans).
This is the API needed to add CAS without per-provider UI conditionals.
Wire the login UI accordingly:
- ``useSSOAuth`` exposes a single ``loginWithExternalAuth()`` action and
``options.external_auth`` carrying the provider info; the OIDC- and
SAML-specific exports are gone.
- ``LoginForm`` renders one SSO button whenever ``external_auth`` is
set, navigating to ``login_url``. New providers (CAS, future LDAP /
Azure AD / …) need zero UI changes — only a backend route.
- ``LocalUserForm`` and ``LoginKit`` type definitions drop the
per-provider booleans.
2026-06-24 18:59:19 +08:00
jialin and jialin
ee42a9d0ed
refactor(components): migrate shared components to core-ui and remove unused ones
2026-06-24 14:02:41 +08:00
jialin and jialin
28976dea4b
fix(cardpage): duplicate data appears after clicking refresh
2026-06-24 14:02:41 +08:00
jialin and jialin
22e5cc3aa5
fix(usage): display usage tabs base on access permissions
2026-06-24 11:26:40 +08:00
jialin and jialin
3052c0b23e
fix(app): run probe resources at two stages
2026-06-24 11:26:40 +08:00
jialin and jialin
1c9cabf7e7
fix(usage): instance type check conditions
2026-06-22 15:25:18 +08:00
jialin and jialin
03842d1741
fix: gpu selector height
2026-06-22 15:25:18 +08:00
jialin and jialin
84304eadb7
fix(playgroundimage): allow to input size
v2.2.0
v2.2.0rc4
2026-06-18 16:03:35 +08:00
jialin and jialin
ab3739219e
chore: update vllm, sglang, preset argument options
2026-06-18 16:03:35 +08:00
jialin and jialin
7cf4932f3a
fix(deploymentlog): show the checkbox only when container exsiting previous
2026-06-18 11:50:19 +08:00
jialin and jialin
032f1eefef
fix(deployments): show a prefix before model name in playground
2026-06-18 11:50:19 +08:00
jialin and jialin
e35be94f7c
fix(provider): filter bailian do not work
2026-06-18 11:50:19 +08:00
jialin and jialin
e76e2ad85a
fix(worker): IP cell text wrapping
2026-06-18 11:50:19 +08:00
jialin and jialin
cb19cd2476
fix: show cpu only spec info
2026-06-17 20:11:06 +08:00
jialin and jialin
c532732ce9
fix: show CPU Only in usage instanc types
2026-06-17 18:29:58 +08:00
jialin and jialin
2bc10dbb2e
fix: bailian logo, instance logs params container_name
2026-06-17 16:49:25 +08:00
jialin and jialin
b634a03ef9
fix: use alibaba cloud icon for qwen provider
2026-06-17 15:30:43 +08:00
jialin and jialin
ac64bb98ad
fix: Only display name editable when editing storage and storage type
2026-06-17 12:35:24 +08:00
jialin and jialin
aa49539210
fix: select gpu stype when creating cluster from gpu service
2026-06-17 12:35:24 +08:00
jialin and jialin
1f5678f781
fix: update nividia notes
2026-06-17 12:35:24 +08:00
jialin and jialin
7adc089e94
fix: save the default_width, default_height in image size options
2026-06-17 12:35:24 +08:00
jialin and jialin
6e1e9c07ee
fix: template name readonly in editting
2026-06-17 11:06:39 +08:00
jialin and jialin
1d55382f3b
fix: fetch all model instance after stopping
2026-06-17 11:06:39 +08:00
jialin and jialin
e68bb0bc4e
fix: export data should contain all tables
2026-06-16 22:28:46 +08:00
jialin and jialin
c8e14dade5
fix: remove vendor logo in template list
2026-06-16 22:28:46 +08:00
jialin and jialin
e4c1a3f5c2
refactor: usage instance tab, split tables
2026-06-16 22:28:46 +08:00
jialin and jialin
cdd6ef9cb3
refactor: use hook for fetch event
2026-06-16 22:28:46 +08:00
jialin and jialin
737d43fd16
refactor: use hook for fetch chart
2026-06-16 22:28:46 +08:00
jialin and jialin
9f5163531c
refactor: usage storage tab, split tables
2026-06-16 22:28:46 +08:00
jialin and jialin
df5cf0f4e5
chore: nvidia notes in add worker
2026-06-16 18:35:19 +08:00
jialin and jialin
e160b64697
fix: do not show billing menu in ent
2026-06-16 18:35:19 +08:00
jialin and jialin
7d36c6ac4a
revert: show model name from api directly in apikeys
2026-06-16 15:25:46 +08:00
jialin and jialin
0820edf55f
fix: refresh data in card page list
2026-06-16 15:25:46 +08:00
jialin and jialin
12e324893f
fix: gpu instance state color
2026-06-16 14:17:43 +08:00
jialin and jialin
4017c4dd33
style: table hover bg, remove description in billing
2026-06-16 14:17:43 +08:00
jialin and jialin
17b65d80e1
fix(style): API info access url overflow
2026-06-16 14:17:43 +08:00
jialin and jialin
47cb3321ab
fix(style): forgot password layout
2026-06-16 14:17:43 +08:00
jialin and jialin
547b9f617b
fix(style): forget button in login page
2026-06-15 15:48:41 +08:00
jialin and jialin
9e7bd78693
fix: allowed models do not contain the org name
2026-06-15 14:45:27 +08:00
jialin and jialin
c53d60b628
fix: remove the depude code in buildTrend
2026-06-14 19:40:19 +08:00
jialin and jialin
9566e0cdb2
fix: queryParams do not be updated timely
2026-06-14 19:21:36 +08:00