Skip to content
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-3973: Fix deletion of WS folder on WS deletion #4122

Merged
merged 5 commits into from
Feb 15, 2017
Merged

Conversation

vinokurig
Copy link
Contributor

@vinokurig vinokurig commented Feb 13, 2017

What does this PR do?

Fix a bug where workpsace folder was present after workpsace delation.

Since Che is running in a docker container, the default workpspace folder is located in the container by /data/workspaces/{workspace name} root.

What issues does this PR fix or reference?

#3973

Changelog

Fix a bug where workspace folder was present after workpsace deletion

Release Notes

Bugfix N/A

Docs PR

Bugfix N/A

@codenvy-ci
Copy link

}
return doGetPathByName(workspaceName);
}

private String doGetPathByName(String workspaceName) throws IOException {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can rename method doGetPathByName to getPathByName.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted back this class.

@codenvy-ci
Copy link

@TylerJewell TylerJewell added kind/bug Outline of a bug - must adhere to the bug report template. severity/P2 Has a minor but important impact to the usage or development of the system. severity/P1 Has a major impact to usage or development of the system. and removed severity/P2 Has a minor but important impact to the usage or development of the system. labels Feb 14, 2017
@vinokurig vinokurig added this to the 5.3.0 milestone Feb 15, 2017
@vinokurig vinokurig changed the title Fix deletion of WS folder on WS deletion CHE-3973: Fix deletion of WS folder on WS deletion Feb 15, 2017
@vinokurig vinokurig merged commit 227261a into master Feb 15, 2017
@vinokurig vinokurig deleted the CHE-3973 branch February 15, 2017 14:43
@JamesDrummond JamesDrummond mentioned this pull request Feb 17, 2017
9 tasks
JPinkney pushed a commit to JPinkney/che that referenced this pull request Aug 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants