-
Notifications
You must be signed in to change notification settings - Fork 54
ipywidgets UI create delete #668
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
ipywidgets UI create delete #668
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, I've left a couple of comments
84f9684
to
0be2dca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Just one small nitpick
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we think of moving UI related items into their own file? - And keep strictly functionality in the cluster.py
file?
@ChristianZaccaria I had a similar thought when reading through the design doc. |
@ChristianZaccaria On second thought that may not be the best for this particular widget. |
@Bobbins228 perhaps the UI itself (only the buttons for example) can be separated into its own file, and the functionality ( |
a4b08ea
to
db8eeac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One change, other than that I think it's g2g
db8eeac
to
0c0f562
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tested this all out and it works great! I have the smallest change ever then ready for merge I think
438e3cb
to
2c6fbb9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: KPostOffice The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
Signed-off-by: Bobbins228 <[email protected]>
Signed-off-by: Bobbins228 <[email protected]>
Co-authored-by: Kevin Postlethwait <[email protected]>
2c6fbb9
to
119e6bf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
9794a0f
into
project-codeflare:main
Issue link
Closes: RHOAIENG-12523
What changes have been made
cluster.up()
andcluster.down()
methodsHappy days :)
Verification steps
Setup
Notebook server ODH/RHOAI/Local
git clone https://github.com/project-codeflare/codeflare-sdk.git
poetry build
- install if needed (pip install poetry
)pip install --force-reinstall dist/codeflare_sdk-0.0.0.dev0-py3-none-any.whl
Testing
ClusterConfiguration
step the ui buttons for cluster up/down should appearClusterConfiguration
as a script and the buttons should not appear.Checks