-
Notifications
You must be signed in to change notification settings - Fork 1.3k
PVC: Deprecate the download feature #14364
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
Comments
Great to see we're working towards workspace file durability (#7901)! issue: Removing or deprecating features can be always tricky as some users may still be using this. Still, downloading workspace files is almost not used at all, see relevant discussions[1][2][3] (internal). thought: Besides ensuring workspace files reliability, this could push us towards figuring out new ways to allow users to export or back up workspace files and more importantly file changes, like exporting in branch, downloading a patch, and more. suggestion: From design perspective, we could do either
|
The removal should also remove the endpoints. Removing anything from the UI is not sufficient. If the endpoint should remain, then changing the required permissions for the download is required. |
Thank you for such a fast turn around and great job, @gtsiolis! I really like option A. 🙌 Option B would be best if there were a lot of users using but in this case I don't think is necessary. |
What do you think, George?
What about removing also the endpoint? I've tried So, where can we go from here?
Let me know what you prefer, or you think will help the team move better or faster. 🏀
|
👋 @easyCZ I've created #14483 to track your recommendation, thank you for providing a couple options. |
The backend removal PRs are open, referenced in the issue |
Closed as not planned given implementation of PVC in its existing form was halted. |
Thanks, @atduarte! heads-up: Although we reverted most of the changes listed in the description issue we haven't reverted the docs changes in https://github.com/gitpod-io/website/pull/3007. Cc @easyCZ because #14828 |
Thanks, @gtsiolis! Reverting that too. |
Cross-posting relevant issue in case anyone runs into this issue in the future: |
Uh oh!
There was an error while loading. Please reload this page.
Changes made as part of #7901 make it difficult to keep the download feature. At the same time, this is a feature that has very low usage.
We are seeking to deprecate it, to accelerate the work on #7901, and later invest in better ways to solve the base problems that this feature was originally designed to mitigate.
As a first step we need to:
After, we need to:
Internal RFC
The text was updated successfully, but these errors were encountered: