-
Notifications
You must be signed in to change notification settings - Fork 6
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: show an error if the docker image identifier is invalid #3369
feat: show an error if the docker image identifier is invalid #3369
Conversation
You can access the deployment of this PR at https://renku-ci-ui-3369.dev.renku.ch |
d4de56a
to
4fe7acc
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.
Code looks good. I would like to check the deployment before approving.
projectUrl: string; | ||
}) { | ||
if (!("status" in error)) { | ||
return false; |
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.
You should not return false
for a component.
return false; | |
return null; |
f2e6473
to
e13b884
Compare
4fe7acc
to
53d3c4e
Compare
9c7f8bf
to
c63cbe7
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 👍
c63cbe7
to
ede6375
Compare
51e48aa
to
74ddf9b
Compare
…lse when unable to retrieve status
74ddf9b
to
ecfca32
Compare
…hen-launcing-session # Conflicts: # client/src/features/sessionsV2/SessionStartPage.tsx
Tearing down the temporary RenkuLab deplyoment for this PR. |
PR to show an error if the docker image identifier is invalid.
Notion ref: https://www.notion.so/renku/Show-an-error-if-the-docker-image-identifier-is-invalid-1190df2efafc809682caee2d8c485285
/deploy renku=feat-jupyter-free-sessions renku-data-services=release-amaltheas-migration amalthea-sessions=main renku-notebooks=master extra-values=amalthea-sessions.deployCrd=false