Skip to content

Releases: lablup/backend.ai-webui

v23.09.9

22 Feb 04:37
Compare
Choose a tag to compare

What's Changed

  • fix: version comparison function based on PEP440 by @yomybaby in #2139
  • fix: mapping servicePorts instead string array when get services. by @agatha197 in #2177
  • feat: filter props of VFolderTableFormItem by @yomybaby in #2173
  • fix: initialValues props of <Form/> under Modal doesn't work in Electron by @yomybaby in #2178
  • feat: React root including MainLayout, useBAINotification by @yomybaby in #2121
  • Fix/draggable header for electron by @yomybaby in #2184
  • fix: remove ROCm icon from resource monitor by @rapsealk in #2185
  • feat: separate the formatting and linting configuration by @ironAiken2 in #2162
  • feat: add draggable prop of BAIModal to drag modal by @gee05053 in #2179
  • fix: image info(metadata) can be undefined by @yomybaby in #2197
  • fix: regular expression for validating registry URL by @ironAiken2 in #2192
  • fix:modify guide description of TOTPActivateModal by @gee05053 in #2174
  • fix: modify zIndex of BAIModal to prevent manipulation of the notification drawer by @gee05053 in #2186
  • fix: update logo image for AMD ROCm by @rapsealk in #2182
  • feat: update VFolder operation statuses by @rapsealk in #2031
  • feat: prevent modifying DESTROYING status services by @ironAiken2 in #2200
  • fix: ResourceGroupSelect is layout and support search highlight by @gee05053 in #2166
  • feat: apply ellipsis into notification by @ironAiken2 in #2199
  • fix: display credential-list when keypairbutton in summary page is clicked by @gee05053 in #2194
  • feat: autoSelectDefault and showUsageStatus props of StorageSelector by @ironAiken2 in #2180
  • fix: general setting page is empty after navigation from log tab by @yomybaby in #2211
  • fix: when user menu is clicked, credential tab is shown instead of user. by @gee05053 in #2208
  • feature: provide UI for updating resource allocation in model service by @lizable in #2168
  • fix: current project doesn't apply to vfolder list and session list by @yomybaby in #2218
  • fix: resource-monitor is shown at out of layout by @gee05053 in #2207
  • feat: refactor batch session date picker component with react component by @agatha197 in #2215
  • fix: main layout header appears behind fixed column table by @yomybaby in #2206
  • add: type for date by @agatha197 in #2224

Full Changelog: v23.09.8...v23.09.9

v23.09.8

20 Jan 06:38
Compare
Choose a tag to compare

What's Changed

  • fix: Correct hyphen usage in input validator regex by @adrysn in #2052
  • fix: add omitted html tag in folder explorer by @lizable in #2057
  • feature: set singleAttributePerLine prettier option to false (default:false) by @yomybaby in #2053
  • fix: remove unhandled promise rejection in UserProfileSettingModal by @gee05053 in #2048
  • fix: typo error by @agatha197 in #2060
  • fix: remove comment applied in controls column in vfolder list by @lizable in #2063
  • fix: reflect changed desktop app download link by architecture by @inureyes in #2065
  • add: BUILD_NUMBER as a number of commits on build target branch by @inureyes in #2072
  • feat: add model store tab to storage page by @inureyes in #2064
  • feature: recover folder cloneable option in folder create/setting modal. by @lizable in #2069
  • fix: modify small tag to follow main branch by @gee05053 in #2074
  • fix: rename to mode_card by @yomybaby in #2076
  • fix: Sharing vfolder dialog is not closed when user click outside of dialog by @gee05053 in #2078
  • build(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #2000
  • build(deps-dev): bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #2068
  • build(deps): bump @babel/traverse from 7.22.15 to 7.23.2 in /react by @dependabot in #1977
  • build(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 in /react by @dependabot in #2070
  • feature: Disable primary keypair deletion by @lizable in #2083
  • feature: re-arrange my account dialog by @lizable in #2087
  • fix: Change to setting.Pulgins to setting.OpensourcePlugins by @gee05053 in #2080
  • fix: adjust support version check for main access key by @lizable in #2088
  • feature: remaining marks in environment allocation slider by @yomybaby in #2030
  • fix:activated and disabled mwc-switch's color is shown shadow color by @gee05053 in #2092
  • refactor: rewrite protocol interceptor / buffer handler to new format introduced from Electron 25 by @inureyes in #2067
  • fix: user signup without confirmation by @gee05053 in #2046
  • feat: Expose endpoint and created user in model serving list by @gee05053 in #2047
  • fix:The Credential View displays a list that does not match the sub-tab by @gee05053 in #2055
  • feat: Add table columns setting component by @gee05053 in #2071
  • fix: calculate liveStat by considering all containers by @agatha197 in #2086
  • fix: Remove unnecessary spaces in sFTP upload session commands by @gee05053 in #2107
  • feat: run relay:watch with nodemon by @yomybaby in #2097
  • fix: Image name exceptions of ImageEnvironmentSelectFormItem by @yomybaby in #2109
  • docs: fix GitHub branding by @Yaminyam in #2111
  • feature: Set resource limitation in service launcher by @lizable in #2112
  • fix:modiy condition of registry user config validation by @gee05053 in #2099
  • feature: useResourceLimitAndRemaining hook by @yomybaby in #2108
  • fix:Add white-space style by @gee05053 in #2095
  • fix:UserDropdownMenu userName's item overflow issue by @gee05053 in #2116
  • feat:Implement notice alert and delete notice-ticker and announcement panel. by @gee05053 in #2098
  • refactor: Signout modal by @gee05053 in #2093
  • docs: fix GitLab branding by @Yaminyam in #2122
  • fix: env variable validation rule in neo session lanuncher by @yomybaby in #2110
  • style: remove whiteSpace to fix the broken UI of the announcement. by @agatha197 in #2126
  • fix: implement Neo Session column's content by @gee05053 in #2130
  • Revert "fix: implement Neo Session column's content" by @yomybaby in #2132
  • feature: implement custom hooks to use React dark mode by @gee05053 in #2120
  • feat: allow_manual_image_name_for_session option in ServiceLauncher by @yomybaby in #2136
  • fix: model service owner always represented as logged in user by @kyujin-cho in #2138
  • feat: add session name validator to the session launcher by @agatha197 in #2123
  • fix: default select value is appeared correctly in add-folder-dialog by @gee05053 in #2144
  • fix: apply overflow style and modify option to mwc-list-item in modify-permission-dialog by @gee05053 in #2143
  • feat: add session info to the neo session list by @yomybaby in #2133
  • feat: refactoring ErrorLogList to react by @gee05053 in #2131
  • feature: improve log search performance and UX by @yomybaby in #2146
  • fix: omit the mark if it is greater than the max by @yomybaby in #2152
  • fix: improve session status info by @gee05053 in #2150
  • feature: Improve edu-applauncher scalability for adding session templates by @fregataa in #2147
  • fix: show antd error message when failed to terminate in-service model by @ironAiken2 in #2157
  • fix: UserInfoModal is displayed previous data by @gee05053 in #2153

New Contributors

Full Changelog: v23.09.7...v23.09.8

v24.03.0 Alpha 4

16 Jan 23:49
Compare
Choose a tag to compare
v24.03.0 Alpha 4 Pre-release
Pre-release

What's Changed (from v24.03.0-alpha.3)

  • feature: rename blockedMenuItem to inactiveMenuItem by @rapsealk in #2040
  • fix: exception caused by mismatched selected resource group information. by @yomybaby in #2043
  • fix: Use blockedMenuItem to hide and show pipeline button by @rapsealk in #2036
  • Feat:Cancelled session's log button is disabled by @gee05053 in #2045
  • fix: update edu app launcher by @fregataa in #1993
  • fix: add blockedMenuItem again by @inureyes in #2049
  • fix: Data&Storage menu is not visible by @gee05053 in #2051
  • fix: Correct hyphen usage in input validator regex by @adrysn in #2052
  • fix: add omitted html tag in folder explorer by @lizable in #2057
  • feature: set singleAttributePerLine prettier option to false (default:false) by @yomybaby in #2053
  • fix: remove unhandled promise rejection in UserProfileSettingModal by @gee05053 in #2048
  • fix: typo error by @agatha197 in #2060
  • fix: remove comment applied in controls column in vfolder list by @lizable in #2063
  • fix: reflect changed desktop app download link by architecture by @inureyes in #2065
  • add: BUILD_NUMBER as a number of commits on build target branch by @inureyes in #2072
  • feat: add model store tab to storage page by @inureyes in #2064
  • feature: recover folder cloneable option in folder create/setting modal. by @lizable in #2069
  • fix: modify small tag to follow main branch by @gee05053 in #2074
  • fix: rename to mode_card by @yomybaby in #2076
  • fix: Sharing vfolder dialog is not closed when user click outside of dialog by @gee05053 in #2078
  • build(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #2000
  • build(deps-dev): bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #2068
  • build(deps): bump @babel/traverse from 7.22.15 to 7.23.2 in /react by @dependabot in #1977
  • build(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 in /react by @dependabot in #2070
  • feature: Disable primary keypair deletion by @lizable in #2083
  • feature: re-arrange my account dialog by @lizable in #2087
  • fix: Change to setting.Pulgins to setting.OpensourcePlugins by @gee05053 in #2080
  • fix: adjust support version check for main access key by @lizable in #2088
  • feature: remaining marks in environment allocation slider by @yomybaby in #2030
  • fix:activated and disabled mwc-switch's color is shown shadow color by @gee05053 in #2092
  • refactor: rewrite protocol interceptor / buffer handler to new format introduced from Electron 25 by @inureyes in #2067
  • fix: user signup without confirmation by @gee05053 in #2046
  • feat: Expose endpoint and created user in model serving list by @gee05053 in #2047
  • fix:The Credential View displays a list that does not match the sub-tab by @gee05053 in #2055
  • feat: Add table columns setting component by @gee05053 in #2071
  • fix: calculate liveStat by considering all containers by @agatha197 in #2086
  • fix: Remove unnecessary spaces in sFTP upload session commands by @gee05053 in #2107
  • feat: run relay:watch with nodemon by @yomybaby in #2097
  • fix: Image name exceptions of ImageEnvironmentSelectFormItem by @yomybaby in #2109
  • docs: fix GitHub branding by @Yaminyam in #2111
  • feature: Set resource limitation in service launcher by @lizable in #2112
  • fix:modiy condition of registry user config validation by @gee05053 in #2099
  • feature: useResourceLimitAndRemaining hook by @yomybaby in #2108
  • fix:Add white-space style by @gee05053 in #2095
  • fix:UserDropdownMenu userName's item overflow issue by @gee05053 in #2116
  • feat:Implement notice alert and delete notice-ticker and announcement panel. by @gee05053 in #2098
  • refactor: Signout modal by @gee05053 in #2093
  • docs: fix GitLab branding by @Yaminyam in #2122
  • fix: env variable validation rule in neo session lanuncher by @yomybaby in #2110
  • style: remove whiteSpace to fix the broken UI of the announcement. by @agatha197 in #2126
  • fix: implement Neo Session column's content by @gee05053 in #2130
  • Revert "fix: implement Neo Session column's content" by @yomybaby in #2132
  • feature: implement custom hooks to use React dark mode by @gee05053 in #2120
  • feat: allow_manual_image_name_for_session option in ServiceLauncher by @yomybaby in #2136
  • fix: model service owner always represented as logged in user by @kyujin-cho in #2138
  • feat: add session name validator to the session launcher by @agatha197 in #2123
  • fix: default select value is appeared correctly in add-folder-dialog by @gee05053 in #2144
  • fix: apply overflow style and modify option to mwc-list-item in modify-permission-dialog by @gee05053 in #2143
  • feat: add session info to the neo session list by @yomybaby in #2133
  • feat: refactoring ErrorLogList to react by @gee05053 in #2131
  • feature: improve log search performance and UX by @yomybaby in #2146

Full Changelog: v24.03.0-alpha.3...v24.03.0-alpha.4

v23.09.8 Release Candidate 2

16 Jan 23:47
Compare
Choose a tag to compare
Pre-release

What's Changed (from 23.09.8 RC1)

  • fix: calculate liveStat by considering all containers by @agatha197 in #2086
  • fix: Remove unnecessary spaces in sFTP upload session commands by @gee05053 in #2107
  • feat: run relay:watch with nodemon by @yomybaby in #2097
  • fix: Image name exceptions of ImageEnvironmentSelectFormItem by @yomybaby in #2109
  • docs: fix GitHub branding by @Yaminyam in #2111
  • feature: Set resource limitation in service launcher by @lizable in #2112
  • fix:modiy condition of registry user config validation by @gee05053 in #2099
  • feature: useResourceLimitAndRemaining hook by @yomybaby in #2108
  • fix:Add white-space style by @gee05053 in #2095
  • fix:UserDropdownMenu userName's item overflow issue by @gee05053 in #2116
  • feat:Implement notice alert and delete notice-ticker and announcement panel. by @gee05053 in #2098
  • refactor: Signout modal by @gee05053 in #2093
  • docs: fix GitLab branding by @Yaminyam in #2122
  • fix: env variable validation rule in neo session lanuncher by @yomybaby in #2110
  • style: remove whiteSpace to fix the broken UI of the announcement. by @agatha197 in #2126
  • fix: implement Neo Session column's content by @gee05053 in #2130
  • Revert "fix: implement Neo Session column's content" by @yomybaby in #2132
  • feature: implement custom hooks to use React dark mode by @gee05053 in #2120
  • feat: allow_manual_image_name_for_session option in ServiceLauncher by @yomybaby in #2136
  • fix: model service owner always represented as logged in user by @kyujin-cho in #2138
  • feat: add session name validator to the session launcher by @agatha197 in #2123
  • fix: default select value is appeared correctly in add-folder-dialog by @gee05053 in #2144
  • fix: apply overflow style and modify option to mwc-list-item in modify-permission-dialog by @gee05053 in #2143
  • feat: add session info to the neo session list by @yomybaby in #2133
  • feat: refactoring ErrorLogList to react by @gee05053 in #2131
  • feature: improve log search performance and UX by @yomybaby in #2146

Full Changelog: v23.09.8-rc.1...v23.09.8-rc.2

v23.09.8 Release Candidate 1

13 Dec 15:39
Compare
Choose a tag to compare
Pre-release

What's Changed

  • fix: Correct hyphen usage in input validator regex by @adrysn in #2052
  • fix: add omitted html tag in folder explorer by @lizable in #2057
  • feature: set singleAttributePerLine prettier option to false (default:false) by @yomybaby in #2053
  • fix: remove unhandled promise rejection in UserProfileSettingModal by @gee05053 in #2048
  • fix: typo error by @agatha197 in #2060
  • fix: remove comment applied in controls column in vfolder list by @lizable in #2063
  • fix: reflect changed desktop app download link by architecture by @inureyes in #2065
  • add: BUILD_NUMBER as a number of commits on build target branch by @inureyes in #2072
  • feat: add model store tab to storage page by @inureyes in #2064
  • feature: recover folder cloneable option in folder create/setting modal. by @lizable in #2069
  • Fix: modify small tag to follow main branch by @gee05053 in #2074
  • fix: rename to mode_card by @yomybaby in #2076
  • fix: Sharing vfolder dialog is not closed when user click outside of dialog by @gee05053 in #2078
  • build(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #2000
  • build(deps-dev): bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #2068
  • build(deps): bump @babel/traverse from 7.22.15 to 7.23.2 in /react by @dependabot in #1977
  • build(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 in /react by @dependabot in #2070
  • feature: Disable primary keypair deletion by @lizable in #2083
  • feature: re-arrange my account dialog by @lizable in #2087
  • Fix: Change to setting.Pulgins to setting.OpensourcePlugins by @gee05053 in #2080
  • fix: adjust support version check for main access key by @lizable in #2088
  • feature: remaining marks in environment allocation slider by @yomybaby in #2030
  • fix:activated and disabled mwc-switch's color is shown shadow color by @gee05053 in #2092
  • refactor: rewrite protocol interceptor / buffer handler to new format introduced from Electron 25 by @inureyes in #2067
  • fix: user signup without confirmation by @gee05053 in #2046
  • feat: Expose endpoint and created user in model serving list by @gee05053 in #2047
  • fix:The Credential View displays a list that does not match the sub-tab by @gee05053 in #2055
  • feat: Add table columns setting component by @gee05053 in #2071

Full Changelog: v23.09.7...v23.09.8-rc.1

v23.09.7

25 Nov 09:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v23.09.6...v23.09.7

v23.09.6

24 Nov 08:59
Compare
Choose a tag to compare

What's Changed

  • feature: rename blockedMenuItem to inactiveMenuItem by @rapsealk in #2040
  • fix: exception caused by mismatched selected resource group information. by @yomybaby in #2043
  • fix: Use blockedMenuItem to hide and show pipeline button by @rapsealk in #2036
  • Feat:Cancelled session's log button is disabled by @gee05053 in #2045
  • fix: update edu app launcher by @fregataa in #1993
  • fix: add blockedMenuItem again by @inureyes in #2049

Full Changelog: v23.09.5...v23.09.6

v23.09.5

21 Nov 05:54
Compare
Choose a tag to compare

What's Changed

  • update: stand-alone local proxy packaging by @inureyes in #2013
  • docs: Update documentation link by @adrysn in #1994
  • update: change NPU device limit per node to 8 by @inureyes in #2014
  • add: read NPU limit per node configuration from config.toml by @inureyes in #2015
  • fix: add optional chaining to call support by @inureyes in #2019
  • feat: Link FastTrack button to frontend server by @rapsealk in #2020
  • add: a draft for updated sliderInputItem with selectable AI accelerator by @lizable in #2017
  • Fix: hide max_vfolder_count setting according to the api version by @agatha197 in #2016
  • feature: hide size of directory by option by @lizable in #2021
  • feature: update existing components for neo session launcher by @yomybaby in #2023
  • feat: Neo session launcher - alpha by @yomybaby in #1953
  • feat: VFolderPermissionTag component by @yomybaby in #2024
  • feature: Response style for ImageEnvironmentSelectFormItems by @yomybaby in #2028
  • feat: cluster mode in Neo Session launcher by @yomybaby in #2026
  • fix: variable name validation rule of EnvVarFormList by @yomybaby in #2029
  • add: bundle option to Makefile with auto-release bundle by @inureyes in #2034

Full Changelog: v23.09.4...v23.09.5

v24.03.0 Alpha 3

20 Nov 13:31
Compare
Choose a tag to compare
v24.03.0 Alpha 3 Pre-release
Pre-release

What's Changed

  • feat: new GraphQL directive on Client, @since(version:) and @deprecatedSince(version:) by @yomybaby in #1999
  • fix: UI with multiple types of accelerators by @adrysn in #2012
  • feat: add allowAppDownloadPanel that can hide app download panel by @agatha197 in #1996
  • feature: set password to undefined when no change is desired. by @yomybaby in #2010
  • bugfix: GraphQL variable type error by @yomybaby in #2011
  • update: stand-alone local proxy packaging by @inureyes in #2013
  • docs: Update documentation link by @adrysn in #1994
  • update: change NPU device limit per node to 8 by @inureyes in #2014
  • add: read NPU limit per node configuration from config.toml by @inureyes in #2015
  • fix: add optional chaining to call support by @inureyes in #2019
  • feat: Link FastTrack button to frontend server by @rapsealk in #2020
  • add: a draft for updated sliderInputItem with selectable AI accelerator by @lizable in #2017
  • Fix: hide max_vfolder_count setting according to the api version by @agatha197 in #2016
  • feature: hide size of directory by option by @lizable in #2021
  • feature: update existing components for neo session launcher by @yomybaby in #2023
  • feat: Neo session launcher - alpha by @yomybaby in #1953
  • feat: VFolderPermissionTag component by @yomybaby in #2024
  • feature: Response style for ImageEnvironmentSelectFormItems by @yomybaby in #2028
  • feat: cluster mode in Neo Session launcher by @yomybaby in #2026
  • fix: variable name validation rule of EnvVarFormList by @yomybaby in #2029
  • add: bundle option to Makefile with auto-release bundle by @inureyes in #2034

Full Changelog: v24.03.0-alpha.2...v24.03.0-alpha.3

v23.09.4

05 Nov 06:34
Compare
Choose a tag to compare

What's Changed

  • feat: new GraphQL directive on Client, @since(version:) and @deprecatedSince(version:) by @yomybaby in #1999
  • fix: UI with multiple types of accelerators by @adrysn in #2012
  • feat: add allowAppDownloadPanel that can hide app download panel by @agatha197 in #1996
  • feature: set password to undefined when no change is desired. by @yomybaby in #2010
  • bugfix: GraphQL variable type error by @yomybaby in #2011

Full Changelog: v23.09.3...v23.09.4