-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
UD and workspace-loader should subscribe to output on a specific endpoint provided by Workspace API #11526
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Comments
garagatyi
added
kind/task
Internal things, technical debt, and to-do tasks to be performed.
team/ide2
labels
Oct 8, 2018
See #11459 (comment) |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
che-bot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Sep 17, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Description
Workspace API provides a specific endpoint for clients.
For the time being, we have it equal to the main Che master websocket endpoint, but it is possible to move it to another service.
Unfortunately, clients do not use endpoints from Workspace API response and construct endpoint URL themselves. Apart from that, clients do not respect that it is needed to subscribe to statuses and output on different endpoints and that URL is returned on workspace start call and might not be static and available whenever a client wants.
Reproduction Steps
OS and version:
Diagnostics:
The text was updated successfully, but these errors were encountered: