Releases: lablup/backend.ai-webui
Releases · lablup/backend.ai-webui
v24.12.0-alpha.2
What's Changed
Features
- Session detail panel basic layout by @yomybaby in #2775
- NEO session log modal by @yomybaby in #2793
- use NEO session log modal in session list by @yomybaby in #2804
- new image parsing on Environment page by @agatha197 in #2785
- replace name with namespace by @agatha197 in #2787
- add table column setting to Environments page by @agatha197 in #2789
- add
AliasedImageDoubleTags
by @agatha197 in #2796 - migrate create user modal into react component by @ironAiken2 in #2754
useMemoWithPrevious
React hook by @yomybaby in #2820- display kernel node id and idx in Kernel select component by @yomybaby in #2832
- make image lists resizable by @agatha197 in #2823
- Support new status
PREPARED
of session and kernel by @fregataa in #2848 - add batch job timeout duration by @agatha197 in #2824
- Main layout NEO header by @yomybaby in #2844
- WebUILink and WebUINavigate component by @yomybaby in #2846
- user can open a session detail panel in notifications by @yomybaby in #2858
- Global breadcrumb by @yomybaby in #2847
- Main Layout NEO sider by @yomybaby in #2850
- NEO sider's toggle button and refactoring by @yomybaby in #2853
Bug Fixes
- used slot calculation in resource broker when hideAgents is false by @ironAiken2 in #2790
- display Gaudi 2 util in session list by @yomybaby in #2791
- handle Undefined onResize in BAITable component by @ironAiken2 in #2799
- show memory usage for each device in session list by @ironAiken2 in #2802
- change
extended-image-info
version to 24.12.0 by @agatha197 in #2811 - missed i18n by @agatha197 in #2827
- increase request timeout by @agatha197 in #2826
- resizing column action causes order change in BAITable by @yomybaby in #2831
- resolve empty value display in
DoubleTag
and updateBAIIntervalView
by @agatha197 in #2813 - improve clipboard handling with optional chaining by @agatha197 in #2842
- invalid environment name parsing by @agatha197 in #2860
Enhancements
- update: Relay v18 by @yomybaby in #2673
- add: conda icon to image metadata by @inureyes in #2829
- add: AgentSelect when hideAgent configuration is disabled by @lizable in #2599
Refactoring
MyEnvironmentPage
into two components by @agatha197 in #2794- new image parsing on
CustomizedImageList
by @agatha197 in #2795 - improve image filter of
ImageList
by @agatha197 in #2805 - session launcher image parsing by @agatha197 in #2800
- Use
filterEmptyItem
for table columns to improve readability by @agatha197 in #2815 - improve error handling of
CustomizedImageList
by @agatha197 in #2792 - add more tagReplace patterns by @agatha197 in #2816
- parsing image data for versions before 24.12 by @agatha197 in #2817
- parsing image data in session launcher for before 24.12 by @agatha197 in #2818
- size unit convert functions by @yomybaby in #2859
Testing
- add
getImageFullName
tests by @agatha197 in #2810 - add image util functions test by @agatha197 in #2821
End-to-End Testing
- set-timout-to-session-e2e by @yomybaby in #2782
- fix broken tests due to NEO mainlayout, Agent select and Image parsing by @yomybaby in #2851
Continuous Integration
Chores
- NVIDIA icon and component by @yomybaby in #2863
- use
pnpm patch
in/react
instead ofpatch-package
by @yomybaby in #2661
Hotfixes
Full Changelog: v24.09.1...v24.12.0-alpha.2
v24.12.0-alpha.1
Note
This version is an alpha release for the WebUI NEO preview.
v24.09.1
What's Changed
Features
- move architecture column in session list to the very end by @agatha197 in PR #2735
- add BAIPropertyFilter to Endpoint list by @yomybaby in PR #2689
- refetch endpoint's models by @yomybaby in PR #2747
- search image with full name in Environment page by @agatha197 in PR #2744
- move to detail page after modifying model service by @agatha197 in PR #2724
- disable LLM Chat button based on endpoint status by @ironAiken2 in PR #2750
- name-based query search feature on
EndpointSelect
by @ironAiken2 in PR #2743 - user resource policy allocation in user setting modal by @ironAiken2 in PR #2749
- add a space between Environments and Version by @agatha197 in PR #2737
- Introduce
resizable table
component by @ironAiken2 in PR #2606 - resizable columns without specifying width by @yomybaby in PR #2748
- fetch container registries with new nodes query by @agatha197 in PR #2746
- add
TableColumnSettingModal
toContainerRegistryList
by @agatha197 in PR #2752 - recent session history by @yomybaby in PR #2742
- display all projects in project quota setting page by @agatha197 in PR #2759
- add session name copy button by @agatha197 in PR #2736
- create folder in the vfolder form item by @yomybaby in PR #2765
- open vFolder in vFolder form item by @yomybaby in PR #2766
- add support for Furiosa RNGD accelerator by @rapsealk in PR #2776
Fixes
- replace
skip
withskipOnClient
to avoid runtime errors by @agatha197 in PR #2751 - Fix for container registry form entry validation rules in version earlier 24.09.0 by @ironAiken2 in PR #2764
- hide "compare with other models" in LLM Playground by @yomybaby in PR #2762
- 0 desired routing count in endpoint edit page by @yomybaby in PR #2768
- handle current resource group using initial values in launchers by @yomybaby in PR #2774
- remove period from service name pattern validation by @agatha197 in PR #2773
- container registry password cannot be set when creating by @agatha197 in PR #2778
- hide divider in LLMChatCard by @ironAiken2 in PR #2771
Refactors
- folder creation modal by @ironAiken2 in PR #2745
- useEventNotStable type by @yomybaby in PR #2741
- move useRecentSessionHistory to a separate file by @yomybaby in PR #2763
Tests
- e2e test for user page by @ironAiken2 in PR #2722
- refactor test code due to changes in the folder creation modal by @ironAiken2 in PR #2767
Styles
- improve install image list by @agatha197 in PR #2777
Full Changelog: v24.09.0...v24.09.1
v24.09.0+post.1
What's Changed
- feat: create folder in the vfolder form item by @yomybaby in #2765
- feat: open vFolder in vFolder form item by @yomybaby in #2766
- fix: 0 desired routing count in endpoint edit page by @yomybaby in #2768
- test: refactor test code due to changes in the folder creation modal by @ironAiken2 in #2767
- fix: handle current resource group using initial values in launchers by @yomybaby in #2774
Full Changelog: v24.09.0+post.0...v24.09.0+post.1
v24.09.0+post.0
Note
This release is the post version of v24.09.0. This release note includes changes between v24.09.0 and 24.09.0+post.0 only.
What's Changed
- feat: move architecture column in session list to the very end by @agatha197 in #2735
- feat: add BAIPropertyFilter to Endpoint list by @yomybaby in #2689
- feat: refetch endpoint's models by @yomybaby in #2747
- feat: search image with full name in Environment page by @agatha197 in #2744
- feat: move to detail page after modifying model service by @agatha197 in #2724
- test: e2e test for user page by @ironAiken2 in #2722
- feat: disable LLM Chat button based on endpoint status by @ironAiken2 in #2750
- feat: name-based query search feature on
EndpointSelect
by @ironAiken2 in #2743 - refactor: folder creation modal by @ironAiken2 in #2745
- feat: user resource policy allocation in user setting modal by @ironAiken2 in #2749
- misc: add a space between Environments and Version by @agatha197 in #2737
- feat: Introduce
resizable table
component by @ironAiken2 in #2606 - feat: resizable columns without specifying width by @yomybaby in #2748
- fix: replace
skip
withskipOnClient
to avoid runtime errors by @agatha197 in #2751 - feat: fetch container registries with new nodes query by @agatha197 in #2746
- feat: add
TableColumnSettingModal
toContainerRegistryList
by @agatha197 in #2752 - refactor: useEventNotStable type by @yomybaby in #2741
- feat: recent session history by @yomybaby in #2742
- feat: display all projects in project quota setting page. by @agatha197 in #2759
- feat: add session name copy button by @agatha197 in #2736
- fix: set autoSelectType to
usage
in FolderCreateModal by @yomybaby in #2761 - refactor: move useRecentSessionHistory to a separate file by @yomybaby in #2763
- fix: hide "compare with other models" in LLM Playground by @yomybaby in #2762
- fix: Fix for container registry form entry validation rules in version earlier 24.09.0 by @ironAiken2 in #2764
Full Changelog: v24.09.0...v24.09.0+post.0
v24.09.0
What's Changed
- i18n: update korean translation for 'CreateNotebookButton' by @rapsealk in #2703
- fix: use antd color token for invalid mwc-textfield theme by @ironAiken2 in #2704
- Add an 'Import from hugging face' modal by @agatha197 in #2514
- feat: add
enableImportFromHuggingFace
option by @agatha197 in #2709 - test: e2e test for parsing config.toml and modifying by @ironAiken2 in #2705
- feat: fetch the Hugging Face info using a URL by @agatha197 in #2710
- feat: Improve form item and switch to README preview on validation check by @agatha197 in #2715
- feat: compare with other models by @agatha197 in #2712
- fix: display only active endpoints in EndpointSelect by @yomybaby in #2718
- feat: import from HuggingFace and show result with modal by @agatha197 in #2717
- add: warning when maximum resources to allocate is not enough to the minimum required resources in selected image by @lizable in #2700
- feat: add copy button for full image name in session launcher and environments page by @ironAiken2 in #2708
- fix: add scroll to the lablup-activity-panel by @ironAiken2 in #2711
- fix: Consider folder state for vfolder invitations by @ironAiken2 in #2667
- fix: separate CUDA FGPU slots from ROCM GPU slots by @ironAiken2 in #2706
- fix: session launcher validation logic when max_concurrent_sessions is set to 0 (unlimited) by @ironAiken2 in #2720
- refactor: move const vaiables to
const-vars.ts
by @yomybaby in #2728 - refactor:
KeypairResourcePolicySettingModal
update to support policy settings for all available accelerators. by @agatha197 in #2654 - refactor: resource preset page by @agatha197 in #2656
- fix: Fixed the maximum desired number of sessions value in the Model Launcher modal to follow
max_session_count_per_model_session
by @ironAiken2 in #2726 - fix: ensure valid accelerator type by @yomybaby in #2729
- fix: value handling of DynamicUnitInputNumberWithSlider by @yomybaby in #2730
- feat: change redirect path of
VfolderLazyView
to current page by @agatha197 in #2731 - Improve Vietnamese translation by @nghiahsgs in #2716
- feat: Session owner setting panel in Neo session launcher by @yomybaby in #2693
- feat: User setting for the classic session launcher by @yomybaby in #2733
- feat: add sensitive env var clearing and e2e tests for session launcher by @yomybaby in #2701
- fix: use
id
as a key of Image by @yomybaby in #2702 - fix: set max shared memory to 7.999PiB in ResourcePresetSettingModal by @ironAiken2 in #2732
New Contributors
- @nghiahsgs made their first contribution in #2716
Full Changelog: v24.03.10...v24.09.0
v24.09.0-rc.0
What's Changed
- i18n: update korean translation for 'CreateNotebookButton' by @rapsealk in #2703
- fix: use antd color token for invalid mwc-textfield theme by @ironAiken2 in #2704
- Add an 'Import from hugging face' modal by @agatha197 in #2514
- feat: add
enableImportFromHuggingFace
option by @agatha197 in #2709 - test: e2e test for parsing config.toml and modifying by @ironAiken2 in #2705
- feat: fetch the Hugging Face info using a URL by @agatha197 in #2710
- feat: Improve form item and switch to README preview on validation check by @agatha197 in #2715
- feat: compare with other models by @agatha197 in #2712
- fix: display only active endpoints in EndpointSelect by @yomybaby in #2718
- feat: import from HuggingFace and show result with modal by @agatha197 in #2717
- add: warning when maximum resources to allocate is not enough to the minimum required resources in selected image by @lizable in #2700
- feat: add copy button for full image name in session launcher and environments page by @ironAiken2 in #2708
- fix: add scroll to the lablup-activity-panel by @ironAiken2 in #2711
- fix: Consider folder state for vfolder invitations by @ironAiken2 in #2667
- fix: separate CUDA FGPU slots from ROCM GPU slots by @ironAiken2 in #2706
- fix: session launcher validation logic when max_concurrent_sessions is set to 0 (unlimited) by @ironAiken2 in #2720
- refactor: move const vaiables to
const-vars.ts
by @yomybaby in #2728 - refactor:
KeypairResourcePolicySettingModal
update to support policy settings for all available accelerators. by @agatha197 in #2654 - refactor: resource preset page by @agatha197 in #2656
- fix: Fixed the maximum desired number of sessions value in the Model Launcher modal to follow
max_session_count_per_model_session
by @ironAiken2 in #2726 - fix: ensure valid accelerator type by @yomybaby in #2729
Full Changelog: v24.03.10...v24.09.0-rc.0
v24.09.0-alpha.0.player
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
v24.03.10-rc.2
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
Full Changelog: v24.03.9...v24.03.10-rc.2