This repository has been archived by the owner on May 9, 2024. It is now read-only.
Releases: lablup/backend.ai-webserver
Releases · lablup/backend.ai-webserver
22.03.2
NOTE: we skip Backend.AI webserver 22.03.1 release to match version number with Backend.AI WebUI
WebUI
- Updated to v22.03.2
What's Changed
- fix:
ResourceGroup
typo error ( #1311 ) by @studioego in lablup/backend.ai-webui#1312 - fix: logic error on validating scheduler options in creating resource group by @lizable in lablup/backend.ai-webui#1314
- Hotfix: translation for missing content by @lizable in lablup/backend.ai-webui#1315
- Feature: enable filebrowser in readonly folder by @lizable in lablup/backend.ai-webui#1313
- Fix: display rich and more detailed msg in status info of session by @lizable in lablup/backend.ai-webui#1316
- fix: extend resources control detail popup width by @studioego in lablup/backend.ai-webui#1310
- fix: add the value of
wsproxy_addr
so that reflecting the setting value by @Sujin-Kim1 in lablup/backend.ai-webui#1317 - fix: consistent use of versioned wsproxy url in app launching and termination by @adrysn in lablup/backend.ai-webui#1318
22.03.0
WebUI
Enhancements:
- [enhancement] support to select folder hosts for import Github/Gitlab #1278
- [enhancement][UI / UX] Show vfolder host when creating a session #1271
- [enhancement][UI / UX] Show only folders that included in the allowed folder hosts #1270
- [enhancement][UI / UX][maintenance][web] Support to import Gitlab repository #1267
- [enhancement][good first issue][easy][UI / UX] Let's provide Create/Update UI for
scheduler_opts
in scaling group #1190 - [enhancement][good first issue][minor][easy] Alert users with notification dialog when the user needs to update their password #1183
- [enhancement][good first issue][easy][UI / UX] Add margins to policy dialog to distinguish fields #1111
- [enhancement][good first issue][easy][UI / UX] Make the text of the config button horizontally. #1110
Bug Fixes:
- [bug] Custom resource allocation panel is broken #1292
- [bug][app] Unable to import GitHub repository in a desktop app #1288
- [bug][app] Max memory per container is limited to 16GB in desktop app #1287
- [bug] Clicking "RUNNING" tab will issue many requests to fetch the session list #1274
- [bug][good first issue][easy][UI / UX] GPU value is broken when creating a cluster session (N=3) with 0.3 fGPU #1249
- [bug][good first issue][minor][UI / UX] Initialize all fields in the create-registry-dialog. #1204
- [bug][good first issue][UI / UX] A wide blank is created when reducing the size of window. #1202
- [bug][UI / UX][blocker] Login is not working from develop environment to cloud #706
22.03.0 Beta 1
WebUI
Enhancements:
- [enhancement][good first issue][UI / UX] Show Scheduler Options using lablup shields component. #1263
- [enhancement][minor][easy] An option to mask user's information #1251
- [enhancement][minor][easy] Display bootstrap script button in user settings page #1248
- [enhancement][minor][UI / UX] Enable terminal app for a batch-type session #1243
- [bug][enhancement][good first issue][UI / UX] Session resource allocation doesn't match #1199
- [bug][enhancement][good first issue][UI / UX] support mini ui for session tab #1198
- [enhancement] Support session renaming #1176
- [enhancement][good first issue][UI / UX] Add a new page into the new-session-dialog. #1107
- [enhancement][good first issue][UI / UX] Improve the design of the custom allocation in the session creation dialog. #1094
- [enhancement][library / SDK][UI / UX][enterprise][cloud] Attach virtual folder with alias name #1081
- [enhancement][good first issue][minor][easy][UI / UX] Let's provide filter on status and user name. #1077
- [enhancement][good first issue][easy][UI / UX] Let's display image name in the last page of the session launcher #1074
- [enhancement][good first issue][library / SDK][UI / UX][blocker] Option to change number of retries to skip session start #960
Bug Fixes:
- [bug][UI / UX][blocker] Even if there is a gpu available, the gpu slider is disabled. #1268
- [bug] Failing to update a compute session's name will set the value of edit element to
undefined
#1260 - [bug][good first issue][easy][UI / UX] vfolder invitee doesn't appear properly. #1232
- [bug][good first issue][minor][easy][UI / UX] Korean translation related to the session rename does not work properly. #1229
- [bug][good first issue][minor][easy][UI / UX] The folder ID does not appear. #1226
- [bug][minor] Unable to import GitHub repository if "master" is not the default branch #1224
- [bug][minor][easy][UI / UX] lablup-silder generates forbidden min/max value error #1223
- [bug][minor][UI / UX] lablup-shields does not work on environment selector #1222
- [bug][minor][blocker]
Auto-logout
feature seems not working properly #1173 - [bug][good first issue][easy][UI / UX] Prevent to disappear the login dialog when the esc button is pressed. #1168
- [bug][UI / UX][cloud] The graph of statistic page doesn't respond. #1147
- [bug][good first issue][minor] Text overlapping of the resources in the "Total Allocation" panel #1122
21.09.3
WebUI
Enhancements:
- [bug][enhancement][minor][easy][urgency] Add an option to hide the [invitation token field] and [email sent dialog] during user signup #1185
- [enhancement][UI / UX][urgency] Let's support batch session UI. #1180
- [enhancement][good first issue][easy][UI / UX][urgency] UI to query and update Agent's schedulable field #1166
- [enhancement][major][hard][library / SDK][UI / UX][maintenance] Migrate lit-element to lit 1.0 rc #966
- [enhancement][major][library / SDK][UI / UX] Let's show status detail when user created session is pending or failed in session list #882
Bug Fixes:
- [bug] Unable to allocate a GPU in device mode when there is only on GPU is left and the minimum required GPU of an environment image is set to 1 #1191
- [bug][blocker] Unable to mount a data folder in creating a compute session #1184
- [bug][good first issue][easy][UI / UX] Let's split the display for signup button and change password button independently #1179
- [bug][good first issue][UI / UX] App does not launch when clicking image part of the app button #1175
- [bug][UI / UX][urgency] Progress bar does not appear in uploading a file in the file explorer #1164
- [bug][good first issue][easy][UI / UX] Resources description in Configuration column of session list record overlaps when resource exceeds certain values. #1125
- [bug][good first issue][easy][UI / UX] ToS(Terms of Service) / Privacy Policy dialog disappears after closing one of them. #1123
Core
- feat: add an option to allow user signup without an invitation token (#50)
Note
NEW option: allow_signup_without_confirmation
* If this option is enabled, user can signup without typing an invitation token.
* This commit also hides the email sent dialog (only when new option is turned on) which appeared just after the signup.
21.09.2
21.09.1
21.09.0
WebUI
Enhancements:
- [enhancement][minor][easy][UI / UX] Update help link from console to webui #1149
- [enhancement][minor][UI / UX] Searchable filter on Data / virtual folder items #1148
- [enhancement][major][UI / UX][urgency] Support XFS backend-specific disk quota UI #1146
- [enhancement][major][library / SDK] Add support for direct wsproxy connection mode to agents #1144
- [enhancement] Hide specific information from log file #1136
- [enhancement] Option UI to turn off accelerated computing #1119
- [enhancement][good first issue][easy][UI / UX] Unify padding on all pages. #1108
- [enhancement][UI / UX] Support for modifying registry configurations #1102
Bug Fixes:
- [bug] Remove one of the two scrolls in the TOS/PP dialog #1139
21.03.12
21.03.11
WebUI
Enhancements:
- [enhancement][minor][easy][UI / UX] Update help link from console to webui #1149
- [enhancement][minor][UI / UX] Searchable filter on Data / virtual folder items #1148
- [enhancement][major][UI / UX][urgency] Support XFS backend-specific disk quota UI #1146
- [enhancement][major][library / SDK] Add support for direct wsproxy connection mode to agents #1144
- [enhancement] Hide specific information from log file #1136
- [enhancement] Option UI to turn off accelerated computing #1119
- [enhancement][good first issue][easy][UI / UX] Unify padding on all pages. #1108
- [enhancement][UI / UX] Support for modifying registry configurations #1102
Bug Fixes:
- [bug] Remove one of the two scrolls in the TOS/PP dialog #1139