-
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
CHE-3797 fix project import in case when workspace is running #3898
Conversation
@@ -177,7 +177,7 @@ export class CheWorkspace { | |||
}); | |||
} | |||
|
|||
getWorkspacesByNamespace(namespace) { | |||
getWorkspacesByNamespace(namespace: string): che.IWorkspace { |
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.
Here the list is returned.
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.
Done
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1769/ |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1772/ |
Signed-off-by: Oleksii Orel <[email protected]>
CHE-3797 fix project import in case when workspace is running
Signed-off-by: Oleksii Orel [email protected]
What does this PR do?
Fix project import in case when workspace is running.
What issues does this PR fix or reference?
#3797
Changelog and Release Note Information
Changelog
Fix bug with infinite expectation during project import in case with running workspace.
Release notes: