Provision user name and email into git configuration from user profile when newly workspace is created #14416
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe.
There is a need to provide user name and email into git configuration on workspace creation step in case if user preferences doesn't have git configuration. This means that git configuration should be taken from user profile.
Describe the solution you'd like
When workspace starts up, we check if we have preference related to
git.user.name
andgit.config.name
. If properties exist, then we configure git config with the last ones, otherwise, we take user name and email from user profile instead.Describe alternatives you've considered
--
Additional context
--
The text was updated successfully, but these errors were encountered: