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/KubernetesPersonalAccessTokenManager.java
+25-12
Original file line number
Diff line number
Diff line change
@@ -150,19 +150,14 @@ public PersonalAccessToken fetchAndSave(Subject cheUser, String scmServerUrl)
Copy file name to clipboardexpand all lines: infrastructures/infrastructure-factory/src/test/java/org/eclipse/che/api/factory/server/scm/kubernetes/KubernetesPersonalAccessTokenManagerTest.java
+9-10
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ public void shouldTrimBlankCharsInToken() throws Exception {
Copy file name to clipboardexpand all lines: infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/namespace/configurator/OAuthTokenSecretsConfigurator.java
+4-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,10 @@ public void configure(NamespaceResolutionContext namespaceResolutionContext, Str
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory-bitbucket-server/src/main/java/org/eclipse/che/api/factory/server/bitbucket/BitbucketServerURLParser.java
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory-bitbucket-server/src/main/java/org/eclipse/che/api/factory/server/bitbucket/BitbucketServerUserDataFetcher.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ public BitbucketServerUserDataFetcher(
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory-bitbucket/src/main/java/org/eclipse/che/api/factory/server/bitbucket/BitbucketUserDataFetcher.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,8 @@ public BitbucketUserDataFetcher(
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory-github-common/src/main/java/org/eclipse/che/api/factory/server/github/AbstractGithubURLParser.java
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory-github/src/test/java/org/eclipse/che/api/factory/server/github/GithubURLParserTest.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,7 @@ public void checkPullRequestFromForkedRepository() throws Exception {
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory-gitlab-common/src/main/java/org/eclipse/che/api/factory/server/gitlab/AbstractGitlabUrlParser.java
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory-gitlab/src/test/java/org/eclipse/che/api/factory/server/gitlab/GitlabUserDataFetcherTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ public void shouldFetchGitUserData() throws Exception {
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory/src/main/java/org/eclipse/che/api/factory/server/scm/AbstractGitUserDataFetcher.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -36,17 +36,17 @@ public AbstractGitUserDataFetcher(
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory/src/main/java/org/eclipse/che/api/factory/server/scm/GitUserDataFetcher.java
Copy file name to clipboardexpand all lines: wsmaster/che-core-api-factory/src/main/java/org/eclipse/che/api/factory/server/scm/PersonalAccessTokenManager.java
0 commit comments