Hide
= Do not fetch git username and email if the gitconfig configmap contains the data
Previously, Dev Spaces would fetch the git username and email from the git provider regardless of whether the data already existed in the `workspace-userdata-gitconfig-configmap` ConfigMap in the user's namespace. In this release, the ConfigMap is checked beforehand, and fetches the data from the git provider only if needed.
Show
= Do not fetch git username and email if the gitconfig configmap contains the data
Previously, Dev Spaces would fetch the git username and email from the git provider regardless of whether the data already existed in the `workspace-userdata-gitconfig-configmap` ConfigMap in the user's namespace. In this release, the ConfigMap is checked beforehand, and fetches the data from the git provider only if needed.