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

Template resources setting #511

Merged
merged 36 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1df8d27
Use tmp_path for ssh config testing
unkcpz Oct 4, 2023
9b136c1
Resource setting from template
unkcpz Sep 6, 2023
63129a7
f-sa: module import convention
unkcpz Oct 4, 2023
0de388a
computer_setup and computer_configure to computer_setup_and_configure
unkcpz Oct 4, 2023
f5d3601
WIP: on
unkcpz Oct 4, 2023
b340503
Update with new ssh-config source using computer configure
unkcpz Oct 5, 2023
5d09767
more advanced quick_setup
unkcpz Oct 5, 2023
804f6ec
Layout of resource widget and warning/error message
unkcpz Oct 5, 2023
38d69c7
detailed setup as tabs
unkcpz Oct 5, 2023
141b1b4
end-to-end test
unkcpz Oct 5, 2023
bee5017
Username specified
unkcpz Oct 6, 2023
a774bb6
Sending password add a message
unkcpz Oct 6, 2023
301d5b0
toggle the detail will fill the template
unkcpz Oct 6, 2023
76f90c2
Layout align
unkcpz Oct 6, 2023
0e4f062
fix notebook
unkcpz Oct 6, 2023
7db94b9
Solving private key issue
unkcpz Oct 6, 2023
2819bcb
fix 516-2: upload private key
unkcpz Oct 6, 2023
a2b7c1a
f-sa
unkcpz Oct 9, 2023
16c9a38
Deprecate try..except keyerror in database assgin
unkcpz Oct 9, 2023
88a1eea
f-sa: screenshots/ remove
unkcpz Oct 9, 2023
ebe62ac
f-m
unkcpz Oct 9, 2023
1184f99
rebase-f
unkcpz Oct 12, 2023
6f72d78
f-sa
unkcpz Oct 17, 2023
fe49438
f-sa: use dlink
unkcpz Oct 17, 2023
481e37a
Remove unnecessary _ResourceSetupBaseWidget. _fill_template method.
yakutovicha Oct 19, 2023
e44fb54
Remove code_setup and computer_setup_and_configure traits from _Resou…
yakutovicha Oct 19, 2023
7f47e0f
Split computer_setup_and_configure into computer_setup and computer_c…
yakutovicha Oct 19, 2023
0696364
Replace ipw.dlink with tl.dlink
yakutovicha Oct 19, 2023
710f4b8
Provide initial values to the templates if they are present.
yakutovicha Oct 19, 2023
d31c84c
f-jyu: fix tests
unkcpz Oct 19, 2023
ba6501f
Bring the unfilled warning back
unkcpz Oct 19, 2023
60d43e8
working for all unfilled variables
unkcpz Oct 20, 2023
18e23f0
Fix all test and clean the flow of template class
unkcpz Oct 20, 2023
db82534
nitpick
unkcpz Oct 20, 2023
39335bf
Increase timeout to sure the notebook is open
unkcpz Oct 20, 2023
4060723
Merge branch 'master' into template-resources-setting
unkcpz Oct 20, 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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,6 @@ venv.bak/

.DS_Store
.vscode

# screenshots from tests
screenshots/
Loading