Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Neo session launcher (Step 3&4) #1896

Merged
merged 55 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
d563452
add session launcher neo prototype
yomybaby Aug 28, 2023
8b0311e
add EnvVarFormList and ResourceAllocatonFormItems
yomybaby Aug 30, 2023
ba82adc
set react routes for session launcher neo
yomybaby Aug 30, 2023
d2d1573
add .cspell.json
yomybaby Sep 4, 2023
229e421
update ResourceAllocationFormItem, add Pre-opened port FromItem
yomybaby Sep 4, 2023
79b5919
fix eslint
yomybaby Sep 4, 2023
83a86f2
Merge branch 'main' into feature/session-launcher-neo-prototype
yomybaby Sep 4, 2023
c664e9e
fix: responsive layout
yomybaby Sep 4, 2023
5c7a451
fix typo
yomybaby Sep 4, 2023
035a801
Merge branch 'main' into feature/session-launcher-neo-prototype
yomybaby Sep 13, 2023
8be604b
port number select Form.Item
yomybaby Sep 13, 2023
aa06bf8
add preview cards
yomybaby Sep 14, 2023
a80729f
remove unused import
yomybaby Sep 14, 2023
e51a790
add VFolderTable and VFolderTableFormItem
yomybaby Sep 15, 2023
e976820
Bump ant.d 5.9.0
yomybaby Sep 15, 2023
f45b8f3
update jest snapshow for ant.d 5.9.0
yomybaby Sep 15, 2023
bb7c16d
fix: PortSelectFormItem validation and sorting
yomybaby Sep 15, 2023
7ebb14c
form handling in VFolderTable for alias
yomybaby Sep 15, 2023
2476639
Merge branch 'main' into feature/session-launcher-neo-prototype
yomybaby Sep 15, 2023
579c8c8
feat: control vfolder alias
yomybaby Sep 15, 2023
43d5476
Merge remote-tracking branch 'origin/main' into feature/session-launc…
yomybaby Sep 18, 2023
91239dc
Update VFolderTable columns
yomybaby Sep 18, 2023
60942b2
resource preset with checkbox
yomybaby Sep 18, 2023
1df345d
update resource allocator
yomybaby Sep 18, 2023
bf4ff5d
set preset values that exist in the resource slots
yomybaby Sep 18, 2023
d764cde
fix eslint
yomybaby Sep 18, 2023
b771081
set vfolder alias name rule
yomybaby Sep 19, 2023
b1ec78b
fix vfolder alias rule
yomybaby Sep 19, 2023
f5381ea
handle form values in URL query params
yomybaby Sep 20, 2023
9fcf043
restore form state from URL
yomybaby Sep 20, 2023
d6ca0d9
add FolderExplorer(not used yet)
yomybaby Sep 20, 2023
c6fb0b0
fix: initialValue of ImageEnvironmentsSelectFormItem
yomybaby Sep 20, 2023
af2d799
fix lint
yomybaby Sep 20, 2023
17ae391
refactor: sync form values to URL
yomybaby Sep 21, 2023
1bcf7e9
support search by image name
yomybaby Sep 21, 2023
d4f636f
add accelerator type and breadcrumb for redirect
yomybaby Sep 21, 2023
9f43602
remove console.log
yomybaby Sep 25, 2023
2a818fe
set allowClear to VFolder alias Input
yomybaby Sep 25, 2023
5bb5f89
fix eslint
yomybaby Sep 25, 2023
ca32687
i18n for VFolderTableFormItem
yomybaby Sep 25, 2023
a59b20a
filename typo
yomybaby Sep 25, 2023
9dab9aa
Merge branch 'main' into feature/session-launcher-neo-prototype
yomybaby Sep 25, 2023
79bd22f
lazy load Neo session launcher
yomybaby Sep 25, 2023
5725490
add i18n for the folder alias validation message
yomybaby Sep 25, 2023
a4a43c0
wrap a list of PortTag in the preview
yomybaby Sep 25, 2023
7aa2f6e
change i18n react option to keep basic html nodes
yomybaby Sep 26, 2023
91aec5e
match the style of vFolder tables
yomybaby Sep 26, 2023
9708f7a
Merge remote-tracking branch 'origin/main' into feature/session-launc…
yomybaby Sep 27, 2023
5551ccd
Merge remote-tracking branch 'origin/main' into feature/session-launc…
yomybaby Oct 4, 2023
c9a9ccc
update jest snapshots
yomybaby Oct 4, 2023
a900454
fix type error for VFolderTable rowKey
yomybaby Oct 4, 2023
f498559
use useControllableValue in Custom input contorls
yomybaby Oct 4, 2023
f11d605
Update resources/i18n/en.json
yomybaby Oct 4, 2023
32542cf
Update resources/i18n/ko.json
yomybaby Oct 4, 2023
c3d5296
Merge branch 'feature/session-launcher-neo-prototype' of github.com:l…
yomybaby Oct 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"words": [
"Antd",
"cssinjs",
"backend.ai-webserver",
"Backendai",
"backendaiclient",
"backendaioptions",
"cuda",
"Frgmt",
"Lablup",
"Popconfirm",
"shmem",
"vfolders",
"webcomponent",
"webui",
"wsproxy"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Backend.AI Web UI focuses to

* Both desktop app (Windows, macOS and Linux) and web service
* Provide both basic administration and user mode
* Use CLI for detailed administration features such as domain administation
* Use CLI for detailed administration features such as domain administration
* Versatile devices ready such as mobile, tablet and desktop
* Built-in websocket proxy feature for desktop app

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading