v24.03.10
What's Changed
- feat: migrate image list by @gahyuun in #2615
- fix:
pnpm install
does not use/react/.npmrc
. by @yomybaby in #2648 - fix: checkboxes in the webui session list are unchecked on auto-refresh, or clicks are not scoped by @ironAiken2 in #2660
- chore: add test code for
getImageMeta
by @yomybaby in #2663 - feature: set
architecture
as a second-order field in Image Select by @yomybaby in #2666 - ui: wrap AgentList with Suspense by @yomybaby in #2664
- fix: enable a session log button when
PREPARING
by @yomybaby in #2669 - fix: apply decimal place rounding to session usage by @agatha197 in #2662
- chore: clean up files and update README.md by @yomybaby in #2671
- e2e: test NEO session launcher and imageList by @gahyuun in #2665
- e2e: vfolder invitation by @yomybaby in #2658
- fix: useBackendAIImageMetaData test code related to
waitFor
by @yomybaby in #2674 - add: login session extension feature with UI button by @lizable in #2551
- refactor: login session extension by @yomybaby in #2676
- Fix: Resource Number displays an infinity symbol unexpectedly by @yomybaby in #2680
- feat: add support for Gaudi 2 Accelerator by @kyujin-cho in #2623
- fix: missing load the
maxGaudi2DevicesPerContainer
by @yomybaby in #2681 - fix: Remove unused device
gaudi.device
by @ironAiken2 in #2682 - fix: Change resource display basis from Ratio to current amount by @ironAiken2 in #2686
- chore: remove unused backend-ai-agent-list by @yomybaby in #2683
- feat: show confirm modal instead of popconfirm when deleting endpoint by @agatha197 in #2678
- feat: add endpoint status filtering by @agatha197 in #2685
- pagination and filter with deferred values by @yomybaby in #2688
- refactor: centralize resource slot type definitions and improve device metadata handling in
/react
by @yomybaby in #2684 - refactor: percent calcuation and typescript deifinition in agent list by @yomybaby in #2690
- fix: modification of "model service's resource" by @yomybaby in #2687
- fix: compatibility for lifecycle filter of Endpoint by @yomybaby in #2691
- test: add more edge cases of
iSizeToSize
andparseUnit
by @yomybaby in #2679 - fix: disable edit button based on endpoint status by @ironAiken2 in #2695
- feat: add max validation rule for CPU and memory in Form.Item. by @yomybaby in #2692
- fix: merged resource limit is affected by remaining in the resource group. by @yomybaby in #2696
- fix: remove duplicated
form.getFieldValue
inensureValidAcceleratorType
by @yomybaby in #2698 - add: convert showing all environment images including uninstalled ones by config by @lizable in #2697
- fix: object merging with mutation in VFolderTable, hooks, and SessionLauncherPage by @yomybaby in #2699
Full Changelog: v24.03.9...v24.03.10