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

Workspace import/export #1468

Closed
james10174 opened this issue Jun 8, 2016 · 5 comments
Closed

Workspace import/export #1468

james10174 opened this issue Jun 8, 2016 · 5 comments
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.

Comments

@james10174
Copy link

Would like to be able to export/import workspaces to dockerhub or other storage service from che server.

@ghost
Copy link

ghost commented Jun 8, 2016

@james10174 we're working on making it possible to store workspace snapshots on DockerHub or any other Docker registry. This will be regulated in Che configuration.

@ghost ghost added the kind/question Questions that haven't been identified as being feature requests or bugs. label Jun 8, 2016
@james10174
Copy link
Author

@eivantsov Will there be an interface accessible from web browser to do this without having to modify server configuration files such as che.conf?

@TylerJewell
Copy link

No plans to add it. We do accept pull requests.

There is a large number of system-related configuration items that could be added into the dashboard. It is a substantial project - but it needs to eventually be there.

Some of the aspects related to pushing snapshots into a registry are outside of Che's control, such as dealing with configuration of your Docker daemon. We would only be able to control the items that are in the configuration file.

I don't see us working on any dashboard-related configuration of che.properties for awhile. We want to see what are the most common usages and then we can look at incorporating those over time.

@james10174
Copy link
Author

james10174 commented Jun 8, 2016

@eivantsov Let me know if you have any work done on this already. I want to try to add this but don't want to repeat any work already done. My plan is to have an environment variable in che.properties that will enable/disable a button or label in dashboard to allow saving the workspace. This would let the feature only be available by enabling it(not default) and would make things easier having most configuration for repository done in the che.properties file not the IDE.
Really thinking of a simple save and restore local repository at first.

@TylerJewell
Copy link

This capability was added in 4.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.
Projects
None yet
Development

No branches or pull requests

2 participants