You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not fetch git username and email if the gitconfig configmap contains the data (#777)
Check the workspace-userdata-gitconfig-configmap configmap if it contains gitconfig with username and email and the data is not empty. Only then, try to fetch username and email from a git provider.
Copy file name to clipboardexpand all lines: infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/namespace/configurator/GitconfigConfigurator.java
+20-26
Original file line number
Diff line number
Diff line change
@@ -75,25 +75,26 @@ public void configure(NamespaceResolutionContext namespaceResolutionContext, Str
Copy file name to clipboardexpand all lines: infrastructures/kubernetes/src/test/java/org/eclipse/che/workspace/infrastructure/kubernetes/namespace/configurator/GitconfigConfiguratorTest.java
0 commit comments