Skip to content

Conversation

alex-cit
Copy link
Contributor

@alex-cit alex-cit commented Jul 21, 2023

fix #338 added info about:

  • reusing the name of a deleted project
    image

  • reusing the name of a deleted workspace
    image

  • workspace name cannot be changed later

  • project name cannot be changed later

@alex-cit alex-cit requested review from erpas and Tadeo98 and removed request for erpas July 21, 2023 15:59
@alex-cit
Copy link
Contributor Author

@varmar05 Could you please check that this is correct? thanks!

@varmar05
Copy link
Collaborator

@varmar05 Could you please check that this is correct? thanks!

Grace period for restoring project is determined by DELETED_PROJECT_EXPIRATION config variable which is set to 7 days on dev.server and 14 days on production. For CE/EE servers it can be whatever they set, default is 7.

Similarly, workspace removal will happen after WORKSPACE_EXPIRATION days, which is 1 on dev and 5 on production, default is 7. For reusing workspace, it is probably good idea to detach (remove) all downloaded projects as well.

"workspace name cannot be changed later" -> workspace/project name cannot be changed later

@Tadeo98
Copy link
Contributor

Tadeo98 commented Jul 24, 2023

Very well. I agree with Martin.

@alex-cit alex-cit merged commit 9f9f509 into main Jul 26, 2023
@alex-cit alex-cit deleted the iss_338_reuse-deleted-prj-name branch July 26, 2023 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add info about re-using deleted project name
3 participants