-
Notifications
You must be signed in to change notification settings - Fork 293
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
Iris
: Create and call endpoint to check if Iris is active
#6933
Merged
Conversation
This file contains 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
github-actions
bot
added
the
server
Pull requests that update Java code. (Added Automatically!)
label
Jul 18, 2023
…to feature/iris-active-endpoint
github-actions
bot
added
the
client
Pull requests that update TypeScript code. (Added Automatically!)
label
Jul 18, 2023
dmytropolityka
changed the title
Jul 18, 2023
Iris
: Create endpoint for server to check if Iris is activeIris
: Create and call endpoint to check if Iris is active
dmytropolityka
temporarily deployed
to
artemis-test9.artemis.cit.tum.de
July 20, 2023 00:28
— with
GitHub Actions
Inactive
github-actions
bot
added
lock:artemis-test9
and removed
deploy:artemis-test9
Testserver for Project Theia
labels
Jul 20, 2023
SolizerCodes
added
deploy:artemis-test9
Testserver for Project Theia
and removed
lock:artemis-test9
labels
Jul 23, 2023
SolizerCodes
temporarily deployed
to
artemis-test9.artemis.cit.tum.de
July 23, 2023 15:59
— with
GitHub Actions
Inactive
github-actions
bot
added
lock:artemis-test9
and removed
deploy:artemis-test9
Testserver for Project Theia
labels
Jul 23, 2023
SolizerCodes
added
deploy:artemis-test9
Testserver for Project Theia
and removed
lock:artemis-test9
labels
Jul 24, 2023
SolizerCodes
temporarily deployed
to
artemis-test9.artemis.cit.tum.de
July 24, 2023 07:31
— with
GitHub Actions
Inactive
github-actions
bot
added
lock:artemis-test9
and removed
deploy:artemis-test9
Testserver for Project Theia
labels
Jul 24, 2023
SolizerCodes
added
deploy:artemis-test9
Testserver for Project Theia
and removed
lock:artemis-test9
labels
Jul 24, 2023
SolizerCodes
temporarily deployed
to
artemis-test9.artemis.cit.tum.de
July 24, 2023 08:39
— with
GitHub Actions
Inactive
github-actions
bot
added
lock:artemis-test9
and removed
deploy:artemis-test9
Testserver for Project Theia
labels
Jul 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
client
Pull requests that update TypeScript code. (Added Automatically!)
component:Iris
ready for review
server
Pull requests that update Java code. (Added Automatically!)
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.
Checklist
General
Server
Motivation and Context
We want an endpoint that initially checks if the specific Iris model is active (might change to a websocket connection in the future).
Description
For now adds an endpoint which returns for a session if the model is available.
Testing
Testing if a model is not available is difficult. Try if Iris still works without problems.