[GRDM-55310] BinderHub/JupyterHubが利用できない状況でもBinderHub機能の一部を利用できるように改変#159
Open
chiku-samugari wants to merge 1 commit intoRCOSDP:developfrom
Open
[GRDM-55310] BinderHub/JupyterHubが利用できない状況でもBinderHub機能の一部を利用できるように改変#159chiku-samugari wants to merge 1 commit intoRCOSDP:developfrom
chiku-samugari wants to merge 1 commit intoRCOSDP:developfrom
Conversation
Disable the Jupyter Servers list and the build button if BinderHub and/or JupyterHub are not responding or returns errorly status codes. By preventing to use such unavailable BinderHub/JupyterHub servers, the binderhub page itself appears without the browser's error page. The parts of the page other than jupyter servers list and the build button are left normal. Warning banner is shown on top of the binderhub page if the health check endpoints of BinderHub and/or JupyterHub are not available. Status code is shown on Toast if Hubs are not available. Following changes are also included: + Add some test cases + Change the heading label on the host info component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
BinderHubやJupyterHubが停止中などで利用できない状況でも解析ページの一部機能を利用可能な状態にする。
Summary of Changes
これにより、BinderHub/JupyterHubが停止中に解析ページにアクセスしてもブラウザのエラーページに陥ることがなくなり、また、基本イメージの切り替えなど解析ページの一部機能はそのような状況でも利用可能な状態になる。
Side Effects
N/A
QA Notes