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
Copy file name to clipboardexpand all lines: infrastructures/infrastructure-factory/src/main/java/org/eclipse/che/api/factory/server/scm/kubernetes/KubernetesGitCredentialManager.java
Copy file name to clipboardexpand all lines: infrastructures/infrastructure-factory/src/main/java/org/eclipse/che/api/factory/server/scm/kubernetes/KubernetesPersonalAccessTokenManager.java
Copy file name to clipboardexpand all lines: infrastructures/infrastructure-factory/src/test/java/org/eclipse/che/api/factory/server/scm/kubernetes/KubernetesGitCredentialManagerTest.java
+13-4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2012-2023 Red Hat, Inc.
2
+
* Copyright (c) 2012-2024 Red Hat, Inc.
3
3
* This program and the accompanying materials are made
4
4
* available under the terms of the Eclipse Public License 2.0
5
5
* which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -92,8 +92,14 @@ public void testCreateAndSaveNewPATGitCredential() throws Exception {
Copy file name to clipboardexpand all lines: infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/namespace/configurator/OAuthTokenSecretsConfigurator.java
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory-azure-devops/src/main/java/org/eclipse/che/api/factory/server/azure/devops/AzureDevOpsPersonalAccessTokenFetcher.java
+4-7
Original file line number
Diff line number
Diff line change
@@ -82,12 +82,11 @@ public PersonalAccessToken fetchPersonalAccessToken(Subject cheSubject, String s
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory-bitbucket-server/src/main/java/org/eclipse/che/api/factory/server/bitbucket/BitbucketServerPersonalAccessTokenFetcher.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -95,11 +95,12 @@ public PersonalAccessToken fetchPersonalAccessToken(Subject cheUser, String scmS
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory-bitbucket/src/main/java/org/eclipse/che/api/factory/server/bitbucket/BitbucketPersonalAccessTokenFetcher.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ public PersonalAccessToken fetchPersonalAccessToken(Subject cheSubject, String s
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory-bitbucket/src/test/java/org/eclipse/che/api/factory/server/bitbucket/BitbucketPersonalAccessTokenFetcherTest.java
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory-github-common/src/main/java/org/eclipse/che/api/factory/server/github/AbstractGithubPersonalAccessTokenFetcher.java
+3-5
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ public PersonalAccessToken fetchPersonalAccessToken(Subject cheSubject, String s
0 commit comments